/*
****************************************************
* ODTM v1.0
****************************************************
*
* developed by Ozgun Sen
* for ODTM @ Ankara, Turkey
*
* Released under MIT License
* Copyright (c) 2021 Ozgun Sen - ozgunsen@icloud.com
****************************************************
*/

body, html {
	font-family: 'Montserrat', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
	color: #300C46;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #300C46;
}
h4 {
	font-size: 18px;
	color: #300C46;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 12px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #300C46 !important;
}
.odtm-nav-item-title {
	text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
	padding-top: 20px;
	letter-spacing: 2;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #800;
	font-weight: 400;
}
a:hover, a:focus {
	color: #500;
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
	list-style-position: outside;
}
  
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* NAVIGATION SECTION */
#menu {
	padding-top: 5px;
	padding-left: 15px;
	transition: all 0.8s;
}
#menu.navbar-default {
	z-index: 100;
    background-color: #fff;
	padding: 15px 0 15px 0;
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #300C46;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a.page-scroll-lang-change {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #820040;
	font-weight: 800;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 5px 0 5px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #820040 100%, red 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #820040 100%, red 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #300C46;
}
button.navbar-toggle {
    margin-top: 20px !important;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #820040 100%, red 100%);
	height: 1px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
	margin-top: 60px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: red;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* HEADER SECTION */
.intro {
	padding: 0;
	position: fixed;
	background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
	z-index: -1;
}
.intro .overlay {
	background: rgba(0,0,0,0);
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro h1 span {
	font-weight: 800;
	color: #820040;
}
.intro p {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}
header .intro-text {
    padding-top: 150px;
    padding-bottom: 150px;
}
.header-separator {
	height: 500px;
	content: " "
}
/* FOOTER SECTION */
#footer {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
	background: #F5F5F5;
    overflow-x: hidden;
    transition: 0.5s;
}
.footer-social-icons {
	float: left;
	flex-grow: 1;
	width: 70%;
	padding-right: 0;
}
.social-icons {
	width: 100px;
	padding: 0;
	margin: 0;
}
.footer-lang-icons {
	min-width: 80px !important;
	text-align: right;
	float: right;
	flex-grow: 2;
	width: 30%;
	padding-left: 0;
}
.footer-social-icons,
.footer-lang-icons {
	flex-grow: 1;
}
.footer-container a,
.footer-container {
    margin: auto;
    width: 940px;
    margin-top: 10px;
}
.footer-icon {
	line-height: 24px;
    padding: 0 4px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
#footer p {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #820040;
}
img.odtm-logo {
    margin-top: 15px;
}
img.odtm-logo-navigation {
	margin:0;
	padding:0;
	height: 100px;
}
p.slogan {
	color: #820040;
    font-family: 'Tangerine', cursive;
    font-size: 21;
    font-style: italic;
    padding-left: 4px;
}
.navbar-nav > li {
	margin: 10px;
	padding-left:50px;
	padding-top:8px;
}
.odtm-container {
	width: 960px;
	margin-bottom: 50px;
}
.odtm-container-header {
	margin-bottom: 0 !important;
}
.bt-30 {
	padding-bottom: 30px;
}
.navigation-width {
    margin: auto;
}
.intro-content-box {
	width: 550px;
}
img.intro-content-image {
	width: 56px;
	height: 56px;
    vertical-align: inherit;
    filter: invert(100%);
	margin-right: 25px;
}
.intro-content-line {
	border-top: 1px solid #fff;
}
.otdm-container-line {
	border-top: 1px solid #C4C4C4;
}
.intro-content-box h2 {
	padding-top: 30px;
	color:#fff;
	font-size: 75;
}
.intro-content-box p {
	padding-top: 30px;
	line-height: 40px;
	font-weight: 600;
	color:#fff;
	font-size: 40;
}
.contact-mail {
	color: #800;
}
.contact-mail:hover {
	color: #800;
}
.container-top {
	margin-left: 0 !important;
}
.help-block {
	color: white;
	font-size: 25px;
    font-family: 'Tangerine', cursive;
}
.top-separator {
	padding-top: 50px;
}
/* ABOUT SECTION */
#odtm-content {
	display: flex;
	background: #fff;
	padding: 0 15px 0 15px;
}
#odtm-content h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#odtm-content h2 {
	display: inline-block;
	list-style: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
	padding: 15px 35px 15px 0;
	letter-spacing: 2;
}
a.active h2 {
	color: #820040 !important;
}
.float-center {
    text-align: center;
}
#odtm-content .odtm-content-submenu li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#odtm-content .odtm-content-submenu li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #820040;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#odtm-content p {
	color: #300C46;
	line-height: 1.5;
	margin: 0 0 30px 0;
}
#odtm-content a {
	color: #300C46;
	line-height: 1.5;
	margin: 0 0 30px 0;
}
#odtm-content .gallery {
	display: block;
    text-align: center;
}
#odtm-content .gallery-item-image {
	margin: 5px;
	display: inline-grid;
	height: 96px;
}
#odtm-content .odtm-content {
	background-color: #fff;
}
#odtm-content .odtm-content-submenu {
	padding-bottom: 5px;
}
@media (max-width: 766px) {
	.header-separator {
		height: 450px;
	}
	.intro-content-box {
		width: 100%;
	}
	.intro-content-box h2 {
		font-size: 50;
	}
	.intro-content-box p {
		font-size: 20;
	}
	img.intro-content-image {
		width: 50px;
		height: 50px;
		margin-left: 20px;
		vertical-align: top;
	}
	img.odtm-logo {
		height: 90px;
	}
	#menu.navbar-default .navbar-nav > li > a,
	.navbar-nav > li {
		padding-top: 3px;
	}
	#menu.navbar-default .navbar-nav > li > a {
		font-size:12px;
	}
	header .intro-text {
		margin-left: 0em;
	}
	.odtm-container {
		width: 100%;
	}
	header .intro-text {
		padding-top: 120px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.MenuItem {
		display: none;
	}
	.odtm-navbar a {
		width: 100% !important;
	}
	.odmt-landing-menu-item {
		display: block !important;
	}
	.odtm-navbar {
		float: left !important;
		height: 100% !important;
	}
	.odtm-nav-item-active-line {
		display: none !important;
	}
	img.odtm-logo-navigation {
		margin-left: 30px !important;
		height: 70px !important;
	}
	.odtm-nav-item-title {
		text-align: left;
	}
	.intro-content-line {
		border-top: 1px solid #fff;
	}
	.otdm-container-line {
		border-top: 1px solid #C4C4C4;
	}
	#odtm-content h2 {
		display: block;
    	padding: 5px 0 5px 0;
	}
	.awssld__bullets {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	.landing-box {
		width: 100% !important;
		margin: 0 !important;
		padding: 150px 15 15 15 !important;
	}
	.landing-box p {
		font-size: 15px;
		font-style: normal;
	}
	.landing-box h2 {
		font-size: 40px;
		font-style: normal;
	}
	.landing-box button {
		width: 100% !important;
	}
	.landing-header-column-down {
		margin: 10px !important;
	}
	.landing-header-column-down-text {
		font-size: 16px !important;
	}
	#odtm-content .odtm-content-submenu {
		padding-bottom: 15px !important;
	}
	.navbar-collapse {
		border-color: #fff !important;
	}
	.awssld__bullets {
		top: 100px !important;
		margin: 15px !important;
	}
}
@media (max-width: 930px) {
	.odtm-container {
		width: 100%;
		max-width: 800px;
	}
}
.odtm-navbar {
	height: 100px;
    float: right;
	padding: 0;
}
/* LANDING SECTION */
.landing-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-header-column {
	margin: 10px 0;
	padding: 0;
}
.odmt-landing-menu-item {
	width: 120px;
	display: inline-grid;
    content: "";
    transition: width 0.2s;
	border-radius: 0;
    margin: 12px 0;
}
.odmt-landing-menu-item-active .odtm-nav-item-active-line {
	display: inline-grid;
	width: 60px;
    margin-left: 30px;
	margin-top: 23px;
	padding:0;
    height: 2px;
    background: linear-gradient(to right, #820040 100%, red 100%);
}
.odmt-landing-menu-item .odtm-nav-item-title {
	color: #300C46;
}
.odmt-landing-menu-item-active .odtm-nav-item-title {
	color: #820040;
}
.odmt-landing-menu-item .MenuItem {
	background-color: #300C46 !important
}
.odmt-landing-menu-item-active .MenuItem {
	background-color: #820040 !important
}
.landing-nav {
	border-top: 1px solid #300C46;
    width: 100%;
    padding: 20px 0 0px 0;
    margin: 30px 0 0px 0;
}
.lending-navbar {
	border-color: #fff;
}
.landing-nav > li {
	margin: 0 62px 0 62px;
	padding: 0;
}
.landing-header-separator {
	margin: 0;
}
.landing-box {
	width: 700px;
    margin-left: 150px;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    padding-top: 300px;
}
.landing-odtm-nav-item-title p {
	color: #300C46;
}
.landing-box h2 {
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: left;
    padding-top: 32px;
    text-transform: unset;
}
.landing-box p {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-align: left;
	padding-bottom:32;
}
.landing-box button {
    background-color: #820040;
	color: #fff;
	width: 440px;
    height: 40px;
    margin: 32px 0px;
	border-radius: 30px;
	border: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
hr.odtm-landing-line {
	border: 0;
    display: block;
    height: 1px;
    background: #300C46;
    margin: 0;
}
.landing-header-container {
	margin: 0 100px 0 100px;
}
.landing-header-column {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(48, 12, 70, 0.25);
	border-radius: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.landing-header-column:hover {
	box-shadow: 0px 5px 10px rgba(130, 0, 64, 0.3);
}
.landing-header-image {
    height: 30vh;
}
.landing-top-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding-left:15px;
	letter-spacing: 0.1em;
	color: #300C46;
}
.landing-header-column-down {
	margin: 32px;
}
.landing-header-column-down-text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.2em;
	color: rgb(130, 0, 64);
}
img.odtm-landing-image {
	width: 120px;
	height: 180px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	margin-top: 30vh;
}
p.odtm-landing-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	padding-left:15px;
	letter-spacing: 0.1em;
	color: #300C46;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	margin-top: 55vh;
}
.odtm-loading {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	margin-top: 60vh;
  }
  .odtm-loading div {
	position: absolute;
	border: 4px solid #300C46;
	opacity: 1;
	border-radius: 50%;
	animation: odtm-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .odtm-loading div:nth-child(2) {
	animation-delay: -0.5s;
  }
  @keyframes odtm-loading {
	0% {
	  top: 30px;
	  left: 30px;
	  width: 0;
	  height: 0;
	  opacity: 1;
	}
	100% {
	  top: 0px;
	  left: 0px;
	  width: 60px;
	  height: 60px;
	  opacity: 0;
	}
  }
  
.aws-btn {
	--slider-height-percentage: 60%;
	--slider-transition-duration: 70ms;
	--organic-arrow-thickness: 4px;
	--organic-arrow-border-radius: 0px;
	--organic-arrow-height: 40px;
	--organic-arrow-color: #26456f;
	--control-button-width: 10%;
	--control-button-height: 25%;
	--control-button-background: transparent;
	--control-bullet-color: #2d5182;
	--control-bullet-active-color: #26456f;
	--loader-bar-color: #851515;
	--loader-bar-height: 6px;
}
.awssld__bullets {
	bottom: 10 !important;
    z-index: 999 !important;
	width: 0;
    margin-left: 150px;
	top: 200px;
    display: -webkit-inline-box !important;
}
.awssld__bullets button {
	background-color: #820040 !important;
	width: 10px !important;
	height: 10px !important;
}
.awssld__bullets .awssld__bullets--active {
	background-color: #fff !important;
}
.awssld__controls {
	opacity: 0;
}
/* CONTACTS SECTION */
.contact-info-item {
    margin: 0 0 20px 0;
    position: relative;
}
.social-info-item {
	display: inline-grid;
}
.contact-info-text {
	display: inline-block;
    color: #300C46;
    line-height: 1.5;
    margin: 0 0 0 30px !important;
}
.pin-icon {
    position: absolute;
	background-image: url(../../../img/pin.svg);
    vertical-align: super;
	width: 16px;
	height: 16px;
	margin-right:10px;
	margin-bottom: 0px;
}
.phone-icon {
    position: absolute;
	background-image: url(../../../img/phone.svg);
    vertical-align: super;
	width: 16px;
	height: 16px;
	margin-right:10px
}
.email-icon {
    position: absolute;
	background-image: url(../../../img/email.svg);
    vertical-align: super;
	width: 16px;
	height: 16px;
	margin-right:10px
}
.facebook-icon {
	background-image: url(../../../img/facebook.svg);
    vertical-align: super;
	width: 24px;
	height: 24px;
	margin-right:10px;
	margin-bottom: 0px;
}
.instagram-icon {
	background-image: url(../../../img/instagram.svg);
    vertical-align: super;
	width: 24px;
	height: 24px;
	margin-right:10px;
	margin-bottom: 0px;
}
.linkedin-icon {
	background-image: url(../../../img/linkedin.svg);
    vertical-align: super;
	width: 24px;
	height: 24px;
	margin-right:10px;
	margin-bottom: 0px;
}
.__react_modal_image__header {
	display: block !important;
}
.ril__toolbar {
    top: 0 !important;
    height: 35px !important;
}