
:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    color: #4e442a;
    line-height: 1.5;
	background-color: rgb(227, 224, 211);
}


h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-4 {
    font-weight: 700;
    color: #80765C;
}


.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: #cdcdcd;
    transition: all 0.4s ease;
    font-weight: 500;
	text-decoration: none;
}

a:hover {
    color: #ffffff;
}

section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: #80765C;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    color: #fff;
	font-size: 50px;
  font-family: "Sriracha", serif;
  font-weight: 400;
  font-style: normal;
}

.text-white {
	color: #fff;
	font-size: 20px;
  font-family: "Sriracha", serif;
  font-weight: 400;
  font-style: normal;
}


/* navbar */
.top-nav {
    background-color: #80765C;
    color: #cdcdcd;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
	background-color: #9aa499;
}

.navbar-brand img {
	width: 50%;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: #9aa499;
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: #ebebeb;
	margin-left: 10px;
}

.navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar .navbar-nav .nav-link.active {
    color: #80765C;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: #80765C;
    background-color: #80765C;
    color: #fff;
}

.btn-brand:hover {
    background-color: #a19986;
    border-color: #a19986;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
	color: #80765C;
}


.intro h2:before,
.intro h2:after {
	content: "";
width: 40px;
height: 1px;
background: #80765C;
display: inline-block;
}

.intro h2:before {
	margin: 0 15px 0px 0;
}

.intro h2:after {
	margin: 0 0 0px 15px;
}


.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

#about {
	background-color: #fafef5;
}

#about .col-12 {
	border-left: 1px solid #9aa499;
}

#about img {
	margin-bottom: 37px;
}

#milestone {
    background: linear-gradient(rgba(110, 102, 48, 0.85), rgba(92, 87, 49, 0.85)), url("../img/backfround.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 50px;
}

#milestone h1,
#milestone p {
    color: #fff;
	font-style: italic;
}

#portfolio{
	background-color: #fefefc;
}

.accordion {
  background-color: #ebebeb;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

 .accordion:hover {
  background-color: #9aa499; 
}


.panel {
  padding: 15px;
	margin-top: 0px;
  display: none;
  background-color: #ebebeb;
  overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: solid 0.5px #dad1a9;
}

.panel p {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: #80765C;
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 76, 41, 0), #22301d);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(46, 40, 2, 0.8), rgba(59, 51, 2, 0.8)), url(../img/background2.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
	font-style: italic;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #c1c0b2;
    box-shadow: var(--shadow);
	margin-bottom: 25px;
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    right: 0px;
    background-color: #80765C;
    padding: 2px 12px;
    text-decoration: none;
    color: #c1c0b2;
	font-size: 12px;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(181deg, rgba(98, 88, 63, 0.9), rgba(39, 32, 7, 1)),  #332502;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-top a img {
	width: 50%;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
	font-size: 12px;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: #4e442a;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.modal-content {
	background-color: rgb(227, 224, 211);
}

.btn:focus {
	box-shadow: none;
}

.contact-icon a {
	color: #4e442a;
}

.list {
	background-color: #c1c0b2;
	padding: 15px;
}

.list h5:hover {
	color: #9aa499;
}

.list a {
	color: #80765C;
	font-size: 18px;
}

.list a i {
	margin-right: 15px;
}

.list a:hover {
	color: #9aa499;
}

.trainingpage {
	border-bottom:  1px solid #4e442a;
}

.trainingpage img {
	padding: 25px 25px 0 25px;
}

.trainingpage li {
	margin-bottom: 10px;
	margin-left: 25px;
}

.egitim {
	margin-right: 0px;
	background-color: #80765C;
	color: #fefefc;
	padding: 10px;
	position: relative;
	float: right;
	border-radius: 3px;
	font-size: 12px;
}

.egitim:hover {
	background-color: #a19986;
	
}

.closebutton {
	float: right;
	text-align: end;
}