/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

@font-face {

    font-family: 'Digital-7 Momo';

    src: url('../img/digital-7.ttf');

 }


h1,
h2, 
h3, 
h4,
h5, 
h6 {
    font-weight: 100;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #124874;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    /*erhan max-width: 1366px;*/
    margin: 0 auto;
    background: #ffffff;
}


.container{
    max-width: 1366px;   /*erhan max-width değeri yoktu*/
}




.back-to-top{
    position: fixed;
    display: none;
    background: #0075aa;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 5px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}


.wapp{
    position: fixed;
  
    width: 44px;
    height: 44px;

    line-height: 1;
    font-size: 40px;
    border-radius: 5px;

    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
    color: green;
 
    left:20px;
    z-index: 1000;
 
   

}

.wapp:hover
{
    color:#0075aa;
}



.back-to-top:hover {
    color: #ffffff;
    background: #00539C;
}

.back-to-top i {
    padding-top: 10px;
}




/*******************************/
/********** Header CSS *********/
/*******************************/
.header {
    position: relative;
    width: 100%;
    padding: 15px 0 0 0;
    background: #00539C;
}

.header.home {
    margin-bottom: 0px;

background: linear-gradient(rgba(0, 83, 156, 1), rgba(0, 83, 156, .9), rgba(0, 83, 156, 1)), url(../img/header.jpg);

background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .header .row {
        padding: 0px;
    }
}

.header .header-top {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .brand {
    position: relative;
}

.header .brand a {
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
}

.header .brand img {
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 100px;



}

.header .topbar {
    position: relative;
    text-align: right;
}

.header .topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
}



@media (min-width: 991px) and (max-width: 1050px)
{

.header .topbar .topbar-col {
    padding: 0px;
}

}






.header .topbar-col a {
    color:  #0075aa;
    font-size: 14px;
}


.header .topbar-col:hover a , .header .topbar-col:hover i {
    color:  #124874;
}

.header .topbar-col a i {
    margin-right: 10px;
    color: #0075aa;
}

.header .topbar-social {
    position: relative;
}

.header .topbar-social a {
    display: inline-block;
}

.header .topbar-social a i {
    margin-right: 10px;
    font-size: 18px;
    color: #0075aa;
}

.header .topbar-social a:last-child i {
    margin: 0;
}

.header .topbar-social a:hover i {
    color: #0075aa;
}

.header  .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 5px;
    background: #eeeeee;
}

.header  .dropdown-menu a.active {
    color: #0075aa;
}

