.loader-wrapper {
	display:none !important;	
}
/* default styles here for older browsers. 
   I tend to go for a 600px - 960px width max but using percentages
*/
	.carousel-inner {
		height: 100vh;
	}
.cont > h2 {display:none;} 
.cont > p {margin-right:5%;}
.breadcru {display:none;} 
@media only screen and (max-device-width: 480px) {
   /* styles for mobile browsers smaller than 480px; (iPhone) */
	.header {
		min-height: auto;
	}
	.carousel-inner {
		height: 50vh;
	}
	.kb_wrapper	{
		/*overflow:hidden;*/
		/*max-height:650px*/
		/*max-height:100vh;*/
		max-height:100vh;
	}
	.kb_caption {
		top:7vh;
		left:14vw;
		width:61%;
		bottom:25%;
		text-align:center
	}
	
}
@media only screen and (device-width: 768px) {
   /* default iPad screens */
	.header {
		min-height: auto;
	}
	.kb_wrapper	{
		/*overflow:hidden;*/
		/*max-height:650px*/
		/*max-height:100vh;*/
		max-height:100vh;
	}
		.carousel-inner {
		height: 768px;
	}
}
@media only screen and (min-width: 960px) {
	/* styles for browsers larger than 960px; */
	.header {
		min-height: auto; /*margin-top: -10px;*/
	}
	.kb_wrapper	{
		/*overflow:hidden;*/
		/*max-height:650px*/
		/*max-height:100vh;*/
		max-height:100vh;
	}
		.carousel-inner {
		height: 960px;
	}
}
@media only screen and (min-width: 1200px) {
	/* styles for browsers larger than 1440px; */

	.kb_wrapper	{
		/*overflow:hidden;*/
		/*max-height:650px;*/
		/*max-height:100vh;*/
		max-height:100vh;
	}
	.carousel-inner {
		height: 1400px;
	}
	.fonda-fixed-sidebar .logo img {
		max-width: inherit;
		max-height: 36px !important;
		width: auto;
		margin: 0 20px;
	}
}
@media only screen and (min-width: 1900px) {
	/* for sumo sized (mac) screens */

	.kb_wrapper	{
		/*overflow:hidden;*/
		/*max-height:650px*/
		/*max-height:100vh;*/
		max-height:100vh;
	}
	.carousel-inner {
		height: 1400px;
	}
	.fonda-fixed-sidebar .logo img {
		max-width: inherit;
		max-height: 36px !important;
		width: auto;
		margin: 0 20px;
	}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

@media(min-width:992px){
}

/*
@media only screen and (max-width:991px) {
	.header {
			min-height: 100%;
	}
	.mt-60 {
		margin-top: 30px !important;
	}
	.pb-60 {
		padding-bottom: 10px !important;
	}
}

@media only screen and (max-device-width: 480px), @media only screen and (device-width: 768px), @media only screen and (min-width: 960px), @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	.carousel-inner {
		height: auto;
	}
}
@media only screen and (min-width: 1440px), @media only screen and (min-width: 2000px) {
	.carousel-inner {
		height: 1400px;
	}
	.fonda-fixed-sidebar .logo img {
		max-width: inherit;
		max-height: 36px !important;
		width: auto;
		margin: 0 20px;
	}
}
*/

/*
@media (min-width: 1200px) {
	.fonda-fixed-sidebar .logo img {
		max-width: inherit;
		max-height: 36px !important;
		width: auto;
		margin: 0 20px;
	}
}
*/

.fonda-menu-fixed > ul > li.active a {
    color:#fdb813;
}

.section-head-gold h1,.section-head-gold h2,.section-head-gold h3,.section-head-gold h5,.section-head-gold h6 {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}

.section-head-gold h1::before,
.section-head-gold h2::before,
.section-head-gold h3::before,
.section-head-gold h4::before,
.section-head-gold h5::before,
.section-head-gold h6::before,
.section-head-gold h1::after,
.section-head-gold h2::after,
.section-head-gold h3::after,
.section-head-gold h4::after,
.section-head-gold h5::after,
.section-head-gold h6::after,
.section-head-gold h4::after {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #84bd00;
}

.section-head-gold h1::before,
.section-head-gold h2::before,
.section-head-gold h3::before,
.section-head-gold h4::before,
.section-head-gold h5::before,
.section-head-gold h6::before {
    bottom: 0px;
    right: calc(50% - 15px);
}

.section-head-gold h1::after,
.section-head-gold h2::after,
.section-head-gold h3::after,
.section-head-gold h4::after,
.section-head-gold h5::after,
.section-head-gold h6::after {
    bottom: 0;
    left: calc(50% - 15px);
}

.blog .item .cont h1,
.blog .item .cont h2,
.blog .item .cont h3,
.blog .item .cont h4,
.blog .item .cont h5,
.blog .item .cont h6 {
    font-size: 20px;
    margin-bottom: 15px;
}
footer img {
    /*width: 300px;*/
    margin-bottom: 15px;
}
.fonda-fixed-sidebar .fonda-menu-social-media .social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: transparent;
    border-radius: 50%;
    color: #84bd00;
    font-size: 18px;
    margin: 0 2px 0 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.fonda-fixed-sidebar .fonda-menu-social-media .social a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #84bd00;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    transition: 0.4s;
}
.fonda-menu-fixed > ul > li.current-menu > a, .fonda-menu-fixed ul li:hover > a {
    color: #84bd00 !important;
}
.accordion > .card .card-header {
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    background: #84bd00;
    border: 1px solid #e4a613;
}
.collapse {
	/*
    border: 1px solid #e4a613;
	border-top:0px;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 10px;
	margin-top: -4px;
	*/
}

