.asistanBody body {
    color: #191919;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    font-size: .8375rem;
    margin: 0;
    padding: 0;
}

.asistanBody html {
    font-size: 80%;
}

.asistanBody h1 {
    font-weight: 600;
}

.asistanBody h2 {
    font-weight: 500;
}

.asistanBody h3 {
    font-weight: 600;
    margin-bottom: 1.5625rem;
}

.asistanBody h4 {
    font-weight: 600;
    margin-bottom: 1.875rem;
}

.asistanBody h5 {
    font-size: 1rem;
    font-weight: 600;
}

.asistanBody h6 {
    font-size: .9375rem;
}

/* NEW */

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  
}

/* Fade In Up */

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        transform: scale(.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomIn {
    animation-name: ts-zoomIn;
}

/* Zoom In Short */

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomInShort {
    animation-name: ts-zoomInShort;
}

/*-------------------------------------------
  -- Borders
-------------------------------------------*/

.ts-border-radius__sm {
    border-radius: .125rem;
    overflow: hidden;
}

.ts-border-radius__md {
    border-radius: .25rem;
    overflow: hidden;
}

.ts-border-radius__lg {
    border-radius: .5rem;
    overflow: hidden;
}

.ts-border-radius__xl {
    border-radius: .75rem;
    overflow: hidden;
}

.ts-border-radius__round-shape {
    border-radius: 187.5rem;
    overflow: hidden;
}

.ts-border-none {
    border: none;
}

.ts-border-bottom {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.ts-font-color__white {
    color: #fff;
}

.ts-font-color__black {
    color: #000;
}

.ts-font-color__primary {
    color: #f26d7d;
}

/*-------------------------------------------
  -- Background
-------------------------------------------*/

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

/* TURUNCU YESIL KODLAR
 #30d1c1 YEŞİL
 #f47c20 TURUNCU

 */


.ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}

.ts-background-original-size {
    background-size: inherit;
}

.ts-background-size-cover {
    background-size: cover;
}

.ts-background-size-contain {
    background-size: contain;
}

.ts-background-repeat-x {
    background-repeat: repeat-x;
}

.ts-background-repeat-y {
    background-repeat: repeat-y;
}

.ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-position-top {
    background-position: top;
}

.ts-background-position-center {
    background-position: center;
}

.ts-background-position-bottom {
    background-position: bottom;
}

.ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
}

.ts-background-is-dark {
    color: #fff;
}

.ts-background-is-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

.ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

.ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, .1);
}

/*-------------------------------------------
  -- Height
-------------------------------------------*/

.ts-height__50px {
    height: 3.125rem;
}

.ts-height__100px {
    height: 6.25rem;
}

.ts-height__150px {
    height: 9.375rem;
}

.ts-height__200px {
    height: 12.5rem;
}

.ts-height__250px {
    height: 15.625rem;
}

.ts-height__300px {
    height: 18.75rem;
}

.ts-height__350px {
    height: 21.875rem;
}

.ts-height__400px {
    height: 25rem;
}

.ts-height__450px {
    height: 28.125rem;
}

.ts-height__500px {
    height: 31.25rem;
}

.ts-height__600px {
    height: 37.5rem;
}

.ts-height__700px {
    height: 43.75rem;
}

.ts-height__800px {
    height: 50rem;
}

.ts-height__900px {
    height: 56.25rem;
}

.ts-height__1000px {
    height: 62.5rem;
}

/*-------------------------------------------
  -- Margin
-------------------------------------------*/

.ts-mt__0 {
    margin-top: 0 !important;
}

.ts-mr__0 {
    margin-right: 0 !important;
}

.ts-mb__0 {
    margin-bottom: 0 !important;
}

.ts-ml__0 {
    margin-left: 0 !important;
}

/* NEW */

/*-------------------------------------------
  -- No Gutters - Removes padding from col*
-------------------------------------------*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* NEW */

/*-------------------------------------------
  -- Opacity
-------------------------------------------*/

.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}

/*-------------------------------------------
  -- Overflow
-------------------------------------------*/

.ts-overflow__hidden {
    overflow: hidden;
}

.ts-overflow__visible {
    overflow: visible;
}

/* NEW */

/*-------------------------------------------
  -- Padding
-------------------------------------------*/

.ts-pt__0 {
    padding-top: 0 !important;
}

.ts-pr__0 {
    padding-right: 0 !important;
}

.ts-pb__0 {
    padding-bottom: 0 !important;
}

.ts-pl__0 {
    padding-left: 0 !important;
}

/*-------------------------------------------
  -- Position
-------------------------------------------*/

/* Top */

.ts-top__0 {
    top: 0%;
}

.ts-top__50 {
    top: 50%;
}

.ts-top__100 {
    top: 100%;
}

/* Right */

.ts-right__0 {
    right: 0%;
}

.ts-right__50 {
    right: 50%;
}

.ts-right__100 {
    right: 100%;
}

/* Bottom */

.ts-bottom__0 {
    bottom: 0%;
}

.ts-bottom__50 {
    bottom: 50%;
}

.ts-bottom__100 {
    bottom: 100%;
}

