@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --black:#000;
    --darkgray:#3C3C3C;
    --darkgray2:#6C6C6C;
    --primary:rgba(6,20,27,1); 
    --primaryo:rgba(6,20,27,.7); 
    --secondary:#e30613;
    --secondaryo:rgba(227,6,19,0.7);
    --secondary2:#F9423A;
    --teriatry:rgba(37,55,69,1);
    --lemoon:#FBE8A3;
    --lightgray: #F4F6FA;
    --lightgray2: #F0F0F46A;  
    --graident:linear-gradient(-90deg, var(--primary) 0%, var(--secondary) 50%,var(--primary) 100%);
    --graident2:linear-gradient(-90deg, var(--primary) 0%, var(--secondary) 100%);
    --headerh:90px;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--darkgray);  
} 
body.search {overflow: hidden;}
@media (min-width: 1400px)
{
    .container {
        max-width: 1440px;
        padding: 0 50px;
    }
    .container-lg {
        max-width: 1700px;
        padding: 0 50px;
    }
} 
/*
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}
@media (min-width: 992px)
{
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
*/
a {
    color: var(--secondary);
    text-decoration: none;
}
a:hover {
    color: var(--primary);
    text-decoration: none;
}
p.lead {font-weight: 400; line-height: 25px;}
h1,h2,h3,h4,h5 {margin: 0; padding: 0; color: #000;}
h1:hover,h2:hover,h3:hover,h4:hover,h5:hover {cursor: default;}
h1 {font-size: 35px; line-height: 41px; margin-bottom: 15px;}
h2 {font-size: 25px; line-height: 31px; margin-bottom: 10px;}
h3 {font-size: 20px; line-height: 26px; margin-bottom: 10px;}
p {font-size: 17px; line-height: 27px; color: var(--black);}
strong {font-weight: 700; color: #000;}
.opacity-6 {opacity: .6 !important;}
.text-primary {color: var(--primary) !important;} 
.text-secondary {color: var(--secondary) !important;} 
.text-dark {color: var(--darkgray) !important;} 
.text-dark2 {color: var(--darkgray2) !important;} 

.text-lightgray {color: var(--lightgray) !important;}
.text-lightgray2 {color: var(--lightgray2) !important;}
.text-gradient {
    font-weight: 800;
    background: linear-gradient(-90deg, var(--teriatry) 0%, var(--teriatry) 25%,var(--secondary) 50%,var(--teriatry) 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient span{
    font-weight: 400;    
}
.dikeycizgi {
    width: 2px;
    height: 50px;
    margin: 0 auto;
}
.dikeycizgi.big{
    height: 100px;    
}
.yataycizgi {    
    width: 50px;
    height: 2px;  
}
.yataycizgi.big{
    width: 100px;    
}
.dikeyyazi {
    transform: rotate(-90deg);
    font-weight: 800;
    letter-spacing: 9px;    
}
.bg-white {background-color: #fff !important;}
.bg-lightgray {background-color: var(--lightgray) !important;}
.bg-lightgray2 {background-color: var(--lightgray2) !important;}
.bg-secondary {background-color: var(--secondary) !important;}
.bg-secondary2 {background-color: var(--secondary2) !important;}
.bg-primary {background-color: var(--primary) !important;}
.bg-darkgray {background-color: var(--darkgray) !important;}
.bg-darkgray2 {background-color: var(--darkgray2) !important;}
.bg-grd {
    background: rgb(138,171,57);
    background: linear-gradient(180deg, rgba(138,171,57,1) 0%, rgba(18,142,206,1) 100%); 
}
.bg-grd2 {
    background: rgb(138,171,57);
    background: linear-gradient(180deg, #e36414 0%, #800200 100%); 
}
.bg-grd3 {
    background: rgb(6,20,27);
    background: linear-gradient(0deg, rgba(6,20,27,1) 0%, rgba(37,55,69,1) 50%, rgba(6,20,27,1) 100%);
}
.bg-3 {
    background-color: #06141B;
}
.font-weight-medium {font-weight: 400;}
.border-top1 {border-top: 1px solid rgba(0,0,0,0.2)}
.fs-16 {font-size: 16px !important;}
.fs-25 {font-size: 25px !important;}
.fs-30 {font-size: 30px !important;}
.fs-35 {font-size: 35px !important;}
.fs-40 {font-size: 40px !important; line-height: 55px;}
.font-bold {font-weight: 800;}
.border-l-0 {border-left: 0 solid #dee2e6!important;}
.border-t-0 {border-top: 0 solid #dee2e6!important;}
.border-r-0 {border-right: 0 solid #dee2e6!important;}
.border-b-0 {border-bottom: 0 solid #dee2e6!important;} 

.border-l-1 {border-left: 1px solid #dee2e6!important;}
.border-t-1 {border-top: 1px solid #dee2e6!important;}
.border-r-1 {border-right: 1px solid #dee2e6!important;}
.border-b-1 {border-bottom: 1px solid #dee2e6!important;} 
.p-relative {position: relative !important;}
.border-dashed {border: 1px dotted #dee2e6!important;} 
.min-h-278 {min-height: 278px;}
.rounded {border-radius: 15px !important;}
.rounded-big {border-radius: 50px !important;}
.rounded-big-copy {border-radius: 50px;}
.rounded-b-l-0 {border-bottom-left-radius:0 !important;}
.rounded-b-r-0 {border-bottom-right-radius:0 !important;}
.box-shadow {box-shadow: 0 0 10px rgba(0,0,0,.3);}
.min-height {height: 300px;}
ul li {
    font-size: 17px;    
    color: #000;
}
.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img.videoyani {
    width: 100%;
    height: 690px;
}
@media (max-width:767px) {
    .min-h-278 {min-height:150px;}
    .dikeyyazi {
        transform: none;
        padding: 15px 0;    
        text-align: center;
        letter-spacing: 3px;
    }
    .img.videoyani {
        width: 100%;
        height: 490px;
    }
} 
.desktop {
    display: block;
}
.mobile {display: none;}
 
@media (max-width: 767px){
     
    .desktop {display: none;}
    .mobile {display: block;}
    .topbanner .topbannerclose {  
        display: flex;      
        align-items: center;
        justify-content: center;
        top: 0;
        right:0;   
        height: 40px;
        width: 40px;     
    }
}

/*TOP BANNER END*/
#content { 
   position: relative; 
} 
header {
    
}
.header {
    position: relative;
    width: 100%;   
    top: 0;
    left: 0;  
    z-index: 999;  
    
    transition: all 400ms linear;
}
.fixed .header {
    position: fixed;       
} 
h2.title {
    display: inline-flex;
    font-weight: bolder;
    font-size: 40px;    
}
.contact .title {
    display: inline-flex;
    font-weight: 600;
    font-size: 30px;   
}
.contact i {
    font-size: 20px;
    background-color: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
} 
 h3.title {
    font-size: 22px;
 } 
  
 
/*TOP MENU*/
.headernav {
    position: relative;             
    margin: 0;
    padding: 0; 
    list-style: none;               
}
.headernav li {
    display: inline-flex;
    margin: 0;
    padding: 0; 
    height: var(--headerh);
} 
.headernav li a {
    color: var(--primary);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;  
    margin: 0;
    padding:0px 15px;  
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear; 
    position: relative;
    height: var(--headerh);
}
.headernav li a i {
    margin-left: 8px;
    font-size: 10px;   
}
.headernav li:first-child a {    
    padding-left: 0;
}
.headernav li:last-child a {    
    padding-right: 0;
} 
.headernav li a:hover{
    color: var(--secondary);
    cursor: pointer;
 }
 
.fixed .header .headernav,.fixed .header .headernav li, .fixed .header .headernav li a{    
    height: var(--headerh); 
}
.fixed .header .headernav li a {
    color: var(--primary);
}
 
.headernav li .submenu { 
    visibility: hidden;
    position: absolute;     
    z-index: -1; 
    top: auto;
    margin-top: 120px;
    transition: all 200ms linear;    
    padding: 0;  
    border-radius: 0;
    border: 0;
    background-color: var(--secondary); 
    min-width: 220px; 
    margin-left: 8px;
    opacity: 0; 
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.headernav li:hover .submenu{    
    visibility: visible;
    opacity: 1;
    margin-top: var(--headerh);  
}
.headernav li .submenu.column {      
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 500;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    margin-top:61px;
    box-sizing: border-box;
    column-count: 3;
} 
.headernav li .submenu li {  
     display: flex;     
     border-bottom: 1px solid rgba(0,0,0,0.1);
     height: auto;
}
.headernav li .submenu li a{    
    color: #fff;
    margin:0;
    padding: 18px 20px;
    height: auto !important;
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    opacity: 1;
}
.headernav li .submenu li a:hover{         
    opacity: .8;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header .social a {
    color: var(--primary);
    font-size: 20px;
}
.fixed .header .social a{
    color: var(--primary);
}
.fixed .header {
    color: var(--primary);
}
.fixed .header .headernav li:hover .submenu{       
    margin-top: 75px;  
}
.fixed .header .headernav li .submenu li a,.fixed .header .headernav li .submenu li{       
    height: 45px !important;
}
/*TOP MENU END*/
  
/*mobıle menu*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}
.overlay.active {
    opacity: .5;
    pointer-events: auto;
}
#panel {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width:calc(100% - 75px); 
    height: 100%;
    overflow: hidden;
    padding: 0 20px;
    transform: translateX(-100%);
    transition: .4s;
}
#panel.active {
    transform: translateX(0);
}
#panel .close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icons/close.svg) no-repeat 0 0;
    padding: 10px;
    cursor: pointer;
    margin: 30px;
}
#panel .menu {
    padding: 70px 0 40px;
}
#panel .menu ul.ust_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 270px);
    transition: .4s;
}
#panel .menu ul.ust_menu li {
    font-size: 19px;
    text-transform: uppercase;
}
#panel .menu ul.ust_menu li a {
    display: block;
    color: #292929;
    text-decoration: none;
    padding: 10px 70px 10px 30px;
    transition: .4s;
    border-radius: 24px;
    border: 1px solid #fff;
    position: relative;
}
#panel .menu ul.ust_menu li.social a {   
    padding: 10px 0px 10px 30px;  
    margin-top: 25px;  
}
/*mobıle menu edn*/
 

.main {
    display: flow-root;   
} 
 
.slidebg {
    display: block;
    width: 100%;
    height: 550px;  
} 


/*TAB*/
/* Style the tab */
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}
.tab {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    z-index: 3;
    transition: all 300ms linear;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    transition: all 300ms linear;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
 
  .guncel .box {
    position: relative;
    font-size: 18px;
  }
.guncel .box::before{
    content: '';
    position: absolute;
    left: 1.9rem;
    top: 3.8rem;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .2); 
}
.guncel .box .title{
    font-size: 55px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 46px;
    color: var(--secondary);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 10px;
}
.guncel .box .title span{
    font-size: 20px;
    opacity: .8;
    color: #fff;
}
.guncel .box div {
    margin-left: 45px;
}
.guncel .imgheight {
    position: relative;
    width: 100%;
    height: 100%;
}
.guncel .imgheight img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.guncel .lead {
    line-height: 30px;
}
@media (max-width:767px) {
    .guncel .box {
        position: relative;
        font-size: 16px;
      }
    .guncel .box::before{
        display: none;
    }
    .guncel .box .title{
        font-size: 55px;
        line-height: 36px;
        font-weight: 400;
        margin-bottom: 15px;
        margin-left: 0;
        color: var(--secondary);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 10px;
    }
    .guncel .box .title span{
        font-size: 20px;
        opacity: .8;
        color: #fff;
    }
    .guncel .box div {
        margin-left: 0;
        text-align: center;
    } 
    
    .guncel .lead {
        line-height: 25px;
        margin-top: 15px;
    }
}
label, a{
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: border 0.2s; 
    padding: 3px 2px;    
  }
  
  .layout{
    display: grid;
    height: 100%;
    width: 100%;
    overflow: hidden;
    grid-template-rows: 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .layout .overlayy{     
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    /*background: linear-gradient(180deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);*/
    background-color: rgba(0, 0, 0, .5);  
    z-index: 1;
} 

  input[type="radio"]{
    display: none;
  }
  .navigation {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  label.nav{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    color: #fff;
    user-select: none; 
    padding: 45px 0; 
    margin: 0 10px;
    width:31.8%;  
    z-index: 999; 
    /*border-bottom: 1px solid rgba(255, 255, 255, .5);*/
    background-color: var(--primaryo);
    } 
    .b-right2 {border-right: 1px solid rgba(255, 255, 255, .3);}
    .b-bottom {border-bottom: 1px solid rgba(255, 255, 255, .2);}

.breader {
    margin: 0;
    padding: 0;
}
.breader li {
    display: inline-flex;
    list-style-type: none;
}
  
  .page{
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column-end: span 3;
    padding: 0px;
    display: flex;
    align-items: center;    
  }
  .page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-contents > *{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s, transform 2s;
    
  }
  
  input[type="radio"] + .page {
    transition: opacity .9s;
     opacity: 0;
  }
  
  input[type="radio"]:checked + .page{
    opacity: 1;
  }
 
  input[type="radio"] +  .page .content {
    transition: transform .9s;
    transform: translateY(100%);
  }
  
  input[type="radio"]:checked + .page .content{
    transform: translateY(0%);
  }
  input[type=radio]:checked + .page + label.nav {
    background: #9b59b6;
    color: #ffffff;
    padding-left: 20px;
}

  .page-contents > *{
    opacity: 1;
    transform: translateY(0px);
    
  }
  .page-contents{ 
    text-align: center;
    width: 40%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 999; 
  }
  .page-contents .title {
    color: #fff;
  }
  .page-contents p{
    color: #fff;
  }
       
/*TAB END*/



/*SWIPER*/
.firstslide {
    height: calc(100vh - 305px); 
} 
.mySwiper{
    width: 100%; 
    height: 100%;  
    z-index: 1;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    
}
 
.mySwiper .swiper-slide .overlayy{     
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    /*background: linear-gradient(180deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);*/
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}
 
 
.mySwiper .swiper-slide img {
    display: block;
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    z-index: 2;       
} 
 
.mySwiper  .sol { 
    position: absolute;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
    z-index: 3; 
    
} 
.mySwiper .sol::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(45deg, rgba(6,20,27,1) 0%, rgba(6,20,27,0) 60%);
    z-index: 1;
}
.mySwiper .sag {         
    width: 100%;
    height: 100%;
    z-index: 99;    
}

.mySwiper .sag img {    
    width: 100%;
    height: 100%;       
    background-size: cover;     
    
} 
.mySwiper  .title {
    position: relative;
    display: block;
    color: var(--secondary);
    color: #fff;
    font-weight:600;
    font-size: 56px;
    line-height: 62px; 
    width: 78%;   
    margin: 0; 
    z-index: 999; 
}
.mySwiper .title.op-1{
    opacity: 1;
}
.mySwiper  p {
    position: relative;
    color: #fff; 
    font-size: 18px;
    line-height: 24px; 
    font-weight: 400;
    letter-spacing: 1px;   
    margin-top: 14px; 
    z-index: 999; 
}
.mySwiper  .button {
    float: left;
    display: block;   
    background-color:var(--primary);
    border:12px solid var(--secondary); 
    color: #fff;
    padding: 10px 36px;
    border-radius: 100px;
    font-size: 17px;
    font-weight:400;
    letter-spacing: 1px;
    transition: all 100ms linear;
}
.mySwiper .button:hover {
    background-color:var(--secondary);
    border:12px solid rgba(255, 255, 255, .5);
    color: var(--lightgray2); 
    color: var(--darkgray);
}
 

.mySwiper .navigation {
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 100%;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
  /*
    position: relative;
    top: auto;
    bottom: auto; 
    z-index: 10;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border:0;        
    border-radius: 500px;
    
    */
    width:80px;
    height:80px;
    margin-top: -50px;
    transition: all 200ms linear;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-rtl .swiper-button-prev {
    right: 50px;
   /*
    
    left: auto;
    justify-content: center; 
    */
    border: 1px solid #fff;
    border-radius: 100%;
    background: url(../images/icons/myswiperright.svg) no-repeat center center;
    background-size: cover;
    opacity: .1;
    /*
    margin-left: 10px;
    opacity: 1;
    */
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-rtl .swiper-button-next {
     left: 50px;
     border: 1px solid #fff;
     border-radius: 100%;
     opacity: .1;
   /*
   
    right: auto;
    justify-content: center; 
    */
    background: url(../images/icons/myswiperleft.svg) no-repeat center center;
    background-size: cover;
    /*
    opacity: 1;
    */
} 
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after{    
    content: '';    
} 
.mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover { 
   
    border:0;
    opacity: 1;
}


.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {                     
    bottom: 0;
    top: auto;        
    height: 45px; 
}

.mySwiper .swiper-pagination-bullet { 
    border-radius: 0;
    outline: none;
    border: 0;        
    width: 28px;
    height: 10px;
    transition: 0.2s;    
    border-radius: 100px;
    background-color:rgba(255, 255, 255, .5);
    opacity: 1;     
}
.mySwiper .swiper-pagination-bullet-active {
    background-color:#fff;
    width: 40px;    
} 
.sliderbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/sliderbg.png");
    background-position: center bottom;
    background-size: 70%;
    background-repeat: no-repeat;
    opacity: .7;
}

.arrowdown {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
    z-index: 9;  
} 
@media (max-width:767px) {
     
    .spacex {padding-left: 25px; padding-right: 25px;}
    
} 
/*toursSwiper END*/
/*markaSwiper*/
.markaSwiper {     
    height: 200px;     
    padding: 0 49px;    
} 
.markaSwiper .swiper-slide{        
    height: auto;
    border-radius: 15px;
}
.markaSwiper .swiper-slide::after{        
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.1) 30%, rgba(0,0,0,.5) 100%);
    z-index: 0;
    border-radius: 15px;
}
.markaSwiper .swiper-slide img{
    height: 100%;
    object-fit: cover;        
    border-radius: 15px;
    z-index: 0;
}
.markaSwiper .swiper-slide a{        
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.markaSwiper .swiper-slide .content{       
    width: 100%;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-right: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
.markaSwiper .swiper-slide .content .title{        
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    transition: all 200ms linear;          
}

.markaSwiper .swiper-slide .content .title:hover{        
    cursor: pointer;          
}
.markaSwiper .swiper-slide a:hover .title{        
    color: var(--secondary);
 }
.markaSwiper .bottombutton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.markaSwiper .swiper-button-next, .markaSwiper .swiper-rtl .swiper-button-prev {
    right:0;
    left: auto;
}
.markaSwiper .swiper-button-prev, .markaSwiper .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
} 
.markaSwiper .swiper-button-next, .markaSwiper .swiper-button-prev {     
    width: 40px;
    height: 40px; 
    z-index: 10;
    cursor: pointer; 
    color: #fff;
    background-color: var(--darkgray);
    border-radius: 100px;
    transition: all 200ms linear;
    margin-top: -20px;
}
.markaSwiper .swiper-button-next:after, .markaSwiper .swiper-button-prev:after{    
    font-size:14px;
    line-height: 14px;
    font-weight: bold;    
}
.markaSwiper .swiper-button-next:hover, .markaSwiper .swiper-button-prev:hover {      
    background-color: var(--secondary); 
} 

.titles {
    position: relative;
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700; 
}
.titles::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background: transparent url(../images/title-alt.png) no-repeat left bottom;
    top: 25px;    
}

.titles.middle::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background: transparent url(../images/title-alt.png) no-repeat center center;;
    top: 35px;    
}

.allbutton {
    background-color: var(--primary);
    color: #fff !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding: 22px 50px;
    outline: 0;
    border: 0;
}

.kurumsal img {
    max-width: 150px;
}
.d-flow-root {display: flow-root; }
  

.hizmetlerhome2 {
    position: relative;    
    z-index: 99;
}
.hizmetlerhome2 a{
    position: relative;    
    width: 100%;   
    height: 100%;
    
}
.hizmetlerhome2 .box2 {
    position: relative;
    float: left; 
    width: 100%;    
    text-align: left;
    height: 280px;   
    /*border-top: 5px solid var(--primary);*/
    /*background-color: #fff !important;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px; 
    z-index: 0;  
}

.hizmetlerhome2 .box2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primaryo);
    border-radius: 15px;
    z-index: 3;
    transition: all 200ms linear;
} 
.hizmetlerhome2 .box2.middle {    
    /*border-top: 5px solid var(--secondary); */
    border-radius: 15px;
} 
.hizmetlerhome2 .box2.middle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--secondaryo);*/
    border-radius: 15px;
    z-index: 3;
}
.hizmetlerhome2 a:hover .box2::before{
    background-color: var(--secondaryo);
}
.hizmetlerhome2 .box2 .content {
    position: absolute;  
    width: 100%;
    height: 100%;
    padding:40px;  
    border-radius: 15px;
    z-index: 3;
}
.hizmetlerhome2 .box2 .title{
    position: relative;
    display: block; 
    color: #fff;
    font-family: var(--font2); 
    font-size: 24px;
    line-height: 30px;
    font-weight: 500; 
    margin-bottom: 15px;   
    z-index: 4;   
    padding-bottom: 15px;
} 
.hizmetlerhome2 .box2 .title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--secondary);
    transition: all 200ms linear;
} 
.hizmetlerhome2 .box2:hover .title::after{
    width: 100px;
    background-color: #fff;
} 
.hizmetlerhome2 .box2 p {
    color: #fff;
    font-size: 16px;
    line-height: 24px; 
    font-weight:300; 
    margin: 0;
    padding: 0;   
}

.hizmetlerhome2 .box2 .img {
    position: absolute;        
    width: 100%;
    height: 280px;    
    left: 0;
    top: 0; 
    opacity: 1;
    z-index: 2;
    border-radius: 15px;
}
.hizmetlerhome2 .box2 .img img {
    display: block;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    border-radius: 15px;
}
.hizmetlerhome2 .box2.hbolge .title{
    display: block; 
    color: #fff;
    font-family: var(--font2); 
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 0px dashed #fff; 
    margin-bottom: 5px;   
    z-index: 4;     
} 

.hakkimizdahome p {
    font-size: 20px;
    line-height: 26px; 
    font-weight: 300;    
}

.hakkimizdahome .box {
    position: relative;
    width: 100%; 
    height: 450px;   
    z-index: 2; 
}
.hakkimizdahome .box.middle {
    position: relative;    
    width: 100%;
    height: 550px;
}
.hakkimizdahome .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;  
    z-index: 1;   
}
.hizmetlerhome2 .box2.hbolge .content {
    position: absolute;  
    width: 100%;
    height: 100%;
    padding:40px;  
    border-radius: 15px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 
 

.hakkimizdahome .box h2 {
    font-size: 16px;
    opacity: .8;
    margin-bottom: 0;
}
.hakkimizdahome .box h3 {
    font-size: 25px;    
    margin-bottom: 15px;
}

.hakkimizdahome .box p {
    font-size: 18px;
    line-height: 24px; 
    font-weight: 300;    
}
 

.nedenbiz .left {
    padding: 70px 0;
}
.nedenbiz .img {
    display: block;
    width: 100%;
    height: 550px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nedenbiz .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nedenbiz .title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--primary);
}
.nedenbiz p {
    color: var(--lightgray);
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}


.bolumlerimiz .img{
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 15px;
}
.bolumlerimiz .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.bolumlerimiz .img .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 0;
    display: flex;
    align-items: end;
    justify-content: start;
    background: rgb(138,171,57);
    background: linear-gradient(180deg, rgba(138,171,57,0) 0%, rgba(0,0,0,.7) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bolumlerimiz .img .content .title{
    color: #fff;
    margin: 0;
    font-size: 21px;
    line-height: 21px;
}

/*Duyrular*/
.duyurupanel a {
    color: var(--darkgray);    
}
.duyurupanel a:hover .title{
    color: var(--primary);
}
.duyurular.sol .img{
    display: block;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.duyurular.sol img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.duyurular.sol .content .title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0;
    transition: all 200ms linear;
}
.duyurular.sol .content .title:hover {
    cursor: pointer;
}
.duyurular.sol .content p {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0 15px 0 0;
    height: 105px;      
      
}

.duyurular.sag {
    display: inline-flex;    
    align-items: center;
    justify-content: center;
    padding:8px;
    background-color: #F4F6FA; 
    border-radius: 20px;
    margin-bottom: 20px;     
}
.duyurular.sag .img{
    float: left;
    display: block;
    width: 156px;
    height: 156px;
    border-radius: 15px;
    margin-right: 15px;
}
.duyurular.sag img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.duyurular.sag .content {
    float: left;
    display: block;
    width: calc(100% - 156px); 
    padding-top:15px;
    padding-bottom: 15px;
    padding-right: 15px;
}
.duyurular.sag .content .title {
    font-size: 20px;
    line-height:26px;
    margin: 0 0 5px;
    padding: 0;
    transition: all 200ms linear;
}
.duyurular.sag .content .title:hover {
    cursor: pointer;
}
.duyurular.sag .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;    
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;   
}
/*Duyrular END*/


/*Haberler */
.haberpanel a {
    color: var(--darkgray);    
}
.haberpanel a:hover .title{
    color: var(--primary);
}
.haberler.sol .img{
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.haberler.sol img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.haberler.sol .content .title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0;
    transition: all 200ms linear;
}
.haberler.sol .content p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 0 ;
    height: 67px;   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
}

.haberler.sol.middle{
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 1px 1px 60px rgba(0,0,0,.2);
}
.haberler.sol .content{
    padding: 0px 10px;
}
/*Haberler END */
 

/*Blog Yazıları */
 
.blogyazilari {
    background-color: #fff; 
    box-shadow: 1px 1px 60px rgba(0,0,0,.2);
}
.blogyazilari.shadow2{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1) !important;
}
.blogyazilari .img{
    position: relative;
    display: block;
    width: 100%;
    height: 220px; 
    margin-bottom: 15px;
}
.blogyazilari img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.blogyazilari .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    display: flex;
    align-items: center;
    justify-content: center;         
    transition: all 200ms linear;
    background: linear-gradient(-45deg, rgba(14,44,67,.7) 50%,rgba(255,0,0,.7) 100%);    
    padding: 0 35px;
}
.blogyazilari .title a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;     
    color: #fff;
    transition: all 200ms linear;
} 


.blogyazilari .content .title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0;
    transition: all 200ms linear;
}
.blogyazilari .content .title a{
     
    transition: all 200ms linear;
}
.blogyazilari .content .title:hover a{
     color: var(--primary) !important;
}
.blogyazilari .content p {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    height: 67px;   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
} 
.blogyazilari .content{
    padding: 0px 20px 20px;
}

.blogyazilari .content .date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 24px;
    color: #fff;
    background-color: var(--primary);     
}
.blogyazilari .content .date:hover {
   cursor: default;
}
.blogyazilari .content .date span{
   display: block;
   width: 100%;
   text-align: center;
   font-size: 26px;
   line-height: 26px;
   margin: 0;
   padding: 0;
}
.blogyazilari .content .date span + span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
 }
.blogyazilari .content .devam{
    display: inline-flex;
    align-items: center;
    justify-content: end;
    margin-left: 20px;  
    font-size: 18px;
}
.blogyazilari .content .devam img{
    width: 15px;
    margin-left: 15px;
    transition: all 200ms linear;
}
.blogyazilari .content .devam:hover img{
    margin-left: 25px;
} 




/*Haberler END */
 


.infotitle {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--black);
}
.infotitle span {
   position: relative;
    color: var(--primary);
}
.infotitle span.subline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background: transparent url(../images/subline.png) no-repeat center center;
    background-size: contain;
    top: 30px;
}
   
