:root{
    --black:#000;
    --darkgray:#4d4d4d;
    --primary:#6c0ba5;
    --secondary:#4d4d4d;
    --lightgray: #f7f7f7;
    --lightgray2: #F0F0F46A;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: var(--darkgray);
}
@media (min-width: 1400px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
.font2 {
    font-family: 'Righteous', cursive;
    font-weight: 100;
    letter-spacing: 3px;
}
a {
    color: var(--secondary);
    text-decoration: none;
}
a:hover {
    color: var(--primary);
    text-decoration: none;
}
h1,h2,h3,h4,h5 {margin: 0; padding: 0;}
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;}
h4 {font-size: 18px; line-height: 24px; margin-bottom: 10px;}
h5 {font-size: 16px; line-height: 20px; margin-bottom: 10px;}
p {font-size: 15px; line-height: 21px;}
.opacity-6 {opacity: .6 !important;}
.green-color {color: var(--primary) !important;}
.primary-color {color: var(--primary) !important;}
.bg-lightgray {background-color: var(--lightgray) !important;}
.bg-lightgray2 {background-color: var(--lightgray2) !important;}
.bg-green {background-color: var(--primary) !important;}
.bg-blue {background-color: var(--secondary) !important;}
.bg-darkgray {background-color: var(--darkgray) !important;}
.font-weight-medium {font-weight: 400;}
.border-top1 {border-top: 1px solid rgba(0,0,0,0.2)}
.fs-30 {font-size: 30px !important;}
.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-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);}
ul li {
    font-size: 15px;    
}
@media (max-width:767px) {
    .min-h-278 {min-height:150px;}
}
/*TOPBANNER*/
.topbanner { 
    width: 100%;     
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;    
}
 
.topbanner.hide{
    visibility: hidden;
    height: 0;
    min-height: 0;
}
.topbanner .topbannerclose{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 17px; 
}
.topbanner .topbannerclose:hover{
    cursor: pointer;
}

.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-top
{
    padding: 15px 0 10px;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}
.header-top a {
    margin-left: 25px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;   
}
.header-top a i {
    margin-right: 5px;
}
.header {
    position: relative;
    width: 100%;   
    top: 0;
    left: 0;
    background-color: #fff;  
    z-index: 9;
    padding: 5px 0;    
}
.header-bottom {
    background-color:#fff; 
}
h2.title {
    display: inline-flex;
    font-weight: bolder;
    font-size: 40px;    
}
h2.title.yaprak {
    line-height: 40px;    
    padding: 0; 
}
h2.title.yaprak:before {
   content: '';
   position: relative;    
   background: transparent url(../images/icons/yaprak.svg) no-repeat center;
   background-size:30px;
   width: 30px;
   height: 40px;
   padding-left: 50px;   
   opacity: .5;
}
h2.title.yaprak:after {
    content: '';
    position: relative;    
    background: transparent url(../images/icons/yaprak2.svg) no-repeat center;
    background-size:30px;
    width: 30px;
    height: 40px; 
    padding-right: 50px;  
    opacity: .5;
 }
 h3.title {
    font-size: 22px;
 } 
