
html,body{
    height:100%;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
	scroll-behavior: smooth;
}
body{
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:20px;
    font-weight:400;
    position:relative;
    z-index:1;
    background:#fff;
    overflow-x:hidden
}
h1,h2,h3,h4,h5,h6{
    position:relative;
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    margin:0;
    color:#1d2143
}
h1{
    font-size:70px
}
h2{
    font-size:40px
}
h3{
    font-size:20px
}
a{
    text-decoration:none;
    cursor:pointer;
    font-family:'Montserrat', sans-serif;
    color:#000;
    font-size:16px;
	font-weight:600;
    -webkit-transition:.5s;
    transition:.5s
}
p{
    font-size:16px;
    font-weight:400;
    line-height:25px;
    position:relative;
    color:#44444e
}
p.highlight{
    color:#44444e;
    font-size:17px;
    line-height:27px
}
button,input,textarea,a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
    outline-width:0!important
}
img{
    display:inline-block;
    max-width:100%
}
i,span,a{
    display:inline-block
}
ul{
    list-style:none;
    margin:0;
    padding:0
}
li{
    display:block
}
table,th,tr,td{
    border:1px solid #191919
}
th,tr,td{
    padding:10px
}
hr{
    border-top:1px solid #eee
}



.text-white{
    color:#fff
}

.mobil-hakk {
	display:none;
}

.anasayfaCevre_text {
    width: 85%;
	height:100%;
	display:block;
    padding: 120px 20px;
	position:absolute;
	z-index:9;
	text-align:center;
}


.anasayfaCevre_text button {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
	border-radius:10px!important;
	margin-top:60px;
	border: none;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



.home-button {
  position: relative;
  padding: 16px 30px;
  font-size: 2rem;
  color: var(--color);
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  text-shadow: 0 0 15px var(--color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: 0.5s;
  z-index: 1;
}

.home-button:hover {
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px var(--color);
}

.home-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.home-button:hover::before {
  transform: scale(1);
  transition-delay: 0.5s;
  box-shadow: 0 0 10px var(--color),
    0 0 30px var(--color),
    0 0 60px var(--color);
}

.home-button span {
  position: absolute;
  background: var(--color);
  pointer-events: none;
  border-radius: 2px;
  box-shadow: 0 0 10px var(--color),
    0 0 20px var(--color),
    0 0 30px var(--color),
    0 0 50px var(--color),
    0 0 100px var(--color);
  transition: 0.5s ease-in-out;
  transition-delay: 0.25s;
}

.home-button:hover span {
  opacity: 0;
  transition-delay: 0s;
}

.home-button span:nth-child(1),
.home-button span:nth-child(3) {
  width: 40px;
  height: 4px;
}

.home-button:hover span:nth-child(1),
.home-button:hover span:nth-child(3) {
  transform: translateX(0);
}

.home-button span:nth-child(2),
.home-button span:nth-child(4) {
  width: 4px;
  height: 40px;
}

.home-button:hover span:nth-child(1),
.home-button:hover span:nth-child(3) {
  transform: translateY(0);
}

.home-button span:nth-child(1) {
  top: calc(50% - 2px);
  left: -50px;
  transform-origin: left;
}

.home-button:hover span:nth-child(1) {
  left: 50%;
}

.home-button span:nth-child(3) {
  top: calc(50% - 2px);
  right: -50px;
  transform-origin: right;
}

.home-button:hover span:nth-child(3) {
  right: 50%;
}

.home-button span:nth-child(2) {
  left: calc(50% - 2px);
  top: -50px;
  transform-origin: top;
}

.home-button:hover span:nth-child(2) {
  top: 50%;
}

.home-button span:nth-child(4) {
  left: calc(50% - 2px);
  bottom: -50px;
  transform-origin: bottom;
}

.home-button:hover span:nth-child(4 ) {
  bottom: 50%;
}

.anasayfaCevre_text h2 {color:#fff;margin-bottom:20px;}
.anasayfaCevre_text p {color:#fff;}

.auto-container{
    position:static;
    max-width:1200px;
    padding:60px 30px;
    margin:0 auto;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
	background:#808080;
}
.navbar-brand{
	margin-right: 0;
	width: 100%;
}
.navbar-brand img{
	width: 100%;
	max-width: 100%!important;
}
.social-area{
	display: inline-flex;
	flex-wrap:wrap;
	margin-top:40px;
}
.social-area a{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-padding{
    padding:45px 0
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .section-padding{
        padding:80px 10px
    }
}

@media only screen and (min-width:768px) and (max-width:1200px){
    .home-video{
        padding-top:300px;
    }
}


@media only screen and (min-width:768px) and (max-width:991px){
    .section-padding{
        padding:60px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .section-padding{
        padding:50px 35px
    }
	

	
	
}
@media(max-width:575px){
    
	.nav-item img {filter:none!important;}
	
	.section-padding{
        padding:30px 15px
    }
}
.pt-0{
    padding-top:0
}
.pb-0{
    padding-bottom:0
}
.pt-20{
    padding-top:20px
}
.pb-20{
    padding-bottom:20px
}
.pt-30{
    padding-top:30px
}
.pb-30{
    padding-bottom:30px
}
.pt-40{
    padding-top:40px
}
.pb-40{
    padding-bottom:40px
}
.pt-50{
    padding-top:50px
}
.pb-50{
    padding-bottom:50px
}
.pt-60{
    padding-top:60px
}
.pb-60{
    padding-bottom:60px
}
.pt-70{
    padding-top:70px
}
.pb-70{
    padding-bottom:70px
}
.pt-80{
    padding-top:80px
}
.pb-80{
    padding-bottom:80px
}
.pt-100{
    padding-top:100px
}
.pb-100{
    padding-bottom:100px
}
.pt-120{
    padding-top:120px
}
.pb-150{
    padding-bottom:150px
}
.mt-20{
    margin-top:20px
}
.mb-20{
    margin-bottom:20px
}
.mt-30{
    margin-top:30px
}
.mb-30{
    margin-bottom:30px
}
.mt-40{
    margin-top:40px
}
.mb-30{
    margin-bottom:40px
}
.mt-50{
    margin-top:50px
}
.mb-50{
    margin-bottom:50px
}
.mt-60{
    margin-top:60px
}
.mb-60{
    margin-bottom:60px
}
.mt-70{
    margin-top:70px
}
.mb-70{
    margin-bottom:70px
}
.mt-80{
    margin-top:80px
}
.mb-80{
    margin-bottom:80px
}
.mt-90{
    margin-top:90px
}
.mb-90{
    margin-bottom:90px
}
.mt-100{
    margin-top:100px
}
.mb-100{
    margin-bottom:100px
}
.mt-150{
    margin-top:150px
}
.mb-150{
    margin-bottom:150px
}
.ml-auto{
    margin-left:auto!important
}
.mr-auto{
    margin-right:auto!important
}
.section-title{
    position:relative;
	
}
.section-title h2{
    font-size:30px;
    font-weight:700;
    line-height:45px;
    margin:20px 0;
    color:#f4c00d
}
.section-title h6{
    color:#92b24f;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    font-weight:500;
    position:relative;
    z-index:1;
}

.text-center .section-title h6{
    padding-left:0
}
.text-center .section-title h6:before{
    display:none
}
.main-btn{
    display:inline-block;
    background:#f4c00d;
    color:#fff;
    font-size:16px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:capitalize;
    padding:15px 40px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    border-radius:50px
}
.main-btn.btn-2{
    background:0 0
}
.main-btn.btn-white{
    background:#fff;
    color:#191919
}
.main-btn:hover{
    background-color:#fff;
    color:#25283a
}
input,textarea,select{
    width:100%;
    background:0 0;
    border:1px solid #ddd;
    padding:15px 30px;
    font-size:14px;
    letter-spacing:1px;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom:20px;
	color:#fff;
}

select option {
	color:#000
}

textarea{
    height:150px;
    resize:none
}

::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-form input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 0px;
    margin-right: 15px;
    min-height: 18px!important;
}


.contact-form label {
    color: #fff;
    display: flex;
    align-items: Center;
    flex-wrap: wrap;
    margin: 10px 0px;
	text-align:left;
}
.contact-form label div {
    color: #fff;
    font-size: 13px;
    width: 90%;
}

.contact-form label div a{
    font-size: 13px;

}

input[type=submit],button[type=submit]{
    border:none;
    border-radius:0;
    display:inline-block;
    background:#92b24f;
    color:#fff;
    padding:15px 30px;
    margin:27px 0;
    width:auto;
    -webkit-transition:.3s;
    transition:.3s;
    cursor:pointer;
    font-size:15px;
    font-weight:600
}
.container-fluid{
    padding:0
}
.sky-bg{
    background:#ecf0f9
}
.gray-bg{
    background:#f6f6f6
}
.white-bg{
    background:#fff
}
.yellow-bg{
    background:#f4c00d
}

.dark-bg{background:#050c1d!important}

.bg-cover{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:100%
}
.overlay{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background-color:rgb(3 15 39/74%);
    top:0;
    left:0;
    z-index:-1
}
.overlay-1{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#f4c00d;
    top:0;
    left:0;
    z-index:-1
}
.overlay-2{
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #4a4a4a;
    opacity: .9;
    top: 0;
    left: 0;
    z-index: -1;
}
#preloader{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff;
    z-index:999999
}
.loader{
    height:100%;
    width:100%;
    position:relative;
	margin:auto;
	text-align:Center;
	padding-top:200px;
}

.loader img {
	width:200px;
}

.loader-rect{
    position:absolute;
    top:50%;
    left:50%;
    transform:scale(1) translate(-50%,-50%);
    border:3px solid #92b24f;
    height:20px;
    width:20px;
    animation-duration:1.2s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out
}
.loader-rect:nth-child(1){
    animation-name:swap1
}
.loader-rect:nth-child(2){
    animation-name:swap2
}
.loader-rect:nth-child(3){
    animation-name:swap3;
    animation-delay:.6s
}
.loader-rect:nth-child(4){
    animation-name:swap4;
    animation-delay:.6s
}
@keyframes swap1{
    50%{
        transform:scale(2) translate(-100%,-100%)
    }
    100%{
        transform:scale(1) translate(-50%,-50%)
    }
}
@keyframes swap2{
    50%{
        transform:scale(2) translate(50%,50%)
    }
    100%{
        transform:scale(1) translate(-50%,-50%)
    }
}
@keyframes swap3{
    50%{
        transform:scale(2) translate(-100%,50%)
    }
    100%{
        transform:scale(1) translate(-50%,-50%)
    }
}
@keyframes swap4{
    50%{
        transform:scale(2) translate(50%,-100%)
    }
    100%{
        transform:scale(1) translate(-50%,-50%)
    }
}
.go-top{
    background-color:#92b24f;
    color:#fff;
    width:40px;
    height:40px;
    bottom:2em;
    right:2em;
    font-size:28px;
    line-height:43px;
    text-align:center;
    text-decoration:none;
    display:none;
    position:fixed;
    z-index:1;
    border-radius:7px
}
@media only screen and (min-width:576px) and (max-width:767px){
    .go-top{
        width:35px;
        height:35px;
        bottom:5em;
        right:2em;
        font-size:15px;
        line-height:33px
    }
}


@media(min-width:1599px){
	.about-area {min-height:900px;}
	.daa {min-height:auto!important}
}

@media(max-width:575px){
    .go-top{
        right:2em;
        bottom:2em;
        z-index:1
    }
}
.go-top:hover{
    background-color:#fff;
    color:#020e28
}
.header-area .is-sticky .sticky-area{
    background:#fff;
    box-shadow:0 3px 16px -2px #d0cece;
    z-index:999!important;
    -webkit-animation:slideInDown .6s forwards;
    animation:slideInDown .6s forwards;
    margin-top:0
}
#header-2.header-area .is-sticky .sticky-area{
    box-shadow:0 3px 16px -2px #4c4a4ade;
    animation:none
}
.header-area.absolute-header .is-sticky .sticky-area{
    background:#f9f9f9;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-top:0
}

.is-sticky a {
	color:#000!important;
}



.is-sticky a:hover {
	color:#f4c00d!important;
}

.is-sticky li a img {filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(108%) contrast(108%);}


.is-sticky i {
	color:#000;
}

#header-2.header-area .is-sticky .sub-menu{
    top:60px
}
#header-2 .is-sticky .main-menu li:hover .sub-menu{
    top:60px
}
.header-top{
    background:#1f2437;
    font-size:14px;
    font-weight:400;
    color:#fff;
    padding:15px 0
}
.contact-info a{
    color:#fff
}
.contact-info i{
    color:#92b24f;
    font-size:16px;
    margin-right:2px
}
.site-info .social-area{
    display:inline-block;
    margin-left:10px
}
.site-info .social-area i{
    font-size:17px;
    color:#92b24f;
    padding-left:20px
}

.footer-sa {margin-top:0px!important}

.site-info .social-area i:hover{
    color:#8d9cc5
}
.header-area{
    height:90px
}
#header-2.header-area{
    height:auto
}
#header-2.header-area{
    padding:0
}
.header-area .logo{
    padding:15px 0
}
.header-area .logo img{
    max-width:230px
}
.sub-title{
    position:relative;
    display:flex;
    align-items:center;
    margin-bottom:0;
    padding:15px 0
}
.sub-title p{
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    font-weight:400;
    margin-top:15px
}
.sub-title:before{
    position:absolute;
    content:"";
    top:50%;
    left:-17px;
    height:40px;
    border-left:2px solid #eee;
    margin-top:-20px
}
#header-2 .navigation{
    height:80px;
    background:#1f2437;
    border-top:1px solid #eee
}
#header-2 .logo{
    padding:15px 0
}
#header-2 .sub-title{
    padding:15px 0
}
#header-2 .aside-content{
    padding:15px 0
}
.header-area li.nav-item .nav-link{
    color:#020e28
}
#header-2 .main-menu .navbar-nav .nav-link{
    padding:30px 0;
    color:#d7d7d7
}
#header-2.header-area .header-btn.main-btn{
    margin-top:15px
}
#header-2.header-area .header-btn.main-btn:hover{
    background:#fff;
    color:#051232
}
#header-3.header-area li.nav-item .nav-link{
    color:#fff;
	font-size:15px;
	font-weight:bolder;
}

