

body {
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
.top-header .col-md-6:last-child > a,
.middle-header .location p,
.middle-header .phone p,
.contact-details .detail-box h4,
.footer-main .widget-title,
.footer-main .widget-newsletter .social h6 {
	font-family: 'Raleway', sans-serif;
}

/* - Font Settings */
/* Yerel font dosyaları kaldırıldı, Google Fonts kullanılıyor */

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
/*  - Section Padding */
.section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* - Section Header */
.section-header {
	margin-bottom: 70px;
}
.section-header h5 {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2.5px;
	margin-bottom: 22px;
	margin-top: 0px;
	text-align: center;
}
.section-header h3 {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2.5px;
	background-image: url("images/icon/section-separator.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	line-height: 40px;
	text-align: center;
}

/* ## Header */
#slidepanel { 
	display: block; 
}

#closeit,
#toggle,
#slideit {
	display: none;
}

/* -- Top Header */
.top-header ul,
.top-header ul li,
.top-header .col-md-6:last-child > a {
	display: inline-block;
}
.top-header p,
.top-header ul {
	margin-bottom: 0;
}

.top-header {
	background-color: #f8f8f0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.13);
	padding-bottom: 10px;
	padding-top: 10px;
}
.top-header p {
	font-size: 15px;
	color: #777;
	line-height: 43px;
	letter-spacing: 0.35px;
}
.top-header .col-md-6:last-child > a {
	background-color: #128C7E;
	color: #fff;
	padding: 12px 20px 12px 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 11px;
	position: relative;
	text-decoration: none;
	margin-left: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 4px;
}
.top-header .col-md-6:last-child > a:hover {
	background-color: #0F7A6D;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.top-header .col-md-6:last-child > a i {
	font-size: 18px;
}
.top-header ul li {
	margin: 0 14px;
}
.top-header ul li a {
	color: #999;
	font-size: 13px;
}
.top-header ul li a:focus,
.top-header ul li a:hover {
	color: #000;
}
.logo-block {
	text-align: center;
}
.logo-block h4 {
	color: #2C2C2C;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.logo-block span {
	color: #333;
	position: relative;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 0 5px;
	display: inline-block;
}

.logo-block span::before,
.logo-block span::after {
	position: absolute;
	content: "";
	background-color: #555;
	height: 1px;
	width: 26px;
	top: 10px;
}
.logo-block span::before {
	left: -30px;
}
.logo-block span::after {
	right: -30px;
}

/* -- Middle Header */
.middle-header {
	padding: 15px 0;
}

.middle-header .row{
	display: flex;
	align-items: center;
}

.middle-header .phone {
	display: inline-block;
	text-align: right;
}
.middle-header .phone i,
.middle-header .location i {
	font-size: 24px;
	color: #2C2C2C;
}
.middle-header .phone span {
	text-align: right;
	display: block;
}
.middle-header .location h3,
.middle-header .phone h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #2C2C2C;
	margin-top: 0;
	font-family: 'EB Garamond', serif;
	margin-bottom: 0;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.middle-header .location h3 i,
.middle-header .phone h3 i {
	margin-bottom: 0;
}
.middle-header .phone h3 {
	justify-content: flex-end;
}
.middle-header .phone h3 i {
	float: none;
}
.middle-header .location p,
.middle-header .phone p {
	color: #5a5c5d;
	margin-bottom: 0;
	font-family: 'PT Sans', sans-serif;	
	letter-spacing: 0.5px;
	
}


/* -- Contact Details */
.contact-details,
.contact-details .detail-box {
	position: relative;
}
.contact-details {
	width: 100%;
	display: inline-block;
	margin-bottom: 90px;
	text-align: center;
	border-top: 1px solid #292929;
}

.contact-details .detail-box {
	padding: 50px 80px 48px 80px;
	background-color: #373737;
}
.contact-details .detail-box,
.contact-details .detail-box a { 
	color: #777;
	text-decoration: none;
}
.contact-details .detail-box h4 { 
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	color: #fff;
	font-family: 'EB Garamond', serif;
}
.contact-details .detail-box p { 
	font-size: 16px;
	margin-bottom: 0;
	line-height: 20px;
	color: #777;
	letter-spacing: 0.3px;
}
.contact-details .detail-box.phone-box {
	background-color: #474747;
}
.contact-details .detail-box.mail-box {
	background-color: #373737;
}