p {
    font-family: 'Contsantia';
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 400;
    color: #404040;
}
body {
    font-family: 'Contsantia'; /*'Open Sans', sans-serif*/;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 400;
     color: #404040;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-body {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    padding: 10px 10px 0px 10px;
}

#section03 {
    width: 50px;
    margin-top: 61vh;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 50%;
    margin-left: -25px;
	z-index: 9999;
}

#section03 a { padding-top: 60px;}
#section03 a span { 
position: absolute;
top: 0;
left: 50%;
width: 46px;
height: 46px;
margin-left: -23px;
/*border: 1px solid #fff;*/
/*border-radius: 100%;*/
box-sizing: border-box;
}
#section03 a span::after { position: absolute;	top: 50%;	left: 50%;	content: '';	width: 20px;	height: 20px;	margin: -17px 0px 0px -3px;	border-left: 1px solid #fff;	border-bottom: 1px solid #fff;	-webkit-transform: rotate(-45deg);	transform: rotate(0deg);	box-sizing: border-box;}
#section03 a span::before {  position: absolute;  top: 0;  left: 0;  z-index: -1;  content: '';  width: 44px;  height: 44px;  box-shadow: 0 0 0 0 rgba(255,255,255,.1);  border-radius: 100%;  opacity: 0;  -webkit-animation: sdb03 3s infinite;  animation: sdb03 3s infinite;  box-sizing: border-box;margin-left: -10px;    margin-top: -10px;}
@-webkit-keyframes sdb03 {  0% {    opacity: 0;  }  30% {    opacity: 1;  }  60% {    box-shadow: 0 0 0 60px rgba(255,255,255,.1);    opacity: 0;  }  100% {    opacity: 0;  }}
@keyframes sdb03 {  0% {    opacity: 0;  }  30% {    opacity: 1;  }  60% {    box-shadow: 0 0 0 60px rgba(255,255,255,.1);    opacity: 0;  }  100% {    opacity: 0;  }}

/* Açılır Menü */
ul.menu {
    padding: 0;
    margin: 0;
}

ul.menu > li {
    list-style: none;
    position: relative;
}

ul.menu > li > a,
ul.drop-down li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 18px 24px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    transition: all 0.3 linear;
    -moz-transition: all 0.3 linear;
    -webkit-transition: all 0.3 linear;
    -o-transition: all 0.3 linear;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #333B3F),
        color-stop(1, #2E363A)
    );
    background-image: -o-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: -moz-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: -webkit-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: -ms-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
    background-image: linear-gradient(to bottom, #333B3F 0%, #2E363A 100%);
}

ul.menu > li > a:after,
ul.drop-down > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    background: #1ab5b3;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

ul.menu li a span {
    position: relative;
    z-index: 2;
}

ul.menu li a:hover:after,
ul.menu li a.active:after {
    width: 100%;
}

ul.drop-down {
    position: absolute;
    top: 0;
    width: 220px;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
    text-align: left;
    left: 100%;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

li.drop:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li {
    position: relative;
}

ul.drop-down li a:hover {
}
/* Açılır Menü */

.kb_caption h1 {
    font-size: 6vh /*3.5vh*/ !important;
}

.carousel-indicators li { width: 10px!important; height: 10px!important; border-radius: 70px!important; z-index:99999!important; }
.klyPopup { background:rgba(0,0,0,0.9) !important; }
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}