h1, h2, h3, h4, h5, h6 {}
a, a:hover, a:focus, a:active { text-decoration: none; outline: none; }
a, a:active, a:focus { color: #333; text-decoration: none; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }

img { max-width: 100%; height: auto; }
span, a, a:hover { display: inline-block; text-decoration: none; color: inherit; }

.news-content { padding: 40px 30px; }
.news-item { box-shadow: 0 0 15px #ededed; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; margin-bottom: 40px; }
.news-item:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0px 15px 15px 0px #edeaea; box-shadow: 0px 15px 15px 0px #edeaea; }
.newsimg img { width: 100%; }

.news-content h3 { color: #233D63; font-size: 22px; margin-bottom: 25px; }

.center .news-content { background: linear-gradient(-120deg, #8758ff 0, #614ef9 100%); }
.center .news-content h3, .center .news-content p { color: #fff; }

.news-slide.owl-carousel .col-lg-4 { max-width: 100%; padding: 0; }
.news-section .owl-theme .owl-nav [class*="owl-"] { color: #333; font-size: 14px; margin: 5px; padding: 4px 7px; background: #fff; display:inline-block; cursor: pointer; border-radius: 3px; border: 1px solid #ddd;}
.small-title { font-size: 20px; text-transform: capitalize; color: #FF3A46; margin-bottom: 10px; margin-top: 0px; font-weight: 600; }
.big-title { letter-spacing: 0px; padding-bottom: 13px; position: relative; color: #233D63; line-height: 50px; font-size: 36px; text-transform: capitalize; font-weight: 600; }
.main-title-box { margin-bottom: 60px; }
.heading { text-align: center; color: #454343; font-size: 30px; font-weight: 700; position: relative; margin-bottom: 70px; text-transform: uppercase; z-index: 999; }
.white-heading{ color: #ffffff; }
.heading:after { content: ' '; position: absolute; top: 100%; left: 50%; height: 40px; width: 180px; border-radius: 4px; transform: translateX(-50%); background: url(img/heading-line.png); background-repeat: no-repeat; background-position: center; }
.white-heading:after { background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png); background-repeat: no-repeat; background-position: center; }
.heading span { font-size: 18px; display: block; font-weight: 500; }
.white-heading span { color: #ffffff; }

.service-section { background-image: linear-gradient(#06B6D4, #003259); padding-bottom: 50px; padding-top: 50px; }
.service-section:before { position: absolute; top: -100px; left: 0; content: " "; background-size: 100% 100px; width: 100%; height: 100px; float: left; z-index: 99; }

.cat-section {padding-bottom: 50px; padding-top: 50px; }

.cat-block { position: relative; color: #fff; margin-bottom:20px; }
.cat-block .inner-box{ position:relative; overflow:hidden; }
.cat-block .inner-box .image{ position:relative; margin-bottom:10px;}
.cat-block .inner-box .inner-content h3{font-size:18px;}
.cat-block .inner-box .inner-content h3:hover{color:#262626;}


.service-block { position: relative; color: #fff; }
.service-block .inner-box{ position:relative; overflow:hidden; }
.service-block .inner-box .image{ position:relative; }
.service-block .inner-box .image .read-more{ position:absolute; right:0px; bottom:26px; left:60%; color:#252525; font-size:16px; opacity:0; visibility:hidden; padding:15px 25px; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; background-color:rgba(255,255,255,0.80); }
.service-block .inner-box:hover .image .read-more{ left:40%; opacity:1; visibility:visible; }
.service-block .inner-box .image .read-more a{ position:relative; color:#252525; font-weight:700; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; }
.service-block .inner-box .image .read-more a .icon{ position:relative; top:1px; margin-left:5px; font-size:16px; display:inline-block; }
.service-block .inner-box .image .read-more a:hover{ color:#d7a449; }
.service-block .inner-box .image img{ position:relative; width:100%; display:block; }
.service-block .inner-box .lower-content { position: relative; padding-top: 30px; margin-bottom: 40px; }
.service-block .inner-box .lower-content h3 { position: relative; color: #ffffff; font-size: 17px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.service-block .inner-box .lower-content h3 a{ position:relative; color:#ffffff; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; }
.service-section .btn { text-align: center; background: #ffffff; color: #3e3d3d; padding: 13px 30px; display: block; max-width: 250px; margin: auto; border: 1px solid white; -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); -o-transform: perspective(1px) translateZ(0); transform: perspective(122px) translateZ(0); }
.service-section .btn:hover { background: #0891B2; color: #ffffff; border: 1px solid #0E7490; }
.service-section .btn:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #0E7490; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; border: 2px solid #0E7490; }
.service-section .btn:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.footer-section { background: #151414; position: relative; }
.footer-cta { border-bottom: 1px solid #373636; }
.single-cta i { color: #06B6D4; font-size: 30px; float: left; margin-top: 8px; }
.cta-text { display: inline-block; }
.cta-text h4 { color: #fff; font-size: 20px; font-weight: 600; margin-bottom: 2px; }
.cta-text span { color: #757575; font-size: 15px; }
.footer-content { position: relative; z-index: 2; }
.footer-pattern img { position: absolute; top: 0; left: 0; height: 330px; background-size: cover; background-position: 100% 100%; }
.footer-logo { margin-bottom: 30px; }
.footer-logo img { max-width: 200px; }
.footer-text p { margin-bottom: 14px; font-size: 14px; color: #7e7e7e; line-height: 28px; }
.footer-social-icon span { color: #fff; display: block; font-size: 20px; font-weight: 700; font-family: 'Poppins', sans-serif; margin-bottom: 20px; }
.footer-social-icon a { color: #fff; font-size: 16px; margin-right: 15px; }
.footer-social-icon i { height: 40px; width: 40px; text-align: center; line-height: 38px; border-radius: 50%; }
.facebook-bg{ background: #3B5998; }
.twitter-bg{ background: #55ACEE; }
.google-bg{ background: #DD4B39; }
.footer-widget-heading h3 { color: #fff; font-size: 20px; font-weight: 600; margin-bottom: 40px; position: relative; }
.footer-widget-heading h3::before { content: ""; position: absolute; left: 0; bottom: -15px; height: 2px; width: 50px; background: #06B6D4; }
.footer-widget ul li { display: inline-block; float: left; width: 50%; margin-bottom: 12px; }
.footer-widget ul li a:hover{ color: #06B6D4; }
.footer-widget ul li a { color: #878787; text-transform: capitalize; }

.copyright-area{ background: #202020; padding: 25px 0; }
.copyright-text p { margin: 0; font-size: 14px; color: #878787; }
.copyright-text p a{ color: #06B6D4; }
.footer-menu li { display: inline-block; margin-left: 20px; }
.footer-menu li:hover a{ color: #06B6D4; }
.footer-menu li a { font-size: 14px; color: #878787; }

.swiper-container {width: 100%;height: 850px;overflow: hidden;position: relative; margin-top: 90px;}
.swiper-wrapper {width: 100%;height: 100%;display: flex;transition-property: transform;box-sizing: border-box;}
.swiper-slide {flex-shrink: 0;width: 100%;height: 100%;position: relative;transition-property: transform;box-sizing: border-box; }
.slide-image {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.swiper-button-prev,.swiper-button-next {top: 50%;transform: translateY(-50%);}
.swiper-pagination {display: flex;justify-content: center;}

@media screen and (max-width: 499px) { .swiper-button-prev {display:none;}
.swiper-button-next {display:none;}
.swiper-container {margin-top: 68px !important;}
.swiper-container {height: 200px;}
.swiper-slide {height: 200px;}
}
@media screen and (min-width: 500px) and (max-width: 699px) { .swiper-button-prev {display:none;}
.swiper-button-next {display:none;}
.swiper-container {margin-top: 68px !important;}
.swiper-container {height: 250px;}
.swiper-slide {height: 250px;}
}
@media screen and (min-width: 700px) and (max-width: 992px) { .swiper-container {margin-top: 68px !important;}
.swiper-container {height: 350px;}
.swiper-slide {height: 350px;}
}
@media screen and (min-width: 993px) and (max-width: 1099px) { .swiper-container {height: 420px;}
.swiper-slide {height: 420px;}
}
@media screen and (min-width: 1100px) and (max-width: 1299px) { .swiper-container {height: 550px;}
.swiper-slide {height: 550px;}
}
@media screen and (min-width: 1300px) and (max-width: 1499px) { .swiper-container {height: 650px;}
.swiper-slide {height: 650px;}
}
@media screen and (min-width: 1500px) and (max-width: 1699px) { .swiper-container {height: 750px;}
.swiper-slide {height: 750px;}
}
@media screen and (min-width: 1700px) and (max-width: 1849px) { .swiper-container {height: 800px;}
.swiper-slide {height: 800px;}
}
@media screen and (min-width: 1900px) and (max-width: 2049px) { .swiper-container {height: 850px;}
.swiper-slide {height: 850px;}
}
@media screen and (min-width: 2050px) { .swiper-container {height: 1050px;}
.swiper-slide {height: 1050px;}
}

nav li ul{display:none}
nav li:hover ul{display:inline}
nav li li{float:none}

.calendarrow{white-space: nowrap; overflow: hidden;}
.scrollable-menu {height: auto; max-height: 550px; overflow-x: hidden;}
body {background-color:#fff;}
section a {color:#595959;}
.call-center .bi{border:1px solid #ccc; padding:4px 8px; font-size:24px;}
.navbar-general {background-color:#fff; border-bottom:1px solid #ccc; display: flex; justify-content: center; align-items: center; background-color: #ccc; min-height:90px; border-bottom: 1px solid #fff; }
.navbar-general .nav-link {font-weight:700}
.navbar-brand {font-size:30px; font-weight:700}
.bread ol {margin-top:revert;}
.bread ol a{color:#fff;}
.overlays { background-attachment: fixed; position:relative; background-position: center; background-size: cover; background-repeat: no-repeat; z-index: 1; }
.overlays:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(27,26,26,0.6); }
.overlays-text { position: relative; z-index: 2; }
.text-uppercase { text-transform: uppercase !important; }
.h-100 { display: flex; flex-direction: column; justify-content: center; /* Dikey olarak ortala */ }
label { display: block; margin-bottom: .5em; }
.form-control, .form-select, input[type="text"] { border: 1px solid #ccc; }
.captcha { display: inline-block; padding: .25em .5em; background-color: #4CAF50; color: #fff; font-size: 1.2em; font-weight: bold; letter-spacing: .1em; }
.phone-app {position: fixed; width: 50px; height: 50px; bottom: 120px; background-color: #275eab; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 3px 4px 3px #999; left: 15px; z-index: 100;}
.whats-app {position: fixed; width: 50px; height: 50px; bottom: 60px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 3px 4px 3px #999; left: 15px; z-index: 100;}
.content-detail img {max-width:100%; height:auto;}
.dropdown-menu { position: absolute; top: 100%; left: 0; display: none; }
.dropdown:hover .dropdown-menu { display: block; }

.sec-title{ position:relative; z-index: 1; margin-bottom:60px; }
.sec-title .title{ position: relative; display: block; font-size: 18px; line-height: 24px; color: #ff2222; font-weight: 500; margin-bottom: 15px; }
.sec-title h1, .sec-title h2{ position: relative; display: block; font-size:40px; line-height: 1.28em; color: #222222; font-weight: 600; padding-bottom:18px; }
.sec-title h1:before, .sec-title h2:before{ position:absolute; content:''; left:0px; bottom:0px; width:50px; height:3px; background-color:#d1d2d6; }
.sec-title .text{ position: relative; font-size: 16px; line-height: 26px; color: #848484; font-weight: 400; margin-top: 35px; }
.sec-title.light h2{ color: #ffffff; }
.sec-title.text-center h2:before{ left:50%; margin-left: -25px; }

.btn-style-one{ position: relative; display: inline-block; font-size: 17px; line-height: 30px; color: #ffffff; padding: 10px 30px; font-weight: 600; overflow: hidden; letter-spacing: 0.02em; background-color: #ff2222; }
.btn-style-one:hover{ background-color: #001e57; color: #ffffff; }
.about-section{ position: relative; padding: 50px 0 90px;  }
.about-section .sec-title{ margin-bottom: 45px; }
.about-section .content-column{ position: relative; margin-bottom: 50px; }
.about-section .content-column .inner-column{ position: relative; padding-left: 30px; }
.about-section .text{ margin-bottom: 40px; font-size: 16px; line-height: 26px; color: #848484; font-weight: 400; }
.about-section .list-style-one{ margin-bottom: 45px; }
.about-section .btn-box{ position: relative; }
.about-section .btn-box a{ padding: 15px 50px; }
.about-section .image-column{ position: relative; }
.about-section .image-column .text-layer{ position: absolute; right: -110px; top: 50%; font-size: 325px; line-height: 1em; color: #ffffff; margin-top: -175px; font-weight: 500; }
.about-section .image-column .inner-column{ position: relative; padding-left: 120px; padding-bottom: 125px; }
.about-section .image-column .inner-column:before{ position: absolute; left: -75px; top: 65px; height: 520px; width: 520px; background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png); content: ""; }
.about-section .image-column .image-1{ position: relative; }
.about-section .image-column .image-2{ position: absolute; left: 0; bottom: 0; }
.about-section .image-column .image-2 img, .about-section .image-column .image-1 img{ box-shadow: 0 30px 50px rgba(8,13,62,.15); }
.about-section .image-column .video-link{ position: absolute; left: 70px; top: 170px; }
.about-section .image-column .video-link .link{ position: relative; display: block; font-size: 22px; color: #191e34; font-weight: 400; text-align: center; height: 100px; width: 100px; line-height: 100px; background-color: #ffffff; border-radius: 50%; box-shadow: 0 30px 50px rgba(8,13,62,.15); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

.breadcumb-area {margin-top: 90px; margin-bottom:50px;}
.breadcumb-blog-area { padding: 60px 0 65px; background-color: #f7f7f7; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative; }
.breadcumb-inner h2 { font-size: 36px; }
.breadcumb-area { padding: 50px 0px; background-image: url(/assets/img/site/header-detail.jpg); background-position: center center; background-repeat: no-repeat; position: relative; background-size: cover; }
.breadcumb-area::before, .breadcumb-blog-area::before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; background-color:#00000000; }
.breadcumb-inner ul { font-weight: 600; }
.breadcumb-inner li { display: inline-block; margin: 0 2px; color: #fff; }
.breadcumb-inner li:nth-last-child(-n+1) { color:#fff; }
.breadcumb-inner li a { font-weight: 600; color: #fff; }
.breadcumb-inner li a:hover{ color: #0c5adb; }
.breadcrumb {margin-bottom:0px;}

.content-inner { padding: 38px 45px 45px; box-shadow: 0 3px 19px rgb(0 0 0 / 8%); border-radius: 0 0 10px 10px; }
.content-title h1 { padding: 0; margin-top: 0; margin-bottom: 16px; }
.content-social {  margin-top: 45px; }
.content-social { text-align: center; margin-top: 45px; }
.content-social a { border: 1px solid #e6e6e6; color: #17161a; display: inline-block; font-size: 15px; width:40px; height:40px; line-height: 41px; margin: 0 9px 0 0; text-align: center; border-radius:5px; }
.content-social a:hover { background: #0c5adb; border-color: #0c5adb; color: #fff; }

.content-sidebar > div { margin-bottom: 30px; padding: 35px 30px 35px; border-radius: 8px; background: #fff; box-shadow: 0 0 30px rgb(0 0 0 / 7%); }
.content-sidebar > div:last-child { margin-bottom: 0px; }

.content-sidebar .widget > ul > li:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.content-sidebar > .widget > ul > li { padding:10px 0;padding-left: 20px; position: relative;}
.content-sidebar .widget h4 { border-bottom: 2px solid #0c5adb; display: inline-block; line-height: 17px; margin-bottom: 20px; padding-bottom: 12px; position: relative;}
.content-sidebar ul {list-style:none; padding:0px;}

#toc_container ul{margin-bottom:0px;}
#toc_container { background: #f9f9f9 none repeat scroll 0 0; border: 1px solid #aaa; display: table; margin-bottom: 1em; padding: 20px; width: auto; }
.toc_title { font-weight: 700; }
#toc_container li, #toc_container ul, #toc_container ul li{ list-style: outside none none !important; }
.toc_list {padding-inline-start:0px;}
.content-title{font-size:24px;}
.content-title h1{font-size:24px;}
.content-detail h2{font-size:20px; font-weight:600;}
.content-detail h3{font-size:18px; font-weight:600;}
.content-detail blockquote {margin-left:20px; margin-bottom:50px; margin-top:30px; border-left:5px solid #ccc;; padding-left:10px;}
.content-detail li {margin-bottom:10px;}
.dr .card{background-color:#F1F5F9;}
.dr-img {max-width:180px;}
@media (max-width: 990px) { .dr-img {max-width:100%; margin-bottom:15px;}
.btn-wp{margin-bottom:15px;}
.dr .card-body .d-flex { flex-direction: column !important; }
.dr .card-body .flex-shrink-0 { margin-bottom: 15px; }
}

.mb-50 {margin-bottom:50px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-100 {margin-bottom:100px !important;}

.container, .container-lg, .container-md, .container-sm, .container-xl {width: 100%;}

@media (min-width: 1400px) {
    .container {
        max-width:1370px
	}
}


@media (max-width: 1400px) {
    .container {
        max-width:98%
	}
}