/* Left */

.ts-left__0 {
    left: 0%;
}

.ts-left__50 {
    left: 50%;
}

.ts-left__100 {
    left: 100%;
}

/* NEW */

/*-------------------------------------------
  -- Shadow
-------------------------------------------*/

.ts-shadow__sm {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-shadow__md {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
}

.ts-shadow__lg {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

.ts-shadow__none {
    box-shadow: none !important;
}

/*-------------------------------------------
  -- Shape Mask
-------------------------------------------*/

.ts-shape-mask__up:before {
    background-image: url("../../assets/img/bg-shape-mask-up.png");
    background-size: cover;
    content: "";
    left: 0;
    height: 3.75rem;
    position: absolute;
    top: -0.0625rem;
    width: 100%;
}

.ts-shape-mask__down:after {
    background-image: url("../../assets/img/bg-shape-mask-down.png");
    background-size: cover;
    bottom: -0.0625rem;
    content: "";
    left: 0;
    height: 3.75rem;
    position: absolute;
    width: 100%;
}

/* NEW */

/*-------------------------------------------
  -- Typography
-------------------------------------------*/

#ts-content {
    font: 400 14px 'Roboto', sans-serif !important;
}

#ts-content h1,h2,h3,h4,h5,h6 {
    font: 600 30px 'Roboto Condensed', sans-serif;
}

#ts-content a {
    color: #61c5bb;
    transition: .3s ease;
}

#ts-content a:hover {
    color: rgb(117 199 187);
    text-decoration: none;
}

#ts-content p {
    line-height: 1.6875rem;
    margin-bottom: 1.875rem;
    color: rgba(0, 0, 0, .5);
}

.ts-font-weight__normal {
    font-weight: normal;
}

.ts-font-weight__light {
    font-weight: lighter;
}

.ts-font-weight__bold {
    font-weight: bold;
}

.ts-text-small {
    font-size: .8125rem !important;
}

.ts-xs-text-center {
}

/*-------------------------------------------
  -- Title
-------------------------------------------*/

.ts-title {
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}

/* NEW */

/* NEW */

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

/* Social Icons */

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .125rem .25rem;
    color: #9e9e9e;
}

/* Overlay */

.ts-has-overlay {
    position: relative;
}

.ts-has-overlay:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Flip x */

.ts-flip-x {
    transform: scaleY(-1);
}

/* Flip Y */

.ts-flip-y {
    transform: scaleX(-1);
}

/* NEW flip */

/*-------------------------------------------
  -- Width
-------------------------------------------*/

.ts-width__10px {
    width: .625rem;
}

.ts-width__20px {
    width: 1.25rem;
}

.ts-width__30px {
    width: 1.875rem;
}

.ts-width__40px {
    width: 2.5rem;
}

.ts-width__50px {
    width: 3.125rem;
}

.ts-width__100px {
    width: 6.25rem;
}

.ts-width__200px {
    width: 12.5rem;
}

.ts-width__300px {
    width: 18.75rem;
}

.ts-width__400px {
    width: 25rem;
}

.ts-width__500px {
    width: 31.25rem;
}

.ts-width__inherit {
    width: inherit !important;
}

.ts-width__auto {
    width: auto !important;
}

/*-------------------------------------------
  -- Z-index
-------------------------------------------*/

.ts-z-index__-1 {
    z-index: -1 !important;
}

.ts-z-index__0 {
    z-index: 0 !important;
}

.ts-z-index__1 {
    z-index: 1 !important;
}

.ts-z-index__2 {
    z-index: 2 !important;
}

.ts-z-index__1000 {
    z-index: 1000 !important;
}

/* NEW */

/***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

/*-------------------------------------------
  -- Block
-------------------------------------------*/

#ts-content .ts-block {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
}

#ts-content .ts-block-inside {
    padding: 1.25rem;
    position: relative;
}

#ts-content section {
    position: relative;
}

/*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

#ts-content blockquote {
    font-size: 1.125rem;
    position: relative;
    background-size: contain;
    background-image: url("../../assets/svg/bubble.svg");
    background-repeat: no-repeat;
    background-position: center 3.75rem;
    padding-bottom: 3.75rem;
}

#ts-content blockquote [class*="ts-circle"] {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 1.25rem;
    z-index: 1;
}

#ts-content blockquote figure {
    padding-top: .9375rem;
    display: inline-block;
    position: relative;
}

#ts-content blockquote figure aside {
    background-image: url("../svg/organic-shape-01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 4.175rem;
    position: absolute;
    width: 4.05rem;
    right: -1.625rem;
    z-index: 2;
}

#ts-content blockquote figure aside i {
    color: #fff;
    left: 1.0625rem;
    top: 1.5625rem;
    position: absolute;
}

#ts-content blockquote figure aside svg {
    fill: #f26d7d;
}

#ts-content blockquote p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

#ts-content blockquote h4 {
    margin-bottom: .3125rem;
}

#ts-content blockquote h6 {
    opacity: .5;
}

#ts-content .blockquote-footer {
    color: inherit;
}

#ts-content .blockquote-footer:before {
    display: none;
}

#ts-content .ts-carousel-blockquote .owl-item figure, .ts-carousel-blockquote .owl-item p,
.ts-carousel-blockquote .owl-item .blockquote-footer {
    opacity: 0;
    transition: .6s ease;
    transform: translateY(.625rem);
}

#ts-content .ts-carousel-blockquote .owl-item.active figure,
.ts-carousel-blockquote .owl-item.active p,
.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    opacity: 1;
    transform: translateY(0);
}

#ts-content .ts-carousel-blockquote .owl-item.active p {
    transition-delay: .1s;
}

#ts-content .ts-carousel-blockquote .owl-item.active .blockquote-footer {
    transition-delay: .2s;
}

/* NEW */