@media (min-width: 992px) {
    .header .navbar {
        background: transparent !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header .navbar-light a.nav-link,
    .header .navbar-light .show > .nav-link {
        position: relative;
        padding: 8px 10px;
        color: #000;
        font-size: 16px;
        z-index: 1;
    }
    
    .header .navbar-light a.nav-link:hover,
    .header .navbar-light a.nav-link.active {
        color: #124874;
    }
}

@media (max-width: 992px) {
    .header .brand {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar .topbar-col {
        margin: 0;
    }
    
    .header .topbar .topbar-social {
        margin-top: 5px;
    }
    
    .header .navbar {
        background: #dbedfe !important;
        border: 1px solid #0075aa;
        z-index: 1;
    }
    
    .header a.nav-link {
        padding: 5px 0;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}



.header .navbar .btn {
    position: relative;
    margin-left: 15px;
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}


.btn-outline-info {


    color: #0075aa !important;;
    background-color: transparent !important;
    border: 1px solid #0075aa !important;;
    padding: .375rem .75rem !important;;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.header .navbar .btn:hover {
    color: #ffffff;
    background: #0075aa;
}

.header .navbar .btn i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .header .navbar {
        border-radius: 5px;
    }
    
    .header .navbar .btn {
        display: none;
    }
}

.hero {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.hero h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.hero h2 span {
    color: #0075aa;
}

.hero p {
    margin: 10px 0 20px 0;
    font-size: 22px;
    color: #000000;
}

.hero a.btn {
    position: relative;
    padding: 15px 30px;
    font-size: 16px;
    
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.hero a.btn:hover {
    color: #ffffff;
    background: #0075aa;
}

.hero .form {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
}

.hero .form h3 {
    color: #000000;
    font-weight: 300;
}

.hero .form input,
.hero .form select,
.hero .form textarea {
    margin-bottom: 15px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
}

.hero .form textarea {
    height: 75px;
}

.hero .form select,
.hero .form input::placeholder,
.hero .form textarea::placeholder {
    color: #0075aa;
}


.hero .form select option:not(:checked) {
    color: #666666;
}

.hero .form .btn {
    position: relative;
    padding: 9px 35px;
    font-size: 16px;
    
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.hero .form .btn:hover {
    color: #fff;
    background: #124874;
}

@media (max-width: 767.98px) {
    .hero .form {
        margin-top: 45px;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    smargin-bottom: 10px; /*erhan*/
    padding: 10px 0;
    text-align: center;
    background: #0075aa;
    border-bottom: 1px solid #124874;
    border-top: 1px solid #124874;
}

.page-header h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
}





.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 44px;
    vertical-align: middle;
}



.page-header .row .col-md-6:first-child
{
    text-align: left;
}


.page-header .row .col-md-6:last-child
{
    text-align: right;
}




.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    stop: -2px;
    right: -7px;
    text-align: center;
    color: #fff;
}

.page-header a:last-child::after {
    display: none;
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: calc(50% - 50px);
    bottom: 0;
    background: linear-gradient(to left, #0075aa, #00539C, #0075aa);
    border-radius: 100%;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    left: calc(50% - 10px);
    bottom: -3px;
    sbackground: #00539C;
    border-radius: 5px;
}

.section-header p {
    margin-bottom: 10px;
    font-size: 20px;
}

.section-header h2 {
    color: #00539C;
    font-size: 3rem;
    font-weight: 100;
    font-weight: 400;
}

.section-header.left {
    text-align: left;
}

.section-header.left::before {
    width: 60px;
    left: 0;
    background: linear-gradient(to left, #0075aa, #00539C, #00539C);
    border-radius: 0 100% 100% 0;
}

.section-header.left::after {
    left: 0;
    border-radius: 5px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
}

.about .about-text h2 {
    position: relative;
    color: #00539C;
    font-size: 50px;
    margin-bottom: 15px;
}

.about .about-text h2 span {
    font-size: 120px;
}

.about .about-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.about .about-text a.btn {
    padding: 15px 35px;
    font-size: 16px;
    
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #ffffff;
    background: #00539C;
}

@media (max-width: 767.98px) {
    .about .about-img img {
        margin-bottom: 30px;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 117, 170, 0.2);
}

.service .service-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 20px;
    font-weight: 300;
    color: #00539C;
}

.service .service-item p {
    margin: 0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

.service .service-item a.btn , .hero a.btn{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.service .service-item:hover a.btn , .hero a.btn{ 
    color: #ffffff;
    background: #00539C;
}



.service .service-item a.btn:hover {
    color: #ffffff;
    background: #0075aa;
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature a.btn {
    margin-top: 10px;
    padding: 15px 35px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.feature a.btn:hover {
    color: #ffffff;
    background: #00539C;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-item img {
    width: 100%;
    border-radius: 5px;
}

.feature .feature-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #00539C;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .feature a.btn {
        margin-bottom: 45px;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
    font-size: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.team .team-img img {
    width: 100%;
    height: auto;
}

.team .team-text {
    padding: 150px 15px 30px 15px;
    margin-top: -130px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    transition: .3s;
}

.team .team-text:hover {
    background: #0075aa;
    border: 1px solid #0075aa;
}

.team .team-text h2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #00539C;
}

.team .team-text h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.team .team-social {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    transition: .3s;
}

.team .team-social a.social-tw {
    background: #00acee;
}

.team .team-social a.social-fb {
    background: #3b5998;
}

.team .team-social a.social-li {
    background: #0e76a8;
}

.team .team-social a.social-in {
    background: #3f729b;
}

.team .team-social a.social-yt {
    background: #c4302b;
}

.team .team-social a:last-child {
    margin-right: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #00539C;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .section-header {
    margin-bottom: 30px;
}

.faqs img {
    width: 100%;
    border-radius: 5px;
}

@media(max-width: 767.98px) {
    .faqs img {
        margin-bottom: 30px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #00539C;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #0075aa;
    color: #ffffff;
    border-radius: 5px;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
}

.faqs a.btn {
    margin-top: 30px;
    padding: 15px 35px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.faqs a.btn:hover {
    color: #ffffff;
    background: #00539C;
}


/*******************************/
/****** Pricing Plan CSS *******/
/*******************************/
.price {
    position: relative;
    padding: 45px 0 15px 0;
}

.price .price-item {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.price .price-header {
    padding: 30px 0 50px 0;
    color: #ffffff;
    background: #0075aa;
    border-radius: 5px 5px 0 0;
}

.price .featured-item .price-header {
    color: #ffffff;
    background: #00539C;
}

.price .price-icon {
    margin-bottom: 15px;
}

.price .price-icon i {
    display: inline-block;
    font-size: 45px;
}

.price .price-title h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}

.price .price-pricing h2 {
    font-size: 60px;
    font-weight: 100;
    margin-left: 15px;
    margin-bottom: 0;
}

.price .price-pricing h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
}

.price .price-body {
    padding: 20px 0;
    background: #ffffff;
    border-radius: 25px 30px 0 0;
    margin-top: -30px;
}

.price .price-des ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-des ul li {
    color: #2A293E;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}

.price .price-des ul li:last-child {
    border: none;
}

.price .price-footer {
    padding-bottom: 30px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
}


.price .price-action a {
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    background: #0075aa;
    border-radius: 5px;
    transition:  .3s;
}

.price .price-action a i {
    margin-right: 5px;
}

.price .price-action a:hover {
    color: #ffffff;
    background: #00539C;
}

.price .featured-item .price-action a {
    color: #ffffff;
    background: #00539C;
}

.price .featured-item .price-action a:hover {
    color: #ffffff;
    background: #0075aa;
}


/*******************************/
/********** Newsletter *********/
/*******************************/
.newsletter {
    position: relative;
    margin: 0;
    padding: 60px 0;
    background: #00539C;
}

.newsletter h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 100;
}

.newsletter p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.newsletter .form {
    position: relative;
}

.newsletter input {
    height: 60px;
    border: none;
    border-radius: 5px;
}

.newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight:400;
    
    color: #ffffff;
    background: #0075aa;
    border-radius: 5px;
    transition: .3s;
}

.newsletter .btn:hover {
    color: #ffffff;
    background: #00539C;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    color: #0075aa;

    z-index: 1;
    font-family: Digital-7 Momo;
    font-size: 60px;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 150px;
    border: 15px solid #ffffff;
    border-radius: 100px;
}

.testimonial .testimonial-content {
    position: relative;
    margin-top: -90px;
    padding: 100px 25px 25px 25px;
    text-align: center;
    background: #dbedfe;
    border-radius: 5px;
    border:1px solid #0075aa;

}

.testimonial .testimonial-item p {
    color: #0075aa;
    font-size: 1rem;
    font-weight: 400;
}

.testimonial .testimonial-content h3 {
    color: #0075aa;
    font-size: 18px;
    font-weight: 400;
    
    margin-bottom: 5px;
}

.testimonial .testimonial-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0075aa;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0075aa;
}

.testimonial .owl-dot.active {
    background: #00539C;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.blog .blog-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.blog .blog-item h3 {
    margin: 0;
    padding: 25px 30px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    color: #00539C;
}

.blog .blog-item .meta {
    padding: 0 30px 15px 30px;
}

.blog .blog-item .meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-item .meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
    margin-left: 0;
}

.blog .blog-item p {
    padding: 0 30px;
    font-size: 16px;
}

.blog .blog-item a.btn {
    position: relative;
    margin: 5px 30px 30px 30px;
    padding: 10px 20px;
    font-size: 14px;
    
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
    background: #00539C;
}

.blog .blog-item a.btn:hover {
    color: #ffffff;
    background: #0075aa;
}


/*******************************/
/******* Call to Action ********/
/*******************************/
.call-to-action {
    position: relative;
    margin: 0px 0;
    padding: 60px 0;
    background: #124874;
}

.call-to-action h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 100;
    
}

.call-to-action p {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.call-to-action a {

    
    padding: 16px 35px 14px 35px;
    font-size: 18px;
    font-weight:400;
    
    color: #ffffff;
    background: #0075aa;
    border-radius: 5px;
    margin:5px;
}

.call-to-action a:not(:last-child)
{
    border:none !important;
}


.call-to-action a:not(:last-child) i
{
    font-size:40px;
    color:#fff;
}





.call-to-action a:not(:last-child):hover i
{
    background-color: none !important;
    color:#fff !important;
}


.call-to-action a:last-child
{
border:1px solid #fff !important;
color:#fff !important;
padding: 0.6rem !important;
font-weight: 700;
}

.call-to-action a:last-child:hover
{
background-color: #fff !important;
color:#124874 !important;

}




@media (max-width: 768px) {
    .call-to-action a {

        margin-top: 30px;
    }
}


/*******************************/
/********** Story CSS **********/
/*******************************/
.story {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.story .container {
    max-width: 960px;
}

.story .story-container {
    position: relative;
    width: 100%;
}

.story .story-end,
.story .story-start,
.story .story-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.story .story-end p,
.story .story-start p,
.story .story-year p {
    display: inline-block;
    width: 100px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #0075aa;
    border: 1px solid #00539C;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    
}

.story .story-year {
    margin: 30px 0;
}

.story .story-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.story .story-continue::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    background: #0075aa;
    border-left: 1px solid #00539C;
    border-right: 1px solid #00539C;
}

.story .row.story-left,
.story .row.story-right .story-date {
    text-align: right;
}

.story .row.story-right,
.story .row.story-left .story-date {
    text-align: left;
}

.story .story-date {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    margin: 41px 0 0 0;
}

.story .story-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 42px;
    background: #0075aa;
    border: 1px solid #00539C;
    border-radius: 15px;
    z-index: 1;
}

.story .row.story-left .story-date::after {
    left: -8.5px;
}

.story .row.story-right .story-date::after {
    right: -8.5px;
}

.story .story-box,
.story .story-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px 25px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
}

.story .story-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.story .story-box::after,
.story .story-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.story .row.story-left .story-box::after,
.story .row.story-left .story-box::before {
    left: 100%;
}

.story .row.story-right .story-box::after,
.story .row.story-right .story-box::before {
    right: 100%;
}

.story .story-launch .story-box::after,
.story .story-launch .story-box::before {
    left: 50%;
    margin-left: -10px;
}

.story .story-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}

.story .story-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
}

.story .row.story-right .story-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.story .row.story-right .story-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.story .story-launch .story-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.story .story-launch .story-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.story .story-box .story-text {
    position: relative;
    float: left;
}

.story .story-launch .story-text {
    max-width: 400px;
}

.story .story-text h3 {
    color: #00539C;
    font-size: 18px;
    font-weight: 400;
}

.story .story-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .story .story-continue::before {
        left: 48.5px;
    }
    
    .story .story-end,
    .story .story-start,
    .story .story-year,
    .story .row.story-left,
    .story .row.story-right .story-date,
    .story .row.story-right,
    .story .row.story-left .story-date,
    .story .story-launch {
        text-align: left;
    }
    
    .story .story-date {
        padding: 0;
    }
    
    .story .row.story-left .story-date::after,
    .story .row.story-right .story-date::after {
        left: 54.5px;
    }
    
    .story .story-box,
    .story .row.story-right .story-date,
    .story .row.story-left .story-date {
        margin-left: 77px;
    }
    
    .story .story-launch .story-box {
        margin-left: 0;
    }
    
    .story .row.story-left .story-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }

    .story .row.story-left .story-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .story .story-launch .story-box::after,
    .story .story-launch .story-box::before {
        left: 30px;
        margin-left: 0;
    }
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 14px;
    
    border-radius: 5px;
    background: #0075aa;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #00539C;
    color: #ffffff;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #ffffff;
    background: #00539C;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio .portfolio-item figure {
    background: #ffffff;
    overflow: hidden;
    height: 400px;
    position: relative;
    margin: 0; 
}

