/* Imports */
@import "spinners.css";

/* Fonts */
@font-face {
  font-family: Futura;
  src: url(fonts/futura.ttf);
}

/* Pagination */
.pager {
	margin-top: 15px;
}
.pager .pagination {
	float: right;
}
.pager li {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background-color: #8d644b;
    cursor: pointer;
	text-indent: initial;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
}
.pager li:last-child {
	margin-right: 0px;
}
.pager li a {
	color: #000000;
	text-decoration: none;
}
.pager .active {
	color: #ffffff;
	font-weight: bold;
}
.pager .disabled {
	color: #000000;
}

::placeholder {
    color: #ffffff!important;
    opacity: 1!important; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff!important;
}

.temel {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button2{
    background: #00294f;
    color: #ffffff;
    width: 250px;
    height: 40px;
    border: 2px solid #70503e;
    font-weight: bold;
    font-size: 20px;
}
.textbox2{
    border: 2px solid #70503e;
    height: 45px;
    margin-bottom: 15px;
    font-size: 18px;
    background: #00294f;
    float: left;
    border-radius: 0px;
}


/* Hide the browser's default checkbox */
.temel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #614a2d;
}

/* On mouse-over, add a grey background color */
.temel:hover input ~ .checkmark {
    background-color: #70503e;
}

/* When the checkbox is checked, add a blue background */
.temel input:checked ~ .checkmark {
    background-color: #00294f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.temel input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.temel .checkmark:after {
    left: 13px;
    top: 7px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Preloader */
.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

/* General */
html, body, .view {
    height: 100%;
}
.img-fluid {
	width: 100%;
}
body {
	font-family: 'Futura', sans-serif;
	font-size: 16px;
	color: #373737;
	background-color: #fff;
}
input, select, button, textarea {
	border-radius: 0px !important;
}
.view2 {
	height: 122% !important;
}
.page-wrap {
    min-height: 100vh;
}
.row {
     margin-right: 0px;
     margin-left: 0px;
}
.right { 
	float: right; 
	margin-left: 10px;
}
.left { 
	float: left; 
	margin-right: 10px;
}
.pattern-1 {
    background: url(../images/overlays/01.png);
}
.pattern-2 {
    background: url(../images/overlays/02.png);
}
.pattern-3 {
    background: url(../images/overlays/03.png);
}
.pattern-4 {
    background: url(../images/overlays/04.png);
}
.pattern-5 {
    background: url(../images/overlays/05.png);
}
.pattern-6 {
    background: url(../images/overlays/06.png);
}
.pattern-7 {
    background: url(../images/overlays/07.png);
}
.pattern-8 {
    background: url(../images/overlays/08.png);
}
.pattern-9 {
    background: url(../images/overlays/09.png);
}

/* Navbar */
.navbar {
	font-size: 0.9rem;
    background-color: #fff !important;
	box-shadow: none !important;
}
.navbar-collapse .navbar-nav {
	margin-left: 50px;
}
.nav-item .dropdown-toggle {
    padding: .5rem 1rem !important;
}
.navbar>.container, .navbar>.container-fluid {
    display: block;
}
.navbar .nav-item.avatar img {
    height: 25px !important;
}
.dropdown-item i {
	margin-right: 5px;
}
.navbar-brand {
    display: block;
    text-align: center;
}
.navbar-brand img {
	max-width: 120px !important;
}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255,255,255,1) !important;
}
.navbar-collapse .navbar-nav li a:hover:before {
  width: 100%;
}
.navbar-collapse .navbar-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: transparent;
  opacity: .5;
}
.navbar-collapse .navbar-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #8d644b;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
.navbar-collapse .navbar-nav li.last > a:after,
.navbar-collapse .navbar-nav li:last-child > a:after {
  display: none;
}

/* Hamburger */
.hamburger-container {
	width: 100%;
    height: 30px;
    position: relative;
    display: block;
    overflow: hidden;
}
.hamburger {
	width: 150px;
	margin-left: 15px;
	position: fixed;
	z-index: 100;
}
.hamburger .navbar-nav .nav-link {
	font-size: 1.1rem;
	font-weight: bold;
	color: #676767;
}
.hamburger .navbar-nav .active a {
	color: #c5b096 !important;
}
.hamburger .navbar-nav .nav-link:hover {
	color: #c5b096 !important;
}
.navbar-toggler {
	padding-bottom: 10px;
}
#pm {
	width: 100%;
	position: absolute;
    left: 0px;
    z-index: 1000;
	text-align: center;
    background-color: #fff;
    padding: 10px;
}




/* Footer */
.page-footer {
    background-color: #00294f !important;
}
.page-footer hr {
    margin-top: 0rem;
}
footer.page-footer .footer-copyright {
    background-color: rgba(0,0,0,.2);
    color: rgba(255,255,255,.6);
}

/* Scroll Top */
.to-top {
    width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 40px;
    color: #fff;
    background: #00294f;
    border-radius: 50%;
	border: 1px solid #fff;
    position: fixed;
    right: 30px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    z-index: 20;
    transition: .3s all ease;
}
.to-top:hover {
    color: #8d644b;
    background: #fff;
}

/* Login */
.login-card {
	width: 400px;
	margin: 0px auto;
	background-color: rgba(0,0,0,0.6);
	border: none;
	color: #fff !important;
	position: absolute;
  	transform: translate(-50%, -50%);
  	left: 50%;
  	top: 50%;
}
.login-card a {
	color: #fff !important;
}
.login-card .logo {
	max-width: 200px;
	display: inline-block;
}
.login-card .btn {
	font-size: 1rem;
}
.login-card i {
	margin-right: 10px;
}