.text-right {
    text-align: right !important;
}
 
.nextprevdiv .left {margin-right: 15px;}
.nextprevdiv .right {margin-left: 15px;}
.nextprevdiv a {
   font-size: 15px;
   line-height: 17px;
   color: var(--darkgray);
   transition: all 200ms linear;
}
.nextprevdiv a:hover { 
    color: var(--primary);
 }
.nextprevdiv span{font-size: 13px;}
 
.nextprevdiv img {width: 40px;} 
/*breader light*/
 
.breader .title {
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
    color: var(--primary);
}
.breader .navigationf { 
    margin: 0; 
    padding: 0; 
    list-style: none;        
}
.breader .navigationf li {
    display: inline-flex;
    color: #fff; 
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    padding-right: 5px;   
    font-weight: 500;
    letter-spacing: 1px;    
}
.breader .navigationf li a{
    color: #fff; 
    text-decoration: none;  
    font-weight: 400;
    letter-spacing: 1px;
    opacity: .7;
}
.breader .navigationf li i, .breader .navigationf li a i{
    color: #fff; 
    text-decoration: none;  
    font-weight: 700;
    letter-spacing: 1px;
    opacity: .7;
} 
 

.sidetitle {
    position: relative;
    margin: 0;
    padding: 0;    
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 25px;
}
.sidetitle::after {
    content: '';
    position: absolute;    
    color: #fff;
    width: 10px;
    height: 10px;
    background-color: var(--darkgray);
    border-radius: 100px;
    right: 3px;    
}
.sidetitle::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color:rgba(255, 255, 255, .7);
    border-radius: 100px;
    right: 0;    
}
.sidemenudiv {
    margin-top:-20px;
    height: calc(100% - 37px);
}
.sidemenu {
    position: relative;
    margin: 0; 
}
.sidemenu li { 
    list-style-type:none;
    border: 0;
    padding:15px 5px;   
    color: var(--darkgray); 
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidemenu li:last-child {border: 0;}
.sidemenu li a {
    position: relative;
    text-decoration: none;
    border: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    color: #000;
    transition: all 200ms linear;
    padding-left: 20px;
}
.sidemenu li a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px; 
    color:var(--darkgray);
    border-radius: 100px;
    left: 0; 
    transition: all 200ms linear;
} 
.sidemenu li.active a { 
     padding-left: 30px;
     color: var(--secondary);
}
.sidemenu li.active a::before {   
    width: 18px; 
    background-color:var(--secondary); 
} 
.sidemenu li a:hover::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 4px;
    background-color:var(--secondary);
    border-radius: 100px;
    left: 0; 
}
.sidemenu li a:hover {
    padding-left: 30px; 
}
.iletisimicon {
    background-color: var(--primary);
    border-radius: 500px;
    padding: 5px;
}
@media (max-width:767px) {
    .breader li {
        display: inline-flex; 
        text-decoration: none;
        padding-left: 7px;    
        padding-right: 7px;
        margin-top: 5px;
    }
}
.contacttext {
    color: var(--darkgray);
    text-decoration: none;
    font-size: 20px;
    margin-left: 15px;
    transition: all 200ms linear;
}
.contacttext:hover {
    color: var(--primary); 
}
.contactform::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-color: var(--primary);
    z-index: -1;
}
.contactform .formss {width: 50%;}
@media (max-width:767px) {
    .contactform .fomrss {width: 100%;}
    
}
.font-semibold {font-weight: 500;}
.form-control {
    padding: 15px;
}
.form-control:focus {
    outline: 0 !important;
    
    border-color: var(--darkgray) !important;
    box-shadow: none !important;
}
.btn-primary {
    background-color: var(--darkgray);
    color: #fff;
    padding: 15px 35px;
    border-radius: 100px;
    border-right: 7px solid var(--primary);    
    border-left: 7px solid var(--primary);     
    transition: all 200ms linear;
}
.btn-primary:hover {
    background-color: var(--primary);
    color: #fff;   
    border-right: 7px solid var(--secondary);    
    border-left: 7px solid var(--secondary);    
}
.btn-gradient { 
    background:transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 16px 36px;
    border-radius: 12px;    
    transition: all 200ms linear;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
.btn-gradient:hover {
    background:var(--primary);
    border: 1px solid var(--secondary);
    color: #fff;
} 
 
.btn-gonder {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 35px;
    border-radius: 0;
}
.btn-gonder:hover {
    background-color: var(--darkgray);
    color: #fff;   
} 
.home-about-content {
    height: 100px;
    overflow-y: auto;
}
.form-control.select{
    position: relative;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none; 
    background: url(../images/icons/down.svg) no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
    background-size: 15px;
} 
.form-control.is-valid, .was-validated .form-control:valid {    
    background:none;
    border-color:var(--bs-border-color) ;
}
.form-control.select.is-valid, .was-validated .form-control.select:valid {    
    background: url(../images/icons/down.svg) no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
    border-color:var(--bs-border-color) ;
    background-size: 15px;
}

/*lightbox*/
.lightboxv {
    background-color: rgba(0, 0, 0, .9);
    overflow: hidden;
    position: fixed;
    display: none;
    z-index: 99999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .lightbox-container {
    position: relative;
    max-width: 960px;
    /*margin: 0 auto;*/
    display: block;
    padding:0;
    /*height: 100%;*/
    z-index: 999999;
  }
  @media screen and (max-width: 768px) {
    .lightbox-container {
      margin-top: 10%;
    }
  }
  @media screen and (max-width: 414px) {
    .lightbox-container {
      margin-top: 13%;
    }
  } 
  .lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
  }
  .video-container {
    /*padding-bottom: 56.25%;*/
    position: relative;
   /* padding-top: 30px;*/
    overflow: hidden;
    /*height: 0;*/
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
   /*
    position: absolute;
    height: 100%;
    width: 100%;
    */
    left: 0;
    top: 0;
    
  }
  .vidobgoverlay{ 
    position: absolute;
    display: block;
    width: 100%;
    height: 45%;
    background-color: var(--primary);
    bottom: 0;
    left: 0;
  } 
  .videobg {
    position: relative;
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 20px solid rgba(0,0,0, .1);    
  }
.proje .videobg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 20px solid rgba(0,0,0, guncel1);    
  }
  #playme {
     position: absolute; 
     margin: 0 auto;
     background-color: var(--secondary);
     color: rgba(255, 255, 255, .8);
     border: 10px solid rgba(255, 255, 255, .3);
     outline: 0;
     border-radius: 100%;
     padding: 0;
     width: 100px;
     height: 100px;
     opacity: .8;
     font-size: 20px;
     padding-left: 5px;
  }
  @media (max-width:767px) {
    .videobg {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 20px solid rgba(0,0,0, .1);
    }
    .videobg {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 20px solid rgba(0,0,0, .1);
    }
    .lightbox-container{
        width: calc(100% - 50px);
    }
    .lightbox-container iframe{
        width: 100%;
        height: 200px;
    }
  }
  
