@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@1,200&family=Dosis:wght@300;500;600&family=Inter:wght@500;700&family=Noto+Sans+JP&family=Poppins:ital,wght@0,100;0,300;0,500;0,700;1,100&family=Quicksand:wght@400;600;700&family=Raleway:wght@200&family=Roboto:ital,wght@0,500;0,700;1,300&family=Rubik:wght@500;600;700&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,300;1,500&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nav-link {
    color: #fff !important;
    padding-left: 2rem !important;
}
.bg-light{
    background-color: #fff !important;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}

html,
body {
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    letter-spacing: 0.5px;
    line-height: 25px;
}


.navbar-toggler img{
    width: 59%;
    padding: 5px 0;
}
@media (max-width: 991.98px) {
.offcanvas-collapse {
    position: fixed;
    top: 224px;
    bottom: 0;
    left: 100%;
    width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
}
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
    background-color: #6f42c1;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(117, 117, 117) !important;
}
.navbar{
    box-shadow: 0 0 15px rgb(0 0 0 / 17%);
    animation: slide-down 0.7s;
    z-index: 999999;
}
/*Slider*/
.slider-info{
    font-size:50px;
}
.slider-title{
    letter-spacing: 5px;
    font-size: 1rem;
}
.slider-btn-one{
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 1rem 2.5rem;
    text-align: center;
}
.slider-btn-two{
    color: #fff;
    text-decoration: none;
    border: 1px solid #eb6209;
    padding: 1rem 2.5rem;
    text-align: center;
    background-color: #eb6209;
    margin-left:2rem;
}
.carousel-item{
    height:60vh !important;

    position: relative;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #eb6209;
}
.carousel-caption{
    position: absolute;
    bottom: 1.25rem;
    left: 12%;
    bottom: 34%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    color: #fff !important;
    text-align: initial;
    z-index: 9999;
    width: 40%;
    border: 4px solid #ed1c24;
    border-bottom: none;
    background-color: #00000073;
}
.carousel-item img{

    object-fit: cover;
    object-position: center;
}
.carousel-item::before {
    content: "";
    position: absolute;
    background:rgb(13 34 59 / 35%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 1;
}


/*logo*/

.clients {
    padding:5rem 0;
}
.box {
	display: grid;
	align-items: center;
	justify-items: center;
	width: 60%;
	height: auto;
	transition: transform .5s ease-in;
	margin: 8px auto;
}
.box img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.box:hover {
	transform: scale(1.2);
}
/*ikili card*/
.img-two-card{
    width:100%;
}

.two-card{
    width:100%;
}
.choose-content{
    padding-left:1rem;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
    color:#eb6209;
    position: relative;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
    color: #0A0C1C;
    margin-bottom: 0;
}
.choose-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(to right, #eb6209 0%, #eb6209 100%);
    border-radius: 12px;
    color: #fff;
    transition: 0.4s;
    margin-top: 5px;
    font-size: 40px;
}
.info-title{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #7a7a7a;
}
/*bilgi*/

/*silinecek*/
.slider{
    display: flex;
  }
  .slider .card{
    flex: 1;
    padding: 15px;
    margin: 0 10px;
    background: #fff;
    border:none !important;
  }
  .slider .card .img{
    width: 100%;
  }
  .slider .card .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
  }
  .slider .card .content{
    padding: 10px 20px;
    text-align: center;
  }
  .card .content .title{
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .card .content p{
    text-align: justify;
    margin: 10px 0;
  }

  .card .content .btn button:hover{
    transform: scale(0.9);
  }
  .header-alti{
    font-size: 15px;
    color: #eb6209;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .header-bes{
    letter-spacing: 0.5px;
  }
  .btn-inline{
    text-decoration: none;
    color: #fff;
    padding: 0.7rem 1.5rem;
    background-color: #eb6209;
    width: 19%;
    border-radius: 15px;
    text-align: center;
  }
  .ltn__card__nes{
    width:100%;
  }
  .content{
    padding:1rem;
  }
/*parallax*/
.parallax {
    background-image: url(https://www.demoincele.xyz/ofm176/upload/slider-slide-3.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index:1;
  }
  .parallax::before {
    content: "";
    position: absolute;
    background: rgb(13 34 59 / 64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}
.parallax-text{
    color:#fff;
}
.parallax-button{
    font-size: 16px;
    color: #ffffff;
    padding: 12px 28px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: linear-gradient(to right, #eb6209 0%, #eb6209 100%);
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    text-decoration: none;
    z-index: 1;
}
.number{
    color:#fff;
    text-decoration: none;
    margin-top: 10px;
}
.parallax-header{
    font-size:35px;
    color:#eb6209;
}
.fa-phone-volume{
    color:#eb6209;
}
/*başlama*/
.hizmet{
    background-color: #d2dbdd38;
}
.font-title{
    color:#eb6209;
}
.font-title span{
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
}
.urun-big-box{
   background-color: #d2dbdd38;

}
.card-urun{
    background-color: #fff;
    padding:2rem 0;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 8px 0px, rgb(0 0 0 / 8%) 0px 6px 20px 0px;
}
.underline-text2 {
    position: relative;
    display: inline-block;
    color: #000000e3;
    font-size: 36px;
    padding-bottom: 9px;

}
.underline-text2::before {
    position: absolute;
    bottom: -4px;
    content: " ";
    width: 12px;
    background-color:#eb6209 ;
    height: 11px;
    left: 46%;
    border-radius: 12px;
    z-index: 9999;
    border: 3px solid #fff;
}
.underline-text2::after {
    position: absolute;
    bottom: 0px;
    content: " ";
    width: 80%;
    background: #eb6209;
    height: 2px;
    left: 10%;
    right: 10%;
}
.urun-title{
    color:#343a40;
    text-decoration: none;
}
.urun-img{
   width:100%;
}
.demo-money{
    font-size:27px;
    color:#eb6209;
}
.demo-btn{
    font-size: 16px;
    color: #343a40;
    padding: 12px 28px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 2px solid #eb6209;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    text-decoration: none;
    z-index: 1;
}
.all-btn{
    font-size: 14px;
    color: #343a40;
    padding: 13px 15px;
    width: 30%;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 2px solid #eb6209;;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    text-decoration: none;
    z-index: 1;
}
.title i{
    color:#eb6209;
}

.hizmet-btn{
    font-size: 14px;
    color: rgb(52, 58, 64);
    padding: 13px 15px;
    width: 60%;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 2px solid rgb(13 34 59);
    /* box-shadow: rgb(0 0 0 / 12%) 0px 3px 24px; */
    text-decoration: none;
    z-index: 1;

}
/*custom*/
.parallax-custom {
    background-image: url(https://www.demoincele.xyz/ofm176/upload/ektraalan/bg.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index:1;
  }
  .parallax-custom::before {
    content: "";
    position: absolute;
    background: rgb(13 34 59 / 64%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}
#testimonial_area {
	padding: 40px 0;
}
.box-area {
	padding: 30px;
    position: relative;
    display: block;
    background: rgb(255 255 255 / 94%);
    color: rgb(0, 0, 0);
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin: 40px 0px;
}
.box-area h5 {
	font-size: 20px;
    font-weight: 700;
    color: #eb6209;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area span {
	color: #5c6268;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	color: #646c72;
}
/*.box-area .img-area {
	width: 90px;
	height: 90px;
	position: absolute;

	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}*/

.socials {
	margin-top: 30px;
}
.socials i {
	margin: 0 10px;
	color: #0a69ed;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #94c0fd;
    border-radius: 50%;
    text-align: center;
    background: #ffffff29;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}
/*haberler*/
.section-blog {
	padding: 0 0;
}

.section-blog .header-section {
	margin-bottom: 30px;
    padding: 78px 75px 53px;
	background-color: #147de7;
    color: #fff;
    border-radius: 5px;
}

.section-blog .header-section .title-section {
	font-weight: 700;
    font-size: 40px;
}

.section-blog .header-section .nav-header li {
	position: relative;
	display: inline-block;
    font-size: 15px;
    margin-right: 15px;
}

.section-blog .header-section .nav-header li:last-child {
    margin-right: 0;
}

.section-blog .header-section .nav-header li:after {
	content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    width: 1px;
    height: 60%;
    background-color: #fff;
}

.section-blog .header-section .nav-header li:last-child:after {
	display: none;
}

.section-blog .single-post {
	position: relative;
    margin-top: 100px;
}

.section-blog .single-post img {
	width: 100%;
	border-radius: 5px;
}

.section-blog .single-post .infos {
	position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    display: inline-block;
    padding: 22px 29px 24px;
    background-color: #fff;
    transform: translateY(50%);
    box-shadow: 0 0px 15px 0 rgba(0,0,0,.1);
    z-index: 2;
}

.section-blog .single-post .infos .title-post {
	line-height: 0.75em;
}

.section-blog .single-post .infos .title-post a {
    text-decoration: none;
    color: #0d223b;
    font-size: 20px;
    font-weight: 600;
}
.section-blog .single-post .infos .title-post a:hover{
    color: #eb6209;
}

.section-blog .single-post .infos .by-and-date {
	margin-bottom: 0;
    border-left: 3px solid #eb6209;
    padding-left: 10px;
}

.section-blog .single-post .infos .by-and-date li {
	position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.section-blog .single-post .infos .by-and-date li a {
    text-decoration: none;
    color: #404752;
}

.section-blog .single-post .infos .by-and-date li:after {
	content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    width: 1px;
    height: 60%;
    background-color: #87c3ff;
}

.section-blog .single-post .infos .by-and-date li:last-child:after {
	display: none;
}

.section-blog .pagination {
	margin-top: 50px;
}

.section-blog .pagination ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f00;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    font-weight: 600;
    font-size: 20px;
    transition: background-color .3s, color .3s;
}

.section-blog .pagination ul li:hover {
	background-color: #eb6209;
	color: #fff;
	box-shadow: none;
}

.section-blog .pagination ul li a {
	display: inline-block;
    padding: 13px 23px;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 575.99px) {
	.section-blog .pagination ul li {
		margin-right: 10px;
		font-size: 16px;
	}

	.section-blog .pagination ul li a {
		padding: 10px 15px;
	}


}

.post,.post-two,.post-three{
    margin-top:0.1rem !important;
}
@media (max-width: 990px){
    .post-two{
        margin-top:100px !important;
    }
}
@media (max-width: 768px){
    .post-three{
        margin-top:100px !important;
    }
}
/*footer*/
footer{
    background-color: #0d223b;
}
footer ul{
    padding-left :0 !important;
}
footer li{
    list-style-type: none;
    padding-bottom:10px;
}
footer ul li a{
    color: #fff;
    text-decoration:none;
}
footer ul li a i{
    color:#eb6209;
}
footer span{
    color: #fff;
}
footer .number i{
    color: #eb6209;
}
footer h6{
    font-size: 22px;
    color: #eb6209;
    letter-spacing: 0.9px;
}
footer p{
    color:#fff;
}
.social-media i{
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    border: 2px solid #eb6209;
}
.social-media a{
   color:#0d223b;
   margin-left: auto!important;
}
.social-media{
    margin-top:0.5rem;
}
/*bilgi sayaç*/
#counter{
    background-color: #0d223b;;
    padding: 3rem 0;
}
.stastic{
    color:#fff;
}
.stastic i{
    font-size: 58px;
    padding-bottom: 1rem;
}

/*ingographics*/
.icerik-parallax {
    background-image: url(https://www.demoincele.xyz/ofm176/upload/slider-slide-3.jpg);
    min-height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index:1;
  }
  .icerik-parallax::before {
    content: "";
    position: absolute;
    background: rgb(13 34 59 / 80%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}
.icerik-parallax-text{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, 10%);
    text-align: center;
    color:#fff;
}
.icerik-parallax-text h2{
    font-size: 41px;
    letter-spacing: 3px;
}

  /*ekibimiz*/
  .card-ekip{
    border:2px solid #ccc;
  }
  .card-ekip img{
    width:100%;
  }
  .card-text-info{
    padding:1rem 0;
  }
  .card-ekip a{
    color: var(--uirLinkTextDecoration);
    text-decoration: none;
  }
  .card-header{
    font-size: 18px;
  }
/*ekip detay*/
.ekip-detay-img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.ekip-detay-info{
    border-bottom:2px solid #0d223b;
}
.card-header-detay{
    font-size:30px;
}
.ekip-detay-info i{
    color:#eb6209;
}
/*hakkımızda*/

.text-justify{
    text-align: justify;

}
.hakkimizda-card-title{
    color: #5a7fa4;
    letter-spacing: 3px;
}
.hakkimizda-img{
    width:100%;
}
.hakkimizda-font{
    font-size: 35px;
    padding: 0.7rem 0;
}
.awesome-par{
    line-height: 30px;
    font-size: 18px;
    color: #343232;
}
.differant{
    color: #5a7fa4;
    letter-spacing: 1px;
    font-size: 24px;
    padding-top: 0.5rem;
    font-weight: 600;
}


.faq{
    background-color: transparent;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px
    6px rgba(0, 0, 0, 0.1);
    border-top: 12px solid #eb6209;
}

.faq.active::before,
.faq.active::after {
    content: '\f075';
    font-family: 'Font awesome 5 free';
    color: #ff6600;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.faq.active::before{
    color: #ff6600;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}



.faq-text{
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text{
    display: block;
}

.faq-toggle{
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
}

.faq-toggle:focus{
    outline: none;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    display: block;
    color: white;
}

.faq.active .faq-toggle .fa-chevron-down{
    display: none;
}

.faq.active .faq-toggle {
    background-color: #0d223b;
}
.faq-title h6{
    color: #0d223b;
    letter-spacing: 4px;
    font-size: 14px;
}
.faq-title h2{
    color: #eb6209;
}
/*haberler*/
.haber-card{
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 24px;
}
.haber-img{
    width:100%;
    height:100%;object-fit: cover;
}
.haber-devam a{
    color:#000;
    text-decoration: none;
    padding-bottom:2rem;
}
.haber-menu a img{
    width:100%;
    height:auto;object-fit: cover;

}
.search input{
    border:none;
    padding:0.5rem;
    width:100%;
}
.search input:focus-visible{
    outline:none !important;
}
.search{
    border:2px solid #eb6209;
    width:100%;
    border-radius:16px;
}
.search i{
    padding:0.5rem 1rem;
}
.yan-menu{
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 24px;
    padding:1rem;
}
.yan-menu h4{
    font-size:1.5rem;
    color:#eb6209;
}
.page-link{
    color:#0d223b;
    text-decoration: none;
    border-radius:50%;
}
.haber-title a{
    font-size:1.5rem;
    color:#eb6209;
    text-decoration: none;
    text-align: center;
}
/*haber detay*/
  .search-icon{
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 8px 0px, rgb(0 0 0 / 8%) 0px 6px 20px 0px;
  }
.search-icon input{
  border-radius: 0px;
  border:none;
  background-color: #eee;

}
.search-icon a{
  color: #fff;
    text-decoration: none;
    font-size: 16px;
    background-color: #0d223b;
}
.border-search{
  background-color: #eee;
}
.title a {
    text-decoration: none;
    color: #0d223b;
    font-size: 11px;
    font-weight: 600;
}
.haber-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.img-haber-detay {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.social-paylas{
    padding-bottom: 2rem;
    padding-right: 2rem;
}
.social-paylas a {
    border:1px solid #ccc;
    border-radius: 50%;
    padding: 0.4rem 0.7rem;
    color: #0d223b;
    background-color: #fff;
}
.haber-img-text{
     box-shadow: rgb(0 0 0 / 8%) 0px 4px 8px 0px, rgb(0 0 0 / 8%) 0px 6px 20px 0px;
}
.fast-menu-cards{
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 8px 0px, rgb(0 0 0 / 8%) 0px 6px 20px 0px;
}
.form-show{
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 8px 0px, rgb(0 0 0 / 8%) 0px 6px 20px 0px;
}
.date-fast{
    font-size:13px;
}
/*proje*/

.images .image-box{
    position: relative;
    width: 395px;
    /* border-radius: 6px; */
    overflow: hidden;
}
.images{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.images .image-box{
    margin: 15px;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 8px 0px, rgb(0 0 0 / 8%) 0px 6px 20px 0px;
}
.images .image-box img{
    width: 100%;
    height: 235px;
    /*border-radius: 6px;*/
    object-fit: cover;

}
.inner{
  position:relative;
  display:inline-block;
    width:100%;


}


.image-box h6{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
#filter-btns{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9rem;
  flex-wrap:wrap;
  cursor:pointer;
  position: relative;
}
#filter-btns li{
  list-style-type:none;
  margin-bottom:2rem;
}



 #filter-btns li{
  position:relative;
  padding-bottom:10px;
  margin-bottom:10px;
}



#filter-btns::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 4px;
    width: 100%;
    background-color: #eceff1;
    z-index: -1}






.active-btn{
  border-bottom:5px solid #0d223b;
  color:#0d223b;
}

@media (max-width: 991px) {
  #filter-btns{
    gap:2rem;
  }
   }
   /*iletişim*/
.icon-box-icon{
    font-size:40px;
    color:#0d223b !important;
}
.icon-box-icon .fa-phone-volume {
    color:#0d223b;
}
.contact-icon{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D0E5FB;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 0px 40px 0px;
}
.description p{
    color:#b0abab;
}
.form-group input{
    padding:1rem;
}
.form-title{
    color:#0d223b;
}
.form-box{
    box-shadow: rgb(0 0 0 / 14%) 0px 4px 8px 0px, rgb(0 0 0 / 14%) 0px 6px 20px 0px;
}
.form-title h6{
    color:#eb6209;
    letter-spacing: 2px;
}
.buttons input{
    background-color: #0d223b;
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 1rem 1.5rem;
}
.contact-img img{
    width: 100%;
    height: 575px;
    object-fit: cover;

}



/*deneme*/

.carousel-item{
    width:100%;
    height: 358.875px;
    object-fit: cover;
    object-position: center;
}
.carousel-item::before {
    content: "";
    position: absolute;
    background: rgb(95 96 99 / 17%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 1;
}
.carousel-project{
    height:350px;
}
.plan__project{
    padding: 0.5rem 1rem;
    border: none;
    margin-top: 1rem;
}
.asq-img{
    width:100%;
}
.icon-box{
    position: relative;
    /* font-size: 25px; */
    color: #eb6209;
    background-color: #0d223bef;
    padding: 2.8rem;
    border-radius: 50%;
    margin-bottom:14px;
}
.icon-box i{
    font-size: 39px;
}
.icon-box span{
    position: absolute;
    top: 5px;
    /* bottom: 0; */
    left: 40%;
    color: #fff;
    background-color: #0d223b;
    border:1px solid #fff;
    padding: 0 11px;
    border-radius: 16px;
}
.company-background{
    background-color: #d4dbe14d;
}
/*ik*/
.form-group input{
    width:100%;
    height:100%;
}
.form-group select{
    width:100%;
    height:100%;
}
.ik__btn{
    display: table;
    width: 200px;
    border: none;
    background-color: #0d223b;
    color: #fff;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.vizyon__img{
    width:100%;
}
.ltn__poziyon li{
    list-style: none;
}
.ltn__poziyon a{
    text-decoration: none;
    color:#000;
}
.dropdown-menu li{
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu {
    --bs-dropdown-padding-y: 0 !important;}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}




.kumova {
    font-family: "Muli", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
  }

   .kumova-panel {
     display: flex;
     width: 90vw;
   }







   .our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
  }

  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }

  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ff0000;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }

  .our-team:hover .picture::before {
    height: 100%;
  }

  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }

  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }

  .our-team .team-title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }

  .our-team .team-name {
    display: block;
    font-size: 1.50rem;
    color: #4e5052;
    text-transform: capitalize;
  }

  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #00aeef;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }

  .our-team:hover .social {
    bottom: 0;
  }

  .our-team .social li {
    display: inline-block;
  }

  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }

  .our-team .social li a:hover {
    color: #1369ce;
    background-color: #f7f5ec;
  }







  .app-file-list {
    border: 1px solid #ebebeb;
  }

  .app-file-list .app-file-icon {
    background-color: #F5F5F5;
    text-align: center;
    font-size: 2rem;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }

  .app-file-list:hover {
    border-color: #d7d7d7;
  }

  .description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .fa-download {
    color: #e6e6e6;
    cursor: pointer;
    transition: 0.3s
  }

  .fa-download:hover {
    color: #2ec1ac;
  }

  .fa-download:active {
    color: #28df99;
  }

  .credits {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .credits a {
    color: #222222;
    text-decoration: none;
    font-weight: 800;
  }


  .rs-services.services-style11 {
    margin-top: -40px;
    padding: 0px 10px 0px 10px;
    z-index: 3;
}

  .rs-services.services-style11 .services-item {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 26px 25px 22px 25px;
    position: relative;
    z-index: 11;
}

.rs-services.services-style11 .services-item .services-icon {
    text-align: center;
    margin: 5px 0px 0px 0px;
    
    line-height: 40px !important;
    min-width: 100px;
    height: 100px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 5px;
    font-size: 50px;
    transition: all ease .3s;
}

.rs-services.services-style11 .services-item .services-text {
    padding: 0px 0px 0px 25px;
}

.rs-services.services-style11 .services-item .services-text .fixtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.365em;
    color: #000000;
    margin-bottom: 8px;
  	
}

.rs-services.services-style11 .services-item .services-text .services-txt {
    margin: 0;
    font-size: 16px;
    color: #757474;
    font-family: Roboto;
}



