.aling-content-center {
    align-content: center;
}

.box-shadow-none {
    box-shadow: none !important;
}

.cp-accordion .accordion-single .accordion-header a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.cp-accordion .accordion-single .accordion-header a:not(.collapsed)::after {
    content: "\f068";
}

.cp-accordion-right .accordion-single .accordion-header a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.cp-accordion-right .accordion-single .accordion-header a:not(.collapsed)::after {
    content: "\f068";
}

.ml60 {
    margin-left: 60px !important;
}

.hm2-feature-card .kazanirim-plus .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 25px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.hm2-feature-card:hover .kazanirim-plus .icon-wrapper {
    background-color: #074d9d00;
    color: #fff;
}
.hm-contact-form .input-field select {
    width: 100%;
    padding: 22px 20px 18px 20px;
    font-size: 14px;
    color: #656565;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px
}
.kazanirim-plus::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    width: 22px;
    height: 22px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}

.kazanirim-plus:not(.collapsed)::after {
    content: "\f068";
}

.header-right .system-login {
    background-color: #2d5d8f;
    padding: 10px;
    border-radius: 5px;
}

.cp-accordion-right .accordion-single .accordion-body p {
    padding: 0 13px;
}

.aspect-square {
    aspect-ratio: 1/1;
}

.bdrs-15 {
    border-radius: 15px;
}