#header-3.header-area li.nav-item .nav-link:Hover{
    color:#f4c00d;
	font-size:15px;
	font-weight:bolder;
}

.header-area .main-menu .navbar-nav .nav-link.active{
    color:#92b24f
}
#header-2.header-area .main-menu .navbar-nav .nav-link.active{
    color:#92b24f
}


#header-3.header-area .main-menu .navbar-nav .nav-link:hover img{
    filter: invert(87%) sepia(13%) saturate(6839%) hue-rotate(356deg) brightness(99%) contrast(93%);
	transition:all ease 0.6s;
}

.nav-item img {
	height:28px;
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(117deg) brightness(107%) contrast(101%);
	margin-right:5px;
	}

.header-area .main-menu li.nav-item:hover>a{
    color:#777
}
.header-area .header-btn.main-btn{
    padding:14px 30px
}
.header-area.absolute-header{
    position:absolute;
    top:0;
    width:100%;
    z-index:99;
    padding:20px 0;
    -webkit-transition:.3s;
    transition:.3s
}
.responsive-logo{
    display:none
}
#header-3 .logo{
    margin-top:0
}
#header-3 .sub-title p{
    color:#fff
}
#header-3 .sub-title:before{
    border-left:2px solid #c5c2c2
}
#header-3 button.search-btn{
    color:#fff
}
#header-3 .search-box button:before{
    border-left:unset
}

.search-btn i{font-size:45px;}
.search-btn i:hover{color:#f4c00d;transition:all ease 0.3s}


.search-box button{
    text-decoration:none;
    outline:none;
    outline-width:0!important;
    border:none;
    background:0 0;
    font-size:20px
}
.search-box{
	display: flex;
	align-items: center;
	justify-content: end;
}
.search-box button:before{
    position:absolute;
    content:"";
    top:50%;
    left:-40px;
    height:40px;
    border-left:2px solid #eee;
    margin-top:-20px
}
.search-box button:hover{
    cursor:pointer
}
.search-popup{
    position:fixed;
    right:0;
    top:0;
    height:100vh;
    width:320px;

    z-index:999;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
.search-popup .search-back-drop{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    height: calc(100vh - 50px);
    background:rgba(0,0,0,.5)
}
.search-active .search-popup{
    opacity:1;
    visibility:visible
}
.search-popup .search-inner{
    position:relative;
    background:#fff;
    z-index:1;
	height: calc(100vh - 50px);
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease
}
.search-active .search-popup .search-inner{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.search-popup .close-search{
	position: absolute;
    left: -50px;
    top: 0px;
    color: #fff;
    font-size: 29px;
    line-height: 27px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    background: grey;
    width: 50px;
    height: 50px;
}
.search-popup .close-search:hover{
	color: red;
}
.search-popup .form-group form{
    position:relative
}
.search-popup .form-group{
    position:relative;
    margin:-35px 0 0 0;
    overflow:hidden;
	width: 100%;
    height: 100%;
    display: Flex;
    justify-content: center;
    flex-direction: column;	

}

.search-popup .form-group ul {width:100%;}
.search-popup .form-group ul li {display:Block;margin-bottom:20px;}
.search-popup .form-group ul li i {margin-right:10px;}
.search-popup .form-group ul li a {font-size:20px;font-weight:600;color:#fff;}
.search-popup .form-group ul li a:hover { padding-left:20px; color: #000;}
.white-line:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	height: 1px;
	background: #fff;
}

.rm-logo {bottom:30px;}


.search-popup .form-group input[type=text],.search-popup .form-group input[type=search]{
    position:relative;
    display:block;
    font-size:20px;
    color:#3b3b3b;
    padding:13px 14px;
    width:100%;
    background-color:transparent;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease;
    border:none;
    margin:0
}
.search-popup .form-group input::placeholder{
    color:#3b3b3b;
    font-size:20px
}
.search-popup .form-group input[type=submit],.search-popup .form-group button{
    position:absolute;
    right:3px;
    top:-24px;
    background:0 0;
    text-align:center;
    font-size:24px;
    color:#fff;
    padding:13px 14px;
    background:#70c050;
    border-radius:10px;
    -webkit-transition:all 500ms ease;
    transition:all 500ms ease
}
.search-popup .form-group input[type=submit]:hover,.search-popup .form-group button:hover{
    background:#1f2437;
    color:#fff
}
#header-aside .aside-content{
    float:right;
    color:#585252;
    margin-top:10px
}
#header-aside .aside-content .info-wrap{
    display:table;
    overflow:hidden;
    width:100%
}
#header-aside .aside-content .info-i,#header-aside .aside-content .info-c{
    display:table-cell;
    text-align:left;
    vertical-align:middle
}
#header-aside .aside-content .info-i{
    width:45px
}
#header-aside .aside-content .info-i span{
    position:relative;
    z-index:1;
    font-size:30px;
    color:#92b24f;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:inline-block;
    margin-right:10px
}
#header-aside .aside-content .info-i span i::before{
    font-size:36px
}
#header-aside .aside-content .info-i span:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    border:1px dashed transparent;
    background-color:transparent
}
#header-aside .aside-content .inner>div{
    float:left;
    display:block;
    width:180px;
    position:relative;
    color:#1f2437;
    font-size:14px;
    font-weight:500;
    line-height:20px;
    margin-left:25px
}
#header-aside .aside-content .inner>div:last-child{
    border:0
}
.main-menu .navbar{
    padding:0
}
.main-menu li.nav-item{
    position:relative;
    margin-right:22px
}
#header-2 .main-menu li.nav-item{
    margin-right:35px
}
.main-menu li.nav-item:last-child{
    margin-right:0
}
.main-menu .navbar-nav .nav-link{
    text-transform:uppercase;
    font-size:16px;
    font-weight:500;
    color:#d7d7d7;
    display:block;
    padding:35px 0
}
.main-menu .navbar-nav .nav-link.active{
    color:#fff
}
.main-menu li.nav-item:hover>a{
    color:#fff
}
.sub-menu{
    position:absolute;
    left:0;
    top:90px;
    width:370px;
    background-color:#fff;
    border-top:3px solid #92b24f;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 600ms ease;
    transition:all 600ms ease;
    z-index:99;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}