.portfolio .portfolio-item figure img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 5px;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 80px;
    height: 80px;
    top: -50px;
    background: #ffffff;
    transition: .3s;
}

.portfolio .portfolio-item figure .link-preview {
    left: -50px;
    border-radius: 0 80px;
}

.portfolio .portfolio-item figure .link-details {
    right: -50px;
    border-radius: 80px 0;
}

.portfolio .portfolio-item figure:hover .link-preview {
    top: 0;
    left: 0;
}

.portfolio .portfolio-item figure:hover .link-details {
    top: 0;
    right: 0;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
    color: #00539C;
    padding-top: 25px;
    font-size: 30px;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
    background: #00539C;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
    color: #ffffff;
}

.portfolio .portfolio-item figure:hover .link-preview,
.portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
}

.portfolio .portfolio-item figure .portfolio-title {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    
    background: #0075aa;
    border-radius: 0 0 5px 5px;
    transition: .3s;
}

.portfolio .portfolio-item figure .portfolio-title:hover {
    text-decoration: none;
    background: #00539C;
    color: #ffffff;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact a {
  color:#0075aa;
}

.contact a:hover {
  color:#124874;
}

.contact i {
 font-size: 26px;
 color:#0075aa;
}




.contact .faqs {
    padding: 0;
}