/*-------------------------------------------
  -- Box
-------------------------------------------*/

.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1.875rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    padding: 1.5625rem;
}

/*-------------------------------------------
  -- Buttons
-------------------------------------------*/

#ts-content .btn {
    border-radius: 6.25rem;
    border-width: .125rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    font-weight: 400;
    font-size: .9375rem;
    padding: .5rem 1.25rem;
    position: relative;
    outline: none !important;
    line-height: 30px;
}

#ts-content .btn span {
    transition: .3s ease;
}

#ts-content .btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

#ts-content .btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

#ts-content .btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    transform: scale(0);
}

#ts-content .btn .status .status-icon.valid {
    background-color: var(--green);
}

#ts-content .btn .status .status-icon.invalid {
    background-color: var(--red);
}

#ts-content .btn.processing span {
    opacity: .2;
}

#ts-content .btn.processing .spinner {
    opacity: 1;
}

#ts-content .btn.done .ts-spinner {
    opacity: 0;
}

#ts-content .btn.done .status-icon {
    transform: scale(1);
    opacity: 1;
}

#ts-content .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    /*background-color: darken( var(--color-primary), 20% );
    border-color: darken( var(--color-primary), 20% );*/
    background-color: #f26d7d;
    border-color: #f26d7d;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);
}

#ts-content .btn-primary {
    background-color: #e76f27;
    border-color: #e76f27;
    color: #fff;
}

#ts-content .btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(237, 44, 66);
    border-color: rgb(237, 44, 66);
}

#ts-content .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background-color: rgb(237, 44, 66);
    border-color: rgb(225, 20, 44);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

#ts-content .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: rgb(237, 44, 66);
    border-color: rgb(237, 44, 66);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

#ts-content .btn-dark {
    background-color: #191919;
    border-color: #191919;
}

#ts-content .btn-outline-primary {
    border-color: #f26d7d;
    color: #f26d7d;
}

#ts-content .btn-outline-primary:hover {
    background-color: #f26d7d;
    border-color: #f26d7d;
}

#ts-content .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #f26d7d;
    border-color: #f26d7d;
    box-shadow: 0 0 0 .2rem rgba(242, 109, 125, .5);
}

#ts-content .btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1rem;
}

#ts-content .btn-sm {
    font-size: .8125rem;
    padding: .375rem 1rem;
}

#ts-content .btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

#ts-content .ts-btn-border-muted {
    border-color: rgba(25, 25, 25, .1);
}

/*-------------------------------------------
  -- Card
-------------------------------------------*/

#ts-content .card {
    backface-visibility: hidden;
    border: none;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    margin-bottom: 1.875rem;
    overflow: hidden;
}

#ts-content .card-columns .card {
    margin-bottom: 1.25rem;
}

#ts-content .card-body, .card-footer, .card-header {
    padding: 1.5625rem;
}

#ts-content .ts-cards-same-height > div[class*='col-'] {
    display: flex;
}

#ts-content .ts-cards-same-height > div[class*='col-'] .card {
    width: 100%;
}

#ts-content .ts-card__flat {
    border-radius: 0;
    box-shadow: none;
}

#ts-content .ts-card__flat .card-footer {
    background-color: transparent;
    border: none;
}

#ts-content .ts-card__image {
}

/*-------------------------------------------
  -- Circle
-------------------------------------------*/

#ts-content .ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    width: 4.375rem;
}

#ts-content .ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    width: 6.25rem;
}

#ts-content .ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    width: 8.125rem;
}

#ts-content .ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    width: 10rem;
}

/*-------------------------------------------
  -- Forms
-------------------------------------------*/

#ts-content form.ts-labels-inside-input .form-group,
.ts-form.ts-labels-inside-input .form-group {
    position: relative;
}

#ts-content form.ts-labels-inside-input .form-group label,
.ts-form.ts-labels-inside-input .form-group label {
    line-height: 2.625rem;
    left: .8125rem;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .3s ease;
}

#ts-content form.ts-labels-inside-input .form-group label.focused,
.ts-form.ts-labels-inside-input .form-group label.focused {
    top: -2.1875rem;
    left: 0;
    font-size: .75rem;
    opacity: 1;
}

#ts-content .form-control {
    border: 0;
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .2);
    border-radius: .125rem;
    padding: .5625rem .75rem;
}

