@charset "UTF-8";
/*
Theme Name: FirmaTemasi
Text Domain: firmatemasien
Version: 1.1.4
Requires at least: 5.0
Requires PHP: 7.0.0
Description: Kurumsal tema
Tags: blog, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: FirmaTemasi
Author URI: https://www.bs-internet.com/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
	-webkit-font-smoothing: antialiased;
	background-color: #f3f3f3;
}
h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 4.118em;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: .5em;
    margin-bottom: .4em;
	color: #1f252b;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.941em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: .08em;
	color: #1f252b;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.353em;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 2.6em;
    margin-bottom: 1.02em;
	color: #1f252b;
}

.section-main-title {
	font-size: 2.941em !important;
}

.konsolos-title {
	font-size: 2.353em;
}

h4 {
    font-size: 2.059em;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 1.2em;
    margin-bottom: .28em;
	color: #1f252b;
}

h5 {
    font-size: 1.353em;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 1.2em;
    margin-bottom: .62em;
	color: #1f252b;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.176em;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 1.25em;
    margin-bottom: .65em;
	color: #1f252b;
}
p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;	
}
.top-bar {
	background-color: #002d6d;
	color: #fff;
	font-weight: 700;
	font-size:.8647em;
}
.top-bar .flag {
	width: 24px;
	height: 24px;
}
.navbar img {
	max-height:80px;
}
.navbar img.flag {
	max-height:60px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 .80em;
    font-family: "Montserrat", sans-serif;
    font-size: .982em;
    line-height: 2em;
    font-weight: 700;
    color: #1f252b;
    position: relative;
    padding: 0;
    padding-bottom: .40em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.nav-link:focus, .nav-link:hover {
    color: #d4222c;
}
.navbar-nav .nav-link:hover:after,
.navbar-nav .active:after {
	content: "";
	position:absolute;
	bottom: 0;
	left: 0;
	background-color: #d4222c;
	width: 100%;
	height: 3px;
}

.navbar .nav-item .dropdown-menu {
	background-color: #002d6d;
	border-radius: 0;
}

.dropdown-item {
	position: relative;
	line-height: 2.3em;
	color: #fff;
	font-weight: 500;
	padding-left: 2em;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #012655;
}

.dropdown-item:before {
	position: absolute;
	content: '>';
	font-size: .8667em;
	left: 1em;
	top: 50%;
	transform: translatey(-50%);
	color: rgba(255, 255, 255, .5);	
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #000b14;
}

.breadcrumb-area {
	background-color: #d4222c;
}

.page-title {
    font-weight: 700;
	font-size: 2.8em;
	text-transform: uppercase;
	margin-top:0;
}

.page-title.h2 {
    font-size: 1.8em;
}

.page-title.h2 a {
    color: #1f252b;
    text-decoration: none;
}

.page-title.h2 a:hover {
    text-decoration: underline;
}

.page-content {
	background-color: #f3f3f3;
}

.breadcrumb {
	padding: 1.55em 0 1.65em;
}

.breadcrumb-item a {
	font-weight: 600;
	font-size: .90em;	
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: "|";
}

/** 
* Slider Area
*/
.slider-area {
    background-color: #f5f5dc;
}
.slider-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.4rem 0;
	background-color: rgba(219, 41, 47, 0.7);
	color: #fff;
	z-index: 5;
}

@media(max-width: 768px) {
    .slider-info {
        position: relative;
    }
}

.slider-info .text-center {
	position: relative;
}

.slider-info .text-center:before {
    position: absolute;
    content: '';
    top: .9em;
    left: -.80em;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, .7);
}

.slider-info .not:before {
	content: none;
}

.slider-info .text-center .info-title {
	font-size: 1.8rem;
	font-weight: 800;
}

.slider-info .text-center .info-text {
	font-size: 1.3rem;
	font-weight: 600;
}

.section-blue {
    background-color: #002d6d;
    color: #fff;
}

.section-blue h3 {
	color: #fff;
}

.site-footer {
	background-color: #002d6d;
	color: #fff;
	padding: 4.7em 0;
	font-size: .88em;	
}

.site-footer .footer-logo img {
	max-height: 140px;
}

.footer-title {
    margin-bottom: 1.8em;
    margin-top: -2px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;	
    font-size: 1.353em;
    line-height: 1.3em;	
}

.footer-menu ul {
list-style: square;
    padding-left: 15px;
}

.footer-menu li {
    line-height: 1.5;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: .75em;
}

.footer-menu li a {
	color: #fff;
	text-decoration: none;
}

.footer-menu li a:hover {
	text-decoration: none;
	color: #dedede;
}

.footer-menu li:hover a {
	color: #dedede;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        min-width: 260px;
        padding: 0;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu { 
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
    }
    .navbar .nav-item:hover .nav-link { color: #d4222c }
    .navbar .nav-item:hover .dropdown-menu { 
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .navbar .nav-item .dropdown-menu.hiding { 
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
    }
    .navbar .nav-item .dropdown-menu { 
        margin-top: 0; 
    }
}

.page-id-48 .wp-block-columns,
.page-id-50 .wp-block-columns {
	margin-bottom: 0 !important;
}
.page-id-48 .wp-block-columns.is-layout-flex,
.page-id-50 .wp-block-columns.is-layout-flex {
	gap: 0 !important;
}
.borderli {
	border: 1px solid #dedede;
	padding: 1em;
	margin-bottom: 0;
}
.borderli .wp-block-image {
	margin-bottom: 0 !important;
}
.borderli figure {
	text-align: center;
}
.borderli img {
	max-height: 183px;
	width: auto;
}
.onlyleft {
	border-left: 1px solid #dedede;
}
.onlyright {
	border-right: 1px solid #dedede;
}
.onlyleftright {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

@media (max-width: 992px) {
	#menu-anamenu {
		padding-left: 0 !important;
		margin-left: 0 !important;
		border-left: 0 none !important;
	}
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 1rem !important;
}

.carousel-caption {
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 80%;
    text-align: center;
    top: 15%;
    left: 10%;
    right: 10%;
}

.carousel-caption h5 {
	color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 75%;
    margin: 0 auto;
}

.carousel-caption p {
    font-size: 36px;
    font-weight: 600;
}

@media(max-width: 992px) {
    .carousel-caption {
        position: absolute;
        z-index: 999;
        color: #fff;
        width: 90%;
        text-align: center;
        top: 10%;
        left: 5%;
        right: 5%;
    }    
    .carousel-caption h5 {
        font-size: 36px;
        font-weight: 800;
        line-height: 1.1;
        max-width: 100%;
        margin: 0 auto;
    }
    .carousel-caption p {
        font-size: 28px;
        font-weight: 600;
    }    
}