@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1600px!important;
    }
}



.w3-btn,
.w3-button {
    border: none;
    display: inline-block vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *,
:disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.w3-ul li:last-child {
    border-bottom: none
}

.w3-tooltip,
.w3-display-container {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-main,
#main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #6bc04b;
    transition: 0.15s ease-in-out;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-button:hover {
    color: #596c0d !important;
    background-color: #ecf0f4 !important;
}

ul li:after {
    position: absolute;
    left: 0;
    top: -2px;
}

ul.listing-mark {
    padding: 0;
    margin: 0;
}

ul.listing-mark li {
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    margin: 20px 0;
    color: #2b3d50;
    font-weight: 600;
    font-size: 16px;
}

ul.listing-mark li a {
    padding: 10px;
}

ul.listing-mark li a:hover {
    color: #131e29;
    background-color: #e6ecf2;
    padding: 10px;
    text-shadow: 1px 1px #fff;
}

ul.listing-mark li:hover {
    color: #cc0000;
}

ul.listing-mark li:after {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url('https://www.kontrolyum.com/Data/EditorFiles/katgori_urunler/check-circle-regular.svg');
    background-repeat: no-repeat;
}

ul.listing-mark li:hover:after {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url('https://www.kontrolyum.com/Data/EditorFiles/katgori_urunler/check-circle-solid.svg');
    background-repeat: no-repeat;
}

h2.TabTitle {
    
    color: #1d2128;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 3rem;
}

h3.TabTitle {
    
    color: #1b0e3d;
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
}

h3.PriceTitle {
    
    color: #1b0e3d;
    font-weight: 600;
    font-size: 14px;
}

h4.TabTitle {
    
    color: #1d2128;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.9rem;
}

.TabTitle:hover {
    color: #cc0000;
}

h5.TabTitle {
    
    color: #1d2128;
    font-weight: 500;
    font-size: 13px;
    margin-top: 30px;
}

p.TabTitle {
    
    color: #18c139;
    font-weight: 800;
    font-size: 38px;
    line-height: 50px;
    margin-top: 20px;
    word-spacing: -4px;
}

.TabTitle2 a:hover {
    color: #445669;
    background-color: #f7f9fa;
}

p.TabTitle2 {
    
    color: #1d2128;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

h3.TabTitleEN {
    
    color: #1d2128;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.section-sm2 {
    padding: 40px 0;
}

.section-sm {
    padding: 40px 0 0 0!important;
}
.section-sm3 {
    padding: 60px 0 0 0!important;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item {

    padding: 0.3rem 0.5rem!important;
    font-size: 0.75rem;
    cursor: pointer;
}
.portfolio-box {

    cursor: pointer;
}
.header.sticky-autohide, .header.sticky {

    -webkit-box-shadow: 0 0 10px 0 rgba(22, 25, 28, 0.17)!important;
    box-shadow: 0 0 10px 0 rgba(22, 25, 28, 0.17)!important;
}