@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
/*
================ TABLE OF CONTENT =========================
  1 - GLOBAL STYLE
1.1 - COMMON STYLE
1.2 - NAV BAR
1.3 - TOP BAR
1.4 - CAROUSEL
1.5 - FOOTER

  2 - HOME PAGE
2.1 - FEATURE
2.2 - INTRO
2.3 - BOOKING FORM
2.4 - TABS
2.5 - HOT DESTINATIONS
2.6 - ACTIVITIES
2.7 - OFFER BG
2.8 - TESTIMONIAL
2.9 - UPDATES

  3 - ABOOUT US PAGE
3.1 - HERO ABOUT
3.2 - ABOUT IMAGE AND TEXT
3.3 - COUNTS
3.4 - IMAGE GALLERY
3.5 - CLIENTS

  4 - YACHTS PAGE
  5 - YACHTS CATEGORY PAGE
  6 - YACHTS DETAILS PAGE

  7 - ACTIVITIES PAGE
  8 - MANAGEMENT PAGE
  9 - CONTACT US PAGE

================ TABLE OF CONTENT =========================
*/


/* ====== 1 - GLOBAL STYLE  ====== */

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #111111;
    text-align: left;
    background-color: #ffffff;
    /*letter-spacing: 0.5px;*/
}


/* ====== 1.1 - COMMON STYLE  ====== */
.dark{
    background-color: #111111;
    padding: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    color: #ffffff;
    box-shadow: 0px 5px 20px #000000;
}
.dark a {
    font-size: 15px;
    color: #ffffff;
    line-height: 0px;
    padding: 15px 10px ;
    margin: 0;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.dark a:hover{
    color: #009abb;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    display: block;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
}

h2 {
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 10px;
}

h4 {
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 10px;
}

h5 {
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 10px;
}

h6 {
    font-size: 1.15rem;
    font-weight: 500;
    padding-bottom: 10px;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: normal;
    display: block;
    color: #009abb;
    padding-bottom: 10px;
    font-size: 55%;
}

h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    display: block;
    color: #555555;
    padding-top: 15px;
    font-size: 60%;
}

h3 small {
    font-size: 70%;
    line-height: 35px;
}

small {
    font-size: 70%;
    line-height: normal;
}

a, a:hover {
	color: #0063c4;
	text-decoration: none;
}

	a,
	a.prim-link {
		color: #004990;
		text-decoration: none;
	}

a.prim-link {
    font-size: .8rem;
    color: #888888;
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    display: inline-block;
    transition: all 150ms ease-in-out;
    margin-top: 30px;
    position: relative;
    z-index: 1000;
}

	a.prim-link:hover {
		color: #0063c4;
	}

a.prim-link::before {
    content: "";
    width: 85px;
    height: 2px;
    background: #00b0d6;
    position: absolute;
    transition: all 500ms ease-in-out;
}

a.prim-link:hover::before {
    color: #333333;
    content: "";
    width: 0px;
    height: 2px;
    background: #000000;
    position: absolute;
}

.btn {
    font-size: .8rem;
    font-weight: bold;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px 40px;
}

.btn-primary {
    color: #fff;
    background-color: #111111;
    border: 1px solid #111111;
}

.btn-primary-color {
    color: #fff;
    background-color: #00b0d6;
    border-radius: 5px;
    transition: all 500ms ease;
}

.btn-primary-color:hover {
    color: #fff;
    background-color: #000000;
}

.btn-primary:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

p {
    color: #222222;
    padding: 0px 0px 20px 0px;
    margin: 0;
}

li {
    list-style: none;
}

section {
    padding: 100px 0px 0px 0px;
}

.form-control {
    color: #333333;
    display: block;
    width: 100%;
    height: 45px;
    padding: 18px 20px 15px 20px;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0rem;
}

.form-control-update {
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 10px 20px 9px 20px;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0rem;
    margin-right: 10px;
}

.form-control:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, .1);
}

input::-webkit-input-placeholder {
    color: #f4f4f4 !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #f4f4f4 !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #f4f4f4 !important;
}

input:-ms-input-placeholder {
    color: #f4f4f4 !important;
}

.mar-top {
    margin-top: 100px;
}

.mar-bot {
    margin-bottom: 100px;
}


/* ====== 1.1 - COMMON STYLE  ====== */


/* ====== 1.2 - NAV BAR  ====== */

.company-logo img {
	width: auto;
	max-height: 150px;
	min-height: 70px;
	padding: 10px 0;
	content: url(/images/logo_senin_belediyen.svg);
}