@media(max-width: 767.98px) {
    .contact .faqs {
        margin-bottom: 30px;
    }
}

.contact .contact-form input {
    height: auto;
    border-radius: 5px;
}

.contact .contact-form .btn {
    height: 60px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 18px;
    
    background: #0075aa;
    border-radius: 5px;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #ffffff;
    background: #00539C;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    font-weight: 400;
}

.single img {
    margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .section-header h2 {
    font-weight: 400;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    padding-top: 90px;
    background: #dbedfe;
    color: #0075aa;
    font-weight: 400;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-form {
    position: relative;
    margin-bottom: 45px;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-form h2{
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #0075aa;
    
    letter-spacing: 1px;
}

.footer .footer-contact ul {
   list-style-type: none;
   padding: 0px;
}
.footer .footer-contact ul li {
margin-bottom: 10px;
}

.footer .footer-contact li a {
    font-size: 14px;
    color: #0075aa;
}

.footer .footer-contact li a:hover {

    color: #124874;
}

.footer .footer-contact a i {
    width: 25px;
    font-size: 16px;
}

.footer .footer-social {
    position: relative;
    margin-top: 25px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 25px;
    color: #0075aa;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #124874;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0075aa;
   


}


.footer img.logo {
  width:200px;
    
}


.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #124874;
}

.footer .footer-form input {
    height: 45px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

.footer .footer-form .btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
    font-weight:400;
    
    color: #ffffff;
    background: #0075aa;
    border-radius: 5px;
    transition: .3s;
}

.footer .footer-form .btn:hover {
    color: #ffffff;
    background: #00539C;
}

.footer .footer-menu {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}

.footer .footer-menu .f-menu a {
    color: #0075aa;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #0075aa;
}

.footer .footer-menu .f-menu a:hover {
    color: #124874;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #0075aa;
    font-weight: 400;
}

.footer .copyright p a:hover {
    color: #124874;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}



/*BENİM EKLEMELER*/

.navbar-dark .navbar-nav .nav-link {
color:#0075aa;
}



/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#fff !important;
  
  font-size: 14px;
}










.mega .dropdown-menu h3
{
    font-size: 1rem;
    color:#000;
    font-weight: bold;
}


.dropdown-menu ul
{
    list-style-type: none;
    margin-bottom: 20px;
}

.dropdown-menu ul li:before
{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;

}

.mega .dropdown-menu ul span.ara_baslik
{
  color:#124874;
  font-weight: bold;
}



.mega .dropdown-menu .row
{
    padding: 10px;
}



/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .mega.dropdown {position:static;}

.navbar .mega .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:68px;
  min-height: 560px;


}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .mega .dropdown-menu, .navbar .dropdown .mega .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }


