﻿@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Farsan&family=Scope+One&display=swap');


body {
    background-color: #FAFAFA;
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    line-height: 1.3;
    background: url(../Img/endless-constellation.svg);
}


header {
    margin-bottom: 90px;
}

::-webkit-scrollbar {
    height: 6px;
    width: 10px;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #821c18;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #551311;
    }

#Icons .Content .Item .Descripiton {
    font-size: 15px;
    margin-top: 10px;
}

.navbar-menu {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 70px;
    width: 100%;
}

.navbar-nav {
    list-style-type: none;
    display: flex;
}

    .navbar-nav li a {
        display: block;
        text-decoration: none;
        color: #444;
        padding: 20px 20px;
        font-weight: 700;
        transition: 0.4s all;
        font-size: 16px;
    }

    .navbar-nav li.navbar-dropdown {
        position: relative;
        margin-right: 12px;
    }

        .navbar-nav li.navbar-dropdown:hover .navbar-dropdown-content {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }

        .navbar-nav li.navbar-dropdown .navbar-dropdown-content {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            padding: 20px 0;
            top: 100%;
            transform: translateY(50px);
            left: 0;
            width: 250px;
            background-color: #fff;
            box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            z-index: 111;
            transition: 0.4s all;
        }

            .navbar-nav li.navbar-dropdown .navbar-dropdown-content a {
                padding-top: 10px;
                padding-bottom: 10px;
                font-weight: 400;
            }

.navbar-dropdown .navbar-dropdown-content a:hover {
    padding-left: 30px;
}

.navbar-nav li a:hover {
    color: #0052e9;
}


#Navbar nav ul li a {
    position: relative;
    text-decoration: none;
    color: #0a0a0a;
}

    #Navbar nav ul li a,
    #Navbar nav ul li a:after,
    #Navbar nav ul li a:before {
        transition: all .5s;
    }

        #Navbar nav ul li a:hover {
            color: black;
        }

            #Navbar nav ul li a:hover:after {
                width: 100%;
            }

        #Navbar nav ul li a::after {
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: #aaa;
            height: 1px;
        }


#headerMiddle {
    padding: 10px;
    box-shadow: 0px 2px 5px rgb(227 208 208);
    -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    background: #fff;
    position: fixed;
    z-index: 9999;
}

    #headerMiddle .container {
        display: flex;
        align-items: center;
        position: relative;
    }

    #headerMiddle ul#mainMenu {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

        #headerMiddle ul#mainMenu > li > a {
            display: flex;
            align-items: center;
            height: 75px;
            padding: 0px 9px;
            box-sizing: border-box;
            color: #000000;
            font-size: 16px;
            transition: all .4s;
            font-weight: 500;
        }

.submenu.withIntegration .ui-widget-content {
    width: 100%;
    overflow-y: auto;
}

#headerMiddle ul#mainMenu li#buyIt a {
    background: #821c18;
    border: 1px solid #d1adab;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
    -webkit-box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    height: 45px;
}

#headerMiddle ul#mainMenu li a:hover {
    color: #540000;
}

#Hero {
    padding: 80px 10px 0px 10px;
}

    #Hero .container {
        background: #304a71;
        padding: 40px 10px 30px 10px;
        border-radius: 2px;
        box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
    }

    #Hero .Item {
    }

    #Hero .Txt {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-right: 60px;
    }

        #Hero .Txt h1 {
            font-size: 35px;
            line-height: 44px;
            color: #fafafa;
            font-weight: 700;
            margin: 0 20px 10px;
            text-align: center;
        }

        #Hero .Txt p {
            font-size: 20px;
            font-weight: 400;
            padding: 20px 0px 0px 20px;
            color: white;
        }

        #Hero .Txt a {
            background: #5F84E1;
            border: 1px solid #5F84E1;
            box-sizing: border-box;
            box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
            -webkit-box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
            border-radius: 4px;
            padding-left: 20px;
            padding-right: 20px;
            color: #fff;
            margin-top: 50px;
            display: flex;
            align-items: center;
            height: 50px
        }

#AboutUs {
    padding: 70px 10px 60px 10px;
}

    #AboutUs img {
        width: 100%;
        margin: 10px auto;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    }

        #AboutUs img.image-mobile {
            display: none;
        }

    #AboutUs .container {
        background: #fafafa;
        border-radius: 2px;
        padding: 20px;
        box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
    }

    #AboutUs .Item {
        display: flex;
        margin: 62px 0px 0px 0px;
    }

    #AboutUs .Txt {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 90%;
    }

        #AboutUs .Txt h1 {
            font-size: 40px;
            line-height: 44px;
            color: #000000;
            font-weight: 700;
            margin: 0 0 10px;
        }

        #AboutUs .Txt p {
            font-size: 20px;
            font-weight: 400;
            padding: 15px 0px 0px 0px;
            color: #000000;
            font-family: 'Dosis', sans-serif;
        }

        #AboutUs .Txt a {
            background: #5F84E1;
            border: 1px solid #5F84E1;
            box-sizing: border-box;
            box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
            -webkit-box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
            border-radius: 4px;
            padding-left: 20px;
            padding-right: 20px;
            color: #fff;
            margin-top: 50px;
            display: flex;
            align-items: center;
            height: 50px
        }

    #AboutUs .Header {
        text-align: center;
        font-size: 70px;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 400;
        color: #000000;
        margin-bottom: 20px;
    }



.bt_bb_inner_step_line {
    background: linear-gradient(90deg,rgba(71,71,71,0) 20%,#821c18 100%);
    height: 0.5em;
    width: 80%;
    border-radius: 50px;
    flex: 1 0 60%;
    align-self: center;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 4em;
    margin-left: 16em;
}

div#Partners .Item {
    margin: 15px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: auto;
    border-radius: 2px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    background-color: #faf8f8;
}

    div#Partners .Item:hover {
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: auto;
    }

div#Partners button.slick-arrow {
    position: absolute;
    z-index: 999;
    height: 40px;
    width: 40px;
    font-size: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    border: none;
    border-image-source: none;
}

    div#Partners button.slick-arrow.slick-next {
        background-color: white !important;
        right: 30px;
        background: url('../Img/arrow-down-s-line.svg') center center no-repeat;
        transform: rotate(-90deg);
        display: none !important
    }

    div#Partners button.slick-arrow.slick-prev {
        background-color: white !important;
        left: 30px;
        background: url('../Img/arrow-down-s-line.svg') center center no-repeat;
        border: black;
        transform: rotate(90deg);
        border: 1px solid #e0e0e0;
        display: none !important
    }

div#Partners {
    padding: 26px 0;
}

    div#Partners .Title {
        text-align: center;
        font-size: 70px;
        font-family: 'Lexend Deca', sans-serif;
    }