/* -- Footer Widget */
.footer-main .widget {
	padding-right: 68px;
	color: #888;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 20px;
	border: none;
}
.widget > img {
	margin-bottom: 25px;
}
.footer-main .widget-about h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.footer-main .widget-about > p {
	margin-bottom: 0;
	line-height: 24px;
	color: #888;
}
.footer-main .widget-about .time-schedule {
	padding-right: 45px;
	padding-top: 35px;
}
.footer-main .widget-about .time-schedule p { 
	padding-bottom: 10px;
	border-bottom: 1px solid #343434;
	margin-bottom: 15px;
	line-height: 20px;
}
.footer-main .widget-about .time-schedule p:hover {
	transition: all 0.5s ease-in-out;
	color: #fff;
}
.footer-main .widget-about .time-schedule p span {  
	float: right;
}
.footer-main .widget-title {
	color: #ccc;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: transparent;
	border-bottom: none;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1.2px;
}

/* -- Widget Links */
.widget-links ul {
	list-style: none;
	margin: 0 -10px;
}
.widget-links ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 19px;
	padding: 0 10px;
}
.widget-links ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	color: #888;
	text-transform: capitalize;
}
.widget-links ul li a:hover {
	transition: all 0.5s ease-in-out;
	color: #fff;
}
.widget-links ul li a:before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 14px;
	margin-right: 8px;
}

/* -- Boottom Footer */
.bottom-footer {
	background-color: #111416;
	padding: 25px 0;
	text-align: center;
	-moz-box-shadow: 0px 2px 2px 1px #1e1e1e;
	-webkit-box-shadow: 0px 2px 2px 1px #1e1e1e;	
	box-shadow: 0px 2px 2px 1px #1e1e1e;
	border-top: 1px solid #222;
}
.bottom-footer p {
	margin-bottom: 0;
	color: #555;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px;
}