.co2
{
columns: 2;
}

.co4
{
columns: 4;
}


}




@media screen and (max-width: 991.9999px)
{

.navbar .mega .dropdown-menu
{
  width:100%;
  height: 400px;
min-width: 100px;
overflow-y: scroll !important;
}


.dropdown
{
    display: inline-block;
}


.co2
{
columns: 1;
}

.co4
{
columns: 2;
}




}










.navbar.fixed-top
{
    background: #dbedfe !important;
    background-color: #dbedfe !important;
    border-bottom: 1px solid #124874;
}



.yukarida
{
    display: none;
}


.navbar.fixed-top .yukarida
{
    display: block;
}









@media (max-width: 991.999px) 
{


.navbar.fixed-top
{
border:none;
border-bottom: 3px solid #124874;
}



.yukarida
{
    display: block;
}


.navbar.fixed-top a.yukarida
{
    display: none !important;
}




}








.footer hr
{
    margin-top: 30px;
    margin-bottom: 30px;
}


.foot-logo
{
    float:left;
    margin-right: 20px;
}

.foot-logo img
{
   width:60px;
   height: 40px;
   object-fit: contain;
}


.logo-sektorler svg {
    width: 75px;
    height: auto;
    color: #cb1432;
    margin: 20px;
}

.logo-sektor-svg
{
    float: left;

}


.logo-sektor-svg svg
{
    width: 140px;
    height: auto;
    color: #cb1432;
    margin-right: 20px;
}


.tum
{
    color:#0075aa;
}


.btn-outline-info:hover {
    color: #fff !important;
    background-color: #0075aa !important;;
    border-color: #0075aa !important;;
}




.dia-cozumler, .logo-urunler, .logo-sektorler, .bym-cozumler, .bym-sektorler, .akinsoft-cozumler
{
   cursor: pointer;




& .service-item img{
transition: filter .3s ease;
}


}








.dia-cozumler, .logo-urunler, .bym-cozumler, .bym-sektorler, .akinsoft-cozumler
{
   

& .service-item:hover img
{
    filter: brightness(0.8);
}


}



















.logo-sektorler .service-item:hover
{
border:1px solid #124874;
}






.dia-cozumler .service-item, .logo-urunler .service-item
{
    padding: 20px !important;
    border:1px solid #0075aa;
}


.dia-cozumler .service-item
{
    background-color: #dbedfe;
    border:1px solid #0075aa;
}


.dia-cozumler img
{

    width: 80px !important;
    height: 80px !important;
    object-fit: contain;


}



.dia-cozumler h3, .logo-urunler h3, .logo-sektorler h3, .bym-cozumler h3, .bym-sektorler h3
{
    height: 88px;
    vertical-align: middle;
}



.dia-cozumler p, .logo-urunler p{

    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;

}


.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 {
    color: #0075aa;
}


.flash
{

    border:1px solid #9bb6ce;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #dbedfe;
    color:#0075aa;
    border-radius: 5px;

}


.referanslar .service-item
{
     background-color: #dbedfe;
     padding: 20px;
     border:1px solid #0075aa;


}

.referanslar .service-item img
{
    width: 160px;
    border-radius: 0px;
    border:1px solid #0075aa;
    padding: 10px;
    background: #fff;
}

.referanslar .service-item p
{
   height: 40px;
   vertical-align: middle;
   margin:20px 20px;
   font-size: 14px;
}