#Icons {
    margin: 8px 0px 37px 0px;
}

    #Icons .Content {
        display: flex;
        flex-wrap: wrap;
    }

        #Icons .Content .Item {
            border-radius: 6px;
            background-color: #821c18;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
            box-shadow: 0px 0px 4px 0px rgb(168 168 168 / 40%);
            padding: 13px;
            box-sizing: border-box;
            color: white;
        }

            #Icons .Content .Item:hover {
                transform: rotate(7deg);
                z-index: 1000;
                background: #821c18;
                opacity: 1;
            }

        #Icons .Content > .box {
            display: flex;
        }

        #Icons .Content .Item .iconNumber {
            color: #000000;
            font-size: 28px;
            font-weight: 700;
            position: relative;
            display: flex;
            height: 20px;
        }

        #Icons .Content .Item .Description {
            line-height: 1.55;
            font-weight: 400;
            color: #000000;
            font-size: 16px;
        }

        #Icons .Content .Item .iconNumber span {
            z-index: 3;
            position: relative;
        }

        #Icons .Content .Item .iconNumber::after {
            width: 30px;
            height: 15px;
            display: flex;
            border-radius: 20px;
            content: '';
            position: absolute;
            bottom: 0;
            background-image: linear-gradient( -45deg, #00ff31 0%, #166af4 96%, #ffffff 100%);
        }

    #Icons .Title {
        color: #000000;
        font-size: 26px;
        line-height: 1.2;
        font-weight: 600;
        padding: 10px;
        box-sizing: border-box;
        padding-right: 50%;
    }

div#Faq .Title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
    color: #821c18;
    margin-bottom: 5px;
    margin-top: 40px;
}

div#FaqTabs > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    div#FaqTabs > ul > li {
        margin: 10px;
    }

        div#FaqTabs > ul > li > a {
            color: #821c18;
            border: solid 1px #821c18;
            display: flex;
            align-items: center;
            padding: 10px 25px;
            box-sizing: border-box;
            border-radius: 4px;
            font-weight: 300;
            font-size: 18px;
        }

            div#FaqTabs > ul > li > a:hover {
                color: #ffffff;
                border: solid 1px #821c18;
                display: flex;
                background-color: #821c18;
                transform: scale(1.2);
            }

        div#FaqTabs > ul > li.ui-state-active > a {
            color: #fff;
            background-color: #821c18;
        }


div#footer-wrap {
    /* margin-top: 26px; */
}

div#FaqTabs h3 {
    font-weight: 400;
    font-size: 19px;
    color: #000e30;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 9px;
    cursor: pointer;
    position: relative;
}

    div#FaqTabs h3::After {
        background: url('../Img/arrow-down-s-line.svg') center center no-repeat;
        height: 20px;
        width: 20px;
        display: flex;
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
        content: '';
    }

    div#FaqTabs h3.ui-state-active::After {
        transform: rotate(180deg);
    }


    div#FaqTabs h3 + div {
        font-weight: 300;
        font-size: 16px;
        padding: 10px 20px;
        box-sizing: border-box;
        border-radius: 0 0 9px 9px;
    }

div#FaqTabs h3 {
    background: #FFFFFF;
    border: 1px solid rgba(26, 73, 112, 0.07);
    box-sizing: border-box;
    box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
    margin: 10px 0;
}

    div#FaqTabs h3.ui-state-active {
        margin-bottom: 0;
        border-radius: 8px 8px 0 0;
        border-bottom: none;
    }


    div#FaqTabs h3 + div {
        background: #FFFFFF;
        border: 1px solid rgba(26, 73, 112, 0.07);
        box-sizing: border-box;
        box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
        border-radius: 0 0 8px 8px;
        -webkit-box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
        border-top: none;
    }

#footer-wrap {
    padding-top: 31px;
    background: #252639;
    color: #fff;
}

    #footer-wrap #footerTop {
        margin-bottom: 50px;
    }

        #footer-wrap #footerTop .Title {
            font-size: 20px;
            line-height: 50px;
            letter-spacing: .7px;
            font-weight: 700;
            text-align: center;
        }

        #footer-wrap #footerTop
        .Share {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            #footer-wrap #footerTop .Share a {
                width: 175px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: red;
                height: 55px;
                border-radius: 8px;
                font-style: normal;
                font-weight: 700;
            }

                #footer-wrap #footerTop .Share a + a {
                    margin-left: 20px;
                }

                #footer-wrap #footerTop .Share a:nth-child(1) {
                    background: #33fcb1;
                    color: #22252f;
                }

                #footer-wrap #footerTop .Share a:nth-child(2) {
                    background: #fff;
                    color: #22252f;
                }

div#footerMiddle #Brand .Logo {
    display: flex;
    height: 60px;
    margin-bottom: 20px;
}

div#footerMiddle #Brand .Contact {
}

    div#footerMiddle #Brand .Contact .Item {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        margin: 15px 0;
    }

div#footerMiddle #footerLinks h3 {
    font-size: 14px;
    font-weight: 500;
    color: #96999f;
}

div#footerMiddle #footerLinks ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

div#footerMiddle #Brand .Social {
    display: flex;
    align-items: center;
}

    div#footerMiddle #Brand .Social > span {
        width: 140px;
    }

    div#footerMiddle #Brand .Social > ul {
        width: calc(100% - 140px);
        display: flex;
        align-items: center;
    }

        div#footerMiddle #Brand .Social > ul li a {
            height: 35px;
            width: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            margin: 10px;
            font-weight: 900;
        }

#footerBottom .row {
    display: flex;
    align-items: center;
}

#footerBottom div#Links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #footerBottom div#Links ul li + li {
        margin-left: 20px;
    }

    #footerBottom div#Links ul li a {
        color: #fff;
    }

div#footerBottom {
    margin-top: 34px;
    border-top: solid 1px #828282;
    padding: 17px 10px;
    text-align: center;
}

#Apperance {
    margin: 25px 0;
}

    #Apperance .Item {
        display: flex;
        margin: 100px 0;
        align-items: flex-end;
    }

        #Apperance .Item:nth-child(even) {
            flex-direction: row-reverse;
        }

        #Apperance .Item .Txt h2 {
            font-size: 40px;
            margin-bottom: 30px;
            color: #061027;
            line-height: 45px;
            font-weight: 600;
        }

        #Apperance .Item .Txt .Description {
            margin-bottom: 20px;
        }

            #Apperance .Item .Txt .Description b {
                font-weight: 600;
                color: #061027;
                margin-bottom: 10px;
                font-size: 14px;
            }

            #Apperance .Item .Txt .Description p {
                font-weight: 400;
                font-size: 13px;
                line-height: 1.5;
            }

            #Apperance .Item .Txt .Description .col-6:first-child {
                padding-right: 20px;
                box-sizing: border-box;
            }

            #Apperance .Item .Txt .Description .col-6:last-child {
                padding-left: 20px;
                box-sizing: border-box;
            }

        #Apperance .Item .Txt ul li {
            margin: 10px 0;
        }

            #Apperance .Item .Txt ul li img {
                height: 30px;
                width: 30px;
                margin-right: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: linear-gradient(90deg, rgb(127 154 208) 0%, rgb(68 119 187) 80%);
            }

            #Apperance .Item .Txt ul li span {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
                font-weight: 700;
            }

        #Apperance .Item .Txt {
            padding-left: 40px;
            box-sizing: border-box;
        }

        #Apperance .Item:nth-child(even) .Txt {
            padding-left: 0;
            padding-right: 40px;
        }