#ts-content .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .4);
}

#ts-content .form-group {
    margin-bottom: 1.5625rem;
}

#ts-content .form-group label {
    font-size: .8125rem;
}

/*-------------------------------------------
  -- HR
-------------------------------------------*/

#ts-content hr {
    border-top-width: .125rem;
}

/* NEW */

/*-------------------------------------------
  -- Inputs
-------------------------------------------*/

#ts-content .ts-input__static {
    pointer-events: none;
    box-shadow: none;
}

.ts-inputs__transparent input, .ts-inputs__transparent textarea {
    background-color: transparent;
    color: #5e5e5e;
}

.ts-inputs__transparent input:active, .ts-inputs__transparent input:focus,
.ts-inputs__transparent textarea:active, .ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #818181;
}

.ts-item {
    height: 100%;
    padding-bottom: 1.875rem;
}

.ts-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ts-item-header {
    margin-bottom: 1.5625rem;
    position: relative;
}

.ts-item-header .icon .step {
    background-color: #f26d7d;
    bottom: 0;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    color: #191919;
    font-weight: 600;
    line-height: 1.875rem;
    left: 0;
    height: 1.875rem;
    position: absolute;
    text-align: center;
    width: 1.875rem;
}

.ts-item-body {
    flex: 1 1 auto;
}

.ts-item-footer {
}

/*-------------------------------------------
  -- List
-------------------------------------------*/

#ts-content ul {
    line-height: 2.5rem;
}

#ts-content ul.ts-list-divided li {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    padding-bottom: .3125rem;
    padding-top: .3125rem;
}

#ts-content ul.ts-list-divided li:last-child {
    border-bottom: none;
}

/* NEW */

/*-------------------------------------------
  -- Loading Screen
-------------------------------------------*/

#ts-content body.has-loading-screen:before {
    background-color: #000;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 1.5s ease;
    opacity: 1;
}

#ts-content body.has-loading-screen:after {
    content: url("../../assets/img/loading.svg");
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: 1.5s ease;
    top: 0;
    z-index: 10000;
}

#ts-content body.has-loading-screen.loading-done:before {
    width: 0;
}

#ts-content body.has-loading-screen.loading-done:after {
    transform: scale(0);
    opacity: 0;
}

/*-------------------------------------------
  -- Map
-------------------------------------------*/

#ts-content .map {
    min-height: 12.5rem;
}

#ts-content .map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

#ts-content .map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

#ts-content .map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
    display: none;
}

/*-------------------------------------------
  -- Hero
-------------------------------------------*/

#ts-hero {
    color: #fff;
    display: flex;
    position: relative;
}

#ts-hero .ts-background-image {
    background-position: top center;
}

/*-------------------------------------------
  -- Navbar
-------------------------------------------*/

#ts-content .navbar {
    font-size: .82rem;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 2rem;
    transition: .3s ease;
}

#ts-content .navbar.in {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#ts-content .navbar.in .ts-background {
    opacity: 1 !important;
}

#ts-content .navbar .ts-background {
    transition: 1s ease;
}

[class*="navbar-expand"] .navbar-nav .nav-link {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: rgb(35, 29, 29);
}
[class*="navbar-expand"] .navbar-nav .nav-link:hover {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: rgb(35, 29, 29);
}
#ts-content .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    /* text-decoration: underline; */
    color: rgb(35, 29, 29);
}
#ts-content .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link:hover {
    /* text-decoration: underline; */
    color: rgb(35, 29, 29);
}

/*XL*/

/*LG*/

/*MD*/

/*SM*/

/*-------------------------------------------
  -- Page
-------------------------------------------*/

.ts-page-wrapper {
    overflow: hidden;
}

/*-------------------------------------------
  -- Partners
-------------------------------------------*/

.ts-partners a {
    display: block;
    padding: .625rem .3125rem;
}

/*-------------------------------------------
  -- Plugins
-------------------------------------------*/

#ts-content .tv-site-widget {
    border: none !important;
}

#ts-content iframe div {
    border: none;
}

/*-------------------------------------------
  -- Progress
-------------------------------------------*/

#ts-content .progress {
    background-color: transparent;
    border: .125rem solid #f26d7d;
    border-radius: 0;
    height: .625rem;
}

#ts-content .progress .progress-bar {
    background-color: #f26d7d;
}

/*-------------------------------------------
  -- Promo Numbers
-------------------------------------------*/

.ts-promo-numbers h2 {
    font-weight: normal;
}

.ts-promo-numbers h3 {
    font-weight: normal;
}

.ts-promo-number {
    position: relative;
}

.ts-promo-number .ts-promo-number-divider:after {
    content: "";
    bottom: 0;
    border: .125rem solid #75c6bb;
    border-radius: 50%;
    height: .625rem;
    margin: auto;
    position: absolute;
    right: -0.3125rem;
    top: 0;
    width: .625rem;
}

/*-------------------------------------------
  -- Select
-------------------------------------------*/

#ts-content select.form-control {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
    cursor: pointer;
    height: 2.8125rem !important;
    margin-top: -0.125rem;
    padding: .5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
    text-indent: .0625rem;
    text-overflow: '';
}

