.p-5 {
    padding: 5rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-sm {
    padding: 0.5rem !important;
}

.p-sm {
    padding: 0.08rem !important;
}

.p-xs {
    padding: 0.01rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}


.mt-1 {
    margin-top: 0.1rem !important;
}

.mt-2 {
    margin-top: 0.3rem !important;
}

.mt-3 {
    margin-top: 0.6rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.2rem !important;
}

.mt-sm {
    margin-top: 0.03rem !important;
}

.mt-xs {
    margin-top: 0.01rem !important;
}

.d-flex {
    display: flex !important;
    ;
}





/*----------------------------------------*/
/* 25. FEATURE CSS START
/*----------------------------------------*/
.feature__area {
    background-image: url(../images/genel/bg.png);
    overflow: hidden;
}

.feature__area .line {
    padding-bottom: 30px;
}

.feature__area-2 {
    overflow: hidden;
}

.feature__area-3 {
    overflow: hidden;
}

.feature__area-3 .line {
    padding-bottom: 0;
}

.feature__left {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__left {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .feature__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.feature__left img {
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.feature__content-3 {
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .feature__content-3 {
        padding-bottom: 40px;
    }
}

.feature__content-3 p {
    position: relative;
    padding-right: 40px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__content-3 p {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature__content-3 p {
        padding-right: 0;
    }
}

.feature__right {
    padding-left: 100px;
    padding-top: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature__right {
        padding-left: 50px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__right {
        padding-left: 10px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature__right {
        padding-left: 0;
    }
}

.feature__title-3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: var(--secondary);
    padding-bottom: 20px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .feature__title-3 {
        padding-bottom: 15px;
    }
}

.feature__title-wrapper-2 {
    padding-bottom: 25px;
}

.feature__sticker {
    position: absolute;
    width: 185px;
    height: 185px;
    background: #006988;
    left: 34%;
    top: 20%;
    border-radius: 100%;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__sticker {
        width: 160px;
        height: 160px;
        left: 30%;
        top: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .feature__sticker {
        width: 160px;
        height: 160px;
        left: 30%;
    }
}

.feature__sticker::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--primary);
    left: 25%;
    top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__sticker::after {
        left: 17%;
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .feature__sticker::after {
        left: 17%;
        top: 30px;
    }
}

.feature__img-1 {
    /* padding-right: 50px; */
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature__img-1 {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__img-1 {
        padding-right: 2%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .feature__img-1 {
        padding-right: 2%;
        width: 100%;
    }
}

.feature__img-2 {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    margin-top: -25px !important;
    padding-left: 21px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__img-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .feature__img-2 {
        width: 100%;
    }
}

.feature__img-3 {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    padding-left: 70px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature__img-3 {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__img-3 {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature__img-3 {
        width: 100%;
        padding-left: 0;
    }
}

.feature__img-4 {
    position: absolute;
    top: calc(50% - 22px);
    color: white;
    left: calc(50% - 56px);
    font-size: 23px;
}

.feature__img-5 {
    position: absolute;
    top: calc(50% - 86px);
    left: calc(50% - 83px);
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature__img-5 {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .feature__img-5 {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 100px;
    }
}

.feature__tab-wrapper {
    position: relative;
}

.feature__tab-wrapper button {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--black-2);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--white-2);
    padding: 0 30px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.feature__tab-wrapper button.active,
.feature__tab-wrapper button:hover {
    color: var(--secondary);
    border-bottom: 1px solid var(--black-4);
}

.feature__tab-wrapper #feature_tab {
    border: none;
    padding-bottom: 20px;
}

.feature__tab-wrapper #feature_tab li:first-child button {
    padding-left: 0;
}

.feature__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 25px;
}

@media only screen and (max-width: 767px) {
    .feature__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.feature__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    position: relative;
    z-index: 9;
}


.line {
    position: relative;
    padding: 120px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .line {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .line {
        padding: 60px calc(var(--bs-gutter-x) * 0.5) 60px calc(var(--bs-gutter-x) * 0.5);
    }
}

.line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white-7);
}

.line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 25%;
    top: 0;
    background: var(--white-7);
}

.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--white-7);
}

.line-4 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 75%;
    top: 0;
    background: var(--white-7);
}

.line-5 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 100%;
    top: 0;
    background: var(--white-7);
}


.demo-wrap {
    overflow: hidden;
    position: relative;
}

.demo-bg {
    opacity: 1;
    position: absolute;
    left: -69px;
    top: 0;
    width: 100%;
    height: auto;
}

.demo-content {
    position: relative;
}

.demo-wrap {
    position: relative;
}

.demo-wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    /* background-image: url('../images/genel/earth.png'); */
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;

}

.demo-content {
    position: relative;
}

.index-kategori-img {
    height: 270px !important;
}

.portfolio-caption {
    height: 70px;
}

.portfolio-thumb {
    /*     height: 250px; */
}

.main-slider {
    /* outline: 5px solid white; */
    /* outline-offset: -2px; */
    /* border: 7px solid #00bff7; */
}



/* .info-section-one .info-wrapper {
    outline: 2px solid white;
    outline-offset: -10px;
} */

.sticky-logo {
    display: none;
}

.sticky-menu .standart-logo {
    display: none;
}

.sticky-menu .sticky-logo {
    display: block;
    max-width: 260px;
    height: 70px;
}

.sticky-menu .menubar .menu-wrap>li:hover>a {
    color: #FF9B07 !important;
}


@media (min-width:1024px) {

    .header .widget_nav_menu .sub-menu,
    .navbar-area .menubar .dropdown-menu {
        width: 293px;
        margin-top: 8px;
    }

    .has-megamenu .dropdown-menu {
        width: 293px;
    }

    .footer .menu-wrap .dropdown-menu li a,
    .footer-copyright .widget_nav_menu .sub-menu li a,
    .header .widget_nav_menu .sub-menu li a,
    .navbar-area .menubar .dropdown-menu li a {
        font-size: 15px;
    }
}

