@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
*{
    font-family: "Cabin", sans-serif !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.footer_ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 15px;
    font-weight: 400;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container{
    width: 1300px;
    margin: 0 auto;
}
html{
	background-color: #F9F9F9;
	font-family: "Cabin", sans-serif !important;
}
a{
	text-decoration-line: none;
}
/*
a:hover{
	opacity: .7;
}
    */

/* Header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header_top{
	background-color: #F7F7F7;
	height: 40px;
}
.header_top_container{
	display: flex;
    align-items: center;
    height: 40px;
    float: right;
    gap: 15px;
}
.header_social_media>a{
	margin-right: 15px;
}
.header_language{
	color: #076BA9;
	font-weight: 500;
}
.header_menu{
	height: 80px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.header_menu>ul{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    text-align: center;
}
.header_menu>ul>li>a{
	color: #000000;
}
.header_logo{
    z-index: 99;
    position: relative;
}
.header_bottom{
	background-color: #FFFFFF;
	border-bottom: 4px solid #076BA9;
}

ul.main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.main-menu > li {
    position: relative;
    display: inline-block;
}

ul.main-menu > li > a {
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

ul.main-menu .has-dropdown {
    position: relative;
}

ul.main-menu .has-dropdown:hover > ul.dropdown {
    display: block;
}

ul.main-menu .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    min-width: 220px;
    z-index: 1;
    border-radius: 8px;
}

ul.main-menu .dropdown li {
    border-bottom: 1px solid #ddd;
}

ul.main-menu .dropdown li:last-child {
    border-bottom: none;
}

ul.main-menu .dropdown li a {
    color: #333;
    padding: 12px 20px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.main-menu .dropdown li a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    margin-left: 5px;
    vertical-align: middle;
}

ul.main-menu .has-dropdown > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    margin-left: 5px;
    vertical-align: middle;
}
.kesfet>a{
    display: flex;
    background-color: #076BA9;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-top: -60px;
    position: absolute;
    left: 190px;
    gap: 15px;
    z-index: 3;
    padding: 20px 75px;
    font-size: 17px;
}
.kesfet>a>img{
    height: 20px;
}
.arka_plan_img {
    position: absolute;
    left: 0;
    object-fit: cover;
    z-index: -1;
    margin-top: 50px;
    width: 30%;
}
.mobile-main-menu{
    display: none;
}
/* Header END */


/* Footer */
.footer_top{
	background-color: #F7F7F7;
	height: 400px;
}
.footer_top_content{
	padding-top: 75px;
	display: flex;
}
.footer_bottom{
	background-color: #FFFFFF;
	text-align: center;
	height: 60px;
	border-bottom: 4px solid #076BA9;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
}
.footer_bottom_content>p{
	color: #9C9C9C;
	font-size: 13px;
}
.footer_top_section1{
	width: 20%;
    margin-top: -25px;
}
.footer_top_s1_top>img{
	height: 100px;
    width: 30%;
}
.footer_top_s1_top>a>img{
    height: 110px;
}
.footer_top_s1_mid{
	margin-top: 20px;
}
.footer_top_s1_mid>p{
	color: #BBBBBB;
	line-height: 1.5;
	font-size: 14px;
}
.footer_top_s1_bot{
	margin-top: 20px;
}
.footer_socil_media>a{
	margin-right: 15px;
}
.footer_socil_media>a>img{
	height: 22px;
}
.footer_top_section2{
	width: 15%;
	margin-left: 100px;
}
.footer_top_section2>h4{
	margin-bottom: 20px;
}
.footer_top_section2>ul>li{
	margin-bottom: 10px;
}
.footer_top_section2>ul>li>a{
	color: #636363;
}
.footer_top_section3{
	width: 15%;
	margin-left: 40px;
}
.footer_top_section3>h4{
	margin-bottom: 20px;
}
.footer_top_section3>ul>li{
	margin-bottom: 10px;
}
.footer_top_section3>ul>li>a{
	color: #636363;
}
.footer_top_section4>img{
    position: absolute;
    width: 30%;
    right: 0px;
    margin-top: 9px;
}
.footer{
    margin-top: -104px;
	border-top: 1px solid #E5E5E5;
}
/* Footer END */


/* Home */

.slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin: 124px 0 0 0;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
}
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
    opacity: 0.3;
  }