.site-navbar .site-navigation {
	padding-top: 25px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
  }
  
  .sticky-wrapper .site-navbar {
    transition: .7s all ease-in-out;
  }

	.sticky-wrapper .site-navbar .site-navigation {
		padding-top: 0px;
	}
  
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #fff;
  }
  
  .sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
  }

	.sticky-wrapper .site-navbar .site-menu > li > a {
		color: #ffffff !important;
	}

		.sticky-wrapper .site-navbar .site-menu > li > a:hover,
		.sticky-wrapper .site-navbar .site-menu > li > a.active {
			color: #ff5500 !important;
		}
  
  .sticky-wrapper.is-sticky .burger:before,
  .sticky-wrapper.is-sticky .burger span,
  .sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    transition: .3s all ease;
  }

	.sticky-wrapper.is-sticky .site-navbar .company-logo img {
		content: url(/images/logo_senin_belediyen.svg);
		max-height: 150px;
		padding: 10px;
	}

	.sticky-wrapper.is-sticky .site-navbar {
		background: #1e3e84;
		border-bottom: 1px solid transparent;
		box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	}

  .sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #333333 !important;
  }
  
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: #ffffff !important;
  }
  
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #00b0d6 !important;
  }
  
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
    color: #00b0d6 !important;
  }
  
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  
   /* Nav */
  
  .site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 40px;
    width: 100%;
	/*background-color: #ffffff;*/
  }
  
  .site-navbar .site-logo {
    position: relative;
    font-size: 24px;
  }
  
  .site-navbar .site-logo a {
    color: #fff;
  }
  
  .site-navbar .site-logo a:hover {
    text-decoration: none;
 }

	.site-navbar .site-navigation {
		padding-top: 35px;
	}

		.site-navbar .site-navigation .site-menu {
			margin-bottom: 0;
		}
  
  .site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
  }
  
  .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
  }

	.site-navbar .site-navigation .site-menu > li > a {
		padding: 10px 0px 0px 35px;
		color: #333333;
		display: inline-block;
		text-decoration: none !important;
		text-transform: none;
		font-weight: 400;
		font-family: Montserrat;
	}
  
  .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #00b0d6;
  }
  
  .site-navbar .site-navigation .site-menu > li.active > a {
    color: #00b0d6 !important;
  }
  
  .site-navbar .site-navigation .site-menu > li.active > a:hover {
    color: #00b0d6 !important;
  }
  
  .site-navbar .site-navigation .site-menu .has-children {
    position: relative;
  }
  
  .site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 13px;
  }
  
  .site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0d7";
    font-size: 16px;
    top: 65%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 25px;
    margin-left: 0px;
    background: #fff;
    transition: 0.5s 0s;
	line-height: 15px;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    transition: 0s all;
    color: #333333;
    font-weight: 400;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #00b0d6 !important;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 250px;

  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 15px;
    display: block;
    font-size: 0.80rem;
    font-weight: 400;
  }

	.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
		background: #f4f4f4;
		color: #ff0000;
	}
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "--";
    right: 20px;
    color: red;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
  }
  
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f2f4f6;
  }
  
  .site-navbar .site-navigation .site-menu .has-children:hover > a,
  .site-navbar .site-navigation .site-menu .has-children:focus > a,
  .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #00b0d6;
  }
  
  .site-navbar .site-navigation .site-menu .has-children:hover,
  .site-navbar .site-navigation .site-menu .has-children:focus,
  .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
  }
  
  .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
  .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
  .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    transition-delay: 0s;
    margin-top: -5px;
    visibility: visible;
    opacity: 1;
  }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
  }
  
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
  }
  
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    transition: .3s all ease;
  }
  
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
  }
  
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
  }
  
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
  }
  
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
  }
  
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
  }
  
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
  
  .site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
  }
  
  .site-mobile-menu .site-nav-wrap a:hover {
    color: #00b0d6;
  }
  
  .site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
  }
  
  .site-mobile-menu .site-nav-wrap li.active > a {
    color: #00b0d6;
  }
  
  .site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    transition: .3s all ease;
  }
  
  .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  
  .site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 1rem;
	text-transform: none;
	font-weight: 550;
	color: #333333;
}
  
  .site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
  }
  
  
  .site-mobile-menu .site-nav-wrap > li > ul > li:hover {
    background: #f4f4f4;
  }
  
  .site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 30px;
    text-transform: none;
    color:#333333;
    font-size: 0.95rem;
    font-weight: 450;
  }
  
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
  }
  
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
  }
  
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
  }
  
  /* Burger */
  
  .burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right;
  }
  
  .burger:before,
  .burger span,
  .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
  }
  
  .burger:before,
  .burger:after {
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
  }
  
  .burger:before {
    top: 4px;
  }
  
  .burger span {
    top: 15px;
  }
  
  .burger:after {
    top: 26px;
  }
  
  /* Hover */
  
  .burger:hover:before {
    top: 7px;
  }
  
  .burger:hover:after {
    top: 23px;
  }
  
  /* Click */
  
  .burger.active span {
    opacity: 0;
  }
  
  .burger.active:before,
  .burger.active:after {
    top: 40%;
  }
  
  
  .burger:focus {
    outline: none;
  }
  
  .big-div{
    height: 2000px;
    background: #2d71a2;
  }

  .icofont-close::before {
    font-family: "Font Awesome 5 Free";
	content: "f00d";
}