#header-2 .sub-menu{
    top:80px
}
.main-menu li:hover .sub-menu{
    opacity:1;
    visibility:visible;
    top:90px
}
#header-2 .main-menu li:hover .sub-menu{
    opacity:1;
    visibility:visible;
    top:80px
}
.main-menu ul.sub-menu{
    list-style:none;
    margin:0;
    padding:0
}
.main-menu .sub-menu li{
    display:block;
    border-bottom:1px solid #eee
}
.main-menu .sub-menu li a{
    font-size:15px;
    font-weight:400;
    display:block;
    padding:12px;
    color:#191919;
    -webkit-transition:.3s;
    transition:.3s
}
.main-menu .sub-menu li a i{
    color:#92b24f;
    margin-right:4px
}
.main-menu .sub-menu li:hover>a{
    color:#92b24f;
    padding-left:20px
}
.dropdown-toggle::after{
    display:none!important
}
.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler{
    display:none
}
.single-slide-item{
    background-size:cover;
    background-position:center;
    background-color:#ddd;
    color:#fff;
    width:100%;
    height:800px;
    display:table;
    position:relative;
    z-index:1
}
.single-slide-item h1{
    color:#fff;
    font-size:80px;
    font-weight:600;
    line-height:95px;
    letter-spacing:1px;
    margin:30px 0
}
.single-slide-item h1 b{
    color:#f4c00d
}
.homepage-slides .section-title h6{
    color:#fff
}
#home-2 .single-slide-item h6{
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    position:relative;
    padding-left:60px
}
#home-2 .single-slide-item h6:before{
    position:absolute;
    content:"";
    width:40px;
    height:2px;
    left:0;
    top:50%;
    background:#92b24f;
    margin-top:-1px
}
#home-2 .single-slide-item{
    height:700px
}
#home-3 .single-slide-item{
    height:900px
}
#home-3 .section-title{
    margin-top:100px
}
.single-slide-item p{
    color:#ccc7c7;
    font-size:18px;
    line-height:30px
}
.homepage-slides .owl-nav button.owl-prev,.homepage-slides .owl-nav button.owl-next{
    width:45px;
    height:45px;
    border:2px solid;
    border-radius:50%;
    font-size:20px;
    font-weight:100;
    line-height:16px;
    position:absolute;
    left:15px;
    top:50%;
    margin-top:-25px;
    color:#f4c00d;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.homepage-slides .owl-nav button.owl-next{
    left:auto;
    right:15px
}
.homepage-slides:hover .owl-nav button.owl-prev,.homepage-slides:hover .owl-nav button.owl-next{
    visibility:visible;
    opacity:1
}
.homepage-slides .owl-nav button.owl-prev:hover,.homepage-slides .owl-nav button.owl-next:hover{
    background:#f4c00d;
    color:#fff;
    border-color:#f4c00d
}

.video-desktop{
	position:relative;
}

.hero-area-content{
    display:table-cell;
    vertical-align:middle;
}
.hero-area-content .main-btn{
    margin:25px 0
}
.promo-area{
    background:#fff;
    box-shadow:0 15px 30px rgb(0 0 0/6%)
}
.promo-area .single-counter-box p.counter-number{
    font-size:40px
}
.promo-area .single-counter-box h6{
    color:#333;
    font-size:24px;
    font-weight:400;
    padding-bottom:14px;
    font-family:'Montserrat', sans-serif;
    letter-spacing:2px;
    margin-top:14px
}
.promo-area .single-counter-box .counter-number span{
    font-size:50px;
    font-weight:500;
    color:#92b24f;
    font-family:'Montserrat', sans-serif;
    letter-spacing:2px
}
.promo-area .single-counter-box{
    text-align:center;
    width:220px;
    height:auto
}
.promo-area .qty{
    color:#8e8fa0;
    font-weight:600;
    font-size:20px
}
.info-content-area .section-title h2{
    position:relative
}
.info-content-area .section-title h2 b{
    color:#f4c00d;
	font-weight:700;
}
.info-content-area p i{
    color:#92b24f;
    margin-right:6px
}

.dots p{font-size:18px;font-weight:bold;color:#000;margin:25px 0px;display:flex;align-items:center;}
.dots p img {
	width:40px;
	filter: invert(75%) sepia(2%) saturate(5478%) hue-rotate(39deg) brightness(89%) contrast(91%);
	margin-right:10px;
}


.info-content-area .main-btn{
    background:0 0;
    color:#92b24f;
    border:2px solid;
    margin:40px 0
}
.info-content-area .main-btn:hover{
    background:#92b24f;
    color:#fff;
    border-color:#92b24f
}

.info-content-area p img {
	width:40px;
	filter: invert(75%) sepia(2%) saturate(5478%) hue-rotate(39deg) brightness(89%) contrast(91%);
	margin-right:10px;
}

.founded{
    border-top:4px solid #eee;
    border-bottom:4px solid #eee;
    padding:4px
}
.years{
    font-family:'Montserrat', sans-serif;
    font-size:25px;
    font-weight:300;
    letter-spacing:1px
}
.years span{
    font-family:'Montserrat', sans-serif;
    font-size:140px;
    font-weight:600;
    line-height:120px;
    background-color:#92b24f;
    background-image:url(../img/trans-bg.html);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    padding-right:20px
}

.about-area {
	width:100%;
}

.about-area p {
	width:100%;
}


.about-area .text{
    font-family:'Montserrat', sans-serif;
    font-size:27px;
    font-weight:300;
    line-height:34px;
    letter-spacing:1px;
    color:#92b24f;
    border-left:5px solid #eee;
    padding-left:35px;
    margin-top:25px
}
.about-area .info-img{
    position:relative;
    padding-left:30px;
    margin-right:10px;
	display: flex;
}
.about-area .info-img figure{
    position:relative;
}
.algn-cntr{
	align-items: center;
}
.about-area .info-img figure:before{
	content: "";
	position: absolute;
	left: -30px;
	top: 30px;
	background: #92b24f;
	width: 30px;
	height: 100%;
	z-index: -1;
}
.about-area .info-img figure:after{
	content: "";
	position: absolute;
	left: -30px;
	bottom: -30px;
	background: #92b24f;
	width: 100%;
	height: 30px;
	z-index: -1;
}

.about-area h2{
	margin:15px 0px
}


.c-reverse {display:flex;}

.projects:nth-child(3n) .project-box{flex-direction: row-reverse!important;}
.projects:nth-child(4n) .project-box{flex-direction: row-reverse!important;}
.services-area{
    padding-bottom:120px;
    position:relative;
    z-index:1
}
.single-serv-item{
    background:#fff;
    text-align:left;
    position:relative;
    z-index:1;
    transition:.5s;
    border-radius:10px;
    padding:30px;
    box-shadow:0 15px 30px rgb(0 0 0/10%);
	text-align:center;
}
.single-serv-item:hover{
    margin-top:16px;
    cursor:pointer
}
.serv-content h5{
    font-family:'Montserrat', sans-serif;
    font-size:20px;
    font-weight:600;
    margin:5px 0 15px;
    color:#1d2143
}
.serv-icon img{
    width:40px;
    margin-bottom:16px;
}
.single-serv-item a{
    text-transform:uppercase;
    font-family:'Montserrat', sans-serif;
    font-size:17px;
    font-weight:500
}
.single-serv-item a:hover{
    color:#92b24f;
    opacity:.8
}
.single-serv-item.active{
    background:#020c1f
}
.single-serv-item.active h5{
    color:#fff
}



.serv-content p {font-size:18px;line-height:26px;text-align:center;min-height:80px;font-weight:500}

.single-serv-item.active .serv-content{
    border-color:#1d2143
}
.skill-bg{
    background-image:url(../img/skill-bg.jpg)
}
.skill-bg{
    width:50%;
    height:auto;
    position:relative;
    background-size:cover
}
@media only screen and (min-width:576px) and (max-width:767px){
    .skill-bg{
        display:none
    }
}
@media(max-width:767px){
    .skill-bg{
        display:none
    }
}
.skill-content{
    width:50%;
    padding:80px 100px 50px;
    padding-bottom:60px;
    background:#061129
}
.skill-content p{
    font-size:16px;
    color:#c5c2c2
}
@media only screen and (min-width:768px) and (max-width:991px){
    .skill-content{
        padding:26px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .skill-content{
        width:100%;
        padding:80px
    }
}
@media(max-width:767px){
    .skill-content{
        width:100%;
        padding:50px
    }
}
.skill-area{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
}
.skill-area .section-title{
    margin-bottom:30px
}
.skill-area .section-title h2{
    color:#fff
}
.skill-area .single-counter-box{
    border:1px solid #5a5a5a;
    padding:30px;
    text-align:center;
    margin:10px;
    border-radius:10px
}
.skill-area .fact-icon i:before{
    font-size:45px;
    line-height:40px;
    margin:10px 0;
    color:#92b24f
}
.skill-area .single-counter-box .counter-number span{
    font-size:40px;
    font-weight:600;
    margin:25px 0 5px
}
.single-counter-box p.counter-number{
    font-size:40px;
    color:#fff
}
.single-counter-box h6{
    color:#fff;
    font-weight:500
}
.pop-up-video a.video-play-btn{
    font-size:45px;
    color:#fff;
    border:2px solid #6fc050;
    border-radius:50%;
    padding-top:20px;
    width:90px;
    height:90px;
    line-height:38px;
    text-align:center;
    position:absolute;
    top:55%;
    left:50%;
    margin-left:-35px;
    margin-top:-35px;
    background:#6fc050;
    cursor:pointer;
    z-index:9
}
@-webkit-keyframes btnIconRipple{
    0%{
        border-width:20px;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    80%{
        border-width:30px;
        -webkit-transform:scale(1.35);
        transform:scale(1.35)
    }
    100%{
        opacity:0
    }
}
.pop-up-video a::before{
    content:'';
    display:inline-block;
    position:absolute;
    top:-2px;
    left:-2px;
    bottom:-2px;
    right:-2px;
    border-radius:inherit;
    border:2px solid #6fc050;
    -webkit-animation:btnIconRipple 2s cubic-bezier(.23,1,.32,1) both infinite;
    animation:btnIconRipple 2s cubic-bezier(.23,1,.32,1) both infinite
}
.faq-img{
    position:relative;
    padding-left:30px;
    margin-right:10px
}
.faq-img:before{
    content:'';
    position:absolute;
    width:90%;
    height:100%;
    background:#92b24f;
    left:0;
    top:30px;
    z-index:-1
}
.styled-faq{
    margin-top:30px
}

.styled-faq:first-child{
    margin-top:0px
}

.styled-faq .panel-group .panel{
    border-radius:0;
    -webkit-box-shadow:0 0 0;
    box-shadow:0 0 0;
	margin-bottom:30px;

}
.styled-faq .panel-default>.panel-heading{
    background:0 0;
    padding:0;
    border:none
}
.styled-faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top:none;
    padding:20px;
    line-height:1.5;
    color:#555;
    border-radius:10px;
    margin-top:20px;
    box-shadow:0 3px 24px rgb(0 0 0/10%)
}


.panel-body ol {
	padding-left:7px;
}
.panel-body ol li:before {
	content: "\f192";
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	color: #92b24f;
    margin-right: 6px;
}

.panel-body ol li {
	margin:7px 0px;
}

.panel-title img{
	height:30px;
	position:relative;
filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(96deg) brightness(106%) contrast(101%);
	
}

.kvkk-a {color:#fff!important}

.styled-faq .panel .panel-heading h6{
    font-weight:500
}
.styled-faq .panel .panel-heading h6 a{
    display:block;
    text-decoration:none;
    padding:16px;
    background:#fff;
    border:1px solid #fff;
    border-radius:10px;
	font-weight:600;
    color:#444;
	line-height:25px;
    box-shadow:0 3px 24px rgb(0 0 0/10%)
}

.d-icon {
	display:inline-block;
	background: linear-gradient(90deg, var(--r2) 0%, var(--r3) 100%);
	border-radius:50%;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-right:10px;
	margin-bottom:0px;
}

@media(max-width:575px){
    .styled-faq .panel .panel-heading h6 a{
        font-size:14px
    }
	

	
}
.styled-faq .panel .panel-heading h6 a i{
    float:right;
    font-size:150%;
    line-height:15px;
    display:none;
    color:#ddd
}
.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.up{
    display:block;
    color:#92b24f
}
.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.down{
    display:block;
    color:#92b24f
}

.faq-area {
	width:100%;
}


.i-href {
	transition: all ease .25s;
    width: 160px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    background-color: #97c34f;
    border-color: #97c34f;
    transform-origin: center;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 10%);
    padding: 18px 20px;
    text-align: center;
}

.i-href:hover {
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
	color:#fff;
}

.fayda {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	margin:14px;
}

.fayda:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	transition:all ease 0.3s;
}

.single-facility-area{
    text-align:center;
    overflow:hidden
}
.single-facility-area h5{
    font-size:14px;
    color:#000;
    margin:25px 0 10px;
    letter-spacing:1px
}
.single-facility-area h4{
    color:#000;
    font-size:18px;
    font-weight:500;
    margin:20px 0
}
.facility-icon{
    position:relative
}
.facility-icon img{
    transform:perspective(1px) translateZ(0);
    box-shadow:0 0 1px transparent;
    color:#6cbb4e;
    font-size:40px;
    border:2px dashed #6cbb4e;
    width:100px;
    height:100px;
    border-radius:10px;
    padding:20px;
    margin:10px;
	filter: invert(59%) sepia(58%) saturate(444%) hue-rotate(59deg) brightness(100%) contrast(84%);
}
.single-facility-area:hover img{
    -webkit-animation-name:hvr-buzz-out;
    animation-name:hvr-buzz-out;
    -webkit-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1
}

#about-page.facility-area .section-title h2{
    color:#fff
}
#about-page.facility-area .single-facility-area h4{
    color:#fff
}
#about-page.facility-area .single-facility-area p{
    color:#cecece
}
.blog-area .single-blog-item{
    background:#fff;
    border-radius:10px
}
.blog-area .blog-bg{
    padding:10px
}
.blog-area .blog-bg img{
    width:100%;
    border-radius:10px
}
.blog-area p.blog-meta{
    font-size:16px;
    font-weight:500;
    margin:8px 0;
    color:#92b24f;
    text-transform:uppercase
}
.blog-meta span i{
    color:#92b24f;
    margin-right:6px
}
.blog-content{
    box-shadow:0 0 10px 0 rgba(0,0,0,.06);
    padding:30px
}
.blog-area .blog-content h5 a{
    font-size:18px;
    font-weight:500;
    line-height:28px;
    color:#1d2143;
    margin-bottom:20px
}
.blog-area .blog-content h5 a:hover{
    color:#92b24f
}
.blog-area a.read-more{
    text-transform:uppercase;
    font-size:16px;
    font-weight:500;
    margin:10px 0 0;
    color:#92b24f
}
.blog-area a.read-more:hover{
    color:#1f2437
}
.blog-area .blog-bg span{
    background:#92b24f;
    color:#fff;
    padding:10px;
    display:inline-block;
    width:60px;
    text-align:center;
    position:absolute;
    top:0;
    right:0
}
.single-logo-wrapper{
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s
}
.cta-area{
    background:#92b24f;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    z-index:1
}
.cta-area h2{
    font-size:40px;
    line-height:50px;
    color:#fff;
    font-weight:600
}
.cta-area h6{
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:10px
}
.cta-area p{
    color:#cacaca;
    margin:12px 0
}
.cta-area .contact-info{
    margin-top:30px
}
.cta-area .contact-info i{
    font-size:50px;
    float:left;
    padding-right:10px
}
.contact-info h5{
    font-size:22px;
    color:#fff
}
.contact-info p{
    margin:4px 0
}
.cta-area .main-btn{
    background:#fff;
    color:#333;
    margin-top:16px
}
.cta-area .main-btn:hover{
    background:#012a41;
    color:#fff
}
.footer-area{
    
    background-size:cover;
    background-position:center;
    color:#050c1d
}
.footer-area h5{
    color:#000;
    margin-bottom:20px;
	font-weight:bolder;
}
.footer-area p{
    margin-top:15px;
    color:#898a9c;
    font-size:16px;
    font-weight:400
}
.contact-info p{
    margin-bottom:10px
}
.footer-area ul li a{
    display:block;
    color:#000;
    padding:7px 0;
	font-size:17px;
	
}
.footer-up ul li a i{
    color:#000;
    margin-right:6px;
	font-weight:bold;
}
.footer-area ul li a:hover{
    color:#92b24f;
    padding-left:4px
}