/* - Page Banner */
.page-banner {
	max-height: 330px;
	min-height: 330px;
	background-image: url("images/services-headerbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 75px;
	text-align: left;
	position: relative;
	color: #fff;
}
.page-banner::before {
	background-color: #2C2C2C;
	opacity: 0.75;
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.page-banner::after{
	position: absolute;
	content: "";
	background: url("images/icon/banner-breadcumbg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 56px;
	width: 100%;
	bottom: -1px;
	right: 0;
}
.page-banner h3 {
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
	font-family: 'EB Garamond', serif;
	letter-spacing: 3px;	
	margin-bottom: 20px;
}
.page-banner p {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
}
.breadcrumb-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.page-banner .breadcrumb  {
	margin-bottom: 10px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	background-color: #fff;
	color: #2C2C2C;
	margin-left: -7%;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a {
	color: #2C2C2C;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none
}
.page-banner .breadcrumb > li + li::before {
	color: #2C2C2C;
}

.about-banner {
	background: url("images/about-headerbg.jpg");
	/*margin-bottom: 25px;*/
}
.service-banner {
	background: url("images/services-headerbg.jpg");
}

.blog-banner {
	background: url("images/blog-headerbg.jpg");
}

.attorney-banner {
	background: url("images/about-headerbg.jpg");
	margin-bottom: 25px;
}

.attorney-details-banner {
	background: url("images/about-headerbg.jpg");
	margin-bottom: 83px;
}

/* custom */

#banner-carousel .carousel-inner>.item>img{

	object-fit: cover;
	object-position: right center;
	width: 100%;
}


/*  ## Responsive */
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
	/* ## Footer */
	/* -- Footer Widget */
	.footer-main .widget {
		padding-right: 50px;
	}
	
	.top-header ul {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	.top-header ul li {
		margin: 0 11px;
	}
	.top-header ul li:first-child {
		margin-left: 0;
	}	
	.top-header .col-md-6:last-child > a {
		font-size: 11px;
		padding: 10px 10px 10px 15px;
		letter-spacing: 0.5px;
		margin-left: 0;
	}
	.top-header .col-md-6:last-child > a i {
		font-size: 16px;
	}
	
	/* - Contact Details */
	.contact-details .detail-box {
		padding: 50px 20px 48px;
	}
	.widget-links ul li {
		padding-right: 0;
	}
	.widget-links ul li a {
		font-size: 13.5px;
	}
	
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Middle Header */
	.middle-header .location h3,
	.middle-header .phone h3 {
		font-size: 23px;
	}
	.middle-header .location p,
	.middle-header .phone p {
		font-size: 12px;
	}
	.middle-header .phone {
		margin-left: 10px;
	}
	.top-header .col-md-6:last-child > a {
		font-size: 11px;
	}
	
	/* ## Footer */
	/* -- Contact Details */
	.contact-details .detail-box {
		padding: 30px;
	}
	.contact-details .detail-box h4 {
		font-size: 16px;
	}
	.contact-details .detail-box i {
		width: 47px;
	}
	.contact-details .detail-box p {
		font-size: 13px;
	}
	.widget.widget-newsletter {
		margin-top: 20px;
	}

	.ow-navigation .navbar-collapse.collapse {
		display: flex !important;
		justify-content: center !important;
		width: 100% !important;
	}
}

/* -- max-width: 767 */
@media(max-width: 767px) {
	.page-banner {
		border-bottom: 1px solid #0e4b8e;
	}
	.section-padding {
		padding: 40px 0;
	}
	/* - Section Header */
	.section-header h5 {
		font-size: 18px;
	}
	.section-header h3 {
		font-size: 24px;
	}
	.top-header .col-md-6:last-child > a {
		font-size: 11px;
		margin-left: 20px;
		padding: 12px;
		letter-spacing: 0.5px;
	}
	.top-header .col-md-6:last-child > a i {
		font-size: 16px;
	}
	
	/* -- Middle Header */
	.middle-header {
		padding: 0;
	}
	.middle-header .text-right {
		margin-top: 33px;
	}
	.middle-header,
	.middle-header .col-md-9.text-right,
	.middle-header .text-left .location{
		text-align: center;
		margin-bottom: 30px;
	}
	.middle-header .phone h3,
	.middle-header .location h3 {
		justify-content: center;
	}
	.logo-block,
	.middle-header .col-md-9	{
		float: none !important;
	}
	.middle-header .location,
	.middle-header .phone {
		margin-top: 20px;
	}
	.middle-header .phone {
		margin-left: 0px;
	}
	
	/* ## Footer */
	
	/* -- Footer Widget */
	.footer-main .widget {
		margin-bottom: 30px;
		padding-right: 0;
	}
	.footer-main .widget-about .time-schedule {
		padding-right: 0;
	}
	.widget.widget-newsletter {
		margin-top: 20px;
	}
	
	/* - Page Banner */
	.page-banner {
		padding-top: 50px;
	}
	.page-banner h3 {
		font-size: 26px;
	}
	.page-banner p {
		font-size: 15px;
	}
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {	
	/* ## Footer */
	
	/* -- Footer Widget */
	.footer-main .widget-links ul li  {
		width: 100%;
	}
	.top-header p {
		font-size: 12px;
	}
	.contact-details .detail-box {
		padding: 50px 35px 48px;
	}
	.about-author {
		margin-top: 35px;
	}
}

/* -- max-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	.middle-header .location h3,
	.middle-header .phone h3 {
		font-size: 16px;
	}
	#loginpanel i {
		color: #fff;
		font-size: 21px;
		margin-top: 2px;
	}
	.text-logo {
		color: #fff;
		display: inline-block;
		font-family: "PT Sans",sans-serif;
		font-size: 20px;
		letter-spacing: -0.03em;
		line-height: normal;
		padding-top: 20px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.text-logo:hover {
		color: #ccc;
	}
	#slidepanel { 
		display: none;
	}

	#slideit,
	#toggle {
		display: block;
	}
	#loginpanel {
		position: absolute;
		right: 70px;
		text-align: center;
		top: 20px;
	}
	.mobile-hide {
		display: none;
	}
	
	/* -- Top Header */
	.top-header,
	.top-header .col-md-6.text-right{
		text-align: center;
	}
	.top-header ul {
		margin-bottom: 10px;
	}
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
		display: none !important;
	}
}


/* - Fixed WhatsApp Button */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
}
.whatsapp-float:hover {
	background-color: #20BA5A;
	transform: scale(1.1);
	box-shadow: 3px 3px 5px #666;
	color: #fff;
	text-decoration: none;
}
.whatsapp-float i {
	margin: 0;
}