/*lightbox*/

.proje .img {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proje .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.proje .box {
    height: 300px;
    background-color: var(--secondary);
}
.proje span {
    font-size: 85px;
    font-weight: 800;
}

/*Gallery*/
/* LIGHTBOX */
.gallery {
	column-width: 280px;
	column-gap: 15px; 
	column-count: 4;
  }
  
  .gallery.col-w-auto {
	column-width: auto;	
  }
  
  .gallery img {
	  display: inline-table;
	width: 100%;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 15px; 
	background-color: var(--teriatry);
	padding: 10px; 
	transition: all 300ms linear;
  }
 
  .gallery .menupage img { 
  width: 30%; 
  margin-right: 19px;
}
  .gallery img:hover {	
	background-color:var(--secondary); 
  }
  .gallery.col-w-auto img{
	padding: 0px; 
  }
  .menupage .gallery.col-w-auto img{
	padding: 5px; 
  }
.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: #7f8c8d;
	perspective: 1000;
	z-index: 9999;
  }
  
  .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(20px);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
  }
  
  .lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(0deg);
	max-height: 95vh;
	max-width: calc(95vw - 100px);
	transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
  }
  /*.lightbox:hover img{
	transform: translate(-50%, -50%) rotateY(180deg);
  }*/
  
  [class^="arrow"] {
	height: 200px;
	width: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
  }
  
  [class^="arrow"]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 15px;
  }
  
  .arrowr {
	right: 0;
  }
  
  .arrowr:after {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
  }
  
  .arrowl {
	left: 0;
  }
  
  .arrowl:after {
	border-left: 1px solid white;
	border-top: 1px solid white;
  }
  
  .close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	margin: 20px;
	cursor: pointer;
  }
  
  .close:after,
  .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e74c3c;
  }
  
  .close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .close:before {
	transform: translate(-50%, -50%) rotate(45deg);
  }