#ts-content select.form-control:focus, select.form-control:hover {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

#ts-content select::-ms-expand {
    display: none;
}

#ts-content .select-wrapper {
    position: relative;
}

#ts-content .select-wrapper:before {
    position: absolute;
    display: inline-block;
    font-weight: 900;
    text-rendering: auto;
    top: 0;

    margin: auto;
    bottom: 0;
    right: .9375rem;
    height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0dd";
}

/*-------------------------------------------
  -- Slider
-------------------------------------------*/

#ts-content .ts-slider {
    height: 100% !important;
}

#ts-content .ts-slider div {
    height: 100% !important;
}

/*-------------------------------------------
  -- Tabs
-------------------------------------------*/

#ts-content .nav-tabs {
    border-bottom: none;
}

#ts-content .nav-tabs h4 {
    font-weight: normal;
    margin-bottom: 0;
}

#ts-content .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: .1875rem solid transparent;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    opacity: .5;
}

#ts-content .nav-tabs .nav-link.active {
    color: #191919;
    background-color: transparent;
    border-bottom: .1875rem solid #f26d7d;
    opacity: 1;
}

/* NEW */

/***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

/*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

/* overlay at start */

#ts-content .mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    height: .625rem;
    opacity: .2;
    transition: .3s ease;
    width: .625rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 0 !important;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: rgba(25, 25, 25, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem ;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(25, 25, 25, .8);
}

.owl-carousel .owl-nav .owl-next {
    right: 1.3125rem;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: 1.3125rem;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    margin-right: .0625rem;
}


.owl-nav2 {
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 0 !important;
    margin: auto;
    width: 100%;
}

 .owl-nav2 .owl-prev2,  .owl-nav2 .owl-next2 {
    background-color: rgba(25, 25, 25, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem ;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-nav2 .owl-prev2:after, .owl-nav2 .owl-next2:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

 .owl-nav2 .owl-prev2:hover,  .owl-nav2 .owl-next2:hover {
    background-color: rgba(25, 25, 25, .8);
}

 .owl-nav2 .owl-next2 {
    right: 1.3125rem;
}

 .owl-nav2 .owl-next2:after {
    content: "\f105";
    margin-left: .1875rem;
}

 .owl-nav2 .owl-prev2 {
    left: 1.3125rem;
}

.owl-nav2 .owl-prev2:after {
    content: "\f104";
    margin-right: .0625rem;
}




/***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/







/*-------------------------------------------
  -- Centered Slider
-------------------------------------------*/

.ts-carousel-centered .slide {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
}

.ts-carousel-centered .owl-item {
    perspective: 1000;
}

.ts-carousel-centered .owl-item .slide {
    opacity: .5;
    transition: .3s ease;
    transform: scale(.95);
}

.ts-carousel-centered .owl-item.active.center .slide {
    opacity: 1;
    transform: scale(1);
}

.ts-carousel-centered .owl-nav .owl-prev,
.ts-carousel-centered .owl-nav .owl-next {
    height: 3.75rem;
    width: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:after,
.ts-carousel-centered .owl-nav .owl-next:after {
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:hover,
.ts-carousel-centered .owl-nav .owl-next:hover {
    background-color: rgb(25, 25, 25);
}

.ts-carousel-centered .owl-nav .owl-next {
    right: 1.25rem;
}

.ts-carousel-centered .owl-nav .owl-prev {
    left: 1.25rem;
}

/*-------------------------------------------
  -- Hero Form Floated
-------------------------------------------*/

#ts-content .floated {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: -1.875rem;
}

#ts-content .floated form {
    position: relative;
    padding: 1.875rem 3.75rem;
}

/*-------------------------------------------
  -- Price Box
-------------------------------------------*/

.ts-price-box__promoted {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    margin-top: -1.25rem;
    margin-bottom: .625rem;
    z-index: 2;
}

.ts-price-box__promoted .ts-title {
    transform: scale(1.2);
}

/* NEW */

/*-------------------------------------------
  -- Time Line
-------------------------------------------*/

.ts-time-line__horizontal {
    padding-bottom: .625rem;
    padding-top: .625rem;
    position: relative;
    /* timeline line */
}

.ts-time-line__horizontal ul {
    padding-left: 1.875rem;
    list-style: none;
    position: relative;
}

.ts-time-line__horizontal:after {
    background-color: #474747;
    content: "";
    bottom: 6.875rem;
    height: .1875rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-time-line__horizontal .ts-time-line__item {
    flex: 0 0 auto;
    margin-right: 1.875rem;
    position: relative;
    width: 18.75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    position: relative;
    /* dot */
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:before {
    background-color: #474747;
    bottom: -4.375rem;
    border-radius: 100%;
    content: "";
    left: 1.6875rem;
    height: .75rem;
    position: absolute;
    width: .75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    /*triangle*/
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem 0 .5rem;
    bottom: -0.4375rem;
    content: "";
    left: 1.5625rem;
    height: 0;
    position: absolute;
    width: 0;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone {
    width: 4.375rem;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box {
    background-color: #f26d7d;
    color: #fff;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box:after {
    border-color: #f26d7d transparent transparent transparent;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone h5 {
    writing-mode: vertical-lr;
    margin: 0;
}

.ts-time-line__horizontal .ts-time-line__item figure {
    margin-left: 1.875rem;


    margin-top: 4.6875rem;
}

.ts-time-line__horizontal .ts-time-line__item figure small {
    text-transform: uppercase;
    opacity: .4;
}

.ts-time-line__horizontal .ts-time-line__item figure small,
.ts-time-line__horizontal .ts-time-line__item figure h6 {
    font-weight: 600;
}

.ts-time-line__horizontal .owl-stage-outer {
    padding: 1rem 1rem 0 1rem;
}

.ts-time-line__horizontal .owl-stage {
    align-items: flex-end;
    display: flex;
}

.ts-time-line__horizontal .ts-sly-frame.ts-loaded > ul {
    align-items: flex-end;
    display: flex;
}

/*-------------------------------------------
  -- SVG Shapes
-------------------------------------------*/

.ts-svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    margin: auto;
}

#ts-content figure.icon {
    position: relative;
}

.ts-svg__organic-shape-01 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='103.987' height='105.599'%3E%3cpath fill='%23f26d7d' d='M101.017 45.961c-10.338 22.34-33.156 61.239-62.326 59.586-31.984-1.803-44.52-48.772-36.182-73.996 15.682-47.439 120.287-40.376 98.508 14.41-10.998 23.766 1.923-4.836 0 0z'/%3E%3c/svg%3E");
    width: 100%;
}

.ts-svg__organic-shape-02 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='101.304' height='96.392'%3E%3cpath fill='%23f26d7d' d='M101.048,47.97c-3.211,14.957-7.703,45.912-27.192,48.273C51.7,98.927,15.111,64.584,3.566,47.911 C-12.879,24.164,31.942,3.488,48.745,0.637C76.996-4.157,104.241,18.745,101.048,47.97C96.953,67.041,101.521,43.635,101.048,47.97z'/%3E%3c/svg%3E");
    width: 100%;
}

.ts-svg__organic-shape-03 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='108.618' height='86.25'%3E%3cpath fill='%23f26d7d' d='M108.445,46.167c-3.677,13.771-12.625,26.526-26.764,32.547c-2.528,1.363-5.106,2.603-7.67,3.738 c-3.185,1.265-6.416,2.135-9.66,2.646c-16.22,2.553-32.746-3.877-45.176-14.933c-2.598-2.371-4.996-4.983-7.159-7.81 C5.546,53.879,1.18,43.477,0.023,31.901c-0.263-7.015,1.76-13.089,5.305-18.164c1.773-2.538,3.927-4.826,6.362-6.853 c34.619-23.33,88.777,19.27,94.878,29.671C109.214,40.443,108.6,42.851,108.445,46.167z'/%3E%3c/svg%3E");
    width: 100%;
}

/* NEW */

/*-------------------------------------------
  -- Other
-------------------------------------------*/

/* Footer push up */

#ts-footer .ts-box {
    margin-top: -3.125rem;
}