.header.fixed {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*TOP MENU*/
.headernav {
    margin: 0;
    padding: 0; 
    list-style: none; 
    display: flex;
    align-items: center;
    justify-content: start; 
    position: relative;
}
.headernav li {
    display: inline-flex;
    margin: 0;
    padding: 0; 
}
.headernav li:hover{
    background-color: #fff;
}

.headernav li a {
    color: var(--darkgray);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500; 
    margin: 0;
    padding:19px 15px;  
    display: bloc;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear; 
    position: relative;   
} 

.headernav li.social a:hover {
    color: var(--black);
    border-bottom: 3px solid transparent;
}
.headernav li.line a:hover {
    color: var(--black);
    border-bottom: 3px solid transparent;
    cursor: default;
}
.header .navbar .navs {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.header .navbar .navs:hover {
    cursor: pointer;
}
.header .navbar .navs span {
    display: block;
    background: var(--darkgray);
    width: 32px;
    height: 2px;
}
.header .navbar .navs span:nth-child(1) {
    width: 23px;
}
.header .navbar .navs span:nth-child(2) {
    margin: 8px 0;
}
.header .navbar .navs span:nth-child(3) {
    width: 15px;
}

.headernav li:hover .submenu{
    top: auto; 
    display: block;    
} 
.headernav li .submenu {
     
    display: none;         
    position: absolute;     
    z-index: 9999; 
    top: auto;
    margin-top: 60px;
    transition: all 200ms linear;
    box-shadow: 0px 0 7px 0 rgba(0,0,0,.1);
    padding: 0; 
    border-radius: 0;
    border: 0;
    background-color: #fff; 
    min-width: 220px;
     
}
.headernav li .submenu.column {      
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 500;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 60px;
    box-sizing: border-box;
    column-count: 3;
} 
.headernav li .submenu li {  
     display: flex;     
     border-bottom: 1px solid rgba(0,0,0,0.1);
}
.headernav li .submenu li a{    
    color: var(--darkgray);
    margin:0;
    padding: 10px 20px;
    height: auto;
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    border: 0;
    font-size: 14px;
    font-weight: 400;
}
.headernav li .submenu li a:hover{        
    border: 0;
    color: var(--primary);
}
.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;
}

/*TOP MENU END*/
/*search*/
.search-app-container {
    width: 100%; 
    position: relative; 
    float: left;
}
.search-input {
    display: flex;
}
.search-input input {  
    width: 100%;  
    border: 2px solid #92929b;
    height: 50px; 
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 0;
}
.search-input input:focus {  
    outline: 0;
}
.search-input-submit {
    position: absolute;
    top: 0;
    right: 0;
}
.search-input-submit button {
    height: 50px;
    width: 50px;
    box-shadow: none;
    background: var(--darkgray);
    border-radius: 0 5px 5px 0;
    margin-top: 0;
    position: relative;
    border: 2px solid var(--darkgray);
}
.search-input-submit button i {
     color: #fff;
}
/*search end*/
.btnheader {
    border: 2px solid rgba(0,0,0,.3);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms linear;
}
.btnheader:hover {
    border: 2px solid var(--primary);
}
/*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*/
.topcontacts {
    display: contents;
    margin: 0;
    padding: 0;
}
.topcontacts li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 500px;
    font-size: 16px;    
    line-height: 16px;
    display: block;
    background-color: var(--primary);
    transition: all 200ms linear;
    
}
.topcontacts li a:hover {
    background-color: var(--secondary);
    color: #fff; 
}
.topcontacts li a img {
    margin-right: 7px;
}  
#sonuclar {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-top: 1px;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #92929b;
    display: none;
}
.aramalistesi {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left; 
    margin:10px;
    width: calc(100% - 20px);
}
#sonuclar li {
    display:inline-flex;
    width:100%;     
    min-width:300px;
} 
#sonuclar li a{
    display: block;
   color:var(--darkgray);
   font-size: 14px;
   width: 100%;
   padding: 10px 10px;
   border-radius: 10px;
}#sonuclar li a:hover{   
   background-color: rgba(0,0,0,0.07);
}
    #sonuclar li a span {
        float: right;
        text-align: right;
        font-size:12px;
    }
.kurumsal img {
    max-width: 150px;
}
/*swiper heights*/
.sh-350 {height: 350px;}
.sh-400 {height: 400px;}
.sh-450 {height: 450px;}
.sh-500 {height: 500px;}
.sh-550 {height: 600px;}
.sh-600 {height: 650px;}
/*SWIPER*/
.mySwiper{
    width: 100%;     
    background-color: #ccc;    
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide img {
    display: block;
    width: 100%; 
}
 
.mySwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
} 
.mySwiper .text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top:0;
    left: 0;     
    z-index: 9;
    width: 100%;
    height: 100%;   
}
.mySwiper .text .title {
    color: #fff;
    font-weight: 800;
    font-size: 40px; 
    padding-left: 15px;
}
.mySwiper .text p {
    color: #fff; 
    font-size: 16px;
    padding-left: 35px;  
}
.mySwiper .text .line {    
    width: 150px;
    height: 3px;
    background-color: var(--primary);
    margin: 15px 0;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
    justify-content: start;
    padding-right: 80px;
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;
    justify-content: end;
    padding-left: 80px;
} 
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 60px;
    height: 60px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent; 
    border-radius: 500px;
    transition: all 200ms linear;
}
.mySwiper .swiper-button-next:after{    
    font-size:20px;
    font-weight: bold;  
    padding-left: 25px;
}
.mySwiper .swiper-button-prev:after {
    font-size:20px;
    font-weight: bold;  
    padding-right: 25px;
}
.mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover { 
    border: 1px solid #fff;
    color: var(--primary);
    background-color: #fff;  
}
.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important; 
    text-align: left; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px !important;
}