.submenu.withIntegration {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 10px);
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgb(65 93 128 / 15%);
    -webkit-box-shadow: 0px 20px 40px rgb(65 93 128 / 15%);
    z-index: 999;
    background: white;
    display: none;
    padding: 20px;
    box-sizing: border-box;
}

    .submenu.withIntegration > ul {
        width: 280px;
        border-right: solid 1px #821c18;
    }

ul#mainMenu > li:hover > .submenu.withIntegration {
    display: flex;
    height: 420px;
}

.submenu.withIntegration > ul > li a {
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    border-right: solid 5px transparent;
    box-sizing: border-box;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}

    .submenu.withIntegration > ul > li a:hover {
        border-right: 5px solid #821c18;
    }

/*    .submenu.withIntegration > ul > li a::before {
        width: 35px;
        height: 35px;
        display: flex;
        content: '';
        margin-right: 10px;
        border-radius: 6px;
        border: 1px solid rgba(95,132,225, 0.2);
        background: #fff;
    }*/

.submenu.withIntegration > ul + div {
    width: calc(100% - 300px);
}

.submenu.withIntegration > ul > li a:hover::before {
    background: #5f84e1;
}

.submenu.withIntegration .Item {
    padding: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d1adab;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1D2844;
    font-size: 15px;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.submenu.withIntegration .ui-widget-content[aria-hidden="false"] {
    display: flex !important;
    flex-wrap: wrap;
}

    .submenu.withIntegration .ui-widget-content[aria-hidden="false"] > .box {
        display: flex;
        width: 25%;
        text-align: center;
        position: relative;
    }

.submenu.withIntegration .Item > span {
    background: #821c18;
    position: absolute;
    border-radius: 0 9px 9px 9px;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    left: 10px;
    top: 10px;
}

.submenu.withIntegration .Item img {
    max-width: 50%;
}


.integration-menu.withIntegration {
    position: relative;
    width: 100%;
    left: 0;
    top: calc(100% - 10px);
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgb(65 93 128 / 15%);
    -webkit-box-shadow: 0px 20px 40px rgb(65 93 128 / 15%);
    z-index: 999;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    height: 420px;
    overflow: auto;
}

    .integration-menu.withIntegration > ul {
        width: 340px;
        border-right: solid 1px #821c18;
    }

        .integration-menu.withIntegration > ul > li a {
            height: 40px;
            display: flex;
            align-items: center;
            font-weight: 600;
            font-size: 13px;
            border-right: solid 5px transparent;
            box-sizing: border-box;
            color: #000;
            position: relative;
            margin-bottom: 15px;
        }

            .integration-menu.withIntegration > ul > li a:hover {
                border-right: 5px solid #821c18;
            }

        /*    .integration-menu.withIntegration > ul > li a::before {
        width: 35px;
        height: 35px;
        display: flex;
        content: '';
        margin-right: 10px;
        border-radius: 6px;
        border: 1px solid rgba(95,132,225, 0.2);
        background: #fff;
    }*/

        .integration-menu.withIntegration > ul + div {
            width: calc(100% - 300px);
        }

        .integration-menu.withIntegration > ul > li a:hover::before {
            background: #5f84e1;
        }

    .integration-menu.withIntegration .Item {
        padding: 16px;
        border-radius: 4px;
        background-color: #ffffff;
        border: 1px solid #d1adab;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #1D2844;
        font-size: 15px;
        font-weight: 500;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }



    .integration-menu.withIntegration .ui-widget-content[aria-hidden="false"] {
        display: flex !important;
        flex-wrap: wrap;
    }

        .integration-menu.withIntegration .ui-widget-content[aria-hidden="false"] > .box {
            display: flex;
            width: 25%;
            text-align: center;
            position: relative;
        }

    .integration-menu.withIntegration .Item > span {
        background: #821c18;
        position: absolute;
        border-radius: 0 9px 9px 9px;
        color: #fff;
        font-size: 11px;
        padding: 5px 10px;
        left: 10px;
        top: 10px;
    }

    .integration-menu.withIntegration .Item img {
        max-width: 50%;
    }

div#footerMiddle #Brand .Logo img {
    background: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    box-sizing: border-box;
}

div#IntegrationContent .Title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 600;
    color: #1c1f22;
}

div#IntegrationContent {
    padding: 28px 0px 44px 0px;
    background: #fff;
    overflow-y: hidden;
}

    div#IntegrationContent .Image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    div#IntegrationContent .Description {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        font-size: 18px;
    }

    div#IntegrationContent .Image img {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        max-height: 100px;
    }

    div#IntegrationContent .Content p {
        padding-bottom: 10px;
        line-height: 1.5;
    }

    div#IntegrationContent .Content {
        margin-top: 30px;
        margin-left: 6px;
        margin-right: 6px;
    }

div#BlogContent .Title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 600;
    color: #1c1f22;
}

div#BlogContent {
    padding: 28px 0px 44px 0px;
    background: #fff;
}

    div#BlogContent .Image {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    div#BlogContent .Description {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        font-size: 18px;
    }

    div#BlogContent .Image img {
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
    }

    div#BlogContent .Content p {
        padding-bottom: 10px;
        line-height: 1.5;
        font-size: 22px;
        margin: 25px auto;
    }

    div#BlogContent .Content {
        margin-top: 30px;
        margin-left: 6px;
        margin-right: 6px;
    }



/* Satýn Al*/
.SatinAlSlide {
    margin-top: 200px;
}

