@charset "UTF-8";

/* CSS Document */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 22));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 22));
  }
}
.kadro i {
    padding: 20px 30px 20px 20px;
    background-color: #f22283;
    color: white;
}
.btn_pink, .btn-2_pink {
    padding: 0 15px;
}
.header-middle .navbar__menu-item {
    margin-right: 25px;
}
.form-select{
    height: 60px;
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 8px;
    color: #6c757d;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    position: static;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider {
    background: white;
    height: 100px;
    margin: 35px auto 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 22);
}
.slider .slide {
  height: 100px;
  width: 250px;
}



.anlasmali {
    font-size: 32px;
    font-family: "BebasNeueBold";
    margin-bottom: 5px;
    padding: 40px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

.services__item {
    background-color: #eef9ff;    
    }
.what {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999;
}
.whatsapp {
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 999;
    margin-top: 10px;
}
.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 52px;
    color: white;
    background: #4dc247;
}
.about-4 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 60px;
    }
.about-4 > .container > .content > .content-right > h2 {
    font-weight: 600;
    margin-top: 0;
    font-family: "Roboto Bold";
    font-size: 25px;
    line-height: 1.4;
    color: #333333;
}
.about-4 > .container > .content > .video {
    float: left;
    position: relative;
    height: 590px;
    width: 100%;
    margin-right: 50px;
    margin-bottom: 50px;
    border-radius: 8px;
    max-height: 642px;
    max-width: 474px;
}
.hakkimizda{
    position: relative;
    background-color: #eef9ff;
    padding: 60px 0;
}
.hakkimizda > .container > .list {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hakkimizda > .container > .list li {
  width: 100%;
  line-height: 25px;
  margin-bottom: 25px;
}

.hakkimizda > .container > .list li > .fa {
  margin-right: 10px;
  color: #f22283;
}
.latest-news-4 > .container > .item > .kadro-img {
    position: relative;
    width: 100%;
    height: 475px;
}
.latest-news-4 > .container > .item > .kadro-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.lang-a{
    width: 50px;
    text-align: center;
    background-color: #dcebf3;
}
 
.lang{
    width: 80px!important;
}
.kurum {
    font-weight: 600;
    margin-top: 20px;
    font-family: "Roboto Bold";
    font-size: 25px;
    line-height: 1.4;
    color: #333333;
}
.content {
    width: 100%;
}
.content-left, .content-right {
    float: left;
    width: 50%;
}
.content  ul.list {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content  ul.list li {
  width: 100%;
  line-height: 25px;
  margin-bottom: 10px;
}

.content  ul.list li > .fa {
  margin-right: 10px;
  color: #f22283;
}

ul.lists li.item {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.sidebar > .blog-sidebar .blog-sidebar-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.latest-news-4 > .container > .item {
        padding-bottom: 0;
}

.sidebar > .blog-sidebar > div {
    padding: 25px;
    border: none;
    background-color: #f5f5f5;
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 5px;
    border-bottom: 0;
    margin-bottom: 50px;
    width: 30%;
}


.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px;
}


.tab-vertical .nav-tabs .nav-link {
  border: 1px solid #f4f1f1;
  background: #fff;
  padding: 15px 25px;
  border-radius: 0;
  color: #444444;
  font-size: 15px;
  font-family: 'Roboto Bold';
  box-shadow: rgb(0 0 20 / 5%) 0px 5px 20px;
}

.section-title {
        color:rgb(229 35 129);
    font-size: 40px;
    letter-spacing: normal;
    
}

.tab-vertical .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f22283 !important;
  border-color: transparent !important;}



.tab-vertical .tab-content {
    overflow: auto;
    /*background: #f9f9f9;*/
    padding: 0px 30px 30px;
}

.tab-vertical h4{
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    color: #162f5d;
    font-size: 21px;
    padding-bottom: 15px
}
.tab-vertical ul.inside li {
    list-style-type: circle;
    margin-left: 25px;
}
.yayin h4 {
    text-transform: uppercase;
    font-family: "BebasNeueBold";
    color: #162f5d;
    font-size: 30px;
    line-height: 1;
    display: block;
    width: 100%;
}
.alert-info {
    color: #16305d;
    background-color: #eef9ff;
    border-color: #eef9ff;
}

.border-10{
    border: 10px solid #16305d!important;
}
.text-pink{
    color: #f22283!important;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgb(22 48 93 / 26%);
    width: 100%;
}

.baslik{
    text-transform: uppercase;
    font-family: "BebasNeueBold";
    color: #162f5d;
    font-size: 30px;
    line-height: 1;
}
.baslik-2{
    text-transform: uppercase;
    font-family: "BebasNeueBold";
    color: #f22283;
    font-size: 22px;
    line-height: 1;
}
.bg-gray {
    background-color: #f9f9f9;
}
.title-2{
    margin-top: 20px;
    font-size: 25px;
    font-family: "Roboto Bold";
    font-weight: 700;
}
ul.inside li {
    list-style-type: circle;
    margin-left: 25px;
    margin-bottom: 10px;
}

.about__text > h1 {
    margin-left: -4px;
    margin-top: 48px;
    text-shadow: none;
}


@media (max-width: 1199px){
    .header-bottom-4__bg {
        top: -70px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(0 0 0 / 50%)), to(transparent));
        background-image: linear-gradient(to right, rgb(0 0 0 / 50%) 30%, transparent);
    }
    
    .latest-news-4 > .container > .item > .kadro-img {
        height: 300px;
    }
	.header-middle .navbar__menu-link {
		height: 35px;
	}
}
@media (max-width: 767px){
    .header-middle .navbar__menu {
        margin-top: 20px;
    }
    .about-4 > .container > .content > .video {
        float: left;
        position: relative;
        height: 430px;
    }
    .about-4 {
        padding-top: 60px;
    }

	.tab-vertical .tab-content {
		overflow: inherit;
	}
    .tab-vertical .nav.nav-tabs {
        width: 100%;
    }
    .testimonials__content-carousel-item p {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: -.15px;
    }
    .faq__content .accardion__item-text {
        font-size: 15px;
    }
    .latest-news__item > .inner-block > .text {
        padding: 0 20px;
    }
    .lang-a{
        width: 100%;
    }
    .lang{
        width: 100%!important;
    }
    .btn_pink, .btn-2_pink {
        padding: 15px;
    }
    .header-middle .navbar__menu-link {
        font-size: 18px;
    }
    .slider .slide-track {
      -webkit-animation: scroll 60s linear infinite;
              animation: scroll 60s linear infinite;
    }

}

@media (max-width: 640px){
    .content-left, .content-right {
        float: left;
        width: 100%;
    }
}
@media (max-width: 575px){
    .header-middle .navbar__right > .btn {
        width: 100%;
        margin-left: 50px;
        margin-right: 50px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
}