.owl-nav {
    display: flex;
    justify-content: center;
    padding: 0px;
}

/* .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 15px;
    font: inherit;
    padding: 7px 10px !important;
    margin: 10px !important;
} */

.urunler-slider .owl-nav button.owl-prev,
.urunler-slider .owl-nav button.owl-next {
    color: inherit;
    border: none;
    padding: 15px;
    font: inherit;
    padding: 7px 10px !important;
    margin: 10px !important;
}

.urunler-slider .owl-prev {
    background-color: var(--sp-primary);
}

.urunler-slider .owl-next {
    background-color: var(--sp-primary);
}


.active .item img {
    overflow: hidden;
    background: none;
    animation: zooomin 15s ease-in forwards;
    transition: all 0.5 ease-in-out;
}



@keyframes zooomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.5);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.67);
    }

    100% {
        transform: scale(1);
    }
}




.social-list li a {
    /* padding: 6px; */
    color: white;
    height: 28px !important;
    width: 26px !important;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
}


.slider-counter {
    position: absolute;
    display: flex;
    color: white;
    /* top: 56%; */
    /* left: 21.6%; */
    bottom: 22px;
    z-index: 9;
    padding-left: 5px;
}

.slider-counter .current {
    font-size: 24px;
}

/* @media(max-width:1880px) {
    .slider-counter {
        left: 20.7%;
    }
}

@media(max-width:1810px) {
    .slider-counter {
        left: 21%;
    }
} */
/* @media(max-width:1800px) {
    .slider-counter {
        left: 19.7%;
    }
} */

.numune-card {}

.numune-card:hover {
    cursor: pointer;
}

.slideText {
    font-weight: 400;
    padding: 0px 2px 2px 2px;
}

@media(min-width:1024px) {
    .slideText {
        margin-top: -8px;
    }
}

.slideBoldText {
    font-weight: 700;
    padding: 2px;
}

.total {
    padding-left: 3px;
    color: #cfcfcf;
}

.cart-items li:hover {
    border-left: 8px solid #258dbb;
}

.cart-items li {
    transition: all 500ms;
    padding: 10px 15px !important;
}

.dilText a,
i {
    color: white;
}

.dilText:hover a {
    color: #258dbb !important;
}

.dilText:hover a i {
    color: #258dbb !important;
}

.megamenu {
    margin-top: 0px !important;
}

.navbar .megamenu {
    /* padding: 1rem; */
    background-color: transparent !important;
    margin-top: 0px !important;
}

.dropdown-menu {
    padding: 0px !important;
    border: none !important;
}

.container-sm {
    max-width: 1200px !important;
}

.categoryIMG {
    border-radius: 4px;
    margin: 15px;
    height: 57px;
    width: auto;
}


.categoryDetailText {
    margin: 15;
    align-items: center;
    display: flex;
    color: #787878;
}

.megaContent {
    background-color: #fafafa
}

/* ============ desktop view ============ */
.navbar {
    background-color: #2696c8eb !important;
}

.navbar-expand-lg .navbar-collapse {
    float: right;
    justify-content: end;
}

@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


.mainCategoryTitle {
    color: #666666 !important;
    text-decoration: none !important;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    text-decoration: none !important;
    /* padding: 5px 5px 0px 15px; */
    border-left: 5px solid #2796c7;
    /* animation: leftBorder 450ms infinite; */
    transition: all 450ms !important;
    color: #2796c7 !important;
}

/* @keyframes leftBorder {
    from {
        border-left: 4px solid #2796c7;
    }

    to {
        border-left: 4px solid #2796c7;
    }
} */

.nav-pills .nav-link:hover {
    background-color: gainsboro !important;
    text-decoration: none !important;
    color: var(--sp-gradient3) !important;
    /* animation: leftBorder 450ms infinite; */
    /* padding: 5px 5px 0px 15px; */
    cursor: pointer;
}