.SatinAlTable {
    float: left;
}

    .SatinAlTable .accordion {
        float: left;
        width: 100%
    }

        .SatinAlTable .accordion > .card .card-header {
            margin-bottom: 0
        }

    .SatinAlTable .card-header {
        height: 50px;
        border: solid 1px #e5e5e5;
        background-color: #f9f9f9;
        margin: 0;
        padding: 0;
        position: relative;
        float: right;
        width: calc(100% - 50px);
        margin-left: 50px
    }

        .SatinAlTable .card-header .btn.btn-link {
            width: 50px;
            height: 50px;
            border-radius: 100px 0 0 100px;
            border: solid 1px #e5e5e5;
            background: url('../Img/minus.svg') center center no-repeat;
            position: absolute;
            left: -50px;
            top: -1px
        }

    .SatinAlTable .card-body {
        position: relative;
        float: right;
        width: calc(100% - 50px);
        margin-left: 50px;
        border: solid 1px #e5e5e5;
        background-color: #fff;
        box-sizing: border-box;
        padding: 30px;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: justify;
        color: #818181
    }

    .SatinAlTable .collapse.show {
        display: block;
    }

    .SatinAlTable .collapse {
        display: none;
    }

    .SatinAlTable .card {
        background: transparent;
        border-radius: 0;
        border: none;
        margin-bottom: -1px;
        overflow: visible
    }

    .SatinAlTable button.btn.btn-link.collapsed {
        background: url(../Img/plus.svg) center center no-repeat
    }

    .SatinAlTable .Item {
        padding: 0;
        float: left
    }

        .SatinAlTable .Item .Icon {
            float: left;
            height: 50px;
            width: 50px;
            border-right: solid 1px #e5e5e5;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }

        .SatinAlTable .Item .Info {
            float: right;
            height: 50px;
            width: 50px;
            border-right: solid 1px #e5e5e5;
            cursor: pointer
        }

        .SatinAlTable .Item .Video {
            float: right;
            height: 50px;
            width: 50px;
            cursor: pointer
        }

        .SatinAlTable .Item .Text {
            float: left;
            height: 50px;
            width: calc(100% - 150px);
            font-size: 12px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            color: #818181;
            padding-left: 20px;
            box-sizing: border-box;
            line-height: normal;
            text-align: left;
            display: flex;
            align-items: center
        }

    .SatinAlTable .AltItem {
        height: 50px;
        border-right: solid 1px #e5e5e5;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #818181;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .SatinAlTable .AltItem img {
            height: 20px;
            width: 20px;
        }

        .SatinAlTable .AltItem.Last {
            font-size: 14px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            line-height: 50px;
            letter-spacing: normal;
            text-align: center;
            color: #00b2ee;
            border: none;
            position: relative;
            cursor: pointer;
            text-align: left;
        }

        .SatinAlTable .AltItem span {
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
            border: solid 1px #e6e6e6;
            background-color: #fff;
            visibility: hidden;
            position: absolute;
            font-size: 12px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #818181;
            z-index: 5;
            left: -125%;
            top: 75%;
            padding: 20px;
            box-sizing: border-box;
            width: 300px
        }

        .SatinAlTable .AltItem:hover span {
            visibility: visible
        }

        .SatinAlTable .AltItem.AltItemStandart {
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-left: solid 1px #eaeaea
        }

        .SatinAlTable .AltItem.AltItemPro {
            height: 50px;
            line-height: 50px;
            text-align: center
        }

    .SatinAlTable .Header {
        float: left;
        height: 200px;
        padding: 0
    }

        .SatinAlTable .Header .OzellikHead {
            height: 120px;
            border-radius: 7px 0 0 0;
            box-shadow: 0 2px 13px 0 rgba(0,0,0,0.12);
            background-color: #fff;
            margin-top: 80px;
            width: calc(50% - 26px);
            margin-left: 50px;
            font-size: 28px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #1355a1;
            padding: 50px 30px;
            float: left
        }

        .SatinAlTable .Header .FreeHead {
            float: left;
            height: 140px;
            object-fit: contain;
            border-radius: 7px 7px 0 0;
            box-shadow: 0 2px 13px 0 rgba(0,0,0,0.12);
            background-image: radial-gradient(circle at 50% 0,#00d9f8,#00b2ee);
            margin-top: 60px;
            padding: 0;
            width: calc(16.666667% - 8px)
        }

        .SatinAlTable .Header .PayHead {
            float: left;
            height: 160px;
            object-fit: contain;
            border-radius: 7px 7px 0 0;
            box-shadow: 0 2px 13px 0 rgba(0,0,0,0.12);
            margin-top: 40px;
            padding: 0;
            width: calc(16.666667% - 9px);
            display: flex;
            background-image: linear-gradient( -45deg, #00ff31 0%, #166af4 96%, #ffffff 100%);
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .SatinAlTable .Header .AdetHead {
            float: left;
            height: 120px;
            object-fit: contain;
            border-radius: 0 7px 0 0;
            box-shadow: 0 2px 13px 0 rgba(0,0,0,0.12);
            margin-top: 80px;
            background-image: radial-gradient(circle at 50% 0,#00d9f8,#00b2ee);
            padding: 0;
            width: calc(16.666667% - 8px);
            align-items: center;
            display: flex;
            flex-direction: column;
        }

        .SatinAlTable .Header .FreeHead .Icon {
            float: left;
            height: 50px;
            width: 50px;
            margin-top: 15px;
            margin-left: calc(50% - 25px)
        }

        .SatinAlTable .Header .FreeHead .MiniTitle {
            width: 100%;
            float: left;
            height: 20px;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            margin-top: 33px;
            font-size: 21px;
            font-weight: 500;
        }

        .SatinAlTable .Header .FreeHead .Title {
            width: 100%;
            float: left;
            height: 20px;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            margin-top: 33px;
            font-size: 21px;
            font-weight: 500;
        }

        .SatinAlTable .Header .Icon {
            float: left;
            height: 50px;
            width: 50px;
            background: red;
            display: flex;
        }

        .SatinAlTable .Header .AdetHead .Icon {
            margin-top: 10px;
        }

        .SatinAlTable .Header .PayHead .MiniTitle {
            width: 100%;
            float: left;
            height: 20px;
            font-size: 24px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            margin-top: 24px;
        }

        .SatinAlTable .Header .PayHead .Title {
            width: 100%;
            float: left;
            height: 26px;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            margin-top: 0px;
            font-size: 29px;
            font-weight: 500;
        }

        .SatinAlTable .Header .AdetHead .Title {
            float: left;
            height: 24px;
            width: 100%;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            color: #fafafa;
        }

        .SatinAlTable .Header .AdetHead .MiniTitle {
            float: left;
            height: 24px;
            width: 100%;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            font-size: 21px;
            font-weight: 700;
            color: #fafafa;
        }

    .SatinAlTable .accordion .card:nth-child(odd) .Item {
        background: #f9f9f9
    }

    .SatinAlTable .accordion .card:nth-child(odd) button.btn.btn-link.collapsed {
        background: #f9f9f9 url(../Img/plus.svg) center center no-repeat
    }

    .SatinAlTable .accordion .card:nth-child(even) .Item {
        background: #fff;
        height: 48px
    }

    .SatinAlTable .accordion .card:nth-child(even) button.btn.btn-link.collapsed {
        background: #fff url(../Img/plus.svg) center center no-repeat
    }

.BuyPanel {
    height: 75px;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.12);
    background-image: radial-gradient(circle at 50% 0,#00d9f8,#00b2ee);
    margin-bottom: 50px
}

    .BuyPanel .float-left {
        padding: 0
    }

    .BuyPanel .txtAdet {
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        margin-top: 8px;
        margin-bottom: 6px
    }

    .BuyPanel .ddlAdet {
        height: 28px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        background-color: #fff;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #818181;
        padding-left: 10px;
        box-sizing: border-box
    }

    .BuyPanel .txtTutar {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        margin-top: 32px;
        padding-left: 15px !important
    }

    .BuyPanel .btnKrediKart {
        height: 47px;
        object-fit: contain;
        border-radius: 3px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
        width: 100%;
        margin-top: 13px;
        background: #1355a1 url(../../Img/kkBG.svg) 90% center no-repeat;
        display: block;
    }

    .BuyPanel .btnHavale {
        height: 47px;
        object-fit: contain;
        border-radius: 3px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
        width: 100%;
        margin-top: 13px;
        background: #32cfb0 url(../../Img/hvBG.svg) 90% center no-repeat;
        display: block;
    }

    .BuyPanel .SmallTitle {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #fff;
        margin-top: 6px;
        float: left;
        margin-left: 10px
    }

    .BuyPanel .BigTitle {
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #fff;
        font-size: 18px;
        width: 100%;
        font-weight: 700;
        float: left;
        padding-left: 10px;
        box-sizing: border-box;
        height: 20px;
        line-height: 20px;
    }

.SatinAlTable .AltItem.Last.Red {
    color: #e51019;
}

.SatinAlTable .AltItem.Last.Blue {
    color: #00b2ee;
}

.SatinAlTable .AltItem.Last.Normal {
    color: #818181;
}

.SatinAlTable .AltItem.Last.Black {
    color: #000000;
}

.SellContent {
    margin-top: 50px;
}

    .SellContent .Content {
        border-radius: 7px;
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
        padding: 50px;
        margin-bottom: 50px;
        float: left;
    }

div#PriceSection {
    margin: auto;
}

#PriceSection, #OzellikWrap {
    margin-top: 100px;
}

.fl.col-12.Title.Pricing {
    padding-top: 100px;
}

#PriceSection .Title, #OzellikWrap .Title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    line-height: 70px;
    margin-bottom: 2px;
    color: #061027;
    font-weight: 600;
}

#PriceSection .Description p, #OzellikWrap .Desc {
    font-size: 20px;
    line-height: 36px;
    color: #525975;
    text-align: center;
}

#PriceSection .Content {
    margin-top: 18px;
    display: flex;
}