/*Gallery end*/
/*FOOTER*/
 footer {
    display: flow-root;
 }
 .footer * {
    color: #fff;
 }
.footer {
    width: 100%;
    float: left; 
    color: #fff;    
    background-color:var(--primary);     
}
.whiteborder {
    border: 5px solid #fff;  
}
.lightborder {
    border: 5px solid var(--lightgray);  
}
.footer a { 
    text-decoration: none;
}
.footer a:hover { 
    color: var(--secondary);  
    text-decoration: none;
} 
.footernav {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
.footernav li {
    display: flex;
    padding: 3px 0;
}
.footernav li a { 
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}
.footernav li a:hover {    
    color: var(--secondary);  
}
.footernav2 {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
.footernav2 li {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.footernav2 li img{ 
    margin-top: -3px;
}
.footernav2 li a { 
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}
.footernav2 li a:hover {    
    color: var(--secondary); 
}
.iconshield {
    color: #25D366;
    font-size: 30px; 
    margin-right: 15px;
}
.footer .socialicon a{
    margin-right: 15px;
}
.footer .socialicon i{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .1);
    width: 50px;
    height: 50px;    
    border-radius: 100%;
    font-size: 20px;
    transition: all 200ms linear;
}
.footer .socialicon i:hover{ 
    background-color: #f7f7f7; 
    color: var(--primary);
}

.gototop {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    bottom: 105px;
    right: 105px;
    background-color: rgba(255, 255, 255, .1);
    color: var(--primary);
    font-size: 20px;
    z-index: 99;
    border-radius: 100%;
    transition: all 200ms linear;
}
.gototop i{     
    color: var(--primary);
    font-size: 20px; 
    transition: all 200ms linear;
}
.gototop:hover {
    background-color: var(--secondary); 
    cursor: pointer;
}
.gototop:hover i{
    color: #fff;
}
.slide-menu {    
    background-color: var(--primary);
    z-index: 999999999999;
    position: fixed;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    
    display: none; 
    box-sizing: border-box;
    transform: translateX(100%);
    overflow: hidden;    
    visibility:hidden;
}
@media (max-width:767px){
    .slide-menu {
        visibility:visible;
    }
}
.slide-menu, .slide-menu a {
    font-size: 16px; 
    line-height: 16px;
}
.slide-menu a { 
    text-decoration: none;
    color: #fff;
}
.slide-menu a:hover {
    color: #ffffff;
}
.slide-menu .controls {
    display: flex; 
}
.slide-menu .btn {
    padding: 0;
    flex: 1 0 auto;
    font-size: 20px;
    color: #fff;
    padding: 20px 30px;            
}
.slide-menu .btn i.fa-close{
    padding: 9px 11px;
    border-radius: 100%;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.08);
}
.slide-menu .btn:first-of-type {
    text-align: left
}
.slide-menu .btn:last-of-type {
    text-align: right
}                
.slide-menu .slide-menu__backlink {            
    font-weight:500;
    text-transform: uppercase;
} 
.slide-menu, .slide-menu .slide-menu__slider {
    transition: transform .3s ease-in-out;
    will-change: transform
}
.slide-menu .slide-menu__slider {
    margin-top: 30px;
    width: 100%;
    transform: translateX(0)
}
.slide-menu ul { 
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 30px;
}
.slide-menu ul li{
    min-height:40px;
    display:flex;
    justify-content:space-between;
}
.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}
.slide-menu ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.slide-menu ul ul a {
    justify-content: start;
}
.slide-menu a {
    cursor: pointer
}
.slidemenu-right {
    margin-left: 1em; 
    font-size: 15px;
    color:#fff; 
    float:right;
}
.slidemenu-left {
    margin-right: 1em; 
    font-size: 15px;
    color:#fff;
    float:left;
    margin-top:1px;
}
.slide-menu .bottom{
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0;
    padding: 20px 30px 30px 30px; 
    color: #fff;
    font-size: 14px;
}
.border-right {border-right: 1px solid rgba(0,0,0,.1);}