.ts-tabs-presentation .tab-pane img {
    opacity: 0;
    transition: .3s ease;
    transform: translateY(1.25rem);
}

.ts-tabs-presentation .tab-pane.show.active img {
    opacity: 1;
    transform: translateY(0);
}

/* Hero navigation arrows */

#ts-hero .owl-prev, #ts-hero .owl-next {
    background-color: transparent;
    border: .125rem solid rgba(255, 255, 255, .8);
    height: auto !important;
    z-index: 99999999;
}

#ts-hero .owl-prev:after, #ts-hero .owl-next:after {
    line-height: 2.25rem;
}

/* Hero slider height */

.ts-hero-slider {
    height: 100% !important;
}

.ts-hero-slider div {
    height: 100% !important;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    #ts-content html {
        font-size: 85%;
    }

    #ts-content h1 {
        font-size: 2.75rem;
    }

    #ts-content h2 {
        font-size: 1.875rem;
    }

    #ts-content h3 {
        font-size: 1.25rem;
    }

    .ts-column-count-sm-1 {
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.375rem;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    #ts-content html {
        font-size: 90%;
    }

    #ts-content h1 {
        font-size: 3.25rem;
    }

    #ts-content h2 {
        font-size: 2rem;
    }

    #ts-content h3 {
        font-size: 1.375rem;
    }

    .ts-column-count-md-1 {
        column-count: 1;
    }

    .ts-column-count-md-2 {
        column-count: 2;
    }

    .ts-column-count-md-3 {
        column-count: 3;
    }

    .ts-column-count-md-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    #ts-content html {
        font-size: 95%;
    }

    #ts-content h1 {
        font-size: 3.5rem;
    }

    #ts-content h2 {
        font-size: 2.125rem;
    }

    #ts-content h3 {
        font-size: 1.375rem;
    }

    .ts-column-count-lg-1 {
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }

    .ts-card__image {
        height: 12.5rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.75rem;
    }
}