/*Scroll Bar */

.style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #dbedfe;
}

.style-3::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
  background-color: #dbedfe;
}

.style-3::-webkit-scrollbar-thumb
{
  background-color: #124874;
}



.ek-moduller
{
    background-color: #dbedfe;
    margin-bottom: 20px;
    padding: 20px;
    border:1px solid #0075aa;

    display: inline-block;


}


.ek-moduller img
{
    width: 80px;
    height: auto;
    margin-right: 20px;
float: left;


}




.dia-head-dis
{
    
    padding-right: 0px;
    padding-left: 0px;
    
}


.dia-head
{
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;


}


.b1
{
background-color: #2f62ac;
}


.b2
{
background-color: #e1e4ee;
}


.y1
{
color:#fff;
}

.y2
{
color:#2f62ac;
}



.dia-head h2
{
 font-size: 2rem;
 font-weight: 200;
}

.dia-head .btn
{
 margin-top: 1rem;
}




@media (min-width: 480.11px){
.dia-head .col-md-6
{
    min-height: 500px;



}
}




@media (min-width: 320px) and (max-width: 480px) {

    .dia-head
     {
        padding-top: 285px;
        padding-bottom: 0px;
        
        background-position: 95% 0% !important;
        background-size: 200% !important;
    }

    .dia-head .col-md-6.sutunda-ortala
    {
        mini-height: 300px;
        align-content: flex-start;
    }


.dia-head h2
{

 font-size: 1.4rem;

}




}


ul.is-ortaklari
{
    list-style-type: none;
    text-align: center;
}

ul.is-ortaklari li
{
    vertical-align: bottom;
    display: inline-block;
    margin:20px;
}




.mobico
{
    display: none;
}








@media (max-width: 991.999px) 
{

  .mobico
{
    display: inline-block;
}


.mobico:hover i
{
    color: #124874 !important;
}




.mobico i
{
    font-size: 26px;
    color:#0075aa;
}




}


.navbar-dark .navbar-brand {
    background-color: #0075aa;
    font-weight: bold;
    font-size: 14px;
    color:#dbedfe;
    border-radius: 5px;
    line-height: 20px;
    padding: 5px;

       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.navbar-dark .navbar-brand:hover {
    color: #124874;
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,117,170, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
  border-color: rgb(0,117,170) !important;
} 


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #124874;
}



@media (max-width: 991.999px) 
{


.sadece-desktop
{
display: none !important;
}



    .form-inline .form-control {

        width: 100%;

    }



}



.arama-icon {
    position: absolute;

bottom: 8px;
    border: none;
    background: none;
    color:#0075aa;
    font-size: 22px;


       -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;


}

.arama-icon:hover {
outline: 0 !important;
color:#dbedfe;


}




#neden
{
    text-align: center;
    color:#0075aa;
    padding: 30px 0 0px 0px;
    background-color: #dbedfe !important;

}

#neden .container{
    padding: 2rem;
}


#neden h3
{
    

    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 5rem;

    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;




}


/*logo*/





.style_FeatureCards {
    margin-top: 30px;
    margin-bottom: 30px;
}


.style_cardContainer {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-right: -10px;
    color:#fff;
}

.style_cardContainer p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
}



.style_itemCard {
    width: calc(27% - 50px); 
}


@media (max-width: 991.999px) 
{

.style_itemCard {
    width: 30%;
}



}

@media (max-width: 576px) 
{

.style_itemCard {
    width: calc(50% - 20px); 
}



}




.style_CardFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 21px 28px;
    border-radius: 10px;
    border: 1px solid #4e4e4e;
    text-align: center;
    gap: 1rem;
    height: 100%;

}

.style_cardContainer .style_itemCardInner {
    justify-content: flex-start;
    //background-color: #0075aa !important;
}

.style_CardFlex svg {
    width: 32px;
    height: auto;
    color: #fff;
}

.style_textWhite {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: center;
}





.siyah
{
    background-color: #dbedfe;
padding: 40px;
}



.uygulama_alanlari
{
    color:#0075aa;
    border:1px solid #0075aa;
    border-radius: 10px;
    padding: 5px 10px;
    background: #dbedfe;
    font-size: 1rem;
    display: inline-block;
    margin: 10px;
}

.uygulama_alanlari svg
{
    font-size: 30px;
}


/*logoson*/



/*******************************/
/********** Video CSS **********/
/*******************************/





.video {
    position: relative;
    
    height: 100%;
    min-height: 500px;
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.video .btn-play {
    position: relative;
    z-index: 1;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}






.aciklama
{

    min-height: 500px;
  
    color:#fff;
    font-weight: bold !important;
    width: 50%;
    height: 100%;
    padding: 100px 20px 20px 20px;
    background-color: rgba(0,0,0,0.7);
    

}

@media (max-width: 991.999px) 
{

.aciklama
{
width: 100%;

}


}






.aciklama h5, .aciklama h6
{
    font-weight: 400;
} 




.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}