.pageul {margin-left:30px;margin-bottom:30px;}
.pageul li {display:list-item;margin:5px 0px;list-style:circle;}


.footer-links a{text-transform:uppercase;}
.footer-links img{height:24px;margin-right:10px;}

.subscribe-form button{
    padding:15px 30px;
    font-size:16px;
    background:#92b24f;
    width:100%;
    color:#fff;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    border:0;
    cursor:pointer;
    border-radius:10px
}
.subscribe-form{
    position:relative
}
.subscribe-form input{
    border:0;
    color:#d7d7d7;
    background:#515970;
    border-radius:10px
}
.subscribe-form input::placeholder{
    color:#d7d7d7;
    font-size:14px
}
.footer-up{
    padding:80px 0
}
.footer-up .logo{
    width:288px
}
.footer-up .social-area i{
    color:#000;
    font-size:18px;
    margin-top:10px;
	margin-right:15px;
}
.footer-up .social-area i:hover{
    color:#445f0a;
    border-color:#445f0a
}
.footer-bottom{
    padding:18px 0;
    background:#ededed
}
.footer-bottom p{
    margin:0;
    color:#050c1d;
	font-size:12px;
}
.footer-bottom p a:hover{
    color:#8d9cc5
}
p.privacy{
    text-align:right
}

.privacy a {
	color:#050c1d;
	font-size:12px;
	margin:0px 5px;
}

.privacy a:hover {
	color:#92b24f!important
}

.pagearea {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}

.active-m a{color:#ebebeb!important;}

.ic, .nav1, .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav1 {
    position: relative;
    background-color: #fff;
    padding: 20px;
    transition: 0.5s;
    border-radius: 50px;
    overflow: hidden;
	height:80px;
    box-shadow: 0 8px 15px rgba(0,0,0,.2);
}

.menu {
    margin: 0;
    padding: 0;
    width: 0;
  height: 40px;
    overflow: hidden;
    transition: 0.5s;
  display: flex;
  justify-content: space-between;
}

.nav1 input:checked ~ .menu {
    width: 100%;
}

.menu li {
    list-style: none;
  flex: 1;
  width: 22.6vw;
    overflow: hidden;
	text-align:center;
}

.menu li a {
    text-decoration: none;
    color: #666;
    font-weight: 600;
    transition: 0.5s;
  width: 22.6vw;
    overflow: hidden;
  display: block;
  letter-spacing:-0.8px;
  font-size:1.1vw;
}

.menu li a:hover {
    color: #161919;
}

.nav1 input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
}

.nav1 span {
    position: absolute;
    left: 26px;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #666;
    pointer-events: none;
    transition: 0.5s;
}

.nav1 input:checked ~ span {
    background-color: #f974a1;
}
.nav1 input:checked {
  margin-right: 10px;
}

.nav1 span:nth-child(2) {
    transform: translateY(-8px);
}
.nav1 input:checked ~ span {display:none;}

.nav1 input:checked ~ span:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
	display:block;
}
.nav1 span:nth-child(3) {
    transform: translateY(8px);
}

.nav1 input:checked ~ span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
	display:block;
}

.menu1 {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	background:#f3f3f3;
	width:100%;
	height:100px;
	align-items:Center;
}
.menu1 li {
	margin:15px 28px;
	position:relative;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	
}



.menu1 li:hover a {
	color:#92b24f;
	transition:all ease 0.4s;
}

.menu1 li a{
	color:#000;
	font-weight:500;
	font-size:1.02vw;
}


.active-1 a {
	color:#92b24f!important;
}


.active-1 span {
    position: absolute;
    left: 35%;
    bottom: -0.4vw;
    width: 30%;
    height: 0.05vw;
    background: #92b24f;
}

@media screen and (max-width:1400px) {
	.menu1 li {
		margin:15px 20px!important;
	}
}

.about-content-wrapper{
    position:relative;
    z-index:9
}


.about-content-wrapper ul {
	margin-left:20px;
}

.about-content-wrapper ul li {
	width:100%;
	font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    color: #898a9c;
	}

.about-content-wrapper ul li i {
	    color: #92b24f;
    font-size: 12px;
    margin: 0 5px;
}




.about-area .about-img{
    position:relative;
}

.about-fact-icon i{
    color:#92b24f;
    font-size:50px;
    margin-bottom:10px
}
.key-feature{
    margin-top:20px
}
.key-feature h4{
    font-family:'Montserrat', sans-serif;
    font-size:24px;
    font-weight:400;
    letter-spacing:1px;
    margin:15px 0 10px
}
.single-service-bg{
    height:325px
}
.service-bg-2{
    background-image:url(../img/service/2.jpg)
}
.service-bg-3{
    background-image:url(../img/service/3.jpg)
}
.service-bg-4{
    background-image:url(../img/service/4.jpg)
}
#service-2 .single-service-area{
    padding:40px;
    box-shadow:none;
    margin-top:0;
    height:325px;
    text-align:center;
    background:#fff;
    transition:.3s
}
.single-service-area h5{
    margin:25px 0;
    font-size:20px;
    font-weight:500
}