.mySwiper .swiper-pagination-bullet { 
    border-radius: 0;
    outline: none;
    border: 0;        
    width: 28px;
    height: 15px;
    transition: 0.2s;
    border: 1px solid #fff; 
    border-radius: 500px;
    background-color: transparent;
    opacity: 1;     
}
.mySwiper .swiper-pagination-bullet-active {
    background-color:#fff;
    width: 45px;    
} 
.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;  
}

/*toursSwiper*/
 
.toursSwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.toursSwiper .lefttext {
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0; 
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 99; 
}
.toursSwiper .lefttext h2{ 
    color: transparent;
    transform: rotate(-90deg);
    margin: 0;
    padding: 0;
    font-size: 75px;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
    opacity: .5;
    font-weight: 900;
    letter-spacing: 20px;
}
.toursSwiper .swiper-slide {
    width: 80%;
  }

  .toursSwiper .swiper-slide:first-child {
    width: 80%;
  }
 
.toursSwiper{
    width: 100%;
    height: 100%;     
}  
.toursSwiper .swiper-slide::after {
    content: '';
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.8));
    height: 45%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.toursSwiper .textcontainer {
    position: absolute;    
    top: 0;
    left: 0;     
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start; 
    padding-bottom: 25px;
    padding-left: 30px; 
}
.toursSwiper .text {
    position: relative;
    display: block;         
    z-index: 9;
    width: 100%;
    text-align: left;
}
@media (max-width:767px) {
    .toursSwiper .textcontainer {
        
        padding-left: 0; 
    }
    .spacex {padding-left: 25px; padding-right: 25px;}
    
}
.toursSwiper .text .title {
    color: #fff;
    font-weight: 800;
    font-size: 40px; 
    line-height: 40px;
    border: 0 !important; 
    padding-left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
}
.toursSwiper .text p {
    color: #fff; 
    font-size: 16px;
}
.toursSwiper .text .line {    
    width: 150px;
    height: 3px;
    background-color: var(--blue);
    margin: 15px 0;
}
.toursSwiper .swiper-button-next, .toursSwiper .swiper-rtl .swiper-button-prev {
    left: 20%;
    margin-left: 100px;
    right: auto;
}
.toursSwiper .swiper-button-prev, .toursSwiper .swiper-rtl .swiper-button-next {
    left: 20%;
    margin-left: 30px;
    right: auto;
} 
.toursSwiper .swiper-button-next, .toursSwiper .swiper-button-prev {
    position: absolute;
    top: 50px;
    bottom: auto;
    width: 60px;
    height: 60px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    border:1px solid #fff;
    border-radius: 500px; 
    transition: all 200ms linear;
} 
.toursSwiper .swiper-button-next:after{    
    font-size:20px;
    font-weight: bold;       
}
.toursSwiper .swiper-button-prev:after {
    font-size:20px;
    font-weight: bold;   
}
.toursSwiper .swiper-button-next:hover, .toursSwiper .swiper-button-prev:hover { 
    background-color: var(--blue); 
} 
.toursSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px !important;  
}
.toursSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px !important;
}