.btn-mobil-arama {
    float: left;
    width: 100%;
    text-align: left;
    background-color: #f4f4f4;
    color: #000;
    border-radius: 8px;
    padding: 6px;
    border: none !important;
    padding-left: 35px;
    z-index: 9999999
}

    .btn-mobil-arama:hover {
        cursor: default !important;
    }

    .btn-mobil-arama:focus {
        border: none;
        outline: none !important
    }

.mobil-arama-icon {
    position: fixed;
    top: 62px;
    left: 23px;
    color: #777;
    z-index: 9999999
}

.mobil-top-right-menu {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

    .mobil-top-right-menu li {
        list-style-type: none;
        display: inline-block;
        margin-left: 20px;
        line-height: 38px;
    }

        .mobil-top-right-menu li a {
            font-size: 22px;
            color: #666;
        }

            .mobil-top-right-menu li a i {
                font-size: 24px;
                color: #666;
            }

.mobil-sayfa-menu {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 5px 8px 5px;
    color: #333333;
    background-color: #fff
}

.mobil-container1 {
    width: 100%;
   /*
    border-top: 10px solid #f7f7f7;
    border-bottom: 10px solid #f7f7f7;
    */
}

    .mobil-container1 .btn1 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 15px 5px 15px 5px;
        color: #333333;
        background-color: #fff;
    }

    .mobil-container1 .btn2 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 8px 5px 8px 5px;
        color: #fff;
        background-color: #80ad34;
        border-radius: 50px;
    }
        .mobil-container1 .btn2:hover, mobil-container1 .btn2:focus {           
            color: #fff;
            background-color: #80ad34;           
        }