#service-2 .logistic-icon i:before{
    color:#002c42
}
#service-2 .single-service-area a.read-more{
    margin:12px 0 0;
    text-transform:uppercase;
    font-weight:500
}
#service-2 .single-service-area:hover{
    background:#92b24f
}
#service-2 .single-service-area:hover .service-icon i:before{
    color:#fff
}
#service-2 .single-service-area:hover h5{
    color:#fff
}
#service-2 .single-service-area:hover p{
    color:#fff
}
#service-2 .single-service-area:hover .read-more{
    color:#fff
}
.service-icon i:before{
    font-size:50px
}
.achievement-area{
    background-image:url(../img/achievement.jpg);
    height:250px;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    z-index:1
}
.achievement-area.home2{
    background-color:#020e28
}
.fact-icon i:before{
    font-size:50px;
    line-height:35px;
    color:#ff5316;
    margin:25px 0;
    display:inline-block
}
.single-counter-box{
    text-align:center
}
.single-counter-box .counter-number span{
    font-size:55px;
    font-weight:700;
    color:#fff;
    margin:30px 0 0
}
.single-counter-box p.counter-number{
    font-size:40px;
    color:#fff
}
.single-counter-box h6{
    color:#92b24f;
    font-size:16px;
    font-weight:500
}
.chooseus-area{
    border-top:1px solid #eee
}
.chooseus-area .section-heading:after{
    margin:0
}
.single-feature-item .num{
    font-size:24px;
    line-height:27px;
    border:2px dashed #92b24f;
    display:inline-block;
    padding:10px;
    color:#92b24f;
    width:50px;
    height:50px;
    text-align:center;
    float:left;
    border-radius:50%
}
.feature-image img{
    width:100%;
    box-shadow:0 5px 25px 0 rgba(27,20,100,.15)
}
.feature-image{
    position:relative;
    z-index:1
}
.feature-image:before{
    position:absolute;
    content:" ";
    top:-50px;
    right:-50px;
    width:100%;
    height:100%;
    background:#92b24f;
    z-index:-1
}
.feature-content h5{
    font-size:20px;
    margin:0
}
.feature-content{
    padding-left:70px;
    margin-top:30px;
    margin-bottom:30px
}
.feature-content p{
    font-size:16px;
    line-height:26px;
    margin:10px 0
}
.pricing-section .section-title h2{
    color:#fff
}
.single-price-item{
    margin-bottom:30px;
    margin-top:30px;
    text-align:center;
    border:2px solid #0f294a;
    opacity:.5;
    border-radius:20px
}
.price-img{
    background:#0f294a;
    padding:40px 0;
    border-radius:18px 18px 50% 50%;
    border-bottom:10px solid #92b24f
}
.single-price-item.active{
    border-color:#92b24f;
    opacity:1
}
.single-price-item h4{
    margin:25px 0;
    padding:15px 25px;
    color:#fff;
    font-size:24px;
    letter-spacing:1px;
    font-weight:500
}
.single-price-item p{
    margin-bottom:50px
}
.single-price-item p b{
    font-size:40px;
    color:#fff
}
.single-price-item ul{
    list-style:none;
    margin:0;
    padding:0
}
.single-price-item ul li{
    display:block;
    margin:20px 0;
    color:#e5e5e5;
    font-size:16px;
    text-align:center
}
.single-price-item .main-btn{
    padding:14px 24px;
    margin:30px 0;
    border-radius:10px;
    background:#92b24f;
    color:#fff;
    text-transform:uppercase;
    font-size:14px
}
.single-price-item .main-btn:hover{
    background:#00656d;
    color:#fff
}
.single-bar-item h4{
    font-size:17px;
    margin-bottom:10px
}
.progress-bar-area{
    margin-top:20px
}
.barfiller .fill{
    background:#92b24f!important
}
#about-3 .choose-certify{
    text-align:center;
    margin-top:30px
}
#about-3 .choose-certify i{
    position:relative
}
#about-3 .choose-certify i{
    font-size:45px;
    color:#92b24f
}
#about-3 .choose-certify h5{
    font-size:20px;
    font-weight:500;
    margin:20px 0;
    color:#002c42
}
#about-3 .choose-certify p{
    padding-left:0
}
.feature-area .single-feature-item{
    margin-top:-100px;
    transform:translateY(0);
    transition:.5s;
    box-shadow:0 15px 30px rgba(0,0,0,.1);
    background-color:#fff;
    border-top:3px solid #92b24f
}
.feature-area .single-feature-item:hover{
    transform:translateY(-20px)
}
.feat-icon i:before{
    font-size:60px;
    color:#f4c00d
}
.feat-icon{
    padding:50px 30px;
    height:100%;
    border-radius:5px 0 0 5px
}
.feat-content{
    padding:30px 25px;
    border-left:1px solid #eee;
    border-radius:0 5px 5px 0;
	
}
.feat-content p{
    margin:15px 0;
	text-align:Center;
}
.feat-content a{
    font-size:20px;
    color:#212228
}
.feature-area{
    position:relative;
    z-index:9
}
#cta-2.cta-area{
    background-image:url(../img/divider.jpg);
    background-attachment:fixed;
    height:300px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    z-index:1
}
#cta-2.cta-area h2{
    font-size:40px;
    line-height:50px;
    color:#fff;
    font-weight:600
}
#cta-2.cta-area h6{
    color:#92b24f;
    text-transform:uppercase;
    font-size:16px;
    margin-bottom:10px
}
#cta-2.cta-area p{
    color:#cacaca;
    margin:12px 0
}
.cta-area .contact-info{
    margin-top:30px
}
#cta-2.cta-area .contact-info i{
    font-size:50px;
    float:left;
    padding-right:10px
}
#cta-2 .contact-info h5{
    font-size:22px;
    color:#fff
}
#cta-2 .contact-info p{
    margin:4px 0
}
.choose-us-area{
    background-image:url(../img/achievement.jpg);
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    height:500px;
    position:relative;
    z-index:1;
	padding:50px 0px;
}
.choose-us-area .section-title h2{
    color:#fff
}
.choose-us-wrapper{
    background:#fff;
    margin-top:50px;
    position:relative;
    border-bottom:3px solid #92b24f
}
.choose-us-inner{
    text-align:center;
    padding:50px 30px;
    border-right:1px solid #eee
}
.choose-us-inner h5{
    margin:40px 0 20px
}
.choose-us-inner:nth-last-child(4){
    border-right:none
}
.choose-us-icon{
    position:relative;
    z-index:1
}
.choose-us-icon i{
    font-size:60px;
    color:#f4c00d
}

.choose-us-inner:hover .choose-us-icon:after{
    width:100px;
    height:100px;
    top:-18px;
    left:65px;
    background:#92b24f;
    opacity:.2
}
.spacer{
    position:relative
}
.spacer-bg{
    background-attachment:fixed;
    height:300px;
    display:flex;
    justify-content:center;
    align-items:center
}
.spacer-bg .main-btn{
    z-index:9;
    margin-top:120px
}
.single-team-member{
    position:relative;
    margin-top:25px
}
.single-team-member .team-content{
    position:absolute;
    bottom:-75px;
    background:#fff;
    text-align:center;
    width:100%;
    border-bottom:5px solid #92b24f
}
.team-content .team-title{
    font-weight:500
}
.team-content .team-title a{
    font-size:17px;
    font-weight:600;
    letter-spacing:.3px;
    color:#191919;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
    margin:16px 0 0
}
.team-content .team-subtitle{
    font-size:14px;
    color:#7c7c7c;
    margin-bottom:10px
}
.team-content .team-subtitle p{
    margin:0;
    color:#333e38
}
.team-social ul{
    list-style:none;
    margin:0;
    padding:0
}
.team-social ul li{
    display:inline-block
}
.team-social ul li a{
    font-size:18px;
    padding:10px;
    transition:all .3s ease-out
}
.team-social{
    position:absolute;
    bottom:0;
    right:-35px;
    background:#fff;
    opacity:0;
    visibility:hidden;
    transform:translateX(-2px);
    transition:all .4s
}
.team-social ul li{
    display:block
}
.team-social i{
    color:#92b24f
}
.single-team-member:hover .team-social{
    visibility:visible;
    opacity:1;
    right:0;
    transform:translateY(0)
}
.team-box .single-team-member{
    margin-bottom:80px
}
.project-area{
    position:relative;
    z-index:1;
}

.project-list {
	flex-wrap:wrap;
}


.project-item {
	margin:20px;
	max-width:351px;
	margin-top:20px!important;
}

.single-client-item{
    background:#f4c00d;
    padding:20px;
	border-radius:15px;
    position:relative;
	min-height:356px;
    z-index:1;
    margin-top:50px;
    border-bottom:5px solid #d3a60c;
    transition:.3s
}
.single-client-item p{
    margin-top:20px;
	
}
.single-client-item img{
    height:auto;
    float:left;
    border-radius:15px;
}
.author-desc{
    margin-top:30px;
	display:inline-block;
	text-align:center;
	width:100%;
}
.author-desc h5{
    font-size:18px;
	margin:auto;
	color:#fff;
	text-align:Center;
}

.author-desc p {
	color:#fff;
}

.author-desc span{
    font-size:90%;
    color:#333e38;
    padding-left:10px
}
.testimonial-icon i{
    font-size:50px;
    color:#92b24f;
    padding:10px;
    position:absolute;
    top:6px;
    left:40px;
    opacity:.6;
    z-index:9
}
.project-area .owl-dots button.owl-dot span{
    width:10px;
    height:6px;
    background:#ddd;
    margin-right:10px;
    margin-top:20px
}
.project-area .owl-dots button.owl-dot.active span{
    width:35px;
    height:6px;
    background:#d3a60c
}
.project-area .client-carousel .owl-dots{
    text-align:center;
    margin-top:50px
}
.contact-section{
    background-image:url(/images/achievement.jpg);
    background-attachment:fixed;
    position:relative;
    z-index:1
}
.contact-content{
    margin-top:50px
}
.contact-section h2{
    color:#fff
}
.contact-section p{
    color:#c5bfbf
}
.contact-section .contact-info i{
    font-size:30px;
    margin-left:0;
    background:#92b24f;
    color:#fff;
    padding:10px;
    border-radius:0;
    float:left
}
.contact-inner{
    margin-bottom:30px
}
.contact-inner h6{
    color:#fff;
    font-size:20px;
    font-weight:400;
    padding-left:100px
}
.contact-inner p{
    padding-left:100px
}
.contact-section button.main-btn{
    border:none
}
.contact-section button.main-btn:hover{
    background:#515970;
    color:#fff
}
.contact-form{
    margin-top:80px
}
.contact-section input,.contact-section textarea{
    color:#fff
}

.breadcroumb-title {
	margin-top:50px;
}