#PriceSection .Item {
    padding: 25px 25px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    #PriceSection .Item .miniIcon {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    #PriceSection .Item .miniTitle {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.5px;
        align-items: center;
        display: flex;
        color: #061027;
        padding-bottom: 9px;
        font-weight: 600;
        justify-content: space-around;
    }

    #PriceSection .Item .miniDesc {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -1px;
        text-align: left;
        margin-bottom: 15px;
    }

    #PriceSection .Item .oldPrice {
        text-align: left;
        text-decoration: line-through;
        color: #485268;
        font-size: 18px;
        margin-bottom: 7px;
    }

    #PriceSection .Item .curPrice {
        font-size: 28px;
        font-weight: 600;
        text-align: left;
    }

        #PriceSection .Item .curPrice i {
            font-size: 15px;
        }

#PriceSection .Content .col-4:nth-child(2) {
    margin-top: -15px;
    border: 3px solid #00c6f3;
    border-radius: 13px;
    zoom: 110%;
    overflow: hidden;
}

#PriceSection .Item .linkSec {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #PriceSection .Item .linkSec a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(0,91,234);
        background: linear-gradient(90deg, rgb(127 154 208) 0%, rgb(68 119 187) 80%);
        color: #ffffff;
        line-height: 25px;
        border-radius: 30px;
        padding: 12px 25px;
        font-weight: 500;
        box-sizing: border-box;
        height: 50px;
    }

#PriceSection .col-4:nth-child(2) .Item .linkSec a {
    background-image: linear-gradient( -45deg, #00ff31 0%, #166af4 96%, #ffffff 100%);
}

#OzellikWrap .Content .Item {
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
    background-color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

#OzellikWrap .Content, #OzellikWrap .Content .box {
    display: flex;
    flex-wrap: wrap;
}

    #OzellikWrap .Content .Item .miniIcon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    #OzellikWrap .Content .Item .miniTitle {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        margin-bottom: 30px;
    }

    #OzellikWrap .Content .Item .miniDesc {
        text-align: center;
    }



#BlogWrap .container {
    background-color: #fafafa;
    margin: 30px auto;
    box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

#BlogWrap .Title {
    text-align: center;
    font-size: 70px;
    font-family: 'Lexend Deca', sans-serif;
    margin-top: 20px;
}

#BlogWrap .head-filter {
    margin: 25px auto;
    display: flex;
}

    #BlogWrap .head-filter .form-control {
        display: block;
        width: 100%;
        height: calc(2.7rem + 0rem);
        padding: 0.5625rem 1.125rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.8;
        color: #495057;
        background-color: #efefef !important;
        background-clip: padding-box;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: none;
        margin: 0 20px;
    }

    #BlogWrap .head-filter .form-select {
        display: block;
        width: 100%;
        height: calc(2.7rem + 0rem);
        padding: 0.5625rem 1.125rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.8;
        color: #495057;
        background-color: #efefef !important;
        background-clip: padding-box;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: none;
        margin: 0 20px;
    }

#BlogWrap .Content .Item {
    border-radius: 7px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    background-color: #f6f3f3;
    float: left;
    width: 30%;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    margin: 25px 20px;
}

#BlogWrap .Content, #OzellikWrap .Content .box {
    display: flex;
    flex-wrap: wrap;
}

    #BlogWrap .Content .Item .miniIcon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    #BlogWrap .Content .Item .miniTitle {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        margin-bottom: 30px;
    }

    #BlogWrap .Content .Item .miniDesc {
        text-align: center;
    }

    #BlogWrap .Content .Item .ZoomImg {
        background: #dbdbdb;
        height: 190px;
        overflow: hidden;
        border-radius: 0.5em;
    }

        #BlogWrap .Content .Item .ZoomImg img {
            transition: transform 2s, filter 1.5s ease-in-out;
            transform-origin: center center;
            filter: brightness(60%);
            min-height: 202px;
        }

        #BlogWrap .Content .Item .ZoomImg:hover img {
            filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
            transform: scale(1.3);
            background-color: white;
        }

#BlogWrap .ZoomImg span {
    position: absolute;
    left: -1px;
    top: 8px;
    min-width: 200px;
    background: #304a71;
    padding: 12px 12px 12px 25px;
    margin: 0;
    color: #f6f3f3;
    line-height: 1;
    z-index: 9;
    border-radius: 0px 0.5em 0.5em 0px;
    font-size: 16px;
}

#BlogWrap .ZoomImg .blog-date span {
    position: absolute;
    left: 254px;
    top: 161px;
    background: transparent;
    color: white;
    line-height: 1;
    z-index: 9;
    font-size: 12px;
    display: none;
}

#BlogWrap .Content h3 {
    margin: 11px;
}

    #BlogWrap .Content h3 > a {
        font-size: 20px;
        color: black;
    }

        #BlogWrap .Content h3 > a:hover {
            color: #821c18;
            text-decoration: underline;
        }

#PriceSection .Link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

    #PriceSection .Link a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(0,91,234);
        background: linear-gradient(90deg, rgb(127 154 208) 0%, rgb(68 119 187) 80%);
        color: #ffffff;
        line-height: 25px;
        border-radius: 30px;
        padding: 12px 25px;
        font-weight: 500;
        box-sizing: border-box;
        height: 50px;
        background-image: linear-gradient( -45deg, #ad6e6c 0%, #821c18 96%, #ffffff 100%);
    }

#OtherIntegrationContent {
    background-color: white;
}

    #OtherIntegrationContent .container > .Title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
    }

    #OtherIntegrationContent .Content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #OtherIntegrationContent .Content .box, #OtherIntegrationContent .Content .box a {
            display: flex;
        }

        #OtherIntegrationContent .Content a {
            background: #FFFFFF;
            border: 1px solid rgba(26, 73, 112, 0.07);
            box-sizing: border-box;
            box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
            border-radius: 8px;
            -webkit-box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
            width: 100%;
            min-height: 100px;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #000;
            font-size: 16px;
            font-weight: 500;
            transition: all .4s;
        }

            #OtherIntegrationContent .Content a:hover {
                background: #821c18;
                color: #fff;
            }