.bg-light-grey {
    background-color: #f7f7f7 !important;
}
 

.mobil-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height:auto;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999;
} 

.blog-kategori-agaci {
    list-style: none;
    margin: 11px 0 0 0;
    padding: 11px 15px 11px 15px;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    background-color: #fff;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    min-height: 49px;
}

    .blog-kategori-agaci li {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0;
        border-right: 1px solid #ebebeb;
        padding-right: 15px;
        padding-left: 10px
    }

        .blog-kategori-agaci li:first-child {
            padding-left: 0
        }

        .blog-kategori-agaci li:last-child {
            border-right: 0
        }

        .blog-kategori-agaci li h2 {
            margin: 0;
            padding: 0;
            font-weight: 400
        }

        .blog-kategori-agaci li a, .blog-kategori-agaci li a h2 {
            font-size: 16px;
        }
            .blog-kategori-agaci li a.active, .blog-kategori-agaci li a h2.active {
                color: #80ad34;
            }
 


@media (max-width: 1499px){
    .headernav li a { 
        padding:0 20px;   
    }   
}
@media (max-width: 1450px){
    .headernav li a { 
        padding:0 15px;   
    }   
}
@media (max-width: 1399px){
    .headernav li a { 
        padding:0 8px;
        font-size: 15px;   
    }   
}
@media (max-width: 1199px){
    .headernav li a { 
        padding: 0 8px;
        font-size: 11px;   
    }
    .theme1 .img {
        width: 100%;
        height: 190px;
    }
}
@media (max-width: 999px){    
    .theme1 .img {
        width: 100%;
        height: 190px;
    }
}
@media (max-width: 767px){         
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }
    .mainbanner
    {
        border-radius: 10px;
    }
    .secondbanner img
    {
        border-radius: 10px;
    }
    
}