.toursSwiper .swiper-pagination-bullet { 
    border-radius: 0;
    outline: none;    
    width: 18px;
    height: 18px;
    transition: 0.2s;
    border: 1px solid #fff; 
    border-radius: 500px;
    background-color: transparent;
    opacity: 1;        
}
.toursSwiper .swiper-pagination-bullet-active {
    background-color:transparent;
}
.toursSwiper .swiper-pagination-bullet-active::after { 
    content: '';
    display: block;    
    background-color: #fff;
    width: 6px;
    height: 6px;   
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 500px; 
} 
/*toursSwiper END*/
/*markaSwiper*/
.markaSwiper {     
    height: 150px;
}
.markaSwiper .swiper-slide{        
    height: auto;
}
.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:-15px;
    left: auto;
}
.markaSwiper .swiper-button-prev, .markaSwiper .swiper-rtl .swiper-button-next {
    left: -15px;
    right: auto;
} 
.markaSwiper .swiper-button-next, .markaSwiper .swiper-button-prev {
    float: left;
    position: relative;
    top: auto;
    bottom: 15px;
    width: 30px;
    height: 30px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkgray);
    background-color: #fff;
    border: 1px solid var(--darkgray);
    transform: rotate(45deg);
}
.markaSwiper .swiper-button-next:after{    
    font-size:15px;
    font-weight: bold;
    transform: rotate(-45deg);
    margin-left: 4px;
    margin-top: -1px;
}
.markaSwiper .swiper-button-prev:after {
    font-size:15px;
    font-weight: bold;
    transform: rotate(-45deg);
    margin-right: 3px;
    margin-top: 5px;
}
/*markaSwiper END */
/*themes*/
.theme1 {
    background-color: var(--lightgray2);
     
}
.theme1 .pcol {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.theme1.category .pcol {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
}
.theme1 .pcol:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0);
} 
.theme1.product .title{
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--darkgray); 
    height: 36px;  
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.theme1.product .btn {
    border: 1px solid var(--darkgray);
    margin-top: 10px;
    transition: all 100ms linear;
}
.theme1.product .btn:hover {
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
}
.theme1 .pcol:hover > .btn{
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
}
.theme1 .img {
    width: 100%;
    height: 235px;
}
.theme1 img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.theme1 .loadmore {
    padding: 10px 30px;
    border: 1px solid var(--darkgray);
    border-radius: 5px;
}
.theme1 .toptitle {
    font-size: 16px;
    font-weight: 600; 
}
.theme1 .toptitle::after{
    content: '';
    display: block;
    float: left;
    width: 100%;
    height: 2px;
    background-color:rgba(0,0,0,0.1);
    border-left: 50px solid var(--primary);
    margin-top: 10px;
}
.theme1.blogdetay img {
    display: block;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
} 
.blogdetailimage {
width: 100%;
height: 450px;
}
@media (max-width:767px) {
    .theme1 .img {
        width: 100%;
        height: auto;
    } 
    .blogdetailimage {
        width: 100%;
        height: auto;
        }
}
.text-right {
    text-align: right !important;
}
.nextprev i {
    font-size: 35px;   
    display: inline-flex;
    align-items: center;
    justify-content: center;         
}
.nextprev i.left {margin-right: 15px;}
.nextprev i.right {margin-left: 15px;}
.nextprev a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
}
.nextprev span{font-style: italic; display:contents;}
/*theme2*/
.theme2 {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.theme2 .pcol {
    background-color: var(--lightgray2);
    border: 1px solid rgba(0,0,0,.2);
    /*box-shadow: 0 0 10px rgba(0,0,0,.1);*/
} 
.theme2.product .title{
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--darkgray); 
    height: 36px;
}
.theme2.product .btn {
    border: 1px solid var(--darkgray);
    margin-top: 10px;
    transition: all 100ms linear;
}
.theme2.product .btn:hover {
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
}
.theme2 .pcol:hover > .btn{
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
}
.theme2 .img {
    width: 244px;
    height: 244px;
}
.theme2 img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.theme2 .loadmore {
    padding: 10px 30px;
    border: 1px solid var(--darkgray);
    border-radius: 5px;
}
/*themes*/
/*theme1 blog*/
.theme1.blog {
    background-color: var(--lightgray2);
     
}
.theme1.blog .pcol {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.theme1.blog.category .pcol {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
}
.theme1.blog .pcol:hover {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0);
} 
.theme1.blog .title{
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--darkgray); 
    height: 36px;  
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  
    height: 60px;
    overflow: hidden;
}

