   .nav-pills li a{padding: 10px;}
    .icx img {width: 100%;}


#customers {
                        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                        border-collapse: collapse;
                        width: 55%;
						font-size:14px;
                        background-color:#FFF;
                    }

                    #customers td, #customers th {
                        border: 1px solid #ddd;
                        padding: 8px;
                    }

                    #customers tr:nth-child(even){background-color: #FFF;}

    

                    #customers th {
                        padding-top: 12px;
                        padding-bottom: 12px;
                        text-align: left;
                        background-color: #374a9c;
                        color: white;
						    }

.sayfa{color:#243690; margin-left:-1.6%; padding-left:10px;}
.sayfaresim{max-height: 360px; height:auto;overflow: hidden;   margin-bottom: 15px;} 
.sayfaresim img{width: 100%;}
.sayfaici{margin-left:5%; margin-right: 5%; width: 100%;}
.carousel-caption .xcc2 {
    position: absolute;
    bottom: 5vw;
    left: 0;
    text-align: left;
    float: left;
    padding: .1em;
    vertical-align: top;
    font-size: 4.4vw;
    padding: .2em;
}
.dropdown-menu a {
    font-size: 14px;
    padding: 10px;
    padding-left: 25px;
	
}
.clrbot {
	width: 100%; height: 1px; clear: both;
}
.exebaslik{
        margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
line-height: 30px;
    font-weight: 700;
    color: #222;
    font-size: 26px;
    text-align: center;
    margin: 40px 0;
    text-transform: capitalize;
}

/********************************* */
#scrollUp{
    bottom: 122px !important;
    right: 2.5% !important;
}

    .whtassppx {
    color: #fff;
    text-decoration: none;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    position: fixed;
    bottom: 138px;
    right: 44px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 100px;
    right: 25px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@media (max-width: 767px) {
    p {
        font-size: 18px;
    }
    ul li {
        font-size: 16px;
    }


    .ltn__breadcrumb-area {
    background-color: var(--section-bg-1);
    margin-bottom: 120px;
    padding-top: 55px;
    padding-bottom: 55px;
}
}