@media (min-width: 75rem) {
    #ts-content html {
        font-size: 100%;
    }

    #ts-content h1 {
        font-size: 4rem;
    }

    #ts-content h2 {
        font-size: 2.625rem;
    }

    #ts-content h3 {
        font-size: 1.625rem;
    }

    .ts-column-count-xl-1 {
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 9.125rem;
        padding-top: 7.125rem;
    }

    .ts-card__image {
        height: 15.625rem;
    }

    .navbar.navbar-expand-xl .ts-background {
        opacity: 0;
    }

    .ts-promo-numbers h2 {
        font-size: 3rem;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 5rem;
    }

    .floated form {
        padding: 2.5rem 5rem;
    }
}

@media (max-width: 35.9375rem) {
    #ts-content h1 {
        font-size: 2.625rem;
        margin-bottom: 1.25rem;
    }

    #ts-content h2 {
        font-size: 1.875rem;
    }

    #ts-content h3 {
        font-size: 1.25rem;
    }

    [class*="ts-column-count-"] {
        column-count: 1;
    }

    .ts-xs-text-center {
        text-align: center !important;
    }

    .ts-title {
        margin-bottom: 2.5rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.25rem;
    }

    .ts-promo-number {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    #ts-content h1 {
        margin-bottom: 1.875rem;
    }

    .ts-title {
        margin-bottom: 5rem;
    }

    .ts-block-inside {
        padding: 2.5rem;
    }
}

@media (min-width: 62rem) {
    #ts-content h1 {
        margin-bottom: 2.5rem;
    }

    .ts-title {
        margin-bottom: 2.25rem;
    }

    .ts-block-inside {
        padding: 3.75rem;
    }

    .navbar.navbar-expand-lg .ts-background {
        opacity: 0;
    }

    #ts-content .floated {
        position: absolute;
    }
}

@media (max-width: 47.9375rem) {
    #ts-content h4 {
        font-size: 1.125rem;
    }
	.owl-nav2 {
		top:300px;
	}
}

@media (min-width: 48rem) {
    #ts-content h4 {
        font-size: 1.25rem;
    }

    .navbar.navbar-expand-md .ts-background {
        opacity: 0;
    }
}

@media (max-width: 61.9375rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}

@media (min-width: 36rem) {
    .navbar.navbar-expand-sm .ts-background {
        opacity: 0;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 2.5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 2.5rem;
    }
}

#ts-content {
    color: #191919;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    font-size: .8375rem;
    margin: 0;
    padding: 0;
}

@media (min-width: 75rem) {
    #ts-content h2 {
        font-size: 2.625rem;
    }
}
#ts-content h2 {
    font-weight: 500;
}

.ts-shadow__lg {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}
.ts-border-radius__md {
    border-radius: .25rem;
    overflow: hidden;
}
.mw-100 {
    max-width: 100% !important;
}

.panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-heading {
    padding: 10px 15px;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.asistanSection {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.asistanSection.visible {
    opacity: 1;
}

#numbers.numbers-section {
    position: relative;
    z-index: 1;
}
#numbers.numbers-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('/images/pattern-topo.png');
    background-size: inherit;
    background-repeat: repeat;
    opacity: 0.1; /* sadece arka plan için */
    z-index: -1;
}

/* Base responsive helpers */
#ts-content img { max-width: 100%; height: auto; }
#ts-content .container { padding-left: 15px; padding-right: 15px; }

/* Typography scaling across sections (overrides inline sizes) */
#ts-content h1 { font-size: clamp(2rem, 6vw, 3.25rem) !important; }
#ts-content h2 { font-size: clamp(1.75rem, 5vw, 3rem) !important; }
#ts-content h3 { font-size: clamp(1.25rem, 3.8vw, 2rem) !important; }
#ts-content p, #ts-content li { font-size: clamp(1rem, 2.8vw, 1.125rem); line-height: 1.7; }


/* Reduce oversized margins & paddings on mobile for specific sections */
@media (max-width: 991px){
    #secasistannedir, #secasistanozellik, #secasistanneyapar { margin: 0 !important; padding: 20px 0 !important; }
    #secnedenasistan { margin: 60px 0 !important; }
    #numbers { margin: 80px 0 !important; }
}