.prev {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    left: 10px;
	margin-left: 150px;
}
.next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    right: 10px;
	margin-right: 150px;
}
.slider_text {
    position: absolute;
    top: 200px;
    left: 300px;
    color: white;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    z-index: 2;
}
.slider_text>h4{
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}
.slider_text>p{
	font-size: 13px;
    width: 400px;
    font-weight: 400;
    line-height: 1.5;
    opacity: .7;
}
.header_search_box{
    display: flex;
}
.header_search_box input{
    border: 0;
    background: transparent;
    width: 50px;
    color: #000000;
}
.header_search_box input::placeholder{
    color: #076BA9;
}
.header_search_box input:focus-visible{
    outline: none;
}
.home{
	margin-top: 50px;
    margin-bottom: 200px;
}
.home_section1_top{
	margin-top: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mini_logo{
	height: 25px;
	width: 37px;
}
.home_section1_top>p{
	margin-left: 10px;
	font-size: 25px;
}
.home_section1_hakkimizda{
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_hakkimizda_img{
    border-radius: 5px;
	width: 350px;
    z-index: 1;
}
.home_hakkimizda_right{
	width: 400px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.home_hakkimizda_right>h3{
	font-size: 25px;
	margin-bottom: 30px;
}
.home_hakkimizda_right>p{
	color: #BBBBBB;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 30px;
    width: 86%;
}
.home_hakkimizda_left{
	width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_hakkimizda_left>p{
    color: #bbb;
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
}
.home_next_button{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #076BA9;
    padding: 15px;
    color: #FFFFFF;
    width: 125px;
}
.sirket_foto_img{
        height: 50px;
        padding: 50px;
        box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
        border: 1px solid #ffffff;
        background-color: #ffffff;
}
.sirket_bilgiler>h6{
	margin-top: 20px;
	font-size: 22px;
	font-weight: 600;
}
.sirket_bilgiler>p{
    height: 100px;
	color: #606060;
    font-size: 12px;
    width: 300px;
    line-height: 20px;
    margin-top: 20px;
}
.sirket_yonlendirme>a{
	display: flex;
    background-color: #076BA9;
    width: 140px;
    height: 40px;
    align-items: center;
    justify-content: space-around;
    color: #FFFFFF;
    margin-top: 20px;
}
.kcr_sirket{
	width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.kcr_sirketler{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.home_blog{
	width: 20%;
}
.home_blog_image{
	width: 100%;
}
.home_blog_details{
	margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.home_blog_details>a>h4{
	font-size: 20px;
	color: #000000;
}
.home_blog_details>a>p{
	margin-top: 20px;
	line-height: 18px;
	color: #606060;
	font-size: 12px;
}
.home_blog_date>a>p{
	margin-top: 20px;
	color: #606060;
	font-size: 12px;
}
.home_blogs{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 100px 0;
}
.home_bottom_banner_img{
	width: 100%;
	margin-top: 25px;
}
.home_bottom_banner>h1{
	background-color: #076BA9;
    padding: 20px;
    font-size: 30px;
    color: #FFFFFF;
    width: 260px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: -350px;
    left: 60%;
}
.home_bottom_banner>h2{
	background-color: #076BA9;
    padding: 20px;
    font-size: 30px;
    color: #FFFFFF;
    width: 210px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: -290px;
    left: 66%;
}
/* Home END */


/* Breadcrumbs */
.breadcrumbs{
    margin: 124px 0 0 0;
}
.breadcrums_banners{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bradcrumbs_top{
	background-color: #076BA9;
}
.breadcrumbs_nav{
    display: flex;
    gap: 20px;
    height: 60px;
    align-items: center;
}
.breadcrumbs_nav>li>a{
	color: #FFFFFF68;
}
.active_li>a{
	color: #FFFFFF !important;
}
.breadcrumbs_banner{
	width: 100%;
}
.breadcrumbs_hakkimizda {
    background-color: #076BA9;
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    margin-top: 40px;
}
/* Breadcrumbs END */



/* Contact Us */

.contact-form {
    background: transparent;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}
.contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.form-group {
	margin-bottom: 15px;
    display: flex;
    gap: 20px;
    width: 600px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
	background-color: #f9f9f9;
}
.contact_button {
	margin-top: 40px;
    width: 200px;
    background-color: #076BA9;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    border-radius: 0px;
    text-align: center;
}
.contact_form_div{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.c_info{
    background-color: #FFFFFF;
    width: 20%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100px;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
}
.c_info>h1{
	font-size: 20px;
    font-weight: 600;
}
.c_info>p{
	margin-top: 10px;
	font-size: 13px;
	width: 200px;
	line-height: 20px;
}
.contact_info{
	margin-top: 50px;
	display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
/* Contact Us END */



/* Company */

.company_breadcrumbs>a{
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 20px;
}
.breadcrumbs_company_info_image{
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    background-color: #FFFFFF;
}
.bradcrumbs_top_company{
	background-color: #076BA9;
	height: 110px;
}
.company_headers{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.breadcrumbs_company_info{
	margin-top: 45px;
}
.company_section{
	display: flex;
    align-items: center;
    padding-top: 75px;
}
.company_section_left>h5{
	font-size: 25px;
	font-weight: 600;
}
.company_section_left>p{
	color: #BBBBBB;
    font-size: 14px;
    width: 70%;
    margin-top: 20px;
    line-height: 23px;
}
.company_kimya_img{
	width: 650px;
}

/* Company END */
/* About us slider */
.slider-container {
    width: 500px;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    display: flex;
    width: 350px;
    transition: transform 0.5s ease-in-out;
}

.slide-about {
    min-width: 500px;
}

.home_hakkimizda_img {
    width: 440px;
  
}
/* About us slider end */

/* Career Start */
.career-section {
    padding: 40px 20px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-section .container {
    max-width: 700px;
    margin: 0 auto;
    background-color:#F9F9F9;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.career-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Cabin';
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea,
.form-group input[type="file"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.submit-button {
    margin-top: 40px;
    width: 200px;
    background-color: #076BA9;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
}

.submit-button:hover {
    background-color: #076BA9;
    transform: scale(1.02);
}
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group input,
.form-group textarea,
.form-group select {
    margin-top: 4px;
    margin-bottom: 10px;
}
/* Career End */

/* Companies Start */
.company_details, .company_details_2, .company_details_3 {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    width: 80%;
    margin-top: 100px;
    align-items: center;
}

.company_details_text, .company_details_text_1 {
    color: #BBBBBB;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0;
    padding: 0 20px;
    font-size:14px;
}

.company_details_2 {
    flex-direction: row-reverse;
    margin: 30px auto;
    left: 0;
    width: 80%;
    margin-top: 100px;
}

.company_details_img {
    margin-right: 20px;
}

.company_details_text, .company_details_text_1 {
    margin-left: 20px;
}
/* Companies End */


/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .header_top_container{
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .header_language{
        display: none;
    }
    .header_search_box{
        display: flex;
        justify-content: center;
    }
    .header_search_box form{
        display: flex;
        justify-content: center;
    }
    .header_search_box input{
        width: 50px;
        border-radius: 20px;
    }
    .header_search_box input::placeholder{
        color: #969696;
    }
    .header_search_box img{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .7;
    }
    .header_language{
        order: 2;
    }
    .header_social_media{
        order: 3;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .header_bottom{
        border-bottom: none;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    .header_menu{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .header_menu ul{
        flex-direction: column;
        gap: 10px;
    }
    .header_menu ul li{
        width: 100%;
    }
    .header_menu ul li a{
        padding: 0;
        width: 100%;
        display: block;
    }
    .header_menu ul li a img{
        height: 90px;
    }
    .header_logo{
        order: 0;
        margin: 20px 0;
    }
    .hamburger-menu{
        display: flex;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 5px;
        padding: 15px;
        position: absolute;
        right: 10px;
        top: 60px;
    }
    .header_menu>ul li{
        display: none;
    }
    .header_menu>ul li:nth-child(4){
        display: block;
    }
    .header_bottom .container{
        height: 80px;
    }
    .breadcrumbs{
        margin: 120px 0 0 0;
    }
    .breadcrumbs_nav{
        font-size: 13px;
        justify-content: center;
        padding: 20px 0 0 0;
    }
    .breadcrumbs_hakkimizda{
        font-size: 23px;
    }
    .breadcrumbs_banner{
        height: 130px;
        object-fit: cover;
    }
    .hamburger-menu span{
        width: 25px;
        height: 2px;
        background-color: #076BA9;
    }
    .footer_top_content{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding-top: 30px;
    }
    .footer_top_section1,
    .footer_top_section2,
    .footer_top_section3{
        width: 100%;
        margin: 0;
    }
    .footer_top_section2 ul,
    .footer_top_section3 ul{
        padding: 0;
    }
    .footer_top_section2 ul,
    .footer_top_section3 ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_socil_media{
        justify-content: center;
        margin-top: 20px;
    }
    .footer_top_section4 img{
        width: 50%;
    }
    .header_menu.open{
        display: flex;
    }
    .header_top .container{
        display: flex;
    }
    .home_section1_hakkimizda{
        margin: 35px 0 0 0;
        flex-direction: column;
        gap: 30px;
    }
    .slider-container{
        width: 100%;
    }
    .slider-wrapper{
        width: 100%;
    }
    .home_hakkimizda_right>h3{
        font-size: 20px;
    }
    .home_hakkimizda_right>p{
        font-size: 12px;
    }
    .home_section1_top>p{
        font-size: 20px;
    }
    .mini_logo{
        height: 20;
    }
    .home_blogs{
        flex-wrap: wrap;
        gap: 20px;
    }
    .home_blog {
        width: 47%;
    }
    .footer_top_section2{
        display: none;
    }
    .footer_top_section3{
        display: none;
    }
    .home_bottom_banner{
        display: none;
    }
    .kcr_sirketler{
        flex-direction: column;
        gap: 50px;
    }
    .kcr_sirket{
        width: 100%;
    }
    .sirket_foto_img{
        width: 100%;
        box-sizing: border-box;
    }
    .home_hakkimizda_left{
        width: 100%;
        box-sizing: border-box;
    }
    .home_hakkimizda_img{
        width: 100%;
        box-sizing: border-box;
    }
    .slide{
        height: 400px;
    }
    .slider{
        margin: 120px 0 0 0;
    }
    .slider_text{
        top: 50px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 30px;
    }
    .prev{
        bottom: 50px;
        left: -30px;
        top: inherit;
    }
    .prev img{
        height: 20px;
    }
    .next{
        bottom: 50px;
        right: -30px;
        top: inherit;
    }
    .next img{
        height: 20px;
    }
    .slider_text>h4{
        font-size: 32px;
        line-height: 1.5;
    }
    .home_section1_top{
        margin: 75px 0 0 0;
    }
    .form-group{
        width: 100%;
    }
    .contact_info{
        flex-direction: column;
        gap: 20px;
    }
    .c_info{
        width: 100%;
        box-sizing: border-box;
        padding: 30px 20px;
    }
    .company_details, .company_details_2, .company_details_3{
        flex-direction: column;
    }
    .company_section{
        flex-direction: column;
        gap: 30px;
        padding: 30px 0 0 0;
    }
    .breadcrumbs_company_info_image{
        width: 150px;
    }
    .company_kimya_img{
        width: 100%;
    }
    .arka_plan_img{
        margin-top: -75px;
    }
    .mobile-main-menu{
        background: #FFFFFF;
        padding: 60px 20px 30px 20px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    .mobile-main-menu > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .mobile-main-menu > ul > li > a{
        color: #000000;
    }
    .open{
        display: block;
    }
}
/* Mobile Responsive */