.breadcroumb-area{
    height:350px;
    background-size:cover;
    background-position:center bottom;
    background-color:#ddd;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    z-index:2
}
.breadcroumb-area:after{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#021017;
    opacity:0.1;
    /*opacity:.8;*/
    z-index:-1
}
.breadcroumb-area .breadcroumb-title h1{
    font-size:40px;
    font-weight:700;
    color:#fff;
    position:relative;
    padding-bottom:10px
}
.breadcroumb-area .breadcroumb-title h1:before{
    position:absolute;
    content:" ";
    bottom:0;
    left:0;
    width:60px;
    height:4px;
    background:#92b24f
}
.breadcroumb-area .breadcroumb-title h1:after{
    position:absolute;
    content:" ";
    bottom:0;
    left:70px;
    width:20px;
    height:4px;
    background:#92b24f
}
.breadcroumb-area h6 a{
    color:#fff
}
.breadcroumb-area h6 i{
    color:#92b24f;
    font-size:12px;
    margin:0 5px
}
.breadcroumb-area h6{
    color:#fff;
    font-size:16px;
    margin-top:25px
}
@media only screen and (min-width:768px) and (max-width:991px){
    .breadcroumb-area .breadcroumb-title h1{
        font-size:50px
    }
}
@media only screen and (min-width:576px) and (max-width:767px){
    .breadcroumb-area .breadcroumb-title h1{
        font-size:40px
    }
}
@media(max-width:575px){
    
	.footer-sa {
		margin-bottom:20px;
		padding: 0px!important;
	}
	
	.anasayfaCevre_text {
		width:100%;
		height:100%;
		margin:0;
		padding:20px;
		max-height:400px;
		left:0;
		right:0;
		border-radius:unset;
		z-index:97;

	}
	
	.solar {
		right:0px!important
	}
	
	.breadcroumb-area .breadcroumb-title h1{
        font-size:35px
    }
}
#choose-us-page .about-content-wrapper{
    margin-top:0;
    border-top:none
}
#team-page .single-team-member{
    margin-bottom:100px
}
#price-page.pricing-section{
    background:0 0
}
#price-page.pricing-section .section-title h2{
    color:#1d2143
}
#price-page .single-price-item{
    border:5px solid #0f294a;
    opacity:.5
}
#price-page .single-price-item.active{
    border-color:#92b24f;
    opacity:1
}
#price-page .single-price-item h4{
    color:#1d2143
}
#price-page .single-price-item p b{
    color:#1d2143
}
#price-page .single-price-item ul li{
    color:#1d2143
}
.quote-form{
    margin-top:50px
}
.form-list{
    width:100%;
    vertical-align:middle;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
    align-items:center
}
.quote-form input,.quote-form select{
    width:100%;
    padding:10px;
    border:1px solid #ddd;
    border-radius:0;
    margin-bottom:0
}
.form-list select{
    color:#555
}
.cost-center .btn-1 span{
    padding:15px 25px;
    position:relative;
    text-align:left;
    background:#0c4d52;
    color:#fff;
    display:inline-block;
    margin-top:10px;
    margin-right:-4px
}
.cost-center .btn-1 .dark{
    background:#92b24f
}
.quote-form .btn:hover{
    background:navy;
    color:#fff
}
.cost-center .btn.btn-primary{
    margin-top:10px
}
.question-section{
    background:#f7f7f7;
    padding:30px
}
.question-section h6{
    margin-bottom:20px
}
.question-section input,.question-section textarea{
    background:#fff;
    color:#191919;
    border:none
}
.question-section input::placeholder,.question-section textarea::placeholder{
    font-size:15px;
    color:#191919
}
.question-section button{
    font-size:14px;
    letter-spacing:1px
}
#blog-page .single-blog-item{
    margin-bottom:20px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 3px 9px -2px #d0cece
}
#blog-page .blog-bg img{
    padding:10px;
    width:100%;
    border-radius:20px
}
#blog-page .blog-content p.blog-meta{
    font-size:16px;
    color:#898a9c
}
#blog-page .blog-content a{
    font-size:24px;
    font-weight:500;
    color:#00283f
}
#blog-page .blog-content a:hover{
    color:#92b24f
}
#blog-page .blog-content a.read-more{
    text-transform:uppercase;
    font-size:16px;
    color:#92b24f
}
#blog-page .blog-com-meta i{
    color:#92b24f;
    margin-right:6px
}
.blog-search input{
    border:none;
    border-radius:0;
    border:1px solid #ddd;
    padding:14px;
    padding-right:40px;
    margin:0
}
.blog-search input:focus{
    border-color:#92b24f
}
.blog-search button{
    background:0 0;
    margin:0;
    padding:0
}
.blog-search button i{
    color:#191919;
    font-size:20px;
    opacity:.5;
    position:absolute;
    top:15px;
    right:28px
}
.blog-category span,.archive span{
    float:right
}
.blog-category h5,.archive h5{
    font-size:24px;
    font-weight:600;
    margin:25px 0
}
.blog-category a,.archive a{
    display:block;
    color:#191919;
    font-size:16px;
    margin-bottom:20px
}
.blog-category a:hover,.archive a:hover{
    color:#92b24f
}
.blog-category a.active,.archive a.active{
    color:#92b24f
}
.recent-post h5{
    margin:30px 0;
    margin-top:50px;
    font-weight:600
}
.recent-post img{
    float:left;
    width:70px;
    height:70px
}
.single-recent-post h6{
    margin:0;
    padding-left:90px
}
p.blog-date{
    padding-left:90px
}
.single-recent-post{
    padding-bottom:25px
}
.single-recent-post .recent-post-content{
    display:block;
    padding-left:110px
}
.single-recent-post h6 a{
    color:#000;
    line-height:1.5
}
.single-recent-post h6 a:hover{
    color:#92b24f;
    line-height:1.5
}
.popular-tag h5{
    margin:30px 0;
    margin-top:50px;
    font-weight:600
}
.popular-tag span{
    padding:8px 15px;
    background:#00283f;
    margin-bottom:10px;
    margin-right:10px;
    font-size:15px
}
.popular-tag a{
    color:#fff
}
.popular-tag span.active{
    background:#92b24f
}
.popular-tag span:hover{
    background:#92b24f
}
.popular-tag span:hover a{
    color:#fff
}
.author-profile{
    margin:40px 0;
    box-shadow:0 0 40px 5px rgb(0 0 0/3%);
    padding:16px;
    border-left:3px solid #92b24f
}
.author-profile img{
    width:90px;
    height:90px;
    float:left
}
.author-profile .social-icon a{
    margin-right:10px
}
.author-profile .social-icon a:hover{
    color:#1f2437
}
.comments-section h5{
    font-size:22px;
    margin:40px 0
}
.comments-section img{
    width:90px;
    height:90px;
    float:left
}
.single-comments-section p{
    padding-left:120px
}
.single-comments-section p b{
    color:#333
}
a.reply-btn{
    text-transform:uppercase;
    font-size:14px;
    border:1px solid #92b24f;
    padding:0 6px
}
a.reply-btn:hover{
    background-color:#92b24f;
    color:#fff
}
.comments-form h3{
    margin-top:50px;
    margin-bottom:10px
}
.comments-form input:focus{
    border-color:#92b24f
}
.comments-form button:hover{
    background-color:#1f2437
}
.author-info{
    padding-left:120px
}
.author-info h6{
    margin:10px 0
}
.single-comments-section p span{
    padding-left:50px;
    font-size:15px
}
.blog-category,.recent-post,.archive,.popular-tag{
    background-color:#f6f6f6;
    padding:10px 30px 20px;
    margin:20px 0
}
.helpline-section{
    background-size:cover;
    background-position:center center;
    height:350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    z-index:1;
    margin-top:30px
}
.helpline-section{
    background-image:url(../img/helpline.html)
}
.helpline-content h4{
    color:#ffff
}
.helpline-content p{
    color:#fff;
    margin-top:20px
}
.helpline-content button{
    z-index:9;
    position:relative
}
.pagination-block{
    display:block;
    margin:45px auto
}
.pagination-block .page-numbers{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:inline-block;
    color:#656c76;
    font-size:15px;
    font-weight:600;
    border:1px solid #92b24f;
    margin:0 3px;
    padding:0;
    transition:all .3s ease 0s
}
.page-numbers.current{
    background:#92b24f;
    color:#fff
}
.pagination-block .page-numbers:hover{
    background:#92b24f;
    color:#fff
}
#service-page .single-service{
    padding:40px;
    padding-top:0
}
.service-list{
    background:#f6f6f6;
    padding:30px;
    margin-bottom:30px
}
.service-list h5{
    margin:30px 0
}
.service-list a{
    display:block;
    color:#333;
    padding:10px 0;
    margin-bottom:10px
}
.service-list a:hover{
    color:#92b24f
}
.service-list a span{
    float:right
}
.single-service h2{
    margin:30px 0
}
.single-service h5{
    margin:20px 0
}
.single-service p{
    font-size:16px;
    line-height:28px
}
.single-service-bg img{
    width:100%
}
.helpline-section{
    background:#020e28;
    color:#fff;
    padding:20px;
    margin-top:35px;
    display:flex;
    justify-content:center;
    align-items:center
}
.helpline-section h4{
    color:#fff;
    margin-top:15px
}
.helpline-section button{
    margin-top:15px
}
.blog-meta{
    margin:20px 0
}
.single-blog-wrap h3{
    font-size:28px;
    margin:20px 0
}
.single-blog-wrap h5{
    margin:20px 0
}
.contact-us-wrapper{
    background:#fff;
    position:relative;
    box-shadow:0 15px 30px rgba(0,0,0,.1)
}
.contact-us-inner{
    text-align:center;
    padding:40px 30px;
    border-right:1px solid #eee;
    border-top:3px solid #92b24f
}
.contact-us-inner:nth-last-child(4){
    border-right:none
}
.contact-us-inner h5{
    margin:40px 0 20px
}
.contact-us-inner a{
    color:#92b24f;
    font-size:17px;
    font-weight:500;
    margin:20px 0 10px
}

.social-icons i{
	font-size:24px;
	margin:0px 10px;
}

#contact-us .info-i{
    position:relative;
    z-index:1
}
#contact-us .info-i i:before{
    font-size:50px;
    color:#92b24f
}
#contact-us .contact-form .main-btn{
    margin-top:30px
}
.contact-section .section-title h2{
display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}



.contact-form .main-btn{
    border-radius:0;
    border:none;
    margin:40px 0
}
.error-area{
    text-align:center
}
.error-area h1{
    font-size:8rem;
    color:#92b24f;
    font-weight:700
}
.error-area h1 b{
    font-size:7rem;
    color:#1f2437
}
.error-area h4{
    margin:14px 0
}
.error-area .error-btn{
    background:#92b24f;
    color:#fff;
    padding:12px 20px;
    margin-top:20px
}
.error-area .error-btn:hover{
    background:#1f2437
}
.auth-area .auth-form{
    padding:25px 35px;
    box-shadow:0 0 40px 5px rgb(0 0 0/3%)
}
.auth-area h4{
    font-size:30px
}
.auth-area .auth-header{
    margin-bottom:20px
}
.auth-area .auth-btn{
    padding:12px 30px
}
.auth-area .auth-btn:hover{
    background-color:#1f2437
}
.auth-area .form-control{
    height:45px;
    border-radius:0;
    box-shadow:unset
}
.auth-area .form-control:focus{
    border-color:#92b24f
}
.auth-area a:hover{
    color:#1f2437
}
.auth-area .custom-control-input:checked~.custom-control-label::before{
    color:#fff;
    border-color:#92b24f;
    background-color:#92b24f
}
.auth-area .custom-checkbox .custom-control-label::before{
    border-radius:0;
    box-shadow:unset;
    border-color:#92b24f
}
.auth-area .custom-control-label::before{
    top:.1rem
}
.auth-area .custom-control-label::after{
    top:.1rem
}