/* Main Page */
.mt-100-mb-50 {
	padding: 100px 0 50px 0;
}
.section {
	padding-top: 50px;
	padding-bottom: 50px;
	/*background-color: #f7efe2;*/
	background-color:#000000;
	text-align: center;
}
.section h1 {
	font-size: 24px;
	color: #8d644b;
	letter-spacing: 7px;
}
.section p {
	font-size: 18px;
	color: #8c8a88;
}
#carousel-001 .carousel-caption {
    right: inherit;
    left: 9%;
	bottom: 250px;
    text-align:left;
	animation-name: shake;
	animation-duration: 30s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-001 .carousel-caption p {
	margin-bottom: 3rem;
	text-shadow: 2px 2px 2px black;

}
.text-001 {
	font-size: 2.5rem;
	line-height: 0;
}
.text-002 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 0;
}
#carousel-002 .carousel-caption {
    right: inherit;
    left: 9%;
	top: 140px;
    text-align:left;
	animation-name: shake;
	animation-duration: 25s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-002 .carousel-caption p {
	margin-bottom: 3rem;
}
.text-003 {
	font-size: 2.5rem;
	color: #505050;
	line-height: 0;
}
.text-004 {
	font-size: 3.5rem;
	font-weight: bold;
	color: #505050;
	line-height: 0;
}
#carousel-003 .carousel-caption {
    right: inherit;
    left: 9%;
	bottom: 250px;
    text-align:left;
	animation-name: shake;
	animation-duration: 25s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-003 .carousel-caption p {
	margin-bottom: 3rem;
}
.text-005 {
	font-size: 2.5rem;
	line-height: 0;
}
.text-006 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 0;
}
#carousel-007 .carousel-caption {
    right: inherit;
    left: 9%;
	bottom: 250px;
    text-align:left;
	animation-name: shake;
	animation-duration: 25s;
  	animation-delay: 0s;
  	animation-iteration-count: infinite;
}
#carousel-007 .carousel-caption p {
	margin-bottom: 3rem;
}
.text-005 {
	font-size: 2.5rem;
	line-height: 0;
}
.text-006 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 0;
}
#iformb {
	width: 50px;
	height: 150px;
	background-image: url(../images/pages/iform.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: -10px;
	position: fixed;
	cursor: pointer;
	z-index: 100;
}
.plans {
	background-image: url(../images/pages/pbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 666px;
	padding-bottom: 100px;
}
.plans img {
	display: block;
}
.plan:first-child {
	display: block;
}
.plan {
	display: none;
}
.pinf:first-child {
	padding-top: 30px;
}
.pinf {
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 23px;
}
.pinf .col-xs-2 {
	font-size: 2.7rem;
	color: #876b48;
}
.pinf .col-xs-10 {
	font-size: 1rem;
	color: #000;
	padding-top: 8px;
    padding-left: 15px;
}
.pinf span {
	font-size: 1.0rem;
}
.type1 {
    width: 100% !important;
	max-width: 400px;
}
.type2 {
    width: 100% !important;
	max-width: 570px;
}
.grid {
	background-color: #8d644b;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  float: left;
}
.grid-item-100 { width: 100%; }
.grid-item-50 { width: 50%;}
.gray {
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
	transition: all 0.5s ease;
}
.gray:hover {
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
.info {
	max-width: 550px;
    margin: 50px auto;
    display: block;
}
.map {
    margin-bottom: 50px;
}
.modal-header, .btn-success {
    background-color: #00294f !important;
}
.modal-footer i {
	margin-left: 10px;
}

/* Responsive */
@media (min-width: 992px) {
	/* Navbar */
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 992px) {
	/* Navbar */
	.navbar>.container, .navbar>.container-fluid {
    	display: flex;
	}
	.navbar-nav {
    	padding-top: 20px;
	}
	.navbar-brand img {
		max-width: 90px !important;
	}
	/* Hamburger */
	.hamburger-container {
		width: 100%;
		height: auto;
		position: relative;
		display: block;
		overflow: visible;
	}
	.hamburger {
		width: auto;
		margin-left: 0px;
		position: relative;
	}
	.navbar-toggler {
		padding-bottom: 10px;
	}
	.hamburger .navbar-nav {
    	padding-top: 0px;
	}
	#pm {
		position: relative;
		left: auto;
		background-color: #fff;
		padding: 10px;
		border: none;
	}
	/* Main Page */
	.mask { 
		background-color: rgba(0,0,0,.3);
	}
	#carousel-001 .carousel-caption {
		bottom: 0px;
	}
	#carousel-001 .carousel-caption p {
		margin-bottom: 2rem;
	}
	.text-001 {
		font-size: 1.5rem;
	}
	.text-002 {
		font-size: 1.8rem;
	}
	#carousel-002 .carousel-caption {
		top: auto;
		bottom: 0px;
	}
	#carousel-002 .carousel-caption p {
		margin-bottom: 2rem;
	}
	.text-003 {
		font-size: 1.5rem;
		color: #fff;
	}
	.text-004 {
		font-size: 1.8rem;
		color: #fff;
	}
	#carousel-003 .carousel-caption {
		top: auto;
		bottom: 0px;
	}
	#carousel-003 .carousel-caption p {
		margin-bottom: 2rem;
	}
	#carousel-007 .carousel-caption {
		top: auto;
		bottom: 0px;
	}
	#carousel-007 .carousel-caption p {
		margin-bottom: 2rem;
	}
	.text-005 {
		font-size: 1.5rem;
	}
	.text-006 {
		font-size: 1.8rem;
	}
	.pinf {
		padding-left: 15px;
	}
	.grid-item-50 { width: 100%;}
}