.theme1.blog .btn {
    border: 1px solid var(--darkgray);
    margin-top: 10px;
    transition: all 100ms linear;
}
.theme1.blog .btn:hover {
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
}
.theme1.blog .pcol:hover > .btn{
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #fff;
}
.theme1.blog .img {
    width: 100%;
    height: 300px;
}
.theme1.blog img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.theme1.blog .loadmore {
    padding: 10px 30px;
    border: 1px solid var(--darkgray);
    border-radius: 5px;
}
.theme1.blog .toptitle {
    font-size: 16px;
    font-weight: 600; 
}
.theme1.blog .toptitle::after{
    content: '';
    display: block;
    float: left;
    width: 100%;
    height: 2px;
    background-color:rgba(0,0,0,0.1);
    border-left: 50px solid var(--primary);
    margin-top: 10px;
}
@media (max-width:767px) {
    .theme1.blog .img {
        width: 100%;
        height: auto;
    } 
    .kategorivitrin.theme1 .col-6 {
        width: 50% !important;
    }
}

/*kategorivtirin*/ 
.kategorivitrin.theme1 .col-md-2 {
   width: 20%;
}
.kategorivitrin.theme1 .pcol {
    background-color: #fff;
    box-shadow: none;
} 
.kategorivitrin.theme1 .pcol:hover .title{
    color: var(--primary);
} 
.kategorivitrin.theme1.product .title{
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--darkgray); 
    height: 36px;  
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;  
}  
.kategorivitrin.theme1 .img {
    width: 100%;
    height: 200px;
}
.kategorivitrin.theme1 img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.kategorivitrin.theme1 .loadmore {
    padding: 10px 30px;
    border: 1px solid var(--darkgray);
    border-radius: 5px;
}
.kategorivitrin.theme1 .toptitle {
    font-size: 16px;
    font-weight: 600; 
}
.kategorivitrin.theme1 .toptitle::after{
    content: '';
    display: block;
    float: left;
    width: 100%;
    height: 2px;
    background-color:rgba(0,0,0,0.1);
    border-left: 50px solid var(--primary);
    margin-top: 10px;
}
.kategorivitrin.theme1.blogdetay img {
    display: block;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}  
@media (max-width:767px) {
    .kategorivitrin.theme1 .img {
        width: 100%;
        height: auto;
    }     
}
/*Kategorivitrin*/
/*kategorivtirinurun*/ 
 
 .kategorivtirinurun.theme1 .pcol {
     background-color: #fff;
     box-shadow: none;
     border: 1px solid rgba(0,0,0,.2);
 } 
 .kategorivtirinurun.theme1 .pcol:hover .title{
     color: var(--primary);
 } 
 .kategorivtirinurun.theme1.product .title{
     margin-top: 15px;
     font-size: 16px;
     line-height: 18px;
     font-weight: 400;
     color: var(--darkgray); 
     height: 36px;  
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;  
 } 
 .kategorivtirinurun.theme1.product h2.title{ 
    font-size: 20px;
    line-height: 20px;
    font-weight: 500; 
    color: var(--primary); 
}  
 .kategorivtirinurun.theme1 .img {
     width: 100%;
     height: 235px;
 }
 .kategorivtirinurun.theme1 img {
     display: block;
     object-fit: cover;
     height: 100%;
     width: 100%;
 }
 .kategorivtirinurun.theme1 .loadmore {
     padding: 10px 30px;
     border: 1px solid var(--darkgray);
     border-radius: 5px;
 }
 .kategorivtirinurun.theme1 .toptitle {
     font-size: 16px;
     font-weight: 600; 
 }
 .kategorivtirinurun.theme1 .toptitle::after{
     content: '';
     display: block;
     float: left;
     width: 100%;
     height: 2px;
     background-color:rgba(0,0,0,0.1);
     border-left: 50px solid var(--primary);
     margin-top: 10px;
 }  
 @media (max-width:767px) {
     .kategorivtirinurun.theme1 .img {
         width: 100%;
         height: 150px;        
     }     
     .kategorivtirinurun.theme1 img {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
     }     
 }
 /*Kategorivitrin*/