.is-ortagi{
    position: fixed;
    line-height: 25px;
    padding: 10px 60px;
    border-radius: 10px;
    bottom: 60px;
    right: -100%;
    background: #fff;
    z-index: 15;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 16px;
    box-shadow: 6px 5px 26px #000;
    transition: all 1.5s;
}


.is-ortagi a{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
	color: #000;
	font-weight: bolder;
    font-size: 20px;
	position: relative;
}
.is-ortagi a div{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	font-size:16px;
	color: #000;
}
.is-ortagi figure{
	position: absolute;
	right: -191px;
    top: -19px;
}
.is-ortagi figure img{
	width: 40%;
}
.is-ortagi span{
	position: absolute;
    left: -5px;
    top: 3px;
    padding: 6px 13px;
    background: transparent;
    color: rgba(0,0,0,0.5);
    font-weight: bolder;
}
.is-ortagi span:hover{
	cursor: pointer;
}
.is-kapatli{
	right: -150%!important;
}
.is-ortagi i{
	float: right;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 15px;
	color: #000;
	animation:yukari 0.8s ease-in-out infinite alternate;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.is-ortagi-goster{
	right: 30px;
}

@keyframes color-change {
  0% { color: #fff; }
  100% { color: #000; }
}
@keyframes yukari {
  0% {
    transform:translateY(-5%);
  }
  100% {
    transform:translateY(30%);
  }
}

@-moz-keyframes hizmet-rot{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}} 
@keyframes hizmet-rot{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}

@-moz-keyframes hizmet-rot_2{0%{-moz-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-moz-transform:rotateY(360deg);transform:rotateY(360deg)}} 
@keyframes hizmet-rot_2{0%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}

.hizmet-kutu .kutu-duzen{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 46px 20px 20px 20px;
	border-radius: 5px;
	transition: all 300ms ease;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	margin:15px 0px;
}

.hizmet-kutu .kutu-duzen:hover{
	background: #f4c00d;
}

.hizmet-kutu .kutu-duzen:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.hizmet-kutu .kutu-duzen:hover:before{
	height: 100%;
	top: 0px;
}

.hizmet-kutu .kutu-duzen h3{
	margin-bottom: 30px;
}

.hizmet-kutu .kutu-duzen .icon-box{
	position: relative;
	display: inline-block;
	margin-bottom: 33px;
}

.hizmet-kutu .kutu-duzen .icon-box img{
	position: relative;
	display: inline-block;
	width: 120px;
	line-height: 110px;
	text-align: center;
	transition: all 500ms ease;
	border-radius:50%;
}

.hizmet-kutu .kutu-duzen:hover .icon-box img{
	box-shadow: none;
}

.hizmet-kutu .kutu-duzen .icon-box .border-layer{
	position: absolute;
	width: 174px;
	height: 174px;
	left: -27px;
	top: -27px;
	border: 2px solid #fff;
	border-radius: 50%;
	clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
	transition: all 500ms ease;
	-webkit-animation: hizmet-rot 4s infinite linear;
    -moz-animation: hizmet-rot 4s infinite linear;
    -o-animation: hizmet-rot 4s infinite linear;
    animation: hizmet-rot 4s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}



.hizmet-kutu .kutu-duzen:hover .icon-box .border-layer{
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.hizmet-kutu .kutu-duzen:hover .border-layer{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.hizmet-kutu .kutu-duzen .icon-box .border-layer:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	left: 15px;
	bottom: 9px;
	border-radius: 50%;
}

.hizmet-kutu .kutu-duzen p{
	color: #000;
    font-size: 18px;
    text-align: center;
	margin-top:15px;
	min-height:100px;
	display:flex;
	align-items:center;
}


.hizmet-kutu.kutu-duzen:hover h3,
.hizmet-kutu .kutu-duzen:hover h3 a,
.hizmet-kutu .kutu-duzen:hover p{
	color: #fff;
}
.tabloozellik {
    max-width: 126rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}







@-webkit-keyframes hvr-buzz-out{
    10%{
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    20%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    30%{
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    40%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    50%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    60%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    70%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    80%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    90%{
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }
    100%{
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }
}
@keyframes hvr-buzz-out{
    10%{
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    20%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    30%{
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }
    40%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }
    50%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    60%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    70%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }
    80%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }
    90%{
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }
    100%{
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }
}



.chevron {
  position: relative;
  padding: 30px 20px ;
  color: #fff;
  z-index: 1;
  width: 100%;
}



.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: gray;
  -webkit-transform: skew(25deg, 0deg);
  -moz-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  -o-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
  z-index: -1;
}

.chevron:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  width: 100%;
  background: gray;
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
  z-index: -1;
}
.sistem_kurulum{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.sistem_kurulum > li{
	width: 19%;
	margin-left: -2px;
}
.sistem_kurulum-baslik h2{
	font-size: 20px;
	height: 53px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
}
.sistem_kurulum-baslik img{
	width: 45px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	padding: 3px;
}
.sistem_kurulum-baslik figure{
	padding: 10px;
	border: 5px solid #f6f6f6;
	border-radius: 50%;
	margin-bottom: -20px;
	z-index: 2;
	background: gray;
}
.sistem_kurulum-baslik{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.sistem_kurulum-baslik span{
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	background: gray;
	position: absolute;
	left: -15px;
	bottom: -50px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sistem_kurulum-text {
	padding:0px 10px;
}

.sistem_kurulum-text p{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sistem_kurulum-text p{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 125px;
}
/*background: linear-gradient(90deg, rgba(250,167,0,1) 0%, rgba(251,184,0,1) 20%, rgba(253,211,0,1) 42%, rgba(254,230,1,1) 64%, rgba(255,248,1,1) 84%);*/
:root{
	--r1: #f77301;
	--r2: #f78901;
	--r3: #f79101;
	--r4: #f7ae01;
	--r5: #f7bf01;
	--r6: #f7d701;
	--r7: #fddc01;
}



.sistem_kurulum > li:nth-child(1) .chevron:before{
	background: linear-gradient(90deg, var(--r1) 0%, var(--r2) 100%);
}
.sistem_kurulum > li:nth-child(1) .chevron:after{
	background: linear-gradient(90deg, var(--r1) 0%, var(--r2) 100%);
}
.sistem_kurulum > li:nth-child(1) .sistem_kurulum-baslik span{
	background: linear-gradient(90deg, var(--r1) 0%, var(--r2) 100%);
}
.sistem_kurulum > li:nth-child(1) .sistem_kurulum-baslik figure{
	background: linear-gradient(90deg, var(--r1) 0%, var(--r2) 100%);
}
.sistem_kurulum > li:nth-child(1) #btn::before{
	background: linear-gradient(90deg, var(--r1) 0%, var(--r2) 100%);
}
.sistem_kurulum > li:nth-child(2) .chevron:before{
	background: linear-gradient(90deg, var(--r2) 0%, var(--r3) 100%);
}
.sistem_kurulum > li:nth-child(2) .chevron:after{
	background: linear-gradient(90deg, var(--r2) 0%, var(--r3) 100%);
}
.sistem_kurulum > li:nth-child(2) .sistem_kurulum-baslik span{
	background: linear-gradient(90deg, var(--r2) 0%, var(--r3) 100%);
}
.sistem_kurulum > li:nth-child(2) .sistem_kurulum-baslik figure{
	background: linear-gradient(90deg, var(--r2) 0%, var(--r3) 100%);
}
.sistem_kurulum > li:nth-child(2) #btn::before{
	background: linear-gradient(90deg, var(--r2) 0%, var(--r3) 100%);
}
.sistem_kurulum > li:nth-child(3) .chevron:before{
	background: linear-gradient(90deg, var(--r3) 0%, var(--r4) 100%);
}
.sistem_kurulum > li:nth-child(3) .chevron:after{
	background: linear-gradient(90deg, var(--r3) 0%, var(--r4) 100%);
}
.sistem_kurulum > li:nth-child(3) .sistem_kurulum-baslik span{
	background: linear-gradient(90deg, var(--r3) 0%, var(--r4) 100%);
}
.sistem_kurulum > li:nth-child(3) .sistem_kurulum-baslik figure{
	background: linear-gradient(90deg, var(--r3) 0%, var(--r4) 100%);
}
.sistem_kurulum > li:nth-child(3) #btn::before{
	background: linear-gradient(90deg, var(--r3) 0%, var(--r4) 100%);
}
.sistem_kurulum > li:nth-child(4) .chevron:before{
	background: linear-gradient(90deg, var(--r4) 0%, var(--r5) 100%);
}
.sistem_kurulum > li:nth-child(4) .chevron:after{
	background: linear-gradient(90deg, var(--r4) 0%, var(--r5) 100%);
}
.sistem_kurulum > li:nth-child(4) .sistem_kurulum-baslik span{
	background: linear-gradient(90deg, var(--r4) 0%, var(--r5) 100%);
}
.sistem_kurulum > li:nth-child(4) .sistem_kurulum-baslik figure{
	background: linear-gradient(90deg, var(--r4) 0%, var(--r5) 100%);
}
.sistem_kurulum > li:nth-child(4) #btn::before{
	background: linear-gradient(90deg, var(--r4) 0%, var(--r5) 100%);
}
.sistem_kurulum > li:nth-child(5) .chevron:before{
	background: linear-gradient(90deg, var(--r5) 0%, var(--r6) 100%);
}
.sistem_kurulum > li:nth-child(5) .chevron:after{
	background: linear-gradient(90deg, var(--r5) 0%, var(--r6) 100%);
}
.sistem_kurulum > li:nth-child(5) .sistem_kurulum-baslik span{
	background: linear-gradient(90deg, var(--r5) 0%, var(--r6) 100%);
}
.sistem_kurulum > li:nth-child(5) .sistem_kurulum-baslik figure{
	background: linear-gradient(90deg, var(--r5) 0%, var(--r6) 100%);
}
.sistem_kurulum > li:nth-child(5) #btn::before{
	background: linear-gradient(90deg, var(--r5) 0%, var(--r6) 100%);
}