div#TeamList .Item {
    -webkit-box-shadow: 0px 0px 32px 0px rgb(122 122 122 / 10%);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgb(122 122 122 / 10%);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 0;
    background: #fff;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

    div#TeamList .Item .Info {
        padding: 15px;
        box-sizing: border-box;
        background: url('../Img/teamBg.png');
    }

        div#TeamList .Item .Info .Name {
            font-size: 18px;
            font-weight: 600;
            color: #405261;
            margin: 5px 0;
        }

        div#TeamList .Item .Info .Job {
            font-size: 15px;
            color: #405261;
            font-weight: 400;
        }

#headerMiddle ul#mainMenu li a + ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% - 5px);
    left: -50px;
    width: calc(100% + 100px);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 20px 40px rgb(65 93 128 / 15%);
    -webkit-box-shadow: 0px 20px 40px rgb(65 93 128 / 15%);
}

#headerMiddle ul#mainMenu li:hover > ul {
    display: flex;
}

#headerMiddle ul#mainMenu li a + ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    color: #000;
}

#headerMiddle ul#mainMenu li a + ul li {
    width: 100%;
}


#headerMiddle ul#mainMenu > li:not(.subHas) {
    position: relative;
}

div#ContactPage .Item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

    div#ContactPage .Item .media {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5faff;
        border-radius: 100%;
        border: solid 1px #821c18;
    }

    div#ContactPage .Item .Txt {
        width: calc(100% - 70px);
    }

    div#ContactPage .Item svg path:last-child {
        fill: #821c18;
    }

    div#ContactPage .Item .media svg {
        width: 40px;
        height: 40px;
    }

    div#ContactPage .Item .bigTitle {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 5px;
    }

    div#ContactPage .Item .smlTitle {
        font-size: 14px;
        color: black;
    }

input.form-control, textarea.form-control {
    display: block;
    width: 100%;
    height: calc(2.7rem + 0rem);
    padding: 0.5625rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #efefef !important;
    background-clip: padding-box;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
}

textarea.form-control {
    height: 150px;
    max-height: 150px;
    max-width: 100%;
}

.control-label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #adb5bd;
}

.btn-primary {
    background: #821c18;
    border: 1px solid #d1aead;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
    -webkit-box-shadow: 0px 2px 5px rgb(27 118 222 / 40%);
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    height: 45px;
    cursor: pointer;
}

div#applyCont {
    margin: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    div#applyCont > * {
        width: 100%;
        max-width: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    div#applyCont .applyContTitle {
        font-weight: 700;
        font-size: 28px;
    }

    div#applyCont .applyContDesc {
        line-height: 1.4;
        font-weight: 500;
        font-size: 16px;
        margin: 20px 0;
    }

    div#applyCont .applyContLink a {
        background: #2bd769;
        box-sizing: border-box;
        border-radius: 4px;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

div#serviceList .Item {
    padding: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #821c18;
    display: flex;
    color: #3f0200;
    font-size: 15px;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    div#serviceList .Item:hover {
        border-radius: 6px;
        background-color: #821c18;
        border: 1px solid #821c18;
        color: #ffffff;
    }

#IntegrationContent .video {
    margin: 20px 173px;
}

#Hero .video {
    margin-bottom: 10px;
}

#footerMiddle #Brand svg {
    width: 18vw;
    height: 20vh;
}

#footerMiddle #Brand path {
    fill: #ffffff;
    cursor: pointer;
}

    #footerMiddle #Brand path:hover {
        fill: #252639;
    }



.col.col-6.Animation {
    width: 50%;
    margin: auto;
}



div#AppPartners .Item {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
}

    div#AppPartners .Item img {
        border-radius: 4px;
        transition: transform .2s;
        max-width: 750px;
    }


div#AppPartners button.slick-arrow {
    position: absolute;
    z-index: 999;
    height: 40px;
    width: 40px;
    font-size: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    border: none;
    border-image-source: none;
}

    div#AppPartners button.slick-arrow.slick-next {
        background-color: white !important;
        right: 30px;
        background: url('../Img/arrow-down-s-line.svg') center center no-repeat;
        transform: rotate(-90deg)
    }

    div#AppPartners button.slick-arrow.slick-prev {
        background-color: white !important;
        left: 30px;
        background: url('../Img/arrow-down-s-line.svg') center center no-repeat;
        border: black;
        transform: rotate(90deg);
        border: 1px solid #e0e0e0;
    }

div#AppPartners {
    padding: 26px 0;
}

    div#AppPartners .Title {
        font-size: 30px;
        text-align: center;
    }

.b-r {
    border: 6px solid #fafafa;
    border-radius: 25px 4px 4px 25px;
    border-right: none;
}

.b-l {
    border: 6px solid #fafafa;
    border-radius: 4px 25px 25px 4px;
    border-left: none;
}

#Steps {
    margin-bottom: 60px;
}

    #Steps .Animation {
        width: 50%;
        margin-left: 25%;
    }

        #Steps .Animation img {
            filter: drop-shadow(0px 3px 5px black);
        }

    #Steps .Item {
        margin: 60px 0px 0px 0px;
        text-align: center;
        justify-content: center;
    }

    #Steps h1 {
        font-size: 22px;
        color: #000000;
        font-weight: 400;
        margin: 0 0 10px;
    }

#ServiceSlider .container {
    box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
    margin-top: 20px;
    border-radius: 2px;
    background-color: white;
}

.ServicesSlider .item {
    display: flex !important;
    background-color: white;
}

    .ServicesSlider .item img {
        border-radius: 2px;
        width: 100%;
    }

        .ServicesSlider .item img.image-mobile {
            display: none;
        }

    .ServicesSlider .item .inner-Image {
        width: 100%;
        margin: 0 auto;
        background-color: rgb(255 255 255 / 20%);
        border-radius: 4px;
        transition: 5.3s all linear;
        /* box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%); */
        padding: 20px;
    }

        .ServicesSlider .item .inner-Image span {
            display: grid;
        }

            .ServicesSlider .item .inner-Image span:nth-child(1) {
                float: right;
                max-width: 400px;
            }

        .ServicesSlider .item .inner-Image h1 {
            color: #3d3d3d;
            float: left;
            margin-top: 27px;
            font-size: 50px;
        }

        .ServicesSlider .item .inner-Image p {
            color: #3d3d3d;
            font-size: 20px;
            margin-top: 174px;
            width: 800px;
        }


.ServicesSlider .slick-dots {
    left: -715px;
    bottom: 80px !important;
}

    .ServicesSlider .slick-dots li button {
        border-radius: 50%;
        border: 0;
        margin: 0;
        padding: 0px;
    }

.ServicesSlider .out {
    transition: 300ms all linear;
}