/* ====== 1.2 - NAV BAR  ====== */


/* ====== 1.3 - TOP BAR  ====== */

.top-bar {
	background-color: #002c57 !important;
	color: #ffffff;
	padding: 10px 0px;
	z-index: 500 !important;
	position: relative;
}

.top-bar li {
    display: inline;
    padding-left: 30px;
	/*padding-top: 5px!important;*/
}
	.top-bar li:nth-of-type(3) {
		display: inline;
		padding-left: 50px;
		padding-top: 10px !important;
	}

	.top-bar li {
		font-size: 1.5rem;
		margin-top: 5px!important;
	}

	.top-bar li a {
		color: #ffffff;
	}
		.top-bar li a:hover {
			color: #b9701d;
		}

.contact-info ul {
	margin: 0;
	padding: 0;
}



/*div.top-bar.top-links  {
	display: inline-flex;
	align-items: center;
	padding-left: 30px;*/
	/*padding-top: 5px!important;*/
	/*font-size: 1.5rem;
}

	div:nth-of-type(3).top-bar.top-links  {
		padding-left: 50px;
	}


	.top-bar.top-links div a {
		color: #ffffff;
	}

		.top-bar.top-links div a:hover {
			color: #b9701d;
		}*/



/* ====== 1.3 - TOP BAR  ====== */
/* ====== 1.4 - CAROUSEL  ====== */
.carousel-item {
	background: #000000;
	height: 85vh;
	overflow: hidden;
}

video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: .5;
}

.hero-slider-0, .hero-slider-1, .hero-slider-2, .hero-slider-3 {
	margin: 0 auto;
	width: 100%;
	height: 85vh;
	text-align: center;
	position: relative;
	opacity: 0.6;
}

.hero-slider-0 {
	background-image: url(../../images/zemin_oval_o90.svg), url(../../images/slider/slide_4.jpg);
	background-size: 1500px, cover;
	background-position: center top, center center;
	background-position-x: -350px, 0px;
	background-position-y: 150px, 0px;
	background-repeat: no-repeat, no-repeat;
}

#example1 {
	background-image: url(img_flwr.gif), url(paper.gif);
}


.hero-slider-1 {
	background: url(../../images/slider/sisli_2_1920x785.jpg) no-repeat center center;
	background-size: cover;
}

.hero-slider-2 {
	background: url(../../images/slider/sisli_3_1920x785.jpg) no-repeat center center;
	background-size: cover;
}

.slider-text {
	color: #ffffff;
	width: 50%;
	position: absolute;
	top: 55%;
	left: 52%;
	z-index: 10;
	transform: translate(-50%, -50%);
	font-family: Montserrat, Raleway;
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	text-shadow: 2px 2px 2px #000000, 0 0 1em #333333, 0 0 0.2em #333333;
}

	.slider-text > div.motto {
		margin: 50px 0px 0px 0px;
		color: #ffffff;
		position: relative;
		left: 50px;
		text-shadow: 2px 2px 2px #000000, 0 0 1em #333333, 0 0 0.2em #333333;
		line-height: 35px !important;
		letter-spacing: 1px;
		font-size: 25px;
		font-weight: 500;
		font-style: italic;
	}

	.slider-text p {
		padding: 20px 10% 10px 10%;
		color: #fff;
		font-size: 1.25rem;
		font-weight: 300;
	}

	.slider-text img {
		width: 500px;
	}

.slider-img {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}

.slider-img img {
    width: 100%;
    height: 95vh;
    opacity: 0.4;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}


/* ====== 1.4 - CAROUSEL  ====== */


/* ====== 1.5 - FOOTER  ====== */

#footer-sec {
	background-color: #111111;
	background-image: url('/images/zemin_alt_bant.jpg');
	margin-top: 100px;
	padding-top: 50px;
}

.footer-col {
    color: #cccccc;
    padding-bottom: 35px;
}

.footer-col ul {
    padding: 0;
    margin: 0;
}

.footer-col li {
    padding: 3px 0px;
}

.footer-col a,
.footer-contact p {
    color: #cccccc;
    text-transform: none;
}