.ytEmbed {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.ytDiv {
    display: flex;
    justify-content: start;
    align-items: center;
}

/* Numbers section font adjustments on small screens */
@media (max-width: 767px){
    #numbers h2 { font-size: 2.2rem !important; }
    #numbers h3 { font-size: 1.2rem !important; }
    .ytEmbed {
        width: 350px !important;
        height: 250px !important;
    }
    .ytDiv {
        justify-content: center;
        margin-bottom: 4rem !important;
    }

}



/* Partners logos grid: wrap nicely on smaller screens */
#referanslar .row { flex-wrap: wrap; }
#referanslar .row .col { flex: 0 0 12.5%; max-width: 12.5%; padding: 10px; }
@media (max-width: 1199px){
    #referanslar .row .col { flex-basis: 16.66%; max-width: 16.66%; }
}
@media (max-width: 991px){
    #referanslar .row .col { flex-basis: 25%; max-width: 25%; }
}
@media (max-width: 575px){
    #referanslar .row .col { flex-basis: 33.33%; max-width: 33.33%; }
}
#referanslar .row .col img { width: 100%; height: auto; display: block; }

/* FAQ: better tap targets */
#accordion .panel-title a { display: block; padding: 12px 8px; }

/* Section fade-in (matches your JS) */
.asistanSection { opacity: 0; transition: opacity 1s ease-in-out; }
.asistanSection.visible { opacity: 1; }


/* Partners row: 8 logos in one line with small gaps (desktop) */
@media (min-width: 1200px){
    #referanslar .row{
        display:flex;
        flex-wrap:nowrap !important;
        justify-content:center !important; /* no space-between stretching */
        gap:5px !important;                   /* small gap like the mock */
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #referanslar .row .col{
        box-sizing:border-box;
        padding:0 !important;
        /* 8 columns + 7 gaps of 16px must equal 100% */
        flex:0 0 calc((100% - 7 * 16px)/8);
        max-width:calc((100% - 7 * 16px)/8);
    }
    #referanslar .row .col img{ display:block; width:100%; height:auto; }
}


/* Partners row: single column on mobile */
@media (max-width: 750px){
    #referanslar .row{
        flex-wrap:wrap !important;
        justify-content:center !important;
        gap:20px !important;
    }
    #referanslar .row .col{
        flex:0 0 100% !important;
        max-width:100% !important;
        padding:10px !important;
    }
    #referanslar .row .col img{
        width:80%;
        margin:0 auto;
        display:block;
    }
}

/* Slider alanı ve konteyner */
#fullbgslider { position: relative; }
#fullbgslider .container { position: relative; }

/* Görseller konteyner genişliğini kullansın */
#fullbgslider .ts-slider .ts-slide img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Sağ/sol oklar */
#fullbgslider .ts-slider-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #ffb372;
    opacity: 0.7;
    color: #fff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

#fullbgslider:hover {
    cursor: pointer;
}

#fullbgslider .ts-slider-arrow:hover{
    background: #ff7a00;
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
}
#fullbgslider .ts-prev{ left: 8px; }
#fullbgslider .ts-next{ right: 8px; }

/* Dots (yuvarlak butonlar) — daha büyük ve turuncu */
#fullbgslider .slick-dots{ bottom: 12px; }
#fullbgslider .slick-dots li{ margin: 0; }
#fullbgslider .slick-dots li button{ width: 16px; height: 16px; }
#fullbgslider .slick-dots li button:before{
    font-size: 18px;      /* daha büyük nokta */
    color: #ff7a00;       /* turuncu */
    opacity: .4;          /* pasifken açık */
}
#fullbgslider .slick-dots li.slick-active button:before{
    color: #ff7a00;       /* turuncu */
    opacity: 1;           /* aktifken tam görünür */
}

/* Mobil ufak dokunuşlar */
@media (max-width: 767px){
    #fullbgslider .ts-slider-arrow{
        width: 40px; height: 40px; line-height: 40px;
    }
    #fullbgslider .ts-prev{ left: 4px; }
    #fullbgslider .ts-next{ right: 4px; }
}

/* Konteyner taşmaları gizlensin */
#fullbgslider .container{
    position: relative;
    overflow: hidden; /* eklendi */
}

/* Okların pozisyonu biraz içeri alınsın */
#fullbgslider .ts-prev{ left: 12px; }   /* 8px yerine 12px */
#fullbgslider .ts-next{ right: 12px; }  /* 8px yerine 12px */

/* Dots: büyüt, turuncu yap ve sayıları gizle (tek ve nihai sürüm) */
#fullbgslider .slick-dots{
    position: absolute;
    left: 0; right: 0; bottom: 14px;
    display: flex;                 /* yatay dizi */
    justify-content: center;       /* ortala */
    align-items: center;
    gap: 12px;                     /* noktalar arası boşluk */
    padding: 0; margin: 0;         /* ul boşluklarını sıfırla */
    list-style: none;              /* varsayılan işaretleri kapat */
    width: 100%;
    z-index: 6;
    line-height: 0;                /* kalıtımla gelen satır yüksekliğini sıfırla */
}
#fullbgslider .slick-dots li{
    display: inline-flex;
    line-height: 0;                /* olası sayı metninin etkisini sıfırla */
}
#fullbgslider .slick-dots li button{
    display: block;
    width: 18px; height: 18px;
    padding: 0; border: none; background: transparent;
    font-size: 0; line-height: 0;  /* sayıları görünmez yap */
    cursor: pointer;
}
#fullbgslider .slick-dots li button:before{
    content: "";
    display: block;
    width: 14px; height: 14px;     /* yuvarlak boyutu */
    background: #ff7a00;           /* turuncu */
    border-radius: 50%;
    opacity: .45;                  /* pasif görünüm */
}
#fullbgslider .slick-dots li.slick-active button:before{
    opacity: 1;                    /* aktif dot */
    transform: scale(1.1);
}