.dropdown-item {
    text-decoration: none !important;
    color: #2796c7 !important;
    /* animation: leftBorder 450ms infinite; */
    padding: 5px 5px 0px 15px;
    cursor: pointer;
    padding: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link:hover {
    /* background-color: #ff1717 !important; */
    text-decoration: none !important;
    color: var(--sp-gradient2) !important;
    /* padding: 5px 5px 0px 15px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 5px 0px 15px;
}

.subCategoryTitle {
    color: #161735 !important;
}

.subCategoryTitle:hover {
    text-decoration: none !important;
}

.megamenu .col-lg-4 {
    background-color: #f3f3f3 !important;
    padding: 0px !important;
    /* border-bottom: 10px groove #f3f3f3; */
}

.megamenu .col-lg-8 {
    /* border-bottom: 10px groove #f3f3f3; */
}

.nav-pills .nav-link {
    border-radius: 0px !important;
}

.navText {
    color: white;
}

.navText:hover {
    color: var(--sp-primary);
}

.megamenu {}

.navbar-area .menubar .has-megamenu .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.navbar-area .menubar .menu-wrap>li.has-megamenu {
    position: unset;
}

.menubar {
    position: unset;
}

.detailBanner {
    width: 100%;
    background-color: #dff517ff;
    height: 10px;
}

.fa-search-plus {
    color: white !important;
}

.categoryDetailBlock {
    box-shadow: 0px 4px 17px -7px rgba(5, 180, 255, 0.2);
    -webkit-box-shadow: 0px 4px 17px -7px rgba(5, 180, 255, 0.2);
    -moz-box-shadow: 0px 4px 17px -7px rgba(5, 180, 255, 0.2);
    color: white !important;
    border-radius: 12px;
    padding: 45px;
    background-size: cover;
    margin-top: 34px;
    background-repeat: no-repeat;
}


.bg-opacity {
    background-color: #1daff10a;
}


.categoryTabLink {
    /* padding: 9px 75px 9px 10px; */
    color: black !important;
    text-align: left;
    border-radius: 5px !important;
    height: 76px;
    white-space: normal;
    width: 100%;
}

.nav-pills .categoryTabLink.active,
.nav-pills .show>.nav-link:hover {
    background-image: linear-gradient(77deg, rgba(66, 170, 222, 1) 0%, rgba(41, 143, 189, 1) 100%);
    /* padding: 9px 75px 9px 10px; */



}

.categoryTabLink .nav-link:hover {}

.nav-pills .categoryTabLink:hover {
    background-image: linear-gradient(77deg, rgb(229 229 229) 0%, rgb(215 215 215) 100%);
    /* padding: 9px 75px 9px 10px; */
    color: #424242 !important;
}

.nav-pills .categoryTabLink.active,
.nav-pills .show>.nav-link {
    color: white !important;
    /* font-weight: 700; */
    font-size: 15px;
}


.categoryTabLinkSidebar {
    /* background-image: linear-gradient(12deg, rgba(41, 144, 189, 1) 48%, rgba(0, 163, 245, 1) 100%); */
    width: 100%;
    background: #ffffff;
    position: sticky;
    top: 100px;
    padding: 11px !important;
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 22px 9px rgb(171 171 171 / 10%);
    -webkit-box-shadow: 0px 0px 22px 9px rgb(171 171 171 / 10%);
}

.categoryTabLinkSidebar .nav-link {
    /* padding: 0px !important; */
}

.categoryTabContent {}

.categoryTabBlock {
    /* margin: 34px;
    padding: 35px; */
}

.category {
    margin-top: -190px;
    z-index: 2;
    position: relative;
}

.categoryTabContentBlock {
    background-color: white;
    padding: 2.5rem;
    min-height: 265px;
    padding: 22px;
    width: 100%;
    box-shadow: 0px 0px 22px 9px rgba(171, 171, 171, 0.09);
    -webkit-box-shadow: 0px 0px 22px 9px rgba(171, 171, 171, 0.09);
    -moz-box-shadow: 0px 0px 22px 9px rgba(171, 171, 171, 0.09);
}



.wh-32 {
    height: 32px;
    width: 32px;
}

.wh-42 {
    height: 42px;
    width: 42px;
}

.wh-64 {
    height: 64px;
    width: 64px;
}

.wh-128 {
    height: 128px;
    width: 128px;
}

.wh-80 {
    width: 80px;
    height: 80px;
}


.anchorDiv {
    background-color: #f3f3f3;
    padding: 3rem;
    margin: 0px !important;
    text-align: justify;
}

.anchor {
    background-color: #ffffff;
    padding: 29px;
    /* margin: 20px; */
    border-radius: 9px;
}

section,
div {
    scroll-behavior: smooth;
}

.uygulama-link {
    cursor: pointer;
    color: #606060;
    margin-left: 10px;
}

.uygulama-link:hover {
    color: #2b92c0;
}




/* DAMLA EFFECT */
.logoEffect {
    /* clip-path: polygon(92% 12%, 79% 3%, 64% 0%, 52% 3%, 43% 8%, 39% 12%, 34% 17%, 25% 24%, 20% 34%, 13% 46%, 10% 57%, 6% 68%, 12% 68%, 31% 54%, 42% 58%, 56% 71%, 63% 80%, 78% 86%, 89% 83%, 97% 74%, 100% 54%, 99% 24%, 100% 30%); */

    /* clip-path: path('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MC4zNCAyMi4wNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkY2Y1MWQ7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WYXJsxLFrIDE8L3RpdGxlPjxnIGlkPSJrYXRtYW5fMiIgZGF0YS1uYW1lPSJrYXRtYW4gMiI+PGcgaWQ9ImthdG1hbl8xLTIiIGRhdGEtbmFtZT0ia2F0bWFuIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMjIuMDZjMi42Ny01LjI1LDEyLjc4LTE0LDIxLjItNi43MkMyNywyMC40LDM3LjczLDE4LjEyLDM5Ljk0LDExLjc2LDQyLjM4LDQuNzMsMzMsMCwyNi4zNiwwLDEyLjkzLDAsMy43NCwxMC4wOSwwLDIyLjA2Ii8+PC9nPjwvZz48L3N2Zz4='); */
    /* mask-image: ('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MC4zNCAyMi4wNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkY2Y1MWQ7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5WYXJsxLFrIDE8L3RpdGxlPjxnIGlkPSJrYXRtYW5fMiIgZGF0YS1uYW1lPSJrYXRtYW4gMiI+PGcgaWQ9ImthdG1hbl8xLTIiIGRhdGEtbmFtZT0ia2F0bWFuIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMjIuMDZjMi42Ny01LjI1LDEyLjc4LTE0LDIxLjItNi43MkMyNywyMC40LDM3LjczLDE4LjEyLDM5Ljk0LDExLjc2LDQyLjM4LDQuNzMsMzMsMCwyNi4zNiwwLDEyLjkzLDAsMy43NCwxMC4wOSwwLDIyLjA2Ii8+PC9nPjwvZz48L3N2Zz4=');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain; */
}

/*  DAMLA EFFECT*/

/* .custom-border {
    position: relative;
}

.custom-border:after {
    content: " ";
    position: absolute;
    border-left: 3px #2796c7 solid;
    top: 0;
    right: 0;
    height: 16%;
    margin-top: auto;
    margin-bottom: auto;
} */

/*  */
/* DELETE DELETE DELETE */

/*----------------------------------------------------------------------
    Template Name: Bizent - Business Html Template
    Template URI: https://webtend.net/demo/html/bizent/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    01. Default Style
    02. Common Classes
    03. Repeat Style
    04. Padding Margin
    05. Custom Animation
    06. Main Header
    07. PopUp Search
    08. Hero Area
    09. Slider Area
    10. Banner Area
    11. About Area
    12. Counter Area
    13. Services
    14. Videos
    15. Project Area
    16. Team Area
    17. FAQs Area
    18. Testimonials
    19. Blog Area
    20. All Widgets
    21. CTA Area
    22. Work Process
    23. Skills Area
    24. Pricing Area
    25. Contact Area
    26. Main Footer */


@media only screen and (max-width: 375px) {
    .col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/** Section Title style **/
.sub-title {
    font-size: 20px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #FB683E;
    text-transform: capitalize;
}

.sub-title:before {
    content: '';
    height: 1px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    background: #FB683E;
}

.sub-title.style-two {
    z-index: 1;
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    color: #031031;
}

.sub-title.style-two:before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    z-index: -1;
    background: transparent;
    border-top: 2px solid #FB683E;
    border-left: 2px solid #FB683E;
}

.sub-title.style-three {
    font-size: 17px;
    font-weight: 500;
}

.sub-title.style-three:before {
    display: none;
}

@media only screen and (max-width: 575px) {
    .sub-title {
        font-size: 18px;
    }
}

.section-title h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.section-title p {
    font-size: 20px;
}

@media only screen and (max-width: 575px) {
    .section-title p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title p {
        font-size: 16px;
    }
}

.section-title p span {
    color: #FB683E;
}

.text-center .sub-title:after {
    content: '';
    height: 1px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 15px;
    background: #FB683E;
}

.text-center .sub-title.style-two {
    padding-right: 10px;
}

.text-center .sub-title.style-two:after {
    position: absolute;
    right: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    z-index: -1;
    background: transparent;
    border-top: 2px solid #FB683E;
    border-right: 2px solid #FB683E;
}

.text-white .sub-title {
    color: #FB683E;
}

.text-white .sub-title.style-two {
    color: white;
}

/** Button style **/
.theme-btn,
a.theme-btn {
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    padding: 15px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0 0;
    text-transform: uppercase;
    background-size: 100% 300%;
    background: var(--sp-gradient3);
    /* 
    background-image: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07), color-stop(0%, #FB5D4A), color-stop(117.45%, #FF9B07));
    background-image: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%, #FB5D4A 0%, #FF9B07 117.45%);
    background-image: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%, #FB5D4A 0%, #FF9B07 117.45%);
    background-image: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%, #FB5D4A 0%, #FF9B07 117.45%); */
}

.theme-btn i,
a.theme-btn i {
    font-size: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 10px;
}

.theme-btn:hover,
a.theme-btn:hover {
    background-size: 200% 300%;
    background-position: -100% 100%;
}

.theme-btn:hover i,
a.theme-btn:hover i {
    margin-left: 13px;
    margin-right: -3px;
}

.theme-btn.style-two,
a.theme-btn.style-two {
    padding: 12px 30px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
    background: #FB683E;
    border-color: #FB683E;
}

@media only screen and (max-width: 575px) {

    .theme-btn.style-two,
    a.theme-btn.style-two {
        padding: 8px 25px;
    }
}

.theme-btn.style-three,
a.theme-btn.style-three {
    background: #1F1F27;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
    background: white;
    color: #FB683E;
}

.theme-btn.style-four,
a.theme-btn.style-four {
    padding: 14px 33px;
    color: #FB683E;
    background: transparent;
    border: 1px solid #FB683E;
}

.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
    color: white;
    background: #FB683E;
}