.footer-partner {
	margin-top: 35px;
}

.footer-partner p {
    color: #cccccc;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.350rem;
    padding-top: 25px;
}

.footer-col a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact div {
	line-height: 1.1rem;
	padding-bottom: 8px;
	margin-left: 10px;
	font-size: 0.875rem;
}

.footer-contact .fa,
.footer-contact .fas {
    font-size: 31px;
    font-weight: 900;
	margin-right: 20px;
}

.footer-social li {
    display: inline;
    padding-right: 25px;
}

.footer-social a {
    font-size: 1.75rem;
    font-weight: 900;
    transition: all 350ms ease-in-out;
}

	.footer-social a:hover {
		color: #b9701d;
	}

.footer-copy {
	background-color: #002c57 !important;
	border-top: 1px solid #333333;
	padding: 10px;
}

.footer-copy ul {
    padding: 0;
    margin: 0;
}

.footer-copy a {
    font-size: 0.825rem;
    color: #ffffff;
    text-transform: unset;
}

	.footer-copy a:hover {
		color: #b9701d;
	}

	.footer-copy p {
		font-size: 0.825rem;
		color: #cccccc;
		text-transform: unset;
	}

.footer-copy li {
    display: inline;
    padding-left: 20px;
}



.footer-partner {
	padding: 50px 0px 0px 0px;
}

.footer-partner figure {
    margin: 10px 0 0 0;
}

.footer-partner figure img {
    max-width: 90%;
    height: auto;
}
.footer-partner img {
	margin: 0px 0px 0px 20px;
}



/* ======  1.5 - FOOTER  ====== */


/* ====== 2 - HOME PAGE  ====== */


/* ====== 2.1 - FEATURE  ====== */

.feature {
    background-image: linear-gradient(to bottom, #00c1c8, #009abb);
    padding: 50px;
    transition: all 550ms ease-in-out;
}

.feature-small {
    background-color:#00a0c4;
    padding: 50px 30px 40px 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
    transition: all 550ms ease-in-out;
}

.feature:hover, .feature-small:hover{
    box-shadow: 0px 8px 0px #00313b;
}

.feature h6, .feature-small h6 {
    color: #ffffff;
    transition: all 550ms ease-in-out;
}

.feature:hover h6 {
    color: #00313b;
}

.feature p {
    color: #ffffff;
}

.feature-small img{
    width: auto;
    max-height: 45px;
    margin-bottom: 30px;
    transition: all 250ms ease-in-out;
}

.feature-small:hover img{
    transform: translateY(-15px);
}

.feature-small h6::before {
	content: '';
	width: 1px;
	height: 12px;
	background-color: #ffffff;
	display: block;
	position: absolute;
	left: 50%;
	margin: -20px 0px 0px 0px;
}

.all-feature{
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

.feature img,
.about-point img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
}


/* ====== 2.1 - FEATURE  ====== */


/* ====== 2.2 - INTRO  ====== */

.intro-bg {
    margin: 10px 0px;
}

.intro-bg::before {
    content: url(../../images/intro_bg_top.png);
    position: relative;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
}

.intro-bg::after {
    content: url(../../images/intro_bg_bot.png);
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}


/* ====== 2.2 - INTRO  ====== */

/* ====== 2.3 - BOOKING FORM ====== */

.booking-form .form-control {
    color: #666666 !important;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    background-color: rgba(255, 255, 255);
    border: 1px solid #cccccc;
    border-radius: 0rem;
}

.booking-form-bg{
    background: #f8f8f8;
    border: 1px solid #f4f4f4;
    padding: 35px 35px 0px 35px;
    margin: 0px;
    transition: all .2s ease-in-out;
}

.booking-form-bg:hover{
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 5px 50px #ebebeb;
}

.booking-form .form-group input::placeholder,
.booking-form .form-group textarea input::placeholder {
    color: #666666 !important;
}

.booking-form .btn{
    width: 100%;
    margin: 1rem 0rem;
}

/* ====== 2.3 - BOOKING FORM ====== */

/* ====== 2.3 - TABS  ====== */

.tab-slide {
    width: 100%;
    background-color: #f0f7fa;
}

.tab-slide-small{
    width: 100%;
    background-color: #f0f7fa;

}

.tab-info {
    padding: 100px;
    background-color: #f0f7fa;
}

.nav-tabs {
    border: none;
}

.nav-link {
    display: block;
    padding: 15px 25px;
}

.nav-tabs .nav-item {
    margin: 0px;
}

.nav-tabs .nav-link {
    text-transform: none;
    border: none;
    border-radius: 0rem;
    color: #666666;
}

.nav-tabs .nav-item a:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background: none;
    border-bottom: 2px solid #000000;
}