.sistem_kurulum > li:nth-child(6) .chevron:before{
	background: linear-gradient(90deg, var(--r6) 0%, var(--r7) 100%);
}
.sistem_kurulum > li:nth-child(6) .chevron:after{
	background: linear-gradient(90deg, var(--r6) 0%, var(--r7) 100%);
}
.sistem_kurulum > li:nth-child(6) .sistem_kurulum-baslik span{
	background: linear-gradient(90deg, var(--r6) 0%, var(--r7) 100%);
}
.sistem_kurulum > li:nth-child(6) .sistem_kurulum-baslik figure{
	background: linear-gradient(90deg, var(--r6) 0%, var(--r7) 100%);
}
.sistem_kurulum > li:nth-child(6) #btn::before{
	background: linear-gradient(90deg, var(--r6) 0%, var(--r7) 100%);
}



#btn {
	text-decoration: none;
	cursor: pointer;
	color: #f77301;
	font-size: 16px;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0 5px;
	transition: 0.3s all ease;
	position: relative;
}

#btn:hover {
	color: #fff;
}

#btn::before {
	position: absolute;
	content: '';
	left: 0;
	z-index: -1;
	background-color: #f77301;
	width: 38px;
	height: 38px;
	border-radius: 80px;
	transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#btn:hover::before {
	width: 100%;
}

#btn svg {
	width: 30px;
	height: 30px;
	margin-right: 12px;
}

#btn svg path {
	fill: #fff;
}
.mobil-goster{
	display: none;
}
.mobil-gizle{
	display: block;
}



@media screen and (min-width:1200px) and (max-width:1500px) {
	.sistem_kurulum-baslik h2{
		font-size: 16px;
		height: 35px;
	}
	.sistem_kurulum-baslik span{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	#btn svg{
		width: 20px;
		height: 20px;
	}
	#btn::before{
		width: 28px;
		height: 28px;
	}
	.sistem_kurulum-text p{
		font-size: 13px;
	}
	#btn{
		font-size: 14px;
	}
	.chevron{
		padding: 20px;
	}
}
@media screen and (min-width:180px) and (max-width:559px) {

	.mobil-gizle{
		display: none;
	}
	.mobil-goster{
		display: block;
		padding-bottom: 60px;
	}
	.chevron{
		width: 80%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(90deg);
		min-width: 230px;
		padding: 10px 0;
	}
	.sistem_kurulum-baslik figure{
		margin-bottom: 0;
		transform: rotate(-90deg);
	}
	.sistem_kurulum-baslik{
		flex-direction: row;
		width: 35%;
		min-height: 230px;
		justify-content: space-around;
		margin-bottom: 0;
	}
	.sistem_kurulum-text{
		width: 60%;
	}
	.sistem_kurulum-baslik span{
		display: none;
	}
	.sistem_kurulum-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sistem_kurulum{
		margin-top: 0;
	}
	#btn{
		width: 100%;
		display: flex;
		justify-content: end;
	}
	#btn::before{
		content: none;
	}
	#btn svg {
		width: 40px;
		height: 40px;
		margin-right: 12px;
		background: #f77301;
		padding: 10px;
		border-radius: 50%;
	}
	#btn:hover{
		color: #f77301;
	}
	.sistem_kurulum-baslik img{
		width: 35px;
	}
	.sistem_kurulum-text h2{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.sistem_kurulum-text p{
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		min-height: 175px;
	}
	.sistem_kurulum > li{
		margin-bottom: 60px;
	}
	.sistem_kurulum > li:last-child{
		margin-bottom: 0;
	}
	.sistem_kurulum{
		margin-top: 40px;
	}
}
@media screen and (min-width:600px) and (max-width:1199px) {

	.mobil-gizle{
		display: none;
	}
	.mobil-goster{
		display: block;
		padding-bottom: 60px;
	}
	.sistem_kurulum{
		margin-top: 0;
	}
	.chevron{
		width: 80%;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(90deg);
		min-width: 230px;
		padding: 10px 0;
	}
	.sistem_kurulum-baslik figure{
		margin-bottom: 0;
		transform: rotate(-90deg);
	}
	.sistem_kurulum-baslik{
		flex-direction: row;
		width: 35%;
		min-height: 230px;
		justify-content: space-around;
		margin-bottom: 0;
	}
	.sistem_kurulum-text{
		width: 65%;
	}
	.sistem_kurulum-baslik span{
		display: none;
	}
	.sistem_kurulum-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#btn{
		width: 100%;
		display: flex;
		justify-content: end;
	}
	#btn::before{
		content: none;
	}
	#btn svg {
		width: 40px;
		height: 40px;
		margin-right: 12px;
		background: #f77301;
		padding: 10px;
		border-radius: 50%;
	}
	#btn:hover{
		color: #f77301;
	}
	.sistem_kurulum-baslik img{
		width: 35px;
	}
	.sistem_kurulum-text h2{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.sistem_kurulum-text p{
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		min-height: 175px;
	}
	.sistem_kurulum > li{
		margin-bottom: 60px;
	}
	.sistem_kurulum > li:last-child{
		margin-bottom: 0;
	}
	.sistem_kurulum{
		margin-top: 40px;
	}
}
.home-video{
	width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}


/*.home-video::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(3, 2, 7, .5);
    content: '';
}*/
.video-title {
	display:flex;
}

.video-title h2{
	font-size: 70px;
    font-weight: 700;
    line-height: 45px;
	margin:auto;
    color: #fff;
}

.video-title h2 em {
	font-style:normal;
	color: #f4c00d;
}

.home-sun-power{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
    height: 600px;
}

.home-sun-power::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(3, 2, 7, .3);
    content: '';
}


.paketler{
	width: 100%;
}
.hizmet-box{
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	background-size: cover!important;
    background-position: center center!important;
	border: 8px solid #fff;
}
.hizmet-box-text{
	position: absolute;
	bottom: 130px;
	padding: 0 20px;
	z-index: 1;
	width: 100%;
	transition: all 0.4s;
}
.hizmet-box-text p{
	color: #fff;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 0;
}
.hizmet-box:before{
	content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 90px);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
    left: 0;
    bottom: 0;
    z-index: -1;
	transition: all 0.4s;
}
.alng-cntr{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding: 0 15px;
}

.hizmet-box:hover:before{
    height: calc(100% + 0px);
}

#sun {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.8s;
	left: -25px;
    top: -45px;	
}
.hizmet-box:hover #sun{
	background-color: #383838;
}
.ray {
	position: absolute;
    height: 43px;
    width: 3px;
    transition: all 0.8s;
    left: 28.5px;
    z-index: 0;
    background-color: #f4c00d;
}
.hizmet-box:hover .ray{
	height: 0px;
	width: 0px;
}
#rotate-1 {
	transform: rotate(45deg);
}
#rotate-2 {
	transform: rotate(90deg);
}
#rotate-3 {
	transform: rotate(135deg);
}
#offset {
	position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
    transition: all 0.8s;
}
.hizmet-box:hover #offset{
	background-color: #383838;
}
#circle {
	width: 27px;
    height: 27px;
    border-radius: 50%;
    transform: scale(1) rotate(-140deg);
    transition: all 0.8s;
    box-shadow: inset 100px 0 0 0.09px #f4c00d;
}
.hizmet-box:hover #circle{
	box-shadow: inset 7px 0 0 0.09px #ccc;
}

.kvkk-container {
    width: 100%;
    text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.kvkk-box {
    width: 100%;
    max-width: 420px;
    padding: 50px 30px;
    border: 1px solid #efefef;
    margin: 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.button.sz3 {
    width: 200px;
	padding: 15px 0;
	color: #fff;
	background: #006db7;
	position: relative;
	z-index: 9;
}
.button.sz3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10%;
	width: 100%;
	background: #a5c958;
	transition: all 0.4s;
	z-index: -1;
}
.button.sz3:hover:before{
	height: 100%;
}
.kvkk-box p {
	font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 20px;
    text-align: center;
	min-height: 3em;
}
.project-list{
	justify-content: center;
}

.iletisim_aside strong {
	display:none;
}



.aramaAc{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #0064b385;
	margin-right: 15px;
	transition: all 0.4s;
	font-size: 18px!important;
	color: #fff;
}
.header-arama-menu{
	position: relative;
}
.aramaAc:hover{
	background: #0064b3;
	color: #fff;
}

.arama-acilir{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 99999999;
    backdrop-filter: blur(5px);
}
.arama-acilir.open{	
    opacity: 1;
    visibility: visible;
}
.arama-acilir .sigma_close {
	position: absolute;
	top: 60px;
	right: 60px;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	transition: all 0.4s;
}
.arama-acilir .sigma_close:hover{
	color: #97c34f;
}
.arama-acilir-input{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	width: 40%;
	transition-duration: .3s;
	transition-delay: .3s;
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}





.arama-acilir.open .arama-acilir-input {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.sigma_all-close{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.arama-acilir-input input{
	width: 100%;
	background: transparent;
	border: none;
	padding: 15px 65px 15px 15px;
	font-size: 18px;
	color: #000;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(255, 255, 255, 0.3) 0px 3px 7px -3px;
	letter-spacing: 0;
}
.arama-acilir-input input::placeholder{
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.arama-acilir-input button{
	position: absolute;
	right: 20px;
	background: none;
	color: #000;
	font-size: 20px;
	transition: all 0.4s;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translate(-50%, -88%);
	border: none;
}
.arama-acilir-input button:hover{
	color: #97c34f;
}
.arama-acilir-input form{
	display: flex;
	align-items: center;
	width: 100%;
}
.arama-baslik a{
    font-size: 20px;
    font-weight: bold;
    color: #97c34f;
}
.arama-baslik{
	margin: 15px 0;
}
.arama-icerik{
	margin-bottom: 10px;
}
.arama-bulunamadi h2{
    color: #0064b3;
}
.aramaAc i {
	color: #fff;
}
.arama-main .row{
	flex-direction: column;
}
.arama-main hr{
	width: 100%;
	border-color: rgb(128, 128, 128);
}

@media screen and (min-width:180px) and (max-width:1199px) {
	
	.aramaAc i{
		color: #fff;
	}
	.arama-acilir-input{
		width: 95%;
	}
	.header-arama-menu .aramaAc{
		display: none;
	}
}
@media screen and (min-width:180px) and (max-width:599px) {
	.navbar-toggler.active{	
        top: -48px;
	}
	.aramaAc{
        position: absolute;
        font-size: 16px !important;
        right: 55px;
        top: -51px;
        width: 35px;
        height: 35px;
	}
}
@media screen and (min-width:600px) and (max-width:1199px) {
	.navbar-toggler.active{	
        top: -55px;
	}
	.navbar-toggler-icon{
		width: 40px;
		height: 3px;		
	}
	.aramaAc{
        position: absolute;
        font-size: 20px !important;
        right: 65px;
        top: -65px;
        width: 45px;
        height: 45px;
	}
}
@media screen and (min-width:1199px) {
	.col-lg-8 .aramaAc{
		display: none;
	}
}