@media only screen and (max-width: 575px) {

    .theme-btn.style-four,
    a.theme-btn.style-four {
        padding: 8px 24px;
    }
}

.theme-btn.btn-small,
a.theme-btn.btn-small {
    font-size: 14px;
    padding: 9px 26px;
}

@media only screen and (max-width: 575px) {

    .theme-btn,
    a.theme-btn {
        font-size: 15px;
        padding: 9px 25px;
    }
}




/*******************************************************/
/******************  11. About Area ********************/
/*******************************************************/
.about-image-part {
    z-index: 1;
    max-width: 510px;
    position: relative;
    padding-left: 55px;
    padding-bottom: 55px;
}

.about-image-part img {
    /* -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0); */
    /* clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0); */
}

.about-image-part .year-experience {
    position: absolute;
    padding: 20px 35px;
    left: 27px;
    bottom: 0;
    text-align: center;
    background: #1F1F27;
}

@media only screen and (max-width: 375px) {
    .about-image-part .year-experience {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.about-image-part .year-experience .number {
    line-height: 1;
    font-weight: 500;
    font-size: 83px;
    color: var(--sp-primary);
}

@media only screen and (max-width: 575px) {
    .about-image-part .year-experience .number {
        font-size: 80px;
    }
}

.about-image-part .year-experience h4 {
    color: white;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .about-image-part .year-experience h4 {
        font-size: 20px;
    }
}

.about-image-part:before {
    position: absolute;
    height: 45%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 27px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: var(--sp-gradient3);
}

.about-feature-item {
    margin-bottom: 30px;
}

.about-feature-item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-feature-item h4 span {
    font-size: 35px;
    margin-right: 15px;
    color: transparent;
    -webkit-text-stroke: 1px #1a8fc5;
}

.about-feature-item h4 i {
    font-size: 40px;
    margin-right: 15px;
    padding-left: 10px;
    border-left: 3px solid #FB683E;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* About Section Two */
.about-images-two {
    max-width: 510px;
    position: relative;
    padding-left: 90px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 479px) {
    .about-images-two {
        padding-left: 30px;
        padding-bottom: 113px;
    }
}

.about-images-two .image.one {
    z-index: 1;
    position: relative;
}

.about-images-two .image.one img {
    border-radius: 8px;
}

.about-images-two .image.one:after,
.about-images-two .image.one:before {
    content: '';
    width: 3px;
    height: 50%;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

.about-images-two .image.one:before {
    top: 10%;
    left: -55px;
}

@media only screen and (max-width: 479px) {
    .about-images-two .image.one:before {
        left: -30px;
    }
}

.about-images-two .image.one:after {
    top: 22%;
    left: -38px;
}

@media only screen and (max-width: 479px) {
    .about-images-two .image.one:after {
        left: -15px;
    }
}

.about-images-two .image.two {
    left: 0;
    bottom: 0;
    width: 52%;
    z-index: 1;
    position: absolute;
    border-radius: 8px;
    display: inline-block;
    border-top: 8px solid white;
    border-right: 8px solid white;
}

.about-images-two .image.two img {
    border-radius: 8px;
}

.about-images-two .year-experience {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 48%;
    color: white;
    padding: 20px;
    border-radius: 8px;
    background: -webkit-linear-gradient(269.56deg, #FB5D4A 0.42%, #FF9B07 165.71%);
    background: -o-linear-gradient(269.56deg, #FB5D4A 0.42%, #FF9B07 165.71%);
    background: linear-gradient(180.44deg, #FB5D4A 0.42%, #FF9B07 165.71%);
}

.about-images-two .year-experience .years {
    font-size: 80px;
    line-height: 52px;
}

.about-images-two .year-experience .years span {
    font-size: 30px;
}

@media only screen and (max-width: 479px) {
    .about-images-two .year-experience .years {
        line-height: 1;
        font-size: 30px;
    }

    .about-images-two .year-experience .years span {
        font-size: 20px;
    }
}

.about-images-two .year-experience .experience {
    display: block;
    font-size: 24px;
    letter-spacing: 0.205em;
}

@media only screen and (max-width: 479px) {
    .about-images-two .year-experience .experience {
        font-size: 18px;
        letter-spacing: 0;
    }
}

.about-content-two {
    max-width: 470px;
}

.about-content-two p {
    font-size: 18px;
}

@media only screen and (min-width: 480px) {
    .about-content-two .list-style-one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-content-two .list-style-one li {
    line-height: 1.4;
    font-size: 17px;
}

@media only screen and (min-width: 480px) {
    .about-content-two .list-style-one li {
        width: 50%;
    }
}

.about-content-two .about-btns .theme-btn {
    margin-top: 15px;
}

.about-content-two .about-btns .theme-btn:not(:last-child) {
    margin-right: 25px;
}

/* About Us Three */
.about-three-images {
    margin-bottom: -30px;
}

.about-three-images img {
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .about-three-content .list-style-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-three-content .list-style-two li {
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
    .about-three-content .list-style-two li {
        width: 50%;
    }
}

/* Who we are */
.who-we-are-content {
    margin-bottom: -35px;
}

.who-we-are-content .about-feature-item {
    margin-bottom: 35px;
}

.who-we-are-image {
    overflow: hidden;
    position: relative;
}

.who-we-are-image:before {
    content: '';
    width: 285px;
    height: 285px;
    border-radius: 50%;
    position: absolute;
    border: 40px solid white;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
}

@media only screen and (max-width: 375px) {
    .who-we-are-image:before {
        width: 200px;
        height: 200px;
        border-width: 30px;
    }
}

/* why choose area */
.why-choose-image {
    z-index: 1;
    max-width: 545px;
    position: relative;
    padding-left: 70px;
}

@media only screen and (max-width: 375px) {
    .why-choose-image {
        padding-left: 55px;
    }
}

.why-choose-image .image {
    z-index: 1;
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
}

.why-choose-image .image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #00393A;
}

.why-choose-image .image:before {
    z-index: 1;
}

.why-choose-image .image img {
    width: 100%;
}

.why-choose-image:before {
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 27px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(36.59%, #FB5D4A), color-stop(91.93%, #FF9B07));
    background: -webkit-linear-gradient(bottom, #FB5D4A 36.59%, #FF9B07 91.93%);
    background: -o-linear-gradient(bottom, #FB5D4A 36.59%, #FF9B07 91.93%);
    background: linear-gradient(360deg, #FB5D4A 36.59%, #FF9B07 91.93%);
}

.why-choose-item {
    margin-bottom: 25px;
}

.why-choose-shapes .shape {
    max-width: 20%;
}

.why-choose-shapes .shape.one {
    left: 0;
    top: -30px;
}

.why-choose-shapes .shape.two {
    right: 0;
    bottom: 30px;
}

/* why choose two */
@media only screen and (min-width: 992px) {
    .why-choose-image-two {
        top: 0;
        left: 0;
        position: absolute;
        width: 37vw;
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .why-choose-image-two {
        height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .why-choose-image-two {
        height: 350px;
    }
}

.why-choose-image-two .over-box {
    right: -50px;
    bottom: 17%;
    color: white;
    padding: 15px 25px;
    position: absolute;
    background: -webkit-linear-gradient(269.56deg, #FB5D4A 0.42%, #FF9B07 165.71%);
    background: -o-linear-gradient(269.56deg, #FB5D4A 0.42%, #FF9B07 165.71%);
    background: linear-gradient(180.44deg, #FB5D4A 0.42%, #FF9B07 165.71%);
}

@media only screen and (max-width: 991px) {
    .why-choose-image-two .over-box {
        right: 8%;
    }
}

.why-choose-image-two .over-box .number {
    display: block;
    font-size: 80px;
    line-height: 0.9;
}

@media only screen and (max-width: 575px) {
    .why-choose-image-two .over-box .number {
        font-size: 65px;
    }
}

.why-choose-image-two .over-box .number span {
    font-size: 30px;
}

.why-choose-image-two .over-box .text {
    font-size: 24px;
    letter-spacing: 0.205em;
}

@media only screen and (max-width: 575px) {
    .why-choose-image-two .over-box .text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .why-choose-content-two .list-style-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.why-choose-content-two .list-style-two li {
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
    .why-choose-content-two .list-style-two li {
        width: 50%;
    }
}

.why-choose-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-choose-author .author {
    margin-right: 20px;
}

.why-choose-author .description {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 375px) {
    .why-choose-author .description {
        margin-right: 0;
    }
}

.why-choose-author .description h5 {
    margin-bottom: 0;
}

/* Why Choose Three */
.why-choose-three .for-bg:before {
    content: '';
    left: 15px;
    top: 0;
    z-index: -1;
    position: absolute;
    background: #FAFAFA;
    width: calc(100% - 30px);
    height: 100%;
}

.why-choose-three-image {
    position: relative;
}

.why-choose-three-image img {
    width: 100%;
}

.why-choose-three-image .video-play {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.why-choose-three-content {
    max-width: 470px;
    margin-left: 45px;
}

@media only screen and (max-width: 991px) {
    .why-choose-three-content {
        margin-left: 65px;
        margin-right: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .why-choose-three-content {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 480px) {
    .why-choose-three-content .list-style-one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.why-choose-three-content .list-style-one li {
    line-height: 1.4;
    font-size: 17px;
}

@media only screen and (min-width: 480px) {
    .why-choose-three-content .list-style-one li {
        width: 50%;
    }
}

/*******************************************************/
/******************  12. Counter Area ******************/
/*******************************************************/
.counter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
}

@media only screen and (max-width: 479px) {
    .counter-item {
        width: 50%;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
    }
}

.counter-item .icon {
    line-height: 1;
    font-size: 75px;
    margin-right: 18px;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
    .counter-item .icon {
        font-size: 66px;
    }
}

@media only screen and (max-width: 479px) {
    .counter-item .icon {
        font-size: 50px;
        margin-bottom: 15px;
    }
}

.counter-item .content .count-text {
    display: block;
    font-size: 30px;
    /* margin-bottom: 10px; */
    color: black;
    width: 50px;
}

.counter-item .content .count-text.k:after {
    content: 'k';
    font-size: 30px;
}

@media only screen and (max-width: 479px) {
    .counter-item .content .count-text {
        font-size: 25px;
    }
}

.counter-item .content b {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .counter-item .content b {
        font-size: 16px;
    }
}


@media only screen and (max-width: 1199px) {
    .counter-item:after {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .counter-item:after {
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .counter-item:after {
        position: absolute;
        right: 25px;
        top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .counter-item:last-child:after {
        display: none;
    }
}

.text-white .counter-item:after {
    border-right-color: rgba(255, 255, 255, 0.3);
}

.text-white .counter-item .count-text {
    color: white;
}

.counter-area-two {
    z-index: 1;
    position: relative;
}

.counter-area-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background: #1F1F27;
}

.counter-area-two:before {
    height: 200%;
}

.imgIcon {
    width: 70px;
    height: auto;
}

.tilter__figure {
    transition: all 500ms;
}

.main-slider .owl-nav .owl-next i {
    color: black !important;
}

.main-slider .owl-nav .owl-prev i {
    color: black !important;
}










/* EARTH */


#myearth {
    width: 100%;
    height: 90vh;
    max-height: 100vw;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1.5s ease-in;
    position: absolute;
    top: 0;

}

.dunya_section {
    background: #011e4a;
    margin-top: -37px;
    z-index: 1;
    position: relative;
    padding: 20px 0 0;
    height: 68vh;
}

#myearth.earth-ready {
    opacity: 1;
}

#myearth::before {
    content: none;
}


/* background glow */

#glow {
    position: absolute;
    top: 34%;
    left: 84%;
    width: 100%;
    max-width: 86vh;
    height: 90vh;
    max-height: 100vw;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(0, 156, 255, 0.05) 25%, rgb(0 156 255 / 0%) 53%, rgba(0, 156, 255, 0.05) 56%, rgba(0, 156, 255, 0) 70%);
    z-index: 200;
    pointer-events: none;
}

.earth-container>canvas {
    position: absolute;
    top: 0;
    left: 34% !important;
    z-index: 1000;
    user-select: none;
}

.earth-container>canvas {
    position: absolute;
    top: -14% !important;
    left: 0;
    z-index: 1000;
    user-select: none;
}

.opened {
    display: block !important;
}

.earthLi {
    display: flex;
    margin-right: 20px !important;
    color: white;
    list-style: none;
    font-size: 19px;
}

.earthUL {
    display: flex;
    padding-left: 15px !important
}

.earthListImage {
    width: 23px;
}

.counter-div {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 42px 0px 42px 0px;
    width: 1100px;
}

.counter-area {
    border-radius: 12px;
    width: 100%;
    margin-top: -60px;
    z-index: 2;
    position: absolute;
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

/* EARTH */
.sidebar {
    background: #fff;
    border-radius: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    z-index: 1020;
}

.department {
    background: #f5f6fa;
    padding: 13px 13px 13px 30px;
    border: none;
    outline: none;
    margin: 15px 0px 15px 0px;
    font-weight: 500;
    color: #6c757d;
    /* padding: 2rem !important; */
    height: 62px;
    font-size: 16px;
}

.applications {}

.p-no-t {
    padding: 15px 3rem;
}

.copyright-text {
    font-weight: 300;
    font-size: 13px;
}


.polygram-detail {
    color: white;
    padding: 0px 15px 15px 15px;
}

.hvr:hover {
    color: var(--sp-primary) !important;
}

.features-item .theme-btn,
a.theme-btn:hover {
    background-color: var(--sp-gradient2) !important;
}

.app:hover .h4Class {
    color: var(--sp-gradient2);
}

.breadcrumb-heading {
    max-width: 50%;
}

@media (max-width:992px) {
    .breadcrumb-heading {
        max-width: 100%;
    }
}

@media (max-width:350px) {
    .bread-list li {
        font-size: 13px;
    }
}

.bread-list li {
    list-style: none;
    color: var(--sp-gradient3);
}

.bread-list li a {
    color: black !important;
}

.bread-list {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 17px 0;
    padding: 15px;
    border-radius: 12px;
    background: #ffffff6e;
}

@media (min-width:1100px) {
    .border-right-web {
        border-right: 1px solid #e9e9ea;
    }
}

.ok {
    position: absolute;
    color: #f2e51c;
}

.ok_text {
    z-index: 1;
    display: inline-block;
    position: absolute;
    text-align: center;
    border-radius: 13px;
    background-color: #fff;
    color: #333;
     font-weight:500;
}

.ok_text a {
    color:black;
   
}

.ok_text:hover {
    color: black;
    background-color: #f2e51c;
    cursor: pointer;
}




.ok01 {
    width: 5%;
    height: 5%;
    bottom: 22%;
    z-index: 0;
    left: 4.5%;
    border-left: 2px solid;
}

.ok02 {
    width: 5%;
    height: 22%;
    bottom: 71.5%;
    z-index: 0;
    left: 18%;
    border-left: 2px solid;
}

.ok03 {
    width: 5%;
    height: 37%;
    bottom: 56%;
    z-index: 0;
    left: 23%;
    border-left: 2px solid;
}

.ok04 {
    width: 13%;
    height: 39%;
    bottom: 54%;
    z-index: 0;
    left: 25.7%;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.ok05 {
    width: 3%;
    height: 9%;
    bottom: 69.5%;
    z-index: 0;
    left: 27.6%;
    border-right: 2px solid;
}

.ok06 {
    width: 3%;
    height: 9%;
    bottom: 70.5%;
    z-index: 0;
    left: 79.6%;
    border-right: 2px solid;
}

.ok07 {
    width: 3%;
    height: 19%;
    bottom: 66.5%;
    z-index: 0;
    left: 32.6%;
    border-right: 2px solid;
}

.ok08 {
    width: 3%;
    height: 9%;
    bottom: 70%;
    z-index: 0;
    left: 41.6%;
    border-right: 2px solid;
}

.ok09 {
    width: 3%;
    height: 14%;
    bottom: 56%;
    z-index: 0;
    left: 49.63%;
    border-left: 2px solid;
    border-top: 2px solid;
}

.ok10 {
    width: 3%;
    height: 14%;
    bottom: 67.3%;
    z-index: 0;
    left: 61.63%;
    border-left: 2px solid;
}

.ok11 {
    width: 3%;
    height: 21%;
    bottom: 57.3%;
    z-index: 0;
    left: 68.8%;
    border-left: 2px solid;
}

.ok12 {
    width: 8%;
    height: 21%;
    bottom: 68.3%;
    z-index: 0;
    left: 85.5%;
    border-bottom: 2px solid;
}

.ok13 {
    width: 11%;
    height: 17%;
    bottom: 21.4%;
    z-index: 0;
    left: 7.1%;
    border-left: 2px solid;
    border-bottom: 2px solid;
}

.ok14 {
    width: 5%;
    height: 9%;
    bottom: 52.3%;
    z-index: 0;
    left: 75.5%;
    border-left: 2px solid;
    border-top: 2px solid;
}

.ok15 {
    width: 5%;
    height: 10.7%;
    bottom: 10.5%;
    z-index: 0;
    left: 21.5%;
    border-left: 2px solid;
}

.ok16 {
    width: 5%;
    height: 11%;
    bottom: 27%;
    z-index: 0;
    left: 23.5%;
    border-left: 2px solid;
}


.ok17 {
    width: 5%;
    height: 10%;
    bottom: 13%;
    z-index: 0;
    left: 25%;
    border-left: 2px solid;
    border-bottom: 2px solid;
}


.ok18 {
    width: 5%;
    height: 7%;
    bottom: 12%;
    z-index: 0;
    left: 51%;
    border-left: 2px solid;
}

.ok19 {
    width: 5%;
    height: 9%;
    bottom: 25%;
    z-index: 0;
    left: 41.3%;
    border-right: 2px solid;
    border-bottom: 2px solid;
}


.ok20 {
    width: 5%;
    height: 5%;
    bottom: 27%;
    z-index: 0;
    left: 56.7%;
    border-left: 2px solid;
    border-top: 2px solid;
}


.ok21 {
    width: 5%;
    height: 20%;
    bottom: 11%;
    z-index: 0;
    left: 77.2%;
    border-left: 2px solid;
}

.ok22 {
    width: 5%;
    height: 12%;
    bottom: 18%;
    z-index: 0;
    left: 68.2%;
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.ok23 {
    width: 5%;
    height: 18%;
    bottom: 20.5%;
    z-index: 0;
    left: 89.7%;
    border-right: 2px solid;
    /* border-bottom: 2px solid; */
}






span.ok_text01 {font-size: 80%;padding: 13px;bottom: 26%;left: 3%;}

span.ok_text02 {
    font-size: 80%;
    padding: 12px;
    bottom: 93%;
    left: 16.6%;
}

span.ok_text03 {
    font-size: 80%;
    padding: 12px;
    bottom: 93%;
    left: 20.3%;
}

span.ok_text04 {
    font-size: 80%;
    padding: 12px;
    bottom: 93%;
    left: 35.5%;
}

span.ok_text05 {
    font-size: 80%;
    padding: 12px;
    bottom: 78%;
    left: 26.7%;
}

span.ok_text06 {
    font-size: 80%;
    padding: 12px;
    bottom: 78%;
    left: 80%;
}


span.ok_text07 {
    font-size: 80%;
    padding: 12px;
    bottom: 85%;
    left: 32.7%;
}

span.ok_text08 {
    font-size: 80%;
    padding: 12px;
    bottom: 79%;
    left: 41.2%;
}

span.ok_text09 {
    font-size: 80%;
    padding: 12px;
    bottom: 67.5%;
    left: 52%;
}

span.ok_text10 {
    font-size: 80%;
    padding: 12px;
    bottom: 79.5%;
    left: 59%;
}

span.ok_text11 {
    font-size: 80%;
    padding: 12px;
    bottom: 78.5%;
    left: 67%;
}

span.ok_text12 {
    font-size: 80%;
    padding: 12px;
    bottom: 66.5%;
    left: 92%;
}

span.ok_text13 {
    font-size: 80%;
    padding: 12px;
    bottom: 46.5%;
    left: 73%;
}

span.ok_text14 {
    font-size: 80%;
    padding: 12px;
    bottom: 35.5%;
    left: 3.5%;
}

span.ok_text15 {
    font-size: 80%;
    padding: 12px;
    bottom: 7.5%;
    left: 19%;
}

span.ok_text16 {
    font-size: 80%;
    padding: 12px;
    bottom: 36.5%;
    left: 20%;
}

span.ok_text17 {
    font-size: 80%;
    padding: 12px;
    bottom: 10.5%;
    left: 30%;
}

span.ok_text18 {
    font-size: 80%;
    padding: 12px;
    bottom: 8.5%;
    left: 47.5%;
}

span.ok_text19 {
    font-size: 80%;
    padding: 12px;
    bottom: 22.5%;
    left: 34.5%;
}

span.ok_text20 {
    font-size: 80%;
    padding: 8px;
    bottom: 25%;
    left: 55%;
}

span.ok_text21 {
    font-size: 80%;
    padding: 8px;
    bottom: 8%;
    left: 75%;
}


span.ok_text22 {
    font-size: 80%;
    padding: 8px;
    bottom: 16%;
    left: 61%;
}


span.ok_text23 {
    font-size: 80%;
    padding: 8px;
    bottom: 37%;
    left: 92.9%;
}





@media (max-width:1400px) {
    span.ok_text20 {
        font-size: 79%;
        padding: 5px;
        bottom: 24%;
        left: 54%;
    }

    span.ok_text01 {
        font-size: 80%;
        padding: 12px;
        bottom: 27%;
        left: 2.7%;
    }

    span.ok_text02 {
        font-size: 80%;
        padding: 12px;
        bottom: 92%;
        left: 15.8%;
    }


    span.ok_text03 {
        font-size: 80%;
        padding: 12px;
        bottom: 92%;
        left: 21%;
    }

    span.ok_text04 {
        font-size: 80%;
        padding: 12px;
        bottom: 92%;
        left: 33%;
    }

    span.ok_text05 {
        font-size: 80%;
        padding: 12px;
        bottom: 77%;
        left: 26%;
    }

    span.ok_text06 {
        font-size: 80%;
        padding: 12px;
        bottom: 79%;
        left: 78.8%;
    }


    span.ok_text07 {
        font-size: 80%;
        padding: 12px;
        bottom: 85%;
        left: 30.7%;
    }


    span.ok_text08 {
        font-size: 80%;
        padding: 12px;
        bottom: 79%;
        left: 40.2%;
    }

    span.ok_text09 {
        font-size: 80%;
        padding: 12px;
        bottom: 67%;
        left: 52.2%;
    }

    span.ok_text10 {
        font-size: 80%;
        padding: 12px;
        bottom: 78%;
        left: 58.2%;
    }


    span.ok_text11 {
        font-size: 80%;
        padding: 12px;
        bottom: 78%;
        left: 67.2%;
    }

    span.ok_text12 {
        font-size: 80%;
        padding: 12px;
        bottom: 65%;
        left: 91.2%;
    }

    span.ok_text13 {
        font-size: 80%;
        padding: 12px;
        bottom: 47%;
        left: 72.2%;
    }

    span.ok_text14 {
        font-size: 80%;
        padding: 12px;
        bottom: 35%;
        left: 2.2%;
    }

    span.ok_text15 {
        font-size: 80%;
        padding: 12px;
        bottom: 5%;
        left: 17.6%;
    }

    span.ok_text16 {
        font-size: 80%;
        padding: 12px;
        bottom: 36%;
        left: 19.6%;
    }


    span.ok_text17 {
        font-size: 80%;
        padding: 12px;
        bottom: 9%;
        left: 29.6%;
    }


    span.ok_text18 {
        font-size: 80%;
        padding: 12px;
        bottom: 6%;
        left: 46.6%;
    }

    span.ok_text19 {
        font-size: 80%;
        padding: 12px;
        bottom: 22%;
        left: 35.6%;
    }

    span.ok_text21 {
        font-size: 80%;
        padding: 12px;
        bottom: 8%;
        left: 74.2%;
    }

    span.ok_text22 {
        font-size: 80%;
        padding: 12px;
        bottom: 15%;
        left: 55.2%;
    }

    span.ok_text23 {
        font-size: 80%;
        padding: 12px;
        bottom: 38%;
        left: 91.8%;
    }
}

@media (max-width:1000px) {
    .kullanim-alanlari-mobile {
        display: block;
        height: 100%;
    }

    .kullanim-alanlari {
        display: none!important;
    }
}

@media (min-width:1000px) {
    .kullanim-alanlari-mobile {
        display: none;
        height: 100%;
    }

    .kullanim-alanlari {
        display: block;
    }
}