/* ====== 2.3 - TABS  ====== */





/* ====== 2.4 - HOME HEADINGS  ====== */
.overlay{
    background: rgba(0, 0, 0, .7);
    padding: 8%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -20px;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.homeHeading-img:hover .overlay{
    position: absolute;
    bottom: 0px;
    opacity: 1;
}

.homeHeading-img {
	overflow: hidden;
}
.homeHeading-info {
	display: flex;
	padding: 70px 70px 70px 70px;
	background: #f8f8f8;
	font-family: Raleway;
	text-align: center;
	align-items: center;
}

	.homeHeading-info::before {
		content: "";
		width: 100%;
		height: 100%;
		border: 1px solid #999999;
		position: absolute;
		top: 0;
		left: 0;
		transform: scale(.8);
		opacity: 0;
		transition: all .4s ease-in-out;
	}

	.homeHeading-info:hover::before {
		content: "";
		border: 1px solid #999999;
		transform: scale(.9);
		opacity: 1;
	}


	.homeHeading-info h2 {
		font-size: 30px;
	}

	.homeHeading-info p {
		padding-bottom: 20px;
		font-size: 22px;
		line-height: 36px;
	}

	.homeHeading-info span {
		display: block;
		color: #333333;
	}

		.homeHeading-info span strong {
			color: #333333;
		}

	.homeHeading-info i {
		color: #009abb;
		margin-right: 10px;
		width: 20px;
		height: 20px;
		text-align: center;
	}

.homeHeading-img img {
	transform: scale(1);
	transition: all 2s ease-in-out;
}
.homeHeading-img:hover img {
	transform: scale(1.2) rotate(3deg);
}

.overlay-text h6{
    padding: 0;
}

.overlay-text, .overlay-text p{
    color: #ffffff;
}

.pad-top-bot{
    padding: 100px 0px;
}
/* ====== 2.4 - HOME HEADINGS  ====== */



/* ====== 2.6 - TESTIMONIAL  ====== */
.testimonial {
    text-align: center;
}

.testi-pic {
    width: 100px;
    height: 100px;
    border: 5px solid #f4f4f4;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 30px auto;
    transition: all 550ms ease;
}

.testimonial:hover .testi-pic {
    border: 5px solid #00c1c8;
}

.owl-nav {
    width: 100%;
    position: relative;
    top: -130px;
    z-index: 1000;
}

.customprevbtn,
.customnextbtn {
    width: auto;
    height: 30px;
    cursor: pointer;
    padding: 8px;
}

.customprevbtn img,
.customnextbtn img {
    width: auto;
    height: 100%;
}


/* ====== 2.6 - TESTIMONIAL  ====== */


/* ====== 2.7 - UPDATES  ====== */

.update-text {
    text-align: center;
}

.updates h4 {
    color: #ffffff;
    padding: 0px;
}

.updates p {
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.update-btn {
    margin-top: 24px;
    text-align: center;
}

.jumbotron {
    background: url(../../images/update-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 30PX 0px;
    border-radius: 0px;
    margin: 0;
    transition: all 5500ms ease-in-out;
}

.jumbotron:hover {
    background: url(../../images/update-bg.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 30PX 0px;
    border-radius: 0px;
    margin: 0;
}


/* ====== 2.7 - UPDATES  ====== */


/* ====== 3 - ABOOUT US PAGE  ====== */


/* ====== 3.1 - HERO ABOUT  ====== */

.hero-bant {
	background-position: center top;
	height: 580px;
}

	.hero-bant.projelerimiz {
		background: url(../../images/bant/projelerimiz.jpg) no-repeat center bottom;
	}

	.hero-bant.projelerimizKomsuMasa {
		background: url(../../images/bant/projelerimiz_komsu_masa.jpg) no-repeat center bottom;
	}


.hero-text {
	position: relative;
	top: 150px;
	font-family: Montserrat, Raleway;
	text-shadow: 1px 1px 2px #000000, 0 0 1em #333333, 0 0 0.2em #333333;
}

	.hero-text h3 {
		font-size: 21px;
		color: #b1ada6;
	}

	.hero-text p {
		font-size: 40px;
		font-weight: 500;
		line-height: 44px;
		color: #ffffff;
	}


/* ====== 3.1 - HERO ABOUT  ====== */


/* ====== 3.2 - ABOUT IMAGE AND TEXT ====== */
.about-point{
    padding: 0px;
    border-radius: 0px;
}

.about-point-block{
    background: #f8f8f8;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0px;
    transition: all .5s ease-in-out;
}
.about-point-block:hover{
    background: #ffffff;
    box-shadow: 0px 25px 35px #cccccc;
}
.about-img {
    margin-top: 0;
}

.about-img img {
    max-width: 75%;
    height: auto;
}

.about-point img, .about-point-block img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    transition: all 250ms ease;
}

.about-point:hover img, .about-point-block:hover img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
    position: relative;
    top: -5px;
    transform: scale(1.2, 1.2);
}


/* ====== 3.2 - ABOUT IMAGE AND TEXT ====== */


/* ====== 3.3 - COUNTS ====== */

.number-bg {
    padding: 100px 0px;
    background: url("../../images/number_bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.number-bg img {
    width: auto;
    max-height: 55px;
    margin-bottom: 20px;
}

.number-single {
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    padding: 30px;
    margin: 15px 0px;
    transition: all 500ms ease-in-out;
}

.number-single:hover {
    background: rgba(0, 0, 0, .4);
    border-radius: 0px;
}

.number-single h1 {
    color: #00b0d6;
    font-weight: normal;
}

.number-single p {
    color: #999999;
}

.number-text{
    background: rgba(0, 0, 0, .4);
    padding: 50px;
    min-height: 100%;
}
.number-text h3{
    color: #00b0d6;
}
.number-text p{
    color: #ffffff;
}
.number-text ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 20px 50px 0 0; 
}

.number-text ul li{
    color: #ffffff;
    padding: 5px 0px;   
    list-style: disc; 
    margin-left: 15px;
}

/* ====== 3.3 - COUNTS ====== */


/* ====== 3.4 - IMAGE GALLERY  ====== */

.gall-img {
    max-height: 350px;
    padding: 15px;
    overflow: hidden;
}

.gall-img .moto::before {
    content: '';
    background-color: #000000;
    width: 10%;
    height: 10%;
    z-index: 1;
    display: block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.gall-img .moto:hover::before {
    content: '';
    background-color: #000000;
    width: 82%;
    height: 80%;
    z-index: 1;
    display: block;
    position: absolute;
    opacity: 0.7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoom img {
    max-width: 100%;
}

.gall-img .moto .zoom {
    max-width: 10%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 500ms ease;
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
}

.gall-img .moto:hover .zoom {
    max-width: 10%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/* ====== 3.4 - IMAGE GALLERY  ====== */




/* ====== 9 - CONTACT US PAGE ====== */

.country {
    padding: 30px;
    background-color: #f0f7fa;
    margin-bottom: 15px;
}

.country i {
    color: #00313b;
    padding-right: 10px;
    font-size: 0.90rem;
    display: inline;
}

.country p {
    display: inline;
}

.country ul {
    padding: 0px;
    margin: 0px;
}

.country li {
    padding: 0px 0px 5px 0px;
}

.country li a {
    text-transform: lowercase;
    color: #333333;
}

.country li a:hover {
    color: #111111;
}

.country li h6 {
    padding: 0px 0px 10px 0px;
}

.form-control textarea {
    overflow: auto;
    resize: vertical;
    height: 150px;
    color: #999999 !important;
}

.form-body input::placeholder,
.form-body textarea input::placeholder {
    color: #999999 !important;
}

.form-group input::placeholder,
.form-group textarea input::placeholder {
    color: #999999 !important;
}

.contact-form {
    padding-top: 50px;
}

.contact-form .form-control, textarea {
    color: #333333 !important;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    border-radius: 0rem;
}

.form-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0rem;
}

.form-footer {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0rem;
}

.map-container {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    margin-top: 50px;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* ====== 9 - CONTACT US PAGE ====== */



.fa30 {
	font-size: 30px;
	padding-top: 30px;
}
.fa25 {
	padding-top: 10px;
	font-size: 25px;
}
.fa21 {
	font-size: 21px;
}

.faBlue {
	color: #004990;
}
.faGray {
	color: #b0b0b0;
}


.linkBolum {	
	color: #333333;
}

	.linkBolum h3 {
		color: #111111;
		padding-top: 30px;
		font-size: 21px;
		font-weight: 600;
	}
	.linkBolum p {
		padding-top: 0px;
		font-size: 15px;
		line-height: 21px;
	}



.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 7px 0;
	margin-bottom: 0rem;
	list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

	.breadcrumb-item + .breadcrumb-item::before {
		float: left;
		padding-right: 0.5rem;
		color: #e0e0e0 !important;
		content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
	}

.breadcrumb-item {
	color: #e0e0e0;
}

.breadcrumb-item.active {
	color: #f6f6f6;
}

.breadcrumb-item a {
	color: #e0e0e0;
}


.pt-bolum {
	padding-top: 3.5rem !important;
}

.metin {
	padding-bottom: 20px;
}

.icerik p {
	padding-bottom: 20px;
}
	.icerik p b {
		font-weight: 600;
	}


.linkDownload {
	font-size: 14px;
	line-height: 10px!important;
	font-weight: 600;
}


.imgBorder img {
	border: solid 1px #cccccc;
}

.copper {
	color: #b9701d;
}

.iconSize23 {
	font-size: 23px;
	padding-left: 8px;
}
.iconSize27 {
	font-size: 27px;
	padding-left: 8px;
}
.iconSize31 {
	font-size: 31px;
	padding-left: 10px;
}
.iconSize50 {
	font-size: 50px;
	padding-left: 10px;
}

.linkDevam {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
}
	.linkDevam:hover {
		color: #b9701d;
	}

	.linkDevam div {
		float: left;
	}

.font-normal {
	font-weight: 500!important;
}

.linkDevamBeyaz {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

	.linkDevamBeyaz:hover {
		color: #b9701d;
	}

	.linkDevamBeyaz div {
		float: left;
	}

.linkKutu {
	padding: 0px 0px 0px 0px;
	display: inline-flex;
	align-items: center;
	align-content: center;
}

.linkKutuSol {
	float: left;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
}

.linkKutuSag {
	float: right;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
.linkKutuSagWrapper {
	display: inline-flex;
	align-items: normal;
}


.linkKutuHaber {
	display: flex;
	padding-top: 15px;
}
.linkKutuHaberSag {
	flex-grow: 0;
	flex-shrink: 0;
	/*flex-basis: 400px;*/
}
.linkKutuHaberSol {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	background-image: url(/images/cizgi_lacivert.png);
}


.bilgiBaslik {
	width: min-content !important;
	white-space: nowrap;
	height: 33px;
	padding: 2px 15px 0px 10px;
	background-color: #48618b;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.bilgiKutu {
	padding: 0;
	height: 115px;
}

.zeminSari {
	background-color: #f7b336;
}
.zeminMavi {
	background-color: #edf2f8;
}
.zeminLacivert {
	background-color: #004990;
}
	.zeminLacivert p {
		color: #bbbbbb;
	}
	.zeminLacivert p:not(:last-child) {
		padding-bottom: 15px;
	}

.zeminAcikGri {
	background-color: #f5f5f5;
}
.zeminKoyuGri {
	background-color: #bdbdbd;
}
.zeminAcikGriCerceve {
	background-color: #f5f5f5;
	border: solid 1px #e0e0e0;
}
.zeminBeyazGriCerceve {
	background-color: #ffffff;
	border: solid 1px #f6f6f6;
}
.zeminSolLacivertCizgi {
	border-left: solid 3px #002266;
	padding: 0px 0px 0px 10px;
}


.sayfaBolum h2 {
	font-size: 30px;
	font-weight: 600;
	color: #000000;
}
.sayfaBolum p {
	font-size: 19px;
	font-weight: 400;
	line-height: 27px;
	color: #555555;
	padding: 0px 0px 20px 0px;
}
.sayfaBolum p b {
	font-weight: 600;
}


.konuTanitim {
	display: flex;
	align-items: center;
}
.konuTanitimBaslik {
	float: left;
	padding: 20px 20px 20px 0px;
	white-space: nowrap;
}
	.konuTanitimBaslik h2 {
		font-size: 30px;
		font-weight: 600;
		color: #000000;
		max-width: 50%;
		width: 50%;
	}
.konuTanitimAciklama {
	float: left;
	/*border-left: solid 4px #004990;*/
	padding: 20px 10px 20px 20px;
	font-family: Montserrat;
	font-size: 21px;
	font-weight: 400;
	color: #002a5d;
	border-radius: 0px 60px 60px 0px;
	background-color: rgba(0,75,150,0.2);
	padding: 20px 10px 20px 20px;
}


.icerikKutu {
	display: inline-block;
	padding: 25px 25px 25px 25px;
}
.icerikKutuMetin {
	font-family: Raleway;
	padding-bottom: 20px;
}
.icerikKutuMetinBaslik {
	font-size: 21px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 20px;
}
.icerikKutuMetinYazi {
	font-size: 15px;
	line-height: 23px;
	color: #303030;
}


.icerikKutuSolBant {
	display: inline-block;
	padding: 20px 0px 0px 0px;
}
.icerikKutuSolBantMetin {
	font-family: Raleway;
}
.icerikKutuSolBantMetinBaslik {
	font-size: 19px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
	padding-bottom: 10px;
	min-height: 50px;
}
.icerikKutuSolBantMetinYazi {
	font-size: 15px;
	line-height: 23px;
	color: #303030;
	padding-right: 0px;
	padding-bottom: 10px;
	min-height: 110px;
}


.haberKutu {
	display: inline-block;
	padding: 15px 15px 15px 15px;
}
.haberKutu img {
	border: solid 1px #f5f5f5;
}

.haberKutuMetin {
	font-family: Raleway;
	padding: 20px 0px 0px 0px;
}
.haberKutuMetinBaslik {
	font-size: 19px;
	font-weight: 500;
	line-height: 21px;
	color: #000000;
	padding-bottom: 15px;
	height: 50px;
}
.haberKutuMetinYazi {
	font-size: 15px;
	line-height: 23px;
	color: #303030;
	padding-bottom: 20px;
}

.haberSpot {
	font-size: 21px;
	border-left: 5px solid #b9701d;
	padding: 5px 0px 5px 20px;
}


.pb10 {
	padding: 0px 0px 10px 0px !important;
}
.p15 {
	padding: 15px 15px 15px 15px !important;
}
.p2010105 {
	padding: 20px 10px 10px 10px !important;
}

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


.sectionP100 {
	padding: 100px 0px 0px 0px;
}

.g-5 {
	--bs-gutter-x: 6rem;
	--bs-gutter-y: 6rem;
}

.fs13 {
	font-size: 13px !important;
	line-height: 21px !important;
}

.fwSB {
	font-weight: 600;
}



.calisanlar-metin {
	padding: 15px 15px;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	overflow-y: scroll;
	height: 200px;
}
.calisanlar-bilgi {
	padding: 5px;
}
.calisanlar-isim {
	display: block;
	color: #515151;
}
.calisanlar-gorev {
	font-size: 14px;
	font-style: italic;
	display: block;
	color: #515151;
	line-height: 17px;
}



.calisanlar {
	border-bottom-color: #6C95C7;
}

.calisanlar {
	background-color: #f5f5f5;
	text-align: center;
	padding: 0 15px 15px;
	border-width: 1px 1px 3px;
	border-style: solid;
	border-color: #dfdfdf #dfdfdf #b9701d;
}
	.calisanlar .calisanlar-foto {
		margin: -70px auto 0;
		display: block;
	}

.calisanlar-foto {
	background: #FFF;
	width: 135px;
	height: 135px;
	position: relative;
	display: inline-block;
	border: 5px solid #FFF;
}
	.calisanlar-foto.shadow {
		-webkit-box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.45);
		box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.45);
	}
	.calisanlar-foto.radius {
		border-radius: 100%;
		-webkit-border-radius: 100%;
	}
		.calisanlar-foto.radius img {
			width: 100%;
			height: auto;
			border-radius: 100%;
			-webkit-border-radius: 100%;
		}

.w3-separator {
	display: inline-block;
	height: 3px;
	width: 40px;
	margin-bottom: 10px;
	position: relative;
	background-color: #cccccc;
}
	.w3-separator.style-liner {
		width: 20px;
	}
	.w3-separator-outer {
		overflow: hidden;
	}



.m-t50 {
	margin-top: 70px;
}


/*.w3-separator[class*="style-"]:before {
	left: auto;
	right: 30px;
}

.w3-separator[class*="style-"]:after, .w3-separator[class*="style-"]:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 70px;
	height: 1px;
	background: #cecece;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.w3-separator[class*="style-"]:after, .w3-separator[class*="style-"]:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 70px;
	height: 1px;
	background: #cecece;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

::selection {
	background: #3396d1;
	color: #fff;
}*/

.form-group {
	margin-bottom: 1rem;
}

.yonetimEkibi {
	text-align: center;
	padding-bottom: 50px;
}

	.yonetimEkibi > h4 {
		padding: 20px 0px 0px 0px;
		font-size: 19px;
		line-height: 21px;
	}
	.yonetimEkibi > p {
		padding: 5px 0px 0px 0px;
		font-size: 16px;
		line-height: 19px;
	}
	.yonetimEkibi > img {
		border: solid 1px #e0e0e0;
		border-radius:15px;
	}


.ulBullet > li {
	list-style: disc;
	list-style-type: disc;
	margin-left: 10px;
}

.checkered > div {
	padding: 20px;
}
	.checkered > div:nth-child(odd) {
		background: #edf2f8;
	}
	.checkered > div:nth-child(even) {
		background: #fafafa;
	}


.sayfaSpot {
	font-family: Montserrat;
	font-size: 21px;
	line-height: 31px;
	font-weight: 400;
}


.bSemiBold {
	font-weight: 600;
}

.imageHeader {
	font-family: Raleway;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
}

.mkFoto {
	float: right;
	border-radius: 10%;
}

.rBeyaz {
	color: #ffffff;
}
.rBeyaz:hover {
	color: #000000;
}


.rKirmizi {
	color: #ff0000;
}