.ServicesSlider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.ServicesSlider .slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background-color: white;
}

    .ServicesSlider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
    }

        .ServicesSlider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .ServicesSlider .slick-dots li button:hover,
            .ServicesSlider .slick-dots li button:focus {
                outline: none;
            }

                .ServicesSlider .slick-dots li button:hover:before,
                .ServicesSlider .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .ServicesSlider .slick-dots li button:before {
                font-family: 'slick';
                font-size: 26px;
                line-height: 20px;
                position: absolute;
                top: -5px;
                left: -5px;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: 1;
                color: #a2a2a2;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .ServicesSlider .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #304a71;
        }



#MarketPlaces:nth-child(1) {
    margin-top: 50px;
}

#MarketPlaces .container-fuild {
    display: flex;
}

#MarketPlaces .Content {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 32px 0;
    width: 100%;
    background: linear-gradient(to right,#ffffff 0%,rgb(255 255 255 / 0%) 100%);
}

    #MarketPlaces .Content .Item {
        flex: 0 0 155px;
        border-radius: 12px;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
        background-color: #fff;
        height: 100px;
        text-align: center;
        position: relative;
        margin-left: 30px;
        animation: scroll 40s linear infinite;
    }


    #MarketPlaces .Content .anm-r {
        flex: 0 0 155px;
        border-radius: 12px;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
        background-color: #fff;
        height: 100px;
        text-align: center;
        position: relative;
        margin-left: 30px;
        animation: scroll 40s linear infinite;
        animation-direction: reverse;
    }

    #MarketPlaces .Content .Item img {
        position: absolute;
        left: 1px;
        right: 1px;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        width: 85%;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 8));
    }
}

.loadingModal.active {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
}

.loadingModal, .loadingModalOverlay {
    display: none;
}

    .loadingModal.active + .loadingModalOverlay {
        width: 100%;
        height: 100%;
        background: #00000085;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 99999;
        display: flex;
    }

image-full {
    display: block;
}

image-mobile {
    display: none;
}