.kir_ba {

    background-color: #cb1432 !important;
}

.kir_bo {

    border-color: #cb1432 !important;
}

.kir_co {
    color: #cb1432 !important;
}


.mavi_ba {

    background-color: #0075aa !important;
}

.mavi_bo {

    border-color: #0075aa !important;
}

.mavi_co {
    color: #0075aa !important;
}




/* Styles for the title tooltips */
/*link üzerine gelince çizgi çalışma başlangıcı*/






li.duz a{
  color: #0075aa !important;
  position: relative;
  text-decoration: none;
  transition: color .4s ease-out;
  padding-right:0px !important;
  padding-left: 0px !important;
}

li.duz a:hover {
  color: #124874 !important;
  right: 0;
  text-decoration: none;
}

li.duz a:hover:after {
  border-color: #124874 !important;
  right: 0;
}

li.duz a:after {
  border-radius: 1em;
  border-top: .15em solid #0075aa !important;
  content: "";
  position: absolute;
    right: 100%;
    bottom: .14em;
    left: 0;
  transition: right .4s cubic-bezier(0,.5,0,1),
              border-color .4s ease-out;
}

li.duz a:hover:after {
  animation: anchor-underline 2s cubic-bezier(0,.5,0,1) infinite;
  border-color: #124874 !important;
}

@keyframes anchor-underline {
  0%, 10% {
    left: 0;
    right: 100%;
  }
  40%, 60% {
    left: 0;
    right: 0;
  }
  90%, 100% {
    left: 100%;
    right: 0;
  }
}

/*link üzerine gelince çizgi çalışma sonu*/


.btn-info {
    color: #fff;
    background-color: #0075aa;
    border-color: #0075aa;
}


.btn-info:hover {
    color: #fff;
    background-color: #124874;
    border-color: #117a8b;
}



.naver
{
spadding: 10px 32px 10px 31px;

    sheight: -moz-fit-content;
    sheight: fit-content;
    sborder:1px solid #ccc;
    sbackground-color: #dbedfe;
    swidth: 100%;

    sjustify-content: space-between;

    sgap: 1rem;
    
    salign-items: center;
    stransition: all 3s ease-in-out;



}

.naver .btn-group
{
    flex-wrap: wrap;
}







div[id^="logo-uyumlu-urunler-"]
{

padding: 40px 0px;
}


div[id^="logo-uyumlu-urunler-"] h6{
    font-size: 2rem;
    font-weight: 600;
}

div[id^="logo-uyumlu-urunler-"] p{
    font-size: 1rem;
    font-weight: 400;
}


.logo-bulut
{
   background-color: #124874;
}

.logo-desktop
{
   background-color: #cb1432;
}


div[id^="logo-uyumlu-urunler-"] .col-md-3
{
color:#fff

}



input::-ms-input-placeholder { /* Edge 12-18 */
  color: red;
}

input::placeholder {
  color: red;
}












/*place holder animate**/




.input-with-placeholder {
  width: 100% !important;
  position: relative !important;
  label {
    position: absolute !important;
    top: -7px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 10px !important;
    transition: 300ms all !important;
    color: #0075aa !important;
  }
  input {
    width: 100% !important;
    height: 50px !important;
    padding: 15px 0px 0px 10px !important;
    background: #fff !important;
    &:valid + label,
    &:focus + label {
      height: 50% !important;
      padding-left: 10 !important;
      transform: translateY(10%) !important;
      font-size: 14px !important;
      color: #0075aa !important;
    }
  }
}


/*place holder animate son**/



#duvar
{
position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1031;
    overflow: auto;
    
    display: none;

 }


#pencere{

    position: relative;
    width: calc(100% - 50px);
    max-width: 800px !important;
    min-height: 440px;
    max-height: calc(80vh);
    height: calc(80vh);
    background-color: #dbedfe;
    border: 1px solid #9bb6ce;
    margin: auto;
    overflow: hidden;

    padding: 30px 10px 10px 10px;


    }


.duvar-kpt{
    position: absolute;
    right:0px;
    top:0px;
    z-index: 103255;
    
    width: 30px;
    height: 30px;

 
}







.duvar-kpt button{
    font-size: 20px;
    padding: 0px;
    color:#124874;
}

.duvar-kpt .btn{
    padding: 0px;
    width: 30px;
    height: 30px;
}

#yazdirma_alani
{
position: absolute;
left:30px;
top:30px;
width: calc(100% - 60px);
height: calc(100% - 60px);
overflow-y: auto;


}







.hero.a-mavi, .hero-seffaf
{
    padding-top: 0px !important;
}


