﻿body {
	background: url("../images/TopBG.webp") no-repeat fixed top center / 100% auto rgba(0, 1, 2, 0);
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
}
nav {
	background: none repeat scroll 0 0 rgba(143, 44, 154, 0);
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-nav ul {
	padding: 0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
}
.top-nav li a {
	font-size: 0.9rem;
	text-transform: uppercase;
	text-decoration: none;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.3rem;
	background: none !important;
}
.top-nav .logo a strong {
	font-weight: 800;
	line-height: 1.5;
}
.top-nav {
	border-bottom: 1px solid #ffffff57;
	text-align: center;
	font-weight: 500;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(12, 22, 11);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(12, 22, 11);
}
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
	padding: 0.2rem 0 0.5rem 0;
	border-bottom: 2px solid #1c496575;
}
#second-block {
   /* background: none repeat scroll 0 0 rgb(17 45 71 / 75%);
	*/
	background-color: white;
	padding: 40px;
}
#third-block {
	background: linear-gradient(0deg, rgba(255,255,255,1) 95%, rgba(122,190,208,1) 110%);
	min-height:300px;
	padding: 1rem 0 0 0;
}
#third-block h1 {
	color: #162936;
    margin: 20px 0 0 0;
    text-shadow: 0 1px 5px #27688f29;
}
#fourth-block {
	background: rgb(0, 30, 34);
}
footer {
	background: none repeat scroll 0 0 rgb(10 21 35 / 75%);
    padding: 1.5em 0;
    box-shadow: inset 0 10px 10px #090f1385;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
/*frm*/
.form-clear{
	clear:both;
	height:20px;
}
.sign-up-form {
	position: relative;
	width:400px;
	height: auto;
	text-align: center;
	color: #fff;
	z-index: 1000;
	border-radius: 30px;
	margin:auto;
	padding-bottom: 3rem;
}
.sign-up-form:after {
	content: "";
	border-color: #b14f14 transparent transparent;
	border-width: 40px 170px 0;
	bottom: -40px;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.sign-up-form h4{
	color:white;
	margin-bottom:20px;
}
.sign-up-form .line-divider{
	background: none;
	height: 1px;
	border-top: 1px solid rgba(255, 255, 255, .20);
	width: 180px;
	margin: auto;
	margin-bottom: 10px;
}
.sign-up-form .form-wrapper{
	padding: 20px 20px 0;
	border-top: none;
	margin-bottom: 35px;
}
.sign-up-form .form-wrapper .signup-text{
	font-size: 15px;
	margin-bottom:20px;
}
.sign-up-form .form-wrapper .form-group{
	width: 100%;
	border: 1px solid rgb(255 255 255 / 0%);
	border-radius: 5px 15px;
}
.sign-up-form .form-wrapper .form-group .form-control{
	border: none;
	box-shadow: 0 2px 5px #0000004a;
	border-radius: 10px;
	font-size: 22px;
	color: #000000b3;
	padding-left: 20px;
	height: 60px;
	width: 100%;
}
.sign-up-form .form-wrapper button{
	position: relative;
	top: 20px;
	border-radius: 17px;
}
.sign-up-form a{
	color: #fff;
}
.sign-up-form img.form-shadow{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
}
.btn-secondary {
	background: linear-gradient(to bottom, rgb(82 142 199), rgb(35 89 147));
	box-shadow: 0 5px 20px #006b94;
	border: 1px solid #b1e9ff70 !important;
	padding: 15px 60px 15px 60px;
	min-height: 36px;
	font-size: 24px;
	border-radius: 6px;
	color: #fff;
	position: relative;
	outline: auto;
	top: 20px;
	cursor: pointer;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(85, 30, 34);
	display: inline-block;
	padding: 0.3125rem 0.625rem;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(85, 10, 85, 0.98);
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.625rem 0.8rem;
}
#first-block i {
	background: none repeat scroll 0 0 #7851A6;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
section h2 {
    color: #14517c;
    font-size: 2rem;
    font-weight: 600;
    margin: 1.5rem;
    text-transform: capitalize;
}
p.subtitile {
	margin: 10px;
	font-size: 1.1rem;
	text-align: justify;
}
section h3 {
    color: #14517c;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
	margin: 1rem;
}
section p {
	font-size: 0.9rem;
}
section h1 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #7851A6;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.625rem;
	text-transform: uppercase;
}
#head {
	background: linear-gradient(to bottom, rgb(30 123 176), rgb(8 40 64 / 50%) 75%);
	padding-top: 6.8rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#head {
		background: url(../images/MobileTopBG.webp);
		background-position: center;
		background-size: cover;
   }
}
#content {
	background: none repeat scroll 0 0 #fff;
	padding: 5rem 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5rem;
	font-weight: 400;
	margin: 1rem 0 0.3rem;
	text-transform: none;
}
.content-block {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	padding: 2.5rem;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625rem;
}
.contact-page p {
	font-size: 1rem;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125rem 0.3125rem 0.3125rem 0;
	text-align: center;
	width: 35px;
}
form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #000;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
@media screen and (max-width: 768px) {
	body {
		background: none repeat scroll 0 0 rgb(1, 20, 35);
   }
	nav {
		background: linear-gradient(to bottom, rgb(21 145 217), rgb(41 134 202 / 50%) 100%);
		line-height: 1rem;
		position: relative;
   }
	.sign-up-form {
		width:100%;
   }
	#head {
		padding: 10px 0 0 0;
   }
	.top-nav {
		text-align: left;
		border-bottom: 0.5px solid #ffffff57;
   }
	.top-nav li {
		line-height: 3rem;
   }
	.top-nav .logo {
		padding: 1.25rem;
   }
	.carousel-text h2 {
		font-size: 1.3rem;
   }
	.carousel-text p {
		font-size: 1rem;
   }
	ul.top-ul {
		padding: 0;
   }
	ul.top-ul.right {
		float: none;
   }
	footer {
		text-align: center;
   }
	footer .right {
		float: none;
   }
}
.littleTittle {
	font-size: 26px;
	font-weight: 600;
	text-shadow: 0 1px 3px #00000063;
}
.topTenPadding {
	padding-top: 10px;
}
.fourSmallTitle {
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0.8rem 0;
	text-transform: uppercase;
}
.fourPicture img {
	width: 130px;
}
.threePicture img {
	width: 215px;
}
.topPaddingZeroThree {
	padding-top: 0.3rem;
}
.insidePic {
	max-width: 50%;
    border-radius: 20px;
    box-shadow: 0 5px 10px #11203129;
    margin: 30px 0 10px 0;
    display: initial;
    border-bottom: 2px solid #2c506c91;
    border-left: 1px solid #2c506c91;
    border-right: 1px solid #2c506c91;
    border-top: 1px solid #2c506c91;
}
@media screen and (max-width: 768px) {
	.insidePic {
		max-width: 100%;
		border-radius: 20px;
		box-shadow: 0 5px 10px #31231138;
		display: initial;
		margin: 20px 0 20px 0;
   }
}
.benzericerikler {
	padding-bottom: 1.5rem;
	padding-top: 1rem;
	background: linear-gradient(0deg, rgb(231 228 219) 20%, rgb(200 234 244) 100%);
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 2rem;
}
.benzericerikler a {
	padding: 10px 15px 10px 15px;
	border-radius: 20px;
	margin: 0 5px 0 5px;
	background-color: #556a7b;
	color: white;
	font-weight: 500;
	font-size: 0.85rem;
}
.benzericeriklerBaslik {
	font-size: 1.5rem;
    padding: 0.5rem 0 0.75rem 0;
	color: #22444f;
	font-weight: 600;
	text-transform: uppercase;
}
.benzericerikler a:hover {
	text-decoration: none;
	background-color: #0090df;
	box-shadow: 0 3px 8px #007aa370;
}
.benzericerikler ul {
	list-style: none;
	display: inline-flex;
	padding-top: 15px;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.benzericerikler ul {
		list-style: none;
		display: table-row;
   }
	.benzericerikler li {
		display: inline-flex;
		padding: 0.5rem 0 0.5rem 0;
		list-style: none;
   }
}
.belowFirstClass {
	background-color: white;
	text-align: center;
}
.hrStyle {
	margin: 30px 0 30px 0;
	border-top: 1px solid #95959561;
}
.sonEklenenler {
	padding: 1rem 0 2.5rem 0;
    margin: 2rem 0.6rem 2rem 0.6rem;
    border-bottom: 1px solid #00000033;
    border-top: 1px solid #00000033;
}
.sonEklenenler a {
	border: 1px solid #0000003b;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: #3a84c6;
	font-weight: 500;
	font-size: 0.85rem;
}
.sonEklenenlerBaslik {
	font-size: 1.75rem;
	color: #000000;
	font-weight: 500;
	text-transform: none !important;
	padding: 1rem;
}
.sonEklenenler a:hover {
	text-decoration: none;
	background-color: #e7f7ff;
	box-shadow: 0 0 10px #007aa326;
	color: #3a84c6;
}
.sonEklenenler ul {
	list-style: none;
	display: inline-flex;
	padding-top: 20px;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.sonEklenenler {
		padding: 1rem 0 1rem 0;
		margin: 2rem 0.6rem 2rem 0.6rem;
		border-bottom: 1px solid #00000033;
		border-top: 1px solid #00000033;
   }
   	.sonEklenenler ul {
		list-style: none;
		display: table-row;
   }
	.sonEklenenler li {
		display: inline-flex;
		padding: 0.5rem 0 0.5rem 0;
		list-style: none;
		margin-left: auto;
		margin-right: auto;
   }
}
.listing ul {
	list-style: none;
	text-align: left;
	padding-left: 30px;
}