@media only screen and (min-width: 769px) {

    ul#mainMenu {
        display: none;
    }

    div#mobileNav {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #mobileMenu {
        display: none;
    }

    .image-full {
        display: none;
    }

    image-mobile {
        display: block;
    }

    #Hero .video {
        display: none;
    }

    #footerMiddle #Brand svg {
        width: 90vw;
        height: 20vh;
    }

    #BlogWrap .Title {
        text-align: center;
        font-size: 44px;
        font-family: 'Lexend Deca', sans-serif;
        margin-top: 20px;
    }

    #BlogWrap .Content .Item {
        border-radius: 7px;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
        background-color: #f6f3f3;
        float: left;
        width: 88%;
        position: relative;
        padding: 0px;
        box-sizing: border-box;
        margin: 30px 0px 25px 25px;
    }



    #ServiceSlider .item {
        display: flex !important;
        background-color: rgb(250 250 250);
    }

        #ServiceSlider .item .inner-Image {
            max-width: 1700px;
            height: 509px;
            width: 100%;
            margin: 0 auto;
            background-color: rgb(255 255 255 / 20%);
            border-radius: 6px;
            transition: .3s all linear;
            box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
            display: flex;
            flex-direction: column;
        }

            #ServiceSlider .item .inner-Image span {
                display: grid;
                width: 65%;
                margin: 0px 75px;
            }

            #ServiceSlider .item .inner-Image h1 {
                color: #3d3d3d;
                float: left;
                font-size: 24px;
                margin: 12px auto;
            }

            #ServiceSlider .item .inner-Image p {
                color: #000000;
                font-size: 16px;
                display: contents;
                text-align: center;
            }


    #ServiceSlider .slick-dots {
        left: -700px;
        bottom: 104px !important;
    }

        #ServiceSlider .slick-dots li button {
            background-color: #821c18 !important;
            border-radius: 50%;
            border: 0;
            margin: 0;
            padding: 0px;
        }

    #ServiceSlider .out {
        transition: 300ms all linear;
    }


    #ServiceSlider .slick-dotted.slick-slider {
    }

    #ServiceSlider .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        #ServiceSlider .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            #ServiceSlider .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

                #ServiceSlider .slick-dots li button:hover,
                #ServiceSlider .slick-dots li button:focus {
                    outline: none;
                }

                    #ServiceSlider .slick-dots li button:hover:before,
                    #ServiceSlider .slick-dots li button:focus:before {
                        opacity: 1;
                    }

                #ServiceSlider .slick-dots li button:before {
                    font-family: 'slick';
                    font-size: 42px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: '•';
                    text-align: center;
                    opacity: 1;
                    color: white;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            #ServiceSlider .slick-dots li.slick-active button:before {
                opacity: .75;
                color: #821c18;
            }


    #RecentResources .Item {
        width: 90%;
        margin: 24px;
    }

    #PriceSection .Content .col-4 {
        margin: 15px 0 !important;
    }

    #AboutUs .Item {
        display: flex;
        margin: 15px 0px 15px 0px;
    }

    #AboutUs img {
        width: 100%;
        margin: 0 auto;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
        height: 100%;
    }

        #AboutUs img.image-mobile {
            display: block;
        }


    #AboutUs .Header {
        border: 6px solid #fafafa;
        border-radius: 4px 4px 4px 4px;
        border-left: none;
        font-size: 44px;
    }

    #AboutUs .Animation {
        width: 100%;
    }

    #AboutUs .container {
        background: #fafafa;
        border-radius: 2px;
        box-shadow: 0px 0px 20px 15px rgb(0 0 0 / 10%);
        padding: 0px;
    }

    #RecentResources .primarySendButton {
        font-weight: bold;
        color: #fff;
        border-radius: 30px;
        background: #821c18;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 10px 30px;
        outline: none;
        cursor: pointer;
        line-height: 1;
        border: solid 1px #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        height: 50px;
        text-align: center;
        margin: auto;
    }

    #RecentResources .Header {
        text-align: center;
        font-size: 50px;
        font-family: 'Lexend Deca', sans-serif;
    }

    #PriceSection .Content {
        padding: 10px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    #RecentResources .Txt {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }

    #RecentResources .Animation {
        width: 100%;
        margin: auto;
    }

    #PriceSection .Title, #OzellikWrap .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 39px;
        line-height: 70px;
        margin-bottom: 2px;
        color: #061027;
        font-weight: 600;
    }

    .bt_bb_inner_step_line {
        background: linear-gradient(90deg,rgba(71,71,71,0) 20%,#821c18 100%);
        height: 0.5em;
        width: 90%;
        border-radius: 50px;
        flex: 1 0 60%;
        align-self: center;
        max-width: 150px;
        margin: 0 auto;
        margin-top: 1em;
        margin-left: 4em;
    }

    body.menuOpen {
        overflow: hidden;
    }

    #mobileMenu div#Navbar li#buyIt a {
        background: #862420;
        border: 1px solid #862420;
        box-sizing: border-box;
        box-shadow: 0px 2px 5px rgb(130, 28, 24 / 40%);
        -webkit-box-shadow: 0px 2px 5px rgb(130, 28, 24 / 40%);
        border-radius: 4px;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div#Navbar {
        display: none
    }

    div#FaqTabs > ul > li > a {
        color: #821c18;
        border: solid 1px #821c18;
        display: flex;
        align-items: center;
        padding: 10px 25px;
        box-sizing: border-box;
        border-radius: 4px;
        font-weight: 300;
        font-size: 15px;
    }

    #Hero {
        padding: 85px 10px 29px 10px;
    }

    #Icons {
        margin: 13px 0;
    }

    #headerMiddle #Logo {
        width: 50%;
    }

    #Hero .Txt {
        width: 100%;
        text-align: left;
        padding: 0;
    }

        #Hero .Txt h1 {
            font-size: 22px;
            line-height: 1.4;
            margin: 0;
        }

        #Hero .Txt p {
            font-size: 8px;
        }

    #Hero .Item {
        flex-direction: column-reverse;
    }

    div#Partners .Title {
        font-size: 34px;
        display: flex;
        align-items: center;
        font-weight: 600;
        justify-content: center;
    }

    div#Partners .Item {
        margin: 5px 18px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: auto;
        border-radius: 2px;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
        background-color: #faf8f8;
    }

    div#Partners .col-3 {
        width: 40%;
    }

    div#Faq .Title {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 30px;
        color: #821c18;
        margin-bottom: 4px;
    }

    div#Partners button.slick-arrow.slick-next {
        right: 10px;
        top: -30px;
    }

    div#Partners button.slick-arrow.slick-prev {
        left: 10px;
        top: -30px;
    }

    #Icons .Title {
        padding: 10px;
        font-size: 17px;
        text-align: center;
    }

    #Icons .Content .Item .Descripiton {
        margin-top: 7px;
        text-align: center;
    }

    div#FaqTabs > ul {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 10px;
        box-sizing: border-box;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

        div#FaqTabs > ul > li {
            display: inline-block;
            vertical-align: top;
            margin-right: 2px;
        }

    div#FaqTabs h3 {
        padding: 10px;
        font-size: 18px;
    }

        div#FaqTabs h3 + div {
            font-size: 16px;
        }

    #footer-wrap {
        padding-top: 50px;
    }

    div#footerMiddle .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    div#footerLinks .footerItem {
        width: 100%;
    }

    div#footerMiddle #footerLinks h3 {
        width: 100%;
        display: flex;
        font-size: 20px;
        position: relative;
        height: 50px;
        align-items: center;
    }

    div#footerLinks {
        width: 100%;
    }

    div#footerMiddle #footerLinks h3::after {
        width: 15px;
        height: 15px;
        background: url('../Img/w-arrow.svg') center center no-repeat;
        content: '';
        display: flex;
        position: absolute;
        right: 20px;
        top: calc(50% - 7.5px);
    }

    div#footerMiddle #footerLinks h3.active::after {
        transform: rotate(180deg);
    }

    div#footerMiddle #footerLinks h3 + ul {
        display: none;
    }

    div#footerMiddle #footerLinks h3.active + ul {
        display: flex;
        flex-direction: column;
    }

    div#footerMiddle #footerLinks ul li a {
        height: 35px;
        margin: 10px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    div#Brand {
        width: 100%;
    }

    div#footerMiddle #Brand .Logo {
        align-items: center;
        justify-content: center;
        height: auto;
        margin-top: 70px;
    }

    div#footerMiddle #Brand .Contact .Item {
        text-align: center;
    }

    div#footerMiddle #Brand .Social {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        div#footerMiddle #Brand .Social > ul {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        div#footerMiddle #Brand .Social > span {
            text-align: center;
        }

    div#footerBottom {
        margin-top: 30px;
    }

    #footer-wrap #footerTop {
        margin-bottom: 50px;
    }

    div#mobileNav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

        div#mobileNav button#menuBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            border: none;
            height: 45px;
            width: 45px;
            background: transparent;
            border: solid 1px #862420;
            border-radius: 4px;
        }

        div#mobileNav a {
            background: #862420;
            border: 1px solid #7f1d1a;
            box-sizing: border-box;
            box-shadow: 0px 2px 5px rgb(130, 28, 24);
            -webkit-box-shadow: 0px 2px 5px rgb(130,28,24);
            border-radius: 4px;
            padding-left: 10px;
            padding-right: 10px;
            color: #fff;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    div#mobileMenu.active {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        background: white;
        height: 100%;
        z-index: 9999;
        width: 300px;
    }

    #mobileMenu.active div#Navbar {
        display: flex !important;
        overflow-y: auto;
        padding: 0;
    }

    ul#mainMenu {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 100%;
        overflow-y: auto;
    }

    #mobileMenu div#Navbar > nav {
        display: flex;
        height: 100%;
    }

    ul#mainMenu > li > a, ul#mainMenu > li > span {
        width: 100%;
        height: 45px;
        display: flex;
        align-items: center;
        color: #222222;
        font-weight: 500;
        font-size: 20px;
    }

    #mobileMenu div#Navbar li {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 10px 0;
        flex-direction: column;
    }

    div#mobileMenu.active + #mobileMenuOverlay {
        width: 100%;
        height: 100%;
        background: #00000080;
        z-index: 9998;
        position: fixed;
        right: 0;
        top: 0;
    }

    ul#mainMenu li ul {
        display: none;
    }


        ul#mainMenu li ul li {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

    #mobileMenu div#Navbar li span {
        width: 100%;
    }

    ul#mainMenu li ul li ul li a img {
        width: 70px;
        margin-right: 10px;
    }

    ul#mainMenu li ul li span {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
    }

    ul#mainMenu li ul li ul {
        padding: 5px 15px;
        box-sizing: border-box;
    }

        ul#mainMenu li ul li ul li a {
            display: flex;
            align-items: center;
            font-weight: 600;
            color: #000;
        }

    div#mobileMenu span {
        position: relative;
    }

        div#mobileMenu span::after {
            width: 20px;
            height: 20px;
            background: url('../Img/arrow-down-s-line.svg') center center no-repeat;
            content: '';
            display: flex;
            position: absolute;
            right: 5px;
            top: calc(50% - 10px);
        }

        div#mobileMenu span.active::after {
            transform: rotate(180deg);
        }

    ul#mainMenu li ul li ul li {
        width: 50% !important;
        display: flex;
        flex-direction: column;
        margin: 15px 0 !important;
    }


        ul#mainMenu li ul li ul li a {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

    .SatinAlTable {
        max-width: 100%;
        overflow-x: scroll;
        padding-bottom: 30px;
    }

        .SatinAlTable .Header {
            width: 1200px
        }

        .SatinAlTable .accordion {
            width: 1200px
        }

    #BlogWrap .head-filter {
        margin: 25px auto;
        display: block;
        text-align: center;
    }

        #BlogWrap .head-filter .form-select {
            display: block;
            width: 100%;
            height: calc(2.7rem + 0rem);
            padding: 0.5625rem 1.125rem;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.8;
            color: #495057;
            background-color: #efefef !important;
            background-clip: padding-box;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            border: none;
            margin: 10px 0;
        }

        #BlogWrap .head-filter .form-control {
            display: block;
            width: 100%;
            height: calc(2.7rem + 0rem);
            padding: 0.5625rem 1.125rem;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.8;
            color: #495057;
            background-color: #efefef !important;
            background-clip: padding-box;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            border: none;
            margin: 10px 0;
        }

    .ServicesSlider .item img.image-mobile {
        display: block;
    }
}