.bg-danger-gradient {
    background: linear-gradient(225deg, #870000 15.93%, #000F57 98.7%);
}

.bg-main {
    background-color: #074d9d !important;
}

.bg-main-hover:hover p{
    color: #fff;
}
.bg-main-hover:hover {
    background-color: #074d9d !important;
}

.bg-main-light {
    background-color: #467cb6 !important;
}

.bg-gradient-main-box {
    background: linear-gradient(-45deg, #2d5d8f, #1f0808, #2d5d8f, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    color: #fff;
}

.bg-gradient-main-box:hover {
    background: transparent;
    border: 1px solid #2d5d8f;
    color: #2d5d8f;
}

.bg-gradient-main-box-outline {
    border: 1px solid #2d5d8f;
    color: #2d5d8f;
}

.bg-gradient-main-box-outline:hover {
    background: linear-gradient(-45deg, #2d5d8f, #1f0808, #2d5d8f, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    color: #fff;
}

.bg-success-gradient {
    background: linear-gradient(225deg, #108700 15.93%, #000F57 98.7%);
}

.bg-opacity::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff8f;
    position: absolute;
}

.bg-gray {
    background-color: #969696 !important;
}

.bg-red {
    background-color: #cf4444 !important;
}

.bg-success-light {
    background-color: #3ea575 !important;
}

.bg-light-green {
    background-color: #d4fde9;
    ;
}

.text-green {
    color: #0bc15c;
}

.border-left-primary {
    border-left: 3px solid #0d6efd;
}

.display-inline-block {
    display: inline-block !important;
}

.cookie-alert {
    position: fixed;
    bottom: 10px;
    left: 35%;
    right: 10px;
    max-width: 500px;
    width: 100%;
    min-height: 250px;
    margin: 0 !important;
    padding: 20px;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background-color: #fff;
    border-radius: 15px;
}

@media (max-width:1400px) {
    .cookie-alert {
        left: 30% !important;
    }
}

@media (max-width:900px) {
    .cookie-alert {
        left: 25% !important;
    }
}

@media (max-width:850px) {
    .cookie-alert {
        left: 20% !important;
    }
}

@media (max-width:767px) {
    .cookie-alert {
        left: 15% !important;
    }
}

@media (max-width:680px) {
    .cookie-alert {
        left: 10px !important;
    }
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.font-raleway {
    font-family: "Raleway", sans-serif !important;
}

.full-image {
    height: 500px !important;
    object-fit: cover;
}

.fz10 {
    font-size: 10px !important;
}

.fz11 {
    font-size: 11px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz25 {
    font-size: 25px !important;
}

.fz30 {
    font-size: 30px !important;
}

.fz35 {
    font-size: 35px !important;
}

.fz45 {
    font-size: 45px !important;
}

.fz50 {
    font-size: 50px !important;
}

.pt55 {
    padding-top: 55px;
}

.text-main {
    color: #00237f !important;
}

@keyframes text-color-gradient {
    0% {
        background-position: 0% 50%
    }

    25% {
        background-position: 33% 50%
    }

    50% {
        background-position: 66% 50%
    }

    75% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.gradient-color-text {
    background-size: 400% 400%;
    background-image: linear-gradient(to right, #000000, #5f5f5f, #4f92eb, #074d9d);
    -webkit-background-clip: text;
    animation: text-color-gradient 4s linear infinite;
    color: transparent !important;
}

.gradient-color-text-white {
    background-size: 400% 400%;
    background-image: linear-gradient(to right, #ffffff, #ffffff, #4f92eb, #074d9d);
    -webkit-background-clip: text;
    animation: text-color-gradient 4s linear infinite;
    color: transparent !important;
    z-index: 1;
}

@keyframes border-color-gradient {
    0% {
        border-color: #000000;
    }

    25% {
        border-color: #5f5f5f;
    }

    50% {
        border-color: #4f92eb;
    }

    75% {
        border-color: #2f80ec;
    }

    100% {
        border-color: #000000;
    }
}

.gradient-color-border {
    animation: border-color-gradient 5s linear infinite;
    border: 3px solid transparent;
}

.group-link:hover .aspect-square {
    background-color: var(--bs-primary) !important;
}

.h-10 {
    height: 10px;
}

.h36 {
    height: 36px;
}

.height140 {
    height: 140px;
}

.height150 {
    height: 150px;
}

.height200 {
    height: 200px !important;
}

.height300 {
    height: 300px;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d4d4d4;
    background-color: #d4d4d4;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #074d9d;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #074d9d;
}

.hm10-tab-control li a:hover {
    animation: border-color-gradient 3s linear infinite;
    border: 3px solid transparent;
}

.hm10-tab-control li a.active {
    animation: border-color-gradient 3s linear infinite;
    border: 3px solid transparent;
}

.hosting-signle-product {
    padding: 1rem !important;
}

.tab-content:nth-child(1):nth-child(1) .hm2-server-tab-control li button::before {
    background: #074d9d8f;
}

.tab-content:nth-child(1):nth-child(1) .tab-content {
    background: #074d9d0f;
}

.left-140 {
    left: -140px !important;
}

.lineh1 {
    line-height: 1px;
}

.lineh35 {
    line-height: 35px;
}

.lineh75 {
    line-height: 75px;
}

.main-color {
    color: #074d9d !important;
}

.menu-hover-card:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

.mn-hero-pricing-slider .single-wrapper {
    padding: 0px !important;
}

.move-icon {
    animation: slideUpDown 1s infinite alternate;
}

@keyframes slideUpDown {
    0% {
        transform: translateX(0px) translateY(0);
    }

    100% {
        transform: translateX(0) translateY(-5px);
    }
}

.mw-135 {
    max-width: 135px !important;
}

.me60 {
    margin-right: 60px !important;
}

.minvh-100 {
    min-height: 100vh !important;
}

.header-right.nav-wrapper ul li.has-submenu::after {
    content: none;
}

.header-right.nav-wrapper ul li.has-submenu .submenu-wrapper {
    left: 50% !important;
    transform: translateX(-50%);
}

.nav-wrapper ul li.has-submenu .submenu-wrapper .megamenu-item .border {
    color: #fff;
    padding: 10px 15px;
    color: #001042;
    border-top: 1px solid rgba(221, 221, 221, .15);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 4px;
}

.nowrap {
    text-wrap: nowrap;
}

.referans-logo {
    filter: grayscale(1);
}

.referans-logo:hover {
    filter: grayscale(0);
    cursor: pointer;
}

.slider-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
}

.vtop-35 {
    top: 35vh;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w90 {
    width: 90px !important;
}

.w140 {
    width: 140px !important;
}

.w180 {
    width: 180px !important;
}

.w255 {
    width: 255px !important;
}

.w-290 {
    width: 290px !important;
}

.w-380 {
    width: 380px !important;
}

.w-800 {
    width: 800px !important;
}

.w-1000 {
    width: 1000px !important;
}

.white-space-break {
    white-space: break-spaces;
}

.w-10 {
    width: 10px;
}

.w25 {
    width: 25px;
}

.w50 {
    width: 50px;
}

.bg-favicon {
    transform: rotate(-27deg);
    width: 320px;
    opacity: 0.2;
}

.host-web-info-card-area .bg-favicon {
    top: -20px;
    left: -180px;
}

@media(min-width:1550px) {
    .mw-1550 {
        max-width: 1550px !important;
    }
}

.height-325 {
    height: 325px !important;
}

.cp-accordion-right {
    position: relative
}

.cp-accordion-right::before {
    content: "";
    position: absolute;
    right: -43px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #002ea7
}

.cp-accordion-right .accordion-single {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    position: relative
}

.cp-accordion-right .accordion-single::before {
    content: "";
    position: absolute;
    right: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #00237f;
    border-radius: 50%
}

.cp-accordion-right .accordion-single::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #074d9d 98.23%)
}

.cp-accordion-right .accordion-single .accordion-header {
    padding: 20px 35px
}

.cp-accordion-right .accordion-single .accordion-header h6 {
    color: #fff;
    margin-bottom: 0
}

.cp-accordion-right .accordion-single .accordion-body {
    padding: 0 20px 16px 20px
}

.cp-accordion-right .accordion-single .accordion-body p {
    color: rgba(255, 255, 255, .8)
}

.cp-accordion-right .accordion-single .accordion-body a {
    color: #fff
}

.cp-accordion-right .accordion-single .accordion-body a i {
    margin-right: 5px
}

.cp-accordion-right .accordion-single+.accordion-single {
    margin-top: 20px
}

.varyasyon-checkbox {
    border: 1px solid #bbbbbb;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px !important;
}

.varyasyon-checkbox.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.varyasyon-checkbox.active {
    border-color: #198754;
    animation: gradient 7s ease-out infinite;
    color: #000000;
}

.varyasyon-checkbox.active .product-total {
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: .5rem;
}

.varyasyon-checkbox .form-check-input {
    margin: 0px 10px 0px 0px;
}

.varyasyon-checkbox .form-check-input {
    background-color: #ffffff;
    border: 5px double #bbbbbb;
    border-radius: 50%;
    padding: 5px;
}

.varyasyon-checkbox .form-check-input:checked {
    background-color: #198754;
    border-color: #fff;
}

.varyasyon-checkbox .form-check-input:focus {
    box-shadow: none;
}

.varyasyon-checkbox .form-check-label {
    font-size: 12px;
    line-height: 1;
}

.siparisOzet {
    position: sticky;
    top: 80px;
    overflow: auto;
    border: 1px solid #f1f1f1;
    padding: 12px;
    border-radius: .25rem;
    box-shadow: 0px 0px 20px #f1f1f1;
}

.siparisOzet .siparisModul {
    background-color: #f1f1f1;
    border-bottom: 1px solid #bbbbbb;
    padding: 0 20px !important;
}

.siparisOzet .siparisModul .modulName {
    font-size: 13px;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.siparisOzet .siparisModul p.modulName {
    padding: 10px 0px;
}

.siparisOzet .siparisModul:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
}

.siparisOzet .siparisModul p {
    border-bottom: 1px solid #bbbbbb;
    padding: 3px 0px;
}

.siparisOzet .siparisModul p:first-child,
.siparisOzet .siparisModul p:last-child {
    border-bottom: 0;
}

.siparisOzetModul {
    padding: 12px;
    border-radius: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.siparisOzetModul .siparisModul {
    background-color: #f1f1f1;
    border-bottom: 1px solid #bbbbbb;
    padding: 0 10px !important;
}

.siparisOzetModul .siparisModul .modulName {
    color: #00237f;
    font-size: 13px;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.siparisOzetModul .siparisModul:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.siparisOzetModul .siparisModul:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.siparisOzetModul .siparisModul p {
    border-bottom: 1px solid #bbbbbb;
    padding: 5px 0px;
}

.siparisOzetModul .siparisModul p:first-child,
.siparisOzetModul .siparisModul p:last-child {
    border-bottom: 0;
}

.teklifButton {
    width: 100%;
    height: 40px;
    border: 1px solid #074d9d;
    background-color: #074d9d;
    color: #fff;
    border-radius: 5px;
}

.next-modul {
    position: absolute;
    left: -42px;
    width: 50px;
    height: 48%;
    bottom: 8px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #074d9d;

}

.next-modul h5 {
    position: relative;
    transform: rotate(270deg);
    top: 42%;
    width: max-content;
    left: -19px;
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.prev-modul {
    position: absolute;
    left: -42px;
    width: 50px;
    height: 48%;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #666666;
}

.prev-modul h5 {

    position: relative;
    transform: rotate(270deg);
    top: 42%;
    width: max-content;
    left: -19px;
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.pe-4rem {
    padding-right: 4rem !important;
}

.px20 {
    padding: 0px 20px;
}

.wh24 {
    width: auto;
    height: 24px;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

[aria-expanded="true"] .toggle-icon {
    transform: rotate(90deg);
}

.discountButton {
    border-color: #074d9d;
    border-width: 1px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    margin-inline-start: 1.25rem;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(50, 62, 72, 1);
    transition: all .5s ease;
}

.discountButton:hover {
    background-color: #074d9d;
    color: #fff;
}

.discountInput {
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #074d9d;
    border-width: 1px;
    border-radius: 5px;
    font-size: .875rem;
    line-height: 1.25rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 5px 10px;
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.h-98 {
    height: 98%;
}

.h-93 {
    height: 93%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.modal .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.siparisOzet .selectNum {
    color: #757575;
    font-size: 12px !important;
}

.siparisOzet .totalNum {
    color: #757575;
    font-size: 10px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.lms-numeric-counter-button {
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    width: 35px;
    height: 40px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.lms-numeric-counter-button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.lms-numeric-counter-button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modulSecimi {
    font-size: 13px;
}

.modulSecimi.active {
    font-size: 18px;
    border: 1px solid;
    border-color: #074d9d !important;
    border-bottom-width: 4px !important;
}

#sektorContent {
    background: #fff;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: 20px 30px;
}

#sektorContent .varyasyon-checkbox {
    border: 1px solid #bbbbbb;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px !important;
    width: 140px;
    text-align: center;
    position: relative;
}

#sektorContent .varyasyon-checkbox.active {
    border-color: #198754;
    background-color: #d4fde9;
    color: #000000;
}

#sektorContent .varyasyon-checkbox.active::before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 20px;
    border: 5px double #bbbbbb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4fde9;
    box-sizing: border-box;
}


.bg-dark-blue {
    background-color: #001042;
}

.justify-items-center {
    justify-items: center;
}


.invert-1 {
    filter: invert(1);
}

.left-auto {
    left: auto !important;
}

.left-58 {
    left: -58px !important;
}

.right-72 {
    right: -72px !important;
}

.border-de {
    border: 1px solid #dee2e6;
}

.hizmetSelect .prev-modul:hover {
    cursor: pointer;
}

.hizmetPaket {
    position: relative;
}

.hizmetPaket.selected::after {
    content: "Seçili";
    position: absolute;
    background-color: #008000;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
    left: -17px;
    top: -6px;
    transform: rotate(320deg);
    z-index: 3;
}

.border-right {
    border-right: 1px solid #bbbbbb;
}

.basarili-title {
    border: 2px solid #00a80b;
    padding: 20px;
}

.bgc-f7 {
    background-color: #F7F7F7;
}

.breadcrumb-modul {
    /* position: absolute;
    right: 50px;
    bottom: -48px; */
    margin-top: -77px;
}
@media(max-width: 1305px){
    .breadcrumb-modul {
        margin-top: -37px;
    }
}
@media(max-width: 1200px){
    .lms-numeric-counter-button{
        width: 20px;
    }
}

@media(max-width: 900px){
    .breadcrumb-modul {
        flex-wrap: wrap;
    }
    .breadcrumb-modul .fz25 {
        font-size: 13px !important;
    }
    .modulSecimi.active {
        font-size: 13px;
    }
    .modulSecimi {
        font-size: 10px;
    }
}

@media(max-width: 768px){
    .hizmetSelect .col-md-3, .hizmetSelect .col-md-2 {
        display: none;
    }
}

@media(max-width: 658px){
    .breadcrumb-modul {
        justify-content: unset !important;
    }
}