.listing li {
	padding: 0;
    font-size: 1.1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.topLinks a {
    background: linear-gradient(0deg, rgb(0 143 189) 10%, rgb(12 197 228) 100%);
    color: white !important;
    text-shadow: 0 1px 2px #00000073;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    padding: 0.9rem 1.5rem 0.9rem 1.5rem;
    border-radius: 1rem;
    border-top: 1px solid #80e5ff;
    border-bottom: 1px solid #235c6bad;
    box-shadow: 0 3px 5px #1b353b4a;
    margin: 0.75rem 0 0 0;
    text-transform: uppercase;
}
.topLinks a:hover {
	background: linear-gradient(0deg, rgb(2 163 214) 10%, rgb(48 225 255) 100%);
    color: white !important;
    text-shadow: 0 1px 2px #00000073;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    padding: 0.9rem 1.5rem 0.9rem 1.5rem;
    border-radius: 1rem;
    border-top: 1px solid #80e5ff;
    border-bottom: 1px solid #235c6bad;
    box-shadow: 0 4px 7px #1b353b4a;
    margin: 0.75rem 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.fourPicture {
	  display: none;
	}
  }
.siteMap {
	margin-bottom: 2rem;
}
.siteMap ul {
    list-style: none;
    padding: 0;
    background: #eef5fa3d;
    margin: 0 1rem 0 1rem;
	padding-bottom: 1rem;
    border-radius: 0 0 20px 20px;
}
.siteMap h2 {
    color: #1f3f4dd9;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #83abc354;
    border-radius: 20px 20px 0 0;
    padding: 1rem 0 1.5rem 0;
	background: linear-gradient(180deg, rgb(164 202 212 / 22%) 0%, rgb(79 148 193 / 12%) 50%, rgba(238,245,250,0.24) 100%);
    margin: 0 1rem 0 1rem;
}
.siteMap li {
	border-top: 1px solid #0000000f;
    font-size: 1.1rem;
    font-weight: 500;
    color: #3a84c6;
    padding: 0.75rem 0 0.75rem 0;
    margin: 0 2rem 0 2rem;
}
.siteMap a {
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.siteMap a::before, a::after {
   content: '';
	position: absolute;
	width: 100%;
	left: 0;
}
.siteMap a::before {
	background-color: #256982;
	height: 2px;
	bottom: 0;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.siteMap a::after {
	content: attr(data-replace);
	height: 100%;
	top: 0;
	transform-origin: 100% 50%;
	transform: translate3d(200%, 0, 0);
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
	color: #256982;
}
.siteMap a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
.siteMap a:hover::after {
	transform: translate3d(0, 0, 0);
}
.siteMap a span {
	display: inline-block;
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
} 
.siteMap a:hover span {
	transform: translate3d(-200%, 0, 0);
}
.siteMapDiv {
	display: flex;
    flex-wrap: wrap;
}
.textBigStart {
	text-transform: capitalize;
}
.underTitle {
	font-size: 1rem;
    font-weight: 500;
}
.middleAd {
    border: 1px solid #3a11383b;
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 1.5rem;
    background: #fffafd;
    box-shadow: inset 0 0 20px #c250bc47;
}
.middleAd span {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 2rem;
	color: brown;
}
.middleAd p {
    font-size: 1rem;
    padding-top: 0.5rem;
    font-weight: 400;
    color: #555;
}
.middleAd p, span, a:link, a:visited, a:hover {
	text-decoration: none !important;
}
.middleFour {
	text-align: center;
    display: inline-block;
	padding-top: 2rem;
}
.middleFour img {
	width: 150px;
	margin: 0 1rem 0 1rem;
}
@media only screen and (max-width: 767px) {
	.middleFour {
		display: inline-grid;
	}
	.middleFour img {
		width: 150px;
		margin: 1rem;
	}
}