.fisttitle {
    font-size: 60px;
    font-weight: bolder;
}

.leftnavigaton {
    display: block;    
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.leftnavigaton li{
     display: block;
     list-style-type: none;    
     padding: 0;
     margin: 0; 
}
.leftnavigaton li a{    
    display: block;
    width: 100%;
    font-size: 15px;  
    line-height: 21px;  
    letter-spacing: .3px;
    padding: 7px 7px 0 0 ;
    margin-bottom: 1px; 
}
.leftnavigaton li a::after{
    content: ' '; 
    width: 8px;
    height: 8px;
    margin-top: 6px;
    background-color: #ffffff;
    border-radius: 2px;     
    float: right;
    transform: rotate(45deg);
    box-shadow: 2px -2px #b1b1b9;
}
.leftnavigaton li.active a{    
     color: var(--black);
     font-weight: 500;
}

.siparisbtn {
    background-color: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    transition: all 300ms linear;
}
.siparisbtn i {
    font-size: 30px;
    margin-right: 7px;
}
.siparisbtn:hover{
    opacity: .9;
    color: #fff;
}
.contact i {
    font-size: 25px;
    background-color:var(--primary);
    color: #fff;
    padding: 12px;
    border-radius: 100%;
    margin-bottom:10px;
}
.contact .text {
    font-size: 20px;
    font-weight: 500;
}
@media (max-width:767px) {
    .theme1.product h2 {
        font-size: 17px;
    }
    .theme2.product h2 {
        font-size: 17px;
    }
    .fisttitle,.fisttitle .line{
        font-size: 27px;        
    }
    .fisttitle span{
        font-size: 60px;        
    }
}
.fisttitle span.line {
   font-weight: 400;    
}
.btngulcev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fff;
    color:#fff;
    text-decoration: none;  
    border-radius: 500px; 
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 300;
    transition: all 200ms linear;
    margin-bottom: 50px;
    padding: 10px 30px;
    
}
.btngulcev .arrow {
    margin-left: 5px;
    transform: rotate(270deg);
}
.btngulcev:hover {
    background-color:#fff;
    color: var(--primary);
    text-decoration: none;    
}
.hizmetimg:hover {
    transition: all 200ms linear;
}
.hizmetimg:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    border-radius: 50px !important;
} 
/*breader light*/
.breader-light .navigation {
    margin: 0; padding: 0; list-style: none;
    
}
.breader-light .navigation li {
    display: inline-flex;
    color: var(--darkgray);
    font-size: 14px;
    text-decoration: none;
    padding-right: 5px;   
    font-weight: 700;
    letter-spacing: .5px; 
}
.breader-light .navigation li a{
    color: var(--darkgray);
    text-decoration: none;  
    font-weight: 400;
} 
.sidetitle {
    margin: 0;
    padding: 0;
    background-color: var(--secondary);
    color: #fff;
    padding:10px 20px;
    font-size: 30px;
}
.sidemenu {
    margin: 0;
    padding: 0;    
    background-color: #f7f7f7; 
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.sidemenu li {
    display: block;
    list-style-type: none;
    border: 0;
    padding:9px 20px;   
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidemenu li:last-child {border: 0;}
.sidemenu li a {
    text-decoration: none;
    border: 0;
    font-weight: 400;
    font-size: 15px;
    display: block;
}
.sidemenu li.active a {
     color: var(--primary);
}
.iletisimicon {
    background-color: var(--primary);
    border-radius: 500px;
    padding: 5px;
}
@media (max-width:767px) {
    .breader li {
        display: inline-flex;
        color: #fff;
        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); 
}
.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-gonder {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 35px;
}
.btn-gonder:hover {
    background-color: var(--darkgray);
    color: #fff;   
} 
.home-about-content {
     
    overflow-y: auto;
}
/*FOOTER*/
.footer {
    width: 100%;
    float: left; 
    color: #fff;    
    background-color:#fff;    
    color: var(--darkgray);
}
.footer a {
    color: var(--darkgray);
    text-decoration: none;
}
.footer a:hover {
    color: var(--primary);
    text-decoration: none;
}
.footertitile {
    color:var(--darkgray); 
}
.footernav {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
.footernav li {
    display: flex;
    padding: 3px 0;
}
.footernav li a {
    color:var(--darkgray);
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}
.footernav li a:hover {    
    color: var(--primary);  
}
.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 {
    color:var(--darkgray);
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}
.footernav2 li a:hover {    
    color: var(--primary); 
}
.iconshield {
    color: #25D366;
    font-size: 30px; 
    margin-right: 15px;
}
.footer .socialicon i{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    width: 50px;
    height: 50px;    
    border-radius: 100%;
    font-size: 20px;
}
.footer .socialicon i:hover{ 
    background-color: #f7f7f7; 
    color: var(--darkgray);
}
@media (max-width:767px){
    .rounded-xs {
        border-radius: 15px !important;
    }
    
    .headernav {height: 80px; padding: 40px 0;}    
     
    .topcontacts li a {    
        padding:8px; 
        background-color: var(--darkgray); 
    }  
    .topcontacts li a img {
        margin-right: 0;
        width: 20px;
    }
    /*search*/
    #msearch {
        font-size: 20px;
        margin-right: 15px;
    }
    .search-app-container-m {
        width: 100%;
        position: absolute; 
        float: none;
        top: 62px;
        padding: 15px;
        background-color: #f7f7f7; 
    }
    .search-app-container-m.show{
        visibility: visible;
    }
    .search-app-container-m.hide{
        visibility: hidden;
    }
    .search-input-m {
        position: relative;
        display: flex;
    }
    .search-input-m input {  
        width: 100%;  
        border: 2px solid #92929b;
        height: 50px; 
        padding-left: 15px;
        border-radius: 5px;
        margin-top: 0;
    }
    .search-input-m input:focus {  
        outline: 0;
    }
    .search-input-submit-m {
        position: absolute;
        top: 0;
        right: 0;
    }
    .search-input-submit-m button {
        height: 50px;
        width: 50px;
        box-shadow: none;
        background: var(--darkgray);
        border-radius: 0 5px 5px 0;
        margin-top: 0;
        position: relative;
        border: 2px solid var(--darkgray);
    }
    .search-input-submit-m button i {
        color: #fff;
    }
    /*search end*/
    .main {margin-top: 0;}
    .kurumsal img {
        max-width: 80px;
    }

    .mySwiper{       
        height: auto;        
    }
    
    .mySwiper .text {
        left: auto;   
        width: 100%;
        padding: 0 50px;  
    }
    .mySwiper .text .title {
        font-size: 30px;
    }    
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 100px !important; 
        text-align: left;
        padding-left:0;
    }  
    .text-xs-center {text-align: center;}
    h2.title {
        
        font-size: 32px;    
    }
    .logo-footer {width: 70% !important;}
    .footertitile { 
        font-size: 19px;
    }
    .footernav {
        width: 100%;
    }
    .footernav li {
        display: flex; 
        padding:0 3px;
    }  
    .footernav li a{ 
        font-size: 14px; 
    }  
    .footernav2 li {
        justify-content: center;
    }  
    .footer h5 {
        font-size: 17px;
    }
    .webmaster a {
        font-size: 13px;
    }
} 
@media (max-width: 1399px){
    .headernav li a { 
        padding:19px 11px;   
    }   
}
@media (max-width: 1199px){
    .headernav li a { 
        padding: 19px 2px;
        font-size: 14.1px;   
    }
    .theme1 .img {
        width: 100%;
        height: 190px;
    }
}
@media (max-width: 999px){    
    .theme1 .img {
        width: 100%;
        height: 190px;
    }
}
@media (max-width: 767px){    
    .theme1 .img {
        width: 100%;
        height: 160px;
    }
    .theme1 .pcol {
        border-radius: 10px;
    }
    .theme1 .pcol img{
        border-radius: 10px; 
    }
    .theme1.product .btn {         
        width: 100%;
    }
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }
    .mainbanner
    {
        border-radius: 10px;
    }
    .secondbanner img
    {
        border-radius: 10px;
    }
    
}

.theme1.blogdetay h2,.theme1.blogdetay h3{
    font-size: 18px;
    margin-bottom: 0;
} 