.hero.seffaf .form
{
background: rgba(0,0,0,0);
border:1px solid #0075aa;
}


.hero.a-mavi .form
{
background: #dbedfe;
border:1px solid #9bb6ce;
}



.hero.a-mavi h3
{
color:#124874;
text-align: center;
}


.hero.a-mavi .onay
{
color:#124874;
}





.hero .form-check-label
{
    cursor: pointer;
}


.hero .form-control
{
    display: inline;
    color:#0075aa;
}












.sutunda-ortala
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;

}









.sonuc-yok
{

min-height: 300px;
font-size: 1rem;
width: 100%;

justify-content: center;

}








@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
  color:#fff !important;

}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}




.color-red{
    color:#ff4707 !important;
}


.alert {

    font-size: 0.9rem;
    font-weight: 400;
}



.alert-danger {
    color: #ffffff;
    background-color: #ff4707;
    border-color: #5f0613;
}


.alert .close {
   
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    font-weight: 500;
}


.alert-success .close {
   
    color: #000 !important;

}









.animated-button {
    transition: all 1s ease;
    animation: pulseb 3s infinite;
    animation-delay: 4s;


}




@keyframes pulseb {
    0% { transform: scale(1) rotate(0); }
    5% { transform: scale(1.05) rotate(-2deg); }
   10% { transform: scale(1.05) rotate(2deg); }
   15% { transform: scale(1.05) rotate(-2deg); }
   20% { transform: scale(1.05) rotate(2deg); }
   25% { transform: scale(1) rotate(0); }
  100% { transform: scale(1) rotate(0); }
}




















/******** Carousel CSS *********/
/*******************************/






.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 151px);
    overflow: hidden;
}




.carousel-control-prev, .carousel-control-next
{
position: relative;
display: none;

}


.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}




/*slider üzerindeki cam filmi*/
.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    bottom: 0;
    left:0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 25%;
    min-width: 300px;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    padding: 10px;
    vertical-align: middle;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 15px;
   
}

.carousel .carousel-caption h2 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: #a1c4e2;
    border-color: #a1c4e2;


}


@media (max-width: 1200px) {
    .carousel .carousel-caption h2 {
        font-size: 1.2rem;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 1rem;
         margin-bottom: 10px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}










@media (max-width: 767.98px) {
    .carousel .carousel-caption h2 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    .carousel .carousel-caption p {
        font-size: 1rem;
         margin-bottom: 5px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 8px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h2 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .carousel .carousel-caption p {
        font-size: 1rem;
         margin-bottom: 5px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 5px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}








@media (orientation: portrait) {






.carousel
{
    height: calc(100vh - 270px);
}


@media (max-width: 761px) 
{

  

  .carousel
  {
      height: calc(100vh - 270px);
  }




}



.carousel .carousel-caption {
    top: 50%;
    left:0px;
    height: 50%;
    width: 100%;
  }






  .carousel-caption
  {
    background-color: #000 !important;
  }








.carousel .carousel-item img {
    width: 100%;
    height: 50%;
    
}





}



.secenekler
{

    color:#0075aa;
    border-radius: 5px;
}


.secenekler .form-control:focus {
    box-shadow: none;
}


.secenekler .form-check
{
width:17%;
margin-bottom: 1rem;
}

@media (max-width: 1300px) {
        
 .secenekler .form-check
{
width:30%;
}
}

@media (max-width: 1100px) {
        
 .secenekler .form-check
{
width:45%;
}
}







.yildiz {
    color: #ffcc00; /* Altın rengi */
    animation: yanip-sonme 1.5s infinite ease-in-out;
}

/* Yanıp sönme animasyonu */
@keyframes yanip-sonme {
    0%, 100% {
        opacity: 1; /* Tam görünür */
        transform: scale(1); /* Normal boyut */
    }
    50% {
        opacity: 0.5; /* Yarı görünür */
        transform: scale(1.2); /* Hafif büyüme */
    }
}





.navbar .standart.dropdown {position:relative;}

.header .standart .dropdown-menu {
    margin-top: 0;
    border-radius: 5px;
    background: #eeeeee;
    left:0px;
    width: auto !important;
    border: 1px solid rgba(0,0,0,.15);
}


.header .standart .dropdown-menu a.active {
    color: #FFD662;
}

.header .standart .dropdown-menu a:hover {
    background-color: #d5e9fb;
}




@media (max-width: 992px) {
        
    .header .standart .dropdown-menu {
        box-shadow: none;
    }
}







/*preloader*/

/* Preloader arka planı */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Logo animasyonu */
.preloader-logo {
    width: 180px;
    animation: pulse 1.5s infinite ease-in-out;
}

/* Basit nefes alma animasyonu */
@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.8; }
}



/*preloader son*/