 body{
    margin: 0px; padding: 0px;
      overflow-x: hidden; 
}
.form-control {
        border: 1px solid #ced4da!important;
}


 /* contact */

 
 
.mb-30{margin-bottom:30px;}
.contact-info-boxes .info-box .icon{height:140px;width:140px;text-align:center;line-height:140px;border-radius:50%;-webkit-filter:drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.02));filter:drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.02));background-color:#fff;font-size:65px;color:#00b2eb;position:relative;z-index:1;margin:0 auto -70px;}
@media (max-width: 767px){
.contact-info-boxes .info-box .icon{height:100px;width:100px;line-height:100px;margin-bottom:-50px;font-size:35px;}
}
.contact-info-boxes .info-box .desc{background-color:#f9f9f9;padding:115px 45px 45px;text-align:center;line-height:1.6;}
@media (max-width: 1199px){
.contact-info-boxes .info-box .desc{padding:115px 25px 45px;}
}
@media (max-width: 767px){
.contact-info-boxes .info-box .desc{padding:85px 25px 45px;}
}
.contact-info-boxes .info-box .desc .title{font-size:24px;margin-bottom:15px;}
.contact-info-boxes .info-box .desc a{color:#616161;}
.contact-info-boxes .info-box .desc a:hover{color:#00b2eb;}
  /* contact bitti*/



 #subheader {
    background: url(assets/images/bg-subheader.jpg) top;
    padding: 150px 0 70px 0;
    background-size: cover;
    text-align: center;
    position: absolute;
    top: 0;

}
#subheader h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 10px;
}
 
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/* use style sheet */

@import url( font-awesome-all.css);
@import url( flaticon.css);
@import url( owl.css);
@import url( bootstrap.css);
@import url( jquery.fancybox.min.css);
@import url( animate.css);
@import url( jquery-ui.css);
@import url( jquery.bootstrap-touchspin.css);
/* use font link bitti */

/* genel*/

.col-sm-3{
margin:0px !important;
padding:0px !important;
}
.kurumsal-bg{
    background-color:#d32d24;

}
.yatay-dikey-ortala{  }





/* genel bitti*/

/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  overflow: hidden;
  padding: 480px 0px 223px 0px;
}

@media screen and (max-width:5000px) and (min-width:1700px) {
.banner-carousel .slide-item{
  position: relative;
  overflow: hidden;
  padding: 528px 0px 273px 0px;
}
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0px;
  //top:-80px;
  top:0px;
  right: 0px;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index:5;
  width: 100%;
  min-height: 300px;
  padding-left:120px;
  padding-right:120px;

}

.banner-carousel .content-box h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 17px;
  text-transform: uppercase;
  opacity: 0;
  padding-right: 55px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .content-box h5:before{

}

.banner-carousel .active .content-box h5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 68px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .content-box .btn-box .theme-btn{
  padding: 13px 35px;
  margin-right: 35px;
}

.banner-carousel .content-box .btn-box .user-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0px 22px 85px;
}

.banner-carousel .content-box .btn-box .user-btn i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.3);
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .user-btn span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #fff;
}

.banner-carousel .content-box .btn-box .banner-btn-two{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 13px 34px;
}

.banner-carousel .content-box .btn-box .banner-btn-two:hover{

}

.banner-carousel .content-box .btn-box .banner-btn-two:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .banner-btn-two:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .banner-btn-two:hover:before,
.banner-carousel .content-box .btn-box .banner-btn-two:hover:after{
  width: 50%;
}

.banner-carousel .content-box .list-item{
  position: relative;
  display: block;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .list-item{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.banner-carousel .content-box .list-item li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.banner-carousel .content-box .list-item li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.mr-10{
  margin-right: 10px !important;
}

.mar-0{
  margin: 0px !important
}

.banner-carousel .owl-dots{
  display: none !important;
}

.banner-section .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.banner-section .owl-theme .owl-nav .owl-prev{
  position: absolute;
  left: 50px;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  line-height: 56px;
  font-size: 0px;
  opacity: 1;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  left: 0;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
  line-height: 56px;
  color: rgba(0, 0, 0, 0);
  font-size: 0px;
  opacity: 1;
  cursor: pointer;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  right: 0;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover,
.banner-section .owl-theme .owl-nav .owl-next:hover{

}



/* kurumsal  */

  
  .fright{width:15%;}
  
 @media all{
h1,h3{overflow-wrap:break-word;}
}
 @media all{
section{display:block;}
a{background:transparent;}
a:active,a:hover{outline:0;}
h1{margin:.67em 0;font-size:2em;}
img{border:0;}
@media print{
*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important;}
a,a:visited{text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
img{page-break-inside:avoid;}
img{max-width:100%!important;}
h3{orphans:3;widows:3;}
h3{page-break-after:avoid;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a{color:#428bca;text-decoration:none;}
a:hover,a:focus{color:#2a6496;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
img{vertical-align:middle;}
h1,h3{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h1,h3{margin-top:20px;margin-bottom:10px;}
h1{font-size:36px;}
h3{font-size:24px;}
.text-center{text-align:center;}
.row{margin-right:-15px;margin-left:-15px;}
.clearfix:before,.clearfix:after,.row:before,.row:after{display:table;content:" ";}
.clearfix:after,.row:after{clear:both;}
}
 @media all{
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}

.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-item{float:left;}
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}
}
 @media all{
.slideInLeft{animation-name:slideInLeft;}
}
 @media all{
section{display:block;}
h1{font-size:2em;margin:.67em 0;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
a:active,a:hover{outline-width:0;}
img{border-style:none;}
}
 @media all{
h1,h3{color:#333;font-family:"Montserrat";}
h3{font-weight:lighter;}
h1{font-size:28px;margin:0;margin-bottom:20px;letter-spacing:-1px;font-weight:500;}
h3{font-size:20px;}
.title-area{
display: table;
display: table-cell;
vertical-align: middle;
text-align:center; 

}
.title-area h1{color:#fff;font-size:40px;font-weight:500;letter-spacing:5px;
   margin-top: 30%;
   text-align:center;
   position:relative;
    
}

/* mobil  */


@media only screen and (max-width: 992px){
    
    
#subheader {
     padding: 50px 0 70px 0 !important;
    background-size: cover;
    text-align: center;
    position: absolute;
    top: 0;
    
}
#subheader h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 400;
   font-size:22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 10px;
}
.title-area h1{color:#fff;font-size:40px;font-weight:500;letter-spacing:5px;
    height:100px;
    margin-top: 10%;
   text-align:center;
   position:relative;
   
}
.text-adv-intro > h2 {
    2.1rem !important;
 }
 
 
.box-search-adv {
    position: absolute;
    right: 2px;
    top: 100px;
    background: #d32d24 none repeat scroll 0 0;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    width: 60px;
    transition: all 0.5s ease-out 0s;
}

.box-search-adv-link {
    color: #fff;
    display: block;
    font-size: 40px;
    position: relative;
    right: -280px;
    transition: all 0.5s ease-out 0s;
    bottom: 10px;
}
 
 
 .banner-carousel .content-box {
    padding-right: 0px !important;
 }
 
 

 .service-section .owl-nav {
    position: relative !important;
    left: 0px !important;
    bottom: 0px;
}
 .owl-nav {
    display: block !important;
        margin-top: 3px;
}   
.owl-nav {
    position: relative;
     top: 0px !important;
}
@medi

}
 
.title-area span{font-size:15px;color:#fff;letter-spacing:3px;font-weight:300;}
.fx .item .overlay{position:absolute;bottom:0;background:rgba(255,255,255,.9);padding:20px 30px 20px 30px;width:100%;}
.fx .item{overflow:hidden!important;}
.item .overlay{background:#fff;display:block;position:absolute;}
.item .overlay .desc{display:block;height:0px;overflow:hidden;}
.item .overlay h3{font-size:18px;margin:0;padding:0;}
.item .overlay h3 a{color:#333;}
.item .overlay .time{letter-spacing:1px;text-transform:uppercase;}
.bg-color{background-color:#8ec92f;}
a{color:#8ec92f;text-decoration:none;outline:none!important;}
a:hover{color:#222;}
.fullwidth{display:table;width:100%;table-layout:fixed;border-collapse:collapse;padding:0!important;margin:0!important;overflow:hidden;}



.one-fourth{width:24.9%;display:table-cell;vertical-align:middle;}
.three-fourth{width:74.9%;height:100%;display:table-cell;}
.custom-carousel-1{padding:0!important;margin:0!important;background:#222;}
.custom-carousel-1 .item img{width:100%;margin:0;padding:0;height:100%;}



section{overflow:hidden; background:#fff;}


h3{font-weight:500;margin-bottom:20px;}
h3 a{font-family:"Montserrat";color:#333;}
a,a:hover{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}
.custom-carousel-1{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;float:left;}
@media only screen and (max-width: 992px){
.one-fourth .title-area{padding:20px 0 20px 0;}
.one-fourth,.three-fourth{width:100%;display:block;float:none;}
}
}
/*! CSS Used from: Embedded */
::selection{color:#fff;background:#8ec92f;}
::-moz-selection{color:#fff;background:#8ec92f;}
a{color:#8ec92f;}
a:hover{color:#222;}
.bg-color{background-color:#8ec92f;}
 @media all{
.vc_column_container{width:100%;}
.vc_col-sm-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
@media (min-width:768px){
.vc_col-sm-12{float:left;}
.vc_col-sm-12{width:100%;}
}
.vc_column-inner::after,.vc_column-inner::before{content:" ";display:table;}
.vc_column-inner::after{clear:both;}
.vc_column_container{padding-left:0;padding-right:0;}
.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%;}
}
/*! CSS Used from: Embedded */
.vc_custom_1501818670139{padding-top:0px!important;padding-bottom:0px!important;}
 @media all{
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}
}
/*! CSS Used keyframes */
@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible;}to{transform:translateZ(0);}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible;}100%{-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible;}100%{-webkit-transform:translateX(0);transform:translateX(0);}}
 
/* kurumsal bitti */




/*Section Banner Adv*/
.inner-box-banner-adv {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.inner-box-banner-adv.odd{
	margin-right:1px;
}
.inner-box-banner-adv.even{
	margin-left:-10px;
}
.text-adv-intro {
    color: #fff;
    left:15px;
    position: absolute;
    text-transform: uppercase;
    top: 50px;
    z-index: 99;
}
.text-adv-intro > h2 {
    font-size: 2.5rem;
    margin: 0;
}
.text-adv-intro > h3 {
    color: #ffc229;
    font-size: 30px;
    margin: 0;
}

.box-search-adv .fa.fa-search {
    line-height: 80px;
}
.box-search-adv {
    position: absolute;
    right: 60px;
    top: 100px;
	background: #d32d24 none repeat scroll 0 0;
    border-radius: 50%;
	height: 80px;
    text-align: center;
    width: 80px;
    transition: all 0.5s ease-out 0s;
}





.inner-box-banner-adv:hover .box-search-adv {
    background: rgba(243, 112, 33, 0.6) none repeat scroll 0 0;
    transform:scale(9.5);
}
.box-search-adv-link {
    color: #fff;
    display: block;
    font-size: 50px;
    margin-top: -60px;
    position: absolute;
    right: 75px;
    top: 50%;
    transition: all 0.5s ease-out 0s;
}
.box-search-adv-link:hover{
	color:#d32d24;
}
.inner-box-banner-adv:hover .box-search-adv-link {
    font-size: 60px;
    right: 190px;
}
.inner-box-banner-adv:hover .text-adv-hidden{
	transform: translate(0px, 0px);
	opacity:0.7;
}
.text-adv-hidden {
    bottom: 40px;
    color: #ede5d5;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: absolute;
    right: 50px;
    text-transform: uppercase;
    transform: translate(250px, 0px);
    transition: all 0.5s ease-out 0.3s;
}
.bottom-right::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 130px;
    position: absolute;
    right: -10px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    width: 130px;
}
.bottom-left::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    width: 130px;
}
.top-right::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    position: absolute;
    right: 0;
    top: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    width: 130px;
}
.top-left::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    left: -10px;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 130px;
}
.banner-box-adv {
}
.banner-adv-thumb-link > img {
    width: 100%;
}


/*Section Banner Adv bitti*/


















/** service-section **/

.service-section{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 40px;
  padding-top: 40px;
}

.service-section:before{
  position: absolute;
  content: '';
  background: rgba(33, 47, 84, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.service-section .carousel-content{
  position: relative;
  display: block;
  margin-right: -340px;
  margin-top: 6px;
}

.service-block-one{
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 30px 48px 30px;
  text-align: center;
  border-radius: 20px;
  transition: all 500ms ease;
}

.service-block-one .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #ff7162;
  margin-bottom: 15px;
}

.service-block-one .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-section .owl-item:nth-child(odd) .service-block-one .icon-box{
  color: #43b3d9;
}

.service-section .owl-item:nth-child(odd) .service-block-one .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

.service-section .owl-item:nth-child(3n+1) .service-block-one .icon-box{
  color: #fbb419;
}

.service-section .owl-item:nth-child(3n+1) .service-block-one .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

.service-block-one:hover .icon-box:before{
  transform: rotate(25deg) !important;
}

.service-block-one h3{
  margin-bottom: 15px;
}

h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  color: #2b3c6b;
  margin-bottom: 10px;
}

h3 a{
  position: relative;
  display: inline-block;
}

h3 a:hover{
  text-decoration:none;
}

.service-section .inner-content .sec-title h1,
.service-section .inner-content .text{
  color: #fff;
}

.service-section .inner-content{
  position: relative;
  display: block;
  margin-right: 20px;
}

.service-section .inner-content .sec-title{
  margin-bottom: 34px;
}

.service-section .inner-content .sec-title h1{
  font-size: 2rem;
}

.service-section .owl-dots{
  display: none;
}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next{
 font-family: 'Font Awesome 5 Free';
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  font-weight: 100;
  color: #fff;
  background: #d32d24;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover{
  background: #fff;
  color: #2b3c6b;
}

.service-section .owl-nav{
  position: absolute;
  left: -405px;
  bottom: 0px;
    
}

@media only screen and (max-width: 500px){
 
.owl-nav {
    position: relative;
    top: 10px;
}



 /* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: none;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
	  display:block;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #898f9f;
  margin: 0px 10px;
  transition: all 500ms ease;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before{
  margin: 0px;
  font-size: 25px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  color: #f2be00;
}
.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  display: block;
  margin: 0px 5px 0px 5px;
  transition: opacity 200ms ease 0s;
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: none repeat scroll 0 0 #cda274;
  border: 2px solid #cda274;
}


}
/** service-section bitti **/



/** motto **/


 @media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:768px){
.container{width:750px;}
}
@media (min-width:992px){
.container{width:970px;}
}
@media (min-width:1200px){
.container{width:1170px;}
}
.clearfix:after,.clearfix:before,.container:after,.container:before{display:table;content:" ";}
.clearfix:after,.container:after{clear:both;}
 div,span{margin:0;padding:0;border:0;outline:0;}
:focus{outline:0;}
::-moz-selection{background-color:#ffea00;color:#4b4e53;}
::selection{background-color:#ffea00;color:#4b4e53;}
::-moz-selection{background-color:#ffea00;color:#4b4e53;}
.page-section{width:100%;display:block;position:relative;overflow:hidden;}
@media only screen and (max-width : 768px){
.container{padding-left:20px;padding-right:20px;}
}

.video-ads-bg {
  will-change: background-position;
  margin: 0;
  padding: 0;
  background:#000 url(../../../../../../images/motto.jpg) fixed;
  background-position:center;

}
.video-ads-text-cont{margin:0 auto;padding-top:180px;padding-bottom:180px;text-align:center;font-size:36px;line-height:36px;font-weight:100;color:#f1f1f1;}
@media only screen and (max-width: 992px){
.video-ads-text{display:block;}
.video-ads-text-cont{font-size:28px;line-height:35px;}
.video-ads-bg{background-attachment:scroll;}
}
::-webkit-input-placeholder{color:#4b4e53;}
::-moz-placeholder{color:#4b4e53;}
:-moz-placeholder{color:#4b4e53;}
:-ms-input-placeholder{color:#4b4e53;}
:focus::-webkit-input-placeholder{color:#a6a7a9;}
:focus::-moz-placeholder{color:#a6a7a9;}
:focus:-moz-placeholder{color:#a6a7a9;}
:focus:-ms-input-placeholder{color:#a6a7a9;}
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
 
 /** motto bitti**/
  

.baslik{min-width:150px;padding:15px;color:#fff;font-size:21px;margin-bottom:30px;background-color:#333;}
p{font-size:15px;color:#000;line-height:25px;}
ol,ul,li{font-size:15px;}
//a{color:#000!important;text-decoration:none}
//a:hover{//color:#ca2035!important;text-decoration:none}
.mavib {background: #00477e;} 
.fff {background: #fff!important;} 
.eee {background: #eee!important;}
.333 {background: #333!important;}
.000 {background: #000!important;}
.kirmizib {background: #B31942;}		
.ev-ikon {width:21px;}	
.rubikfont{font-family: 'Rubik', sans-serif;}			
.italic {font-style:italic;}
.bold {font-weight:700;}
.b-600 {font-weight:600;}
.b-500 {font-weight:500;}
.b-400 {font-weight:400;}
.cizgi {border-top: 1px #000 solid;text-align:center;padding:15px;}
.cizgi:hover{border-top: 2px #ca2035 solid;}
.s-p{text-align:center;padding:15px}
.f-c{text-align:center;}
.f-l{text-align:left!important;}
.f-r{text-align:right;}
.m-c{margin:0 auto;}
.c-s{color:#000!important;}
.c-b{color:#fff!important;}
.ykkd-renk{color:#ca2035!important}
.ykkd-b{background:#ca2035}

.f-24{font-size:24px!important;}
.f-18{font-size:18px!important;}
.f-16{font-size:16px!important;}
.f-15{font-size:15px;}
.f-14{font-size:14px;}
.f-13{font-size:13px;}
.f-12{font-size:12px;}

.lh-25{line-height:25px;}
.lh-35{line-height:35px;}
.lh-50{line-height:50px;}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt--15{margin-top:-15px!important;}
.mt--30{margin-top:-30px!important;}
.mt--50{margin-top:-50px!important;}
.mt--100{margin-top:-100px!important;}
.mt-50{margin-top:50px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}						   
.mb-30{margin-bottom:30px;}
.mb-50{margin-bottom:50px;}
.mb--50{margin-bottom:-50px;}
.mb--100{margin-bottom:-100px;}
.ml-10{margin-left:10px;}


.m-15{margin:15px;}

.p-5{padding:5px;}
.p-15{padding:15px;}
.p-30{padding: 30px 0;}
.pt-10{padding-top:10px!important;}
.pt-30{padding-top:30px!important;}
.pt-100{padding-top:100px!important;}
.pt--50{padding-top:-100px!important;}
.pb-20{padding-bottom:20px;}		
.pl-15{padding-left:15px;}


.br-5{border-radius:5px;}

.kutu-1 {border: 1px #000 solid;}

.ust-resim-b {max-height:480px;overflow:hidden;}
.sb {
    background: #0A3161;
    color: #fff;
    margin-top: 8px;
    padding: 10px 57px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    border: 1px solid #fff;
}


.yuvarlakrakam{border-radius: 50%;width:36px;height: 36px;background: #ca2035;color:#fff;font-size:20px;font-weight:600;padding-left:12px;line-height:36px;margin-bottom:15px;}

.yuvarlakresim{border-radius: 50%;width:180px;height: 180px;border: 4px #efefef solid;}

.img-responsive {display: inline-block;max-width: 100%;height: auto;}

.sag-cizgi {border-right: 15px solid #fff;height: 100%;}

.tag{ font-size:14px;display:inline-block; padding:5px 10px; margin:10px 10px; background-color:#eee;text-decoration:none;}
.tag:hover{text-decoration:none;}
			
			
.menti-button {
  display: inline-block!important;
  border-radius: 4px!important;
  background-color: #ca2035!important;
  border: none!important;
  color: #FFFFFF!important;
  text-align: center!important;
  font-size: 16px!important;
  padding: 10px!important;
  width: 170px!important;
  transition: all 0.5s!important;
  cursor: pointer!important;
  margin: 5px!important;
}

.menti-button span {
  cursor: pointer!important;
  display: inline-block!important;
  position: relative!important;
  transition: 0.5s!important;
  text-decoration:none!important;
}

.menti-button span:after {
  content: '\00bb'!important;
  position: absolute!important;
  opacity: 0!important;
  top: 0!important;
  right: -20px!important;
  transition: 0.5s!important;
  text-decoration:none!important;
}

.menti-button:hover span {
  padding-right: 25px!important;
  text-decoration:none!important;
}

.menti-button:hover span:after {
  opacity: 1!important;
  right: 0!important;
  text-decoration:none!important;
}



.kurumlar {
    padding:10px 10px;
}
@media screen and (min-width: 650px) {
    .kurumlar {
        width:50%;float:left;padding:20px 10px;
    }
}
@media screen and (min-width: 1000px) {
    .kurumlar {
        width:33%;float:left;padding:20px 10px;
    }
}
@media screen and (min-width: 1200px) {
    .kurumlar {
        width:20%;float:left;padding:0 10px;
    }
}



.div-dort {
    width:90%;margin:10px 10px;
}
@media screen and (min-width: 650px) {
    .div-dort {
        width:45%;float:left;margin:10px 2%;
    }
}
@media screen and (min-width: 1000px) {
    .div-dort {
        width:46%;float:left;margin:10px 2%;
    }
}
@media screen and (min-width: 1200px) {
    .div-dort {
        width:23%;float:left;margin-right:0px;margin-left:11px;
    }
}














#video {
    width:300px;height:169px;margin-left:-30px
}
 
@media screen and (min-width: 400px) {
    #video {
        width:380px;height:214px;
    }
}
@media screen and (min-width: 650px) {
    #video {
        width:600px;height:338px;
    }
}
@media screen and (min-width: 900px) {
    #video {
        width:650px;height:366px;
    }
}
@media screen and (min-width: 1200px) {
    #video {
        width:650px;height:366px;
    }
	.header-mobile-logo{display: none;}
	.header-mobile-main{display: none;}
	
}


.kurumsalyapimiz-home-main-div{width:90%;height: auto; overflow: hidden; background-color: #ff0; padding: 150px; }
.kurumsalyapimiz-owl-theme .kurumsalyapimiz-owl-dots .kurumsalyapimiz-owl-dot.active span, .kurumsalyapimiz-owl-theme .kurumsalyapimiz-owl-dots .kurumsalyapimiz-owl-dot span {
width: 15px; height: 6px; margin: 5px 4px; background: rgba(0,0,0,0.2); display: block; -webkit-backface-visibility: visible; transition: all .2s ease; border-radius: 30px;
}
.kurumsalyapimiz-owl-dot.active span {width:30px !important; background:#ff0 !important;}

.not-found-page-head{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:252px; font-weight: 800; letter-spacing: -45px;  text-shadow: -8px 0 0 #fff; text-align: center;}
.not-found-page-text{width: 500px; height: auto; overflow: hidden; margin: 0 auto; font-family: 'Rubik', sans-serif; font-size:22px; font-weight: 500; color:#000; text-align: center}

/* TODO Değişiklik yapıldı */
.header-ust-bar-main{height:auto;  margin:0px auto; }
.header-ust-bar-in{width: 90%; margin: 0px auto; }
.header-ust-bar-left{width: 55%;  display: inline-block;vertical-align: top;font-size:15px!important;}
.header-ust-bar-left-table{width: 100%;height:50px; }
.header-ust-bar-left-table-ic{width: 100%;padding-top:11px;padding-left:10px;  }
.header-ust-bar-left-table-ic i{font-size:14px; }
.header-ust-bar-left-table-ic i:last-child{margin-right: 0px;}
.header-ust-bar-left-table-ic a{margin-right: 20px;font-size:36px!important;}
.header-ust-bar-right{width: 45%; height: auto; text-align: right; float: right;display: inline-block; vertical-align: top;padding:13px 10px;font-weight:500;color:#0d233f;font-size:15px!important;font-family: 'Rubik', sans-serif;}

.header-ust-bar-right-table{width: 100%;}
.header-ust-bar-right-table-ic{width: 100%; display: flex; justify-content: flex-end; align-items: center; }
.header-ust-bar-right-table-ic a{
    margin-right: 5px;
}
.header-ust-bar-right-table-ic-box{width: auto; height: auto; overflow: hidden;  margin-right: 18px; margin-left: 18px; margin-top:0;}
.header-ust-bar-right-table-ic-box:last-child{margin-right: 0px;}
.header-ust-bar-right-table-ic-box i{margin-right: 10px; font-size:17px; float: right; }
.header-ust-bar-right-table-ic-box p{padding: 0px; margin: 0px;   font-size:12px; letter-spacing: 0.03em; font-weight: 500; float: right; width: auto; overflow: hidden;}
/* TODO Değişiklik yapıldı SON */

.header-main{width:  98% !important;height:auto;margin:0px auto!important;}
.header-main-in{width:100%; margin: 0px auto;}
.header-main-left{width: 32%;  display: inline-block;vertical-align: top;float:left;position:relative;}

.header-main-left-table-ic{width: 100%; //max-height: 100px;}
.header-main-left-table-ic img{width: 100%;padding:15px;margin-top:2px; position:absolute; z-index:999;}

.header-main-right{position:relative; width:68%;  display: inline-block;vertical-align: top; text-align: right;float:right;padding-right:50px;}
.header-main-right-table{width: 100%; display: table;}
.header-main-right-table-ic{width: 100%;  display: table-cell; vertical-align: middle;}

.header-main-menu-div{width: auto; height: auto; display:inline-block; text-align: left; vertical-align: middle; }
.header-main-menu-other-div{display:inline-block;padding-left: 9px; padding-right: 14px; vertical-align: middle; }
.header-main-menu-other-div i{color:#666; font-size:15px; }
.header-main-menu-other-div:last-child{border-right: 0px; padding-right: 0px;}

.dropdown-text-type{font-size:13px; font-family: 'Rubik', sans-serif;}
.dropdown-text-type-2{font-size:13px; font-family: 'Rubik', sans-serif; color:#000; font-weight: 700; padding: 4px 8px 4px 8px;  }
.dropdown-text-type-2:hover{text-decoration: none;}
.dropdown-text-type-mobile-lang{font-size:13px; font-family: 'Rubik', sans-serif; color:#000; font-weight: 700; border:0 solid #EBEBEB; padding: 4px 8px 4px 8px;  }
.dropdown-text-type-mobile-lang:hover{text-decoration: none;}
.dropdown-box-type-1{margin:0px; padding: 0px; min-width: auto !important; border-radius: 0px !important; margin-top:16px !important; }
.dropdown-arrow-before{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px; margin-left:14px; position: absolute}

.dropdown-text-type-cart{font-size:13px; font-family: 'Rubik', sans-serif; color:#000; font-weight: 700; border:1px solid #EBEBEB; padding: 4px 8px 4px 8px;  }
.dropdown-box-type-cart-show{margin:0px;text-align: right !important; margin-right: -15px !important; padding: 0px; min-width: auto !important;border-radius: 0px !important; margin-top:16px !important; border:1px solid #EBEBEB !important;}
.dropdown-arrow-before-cart{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px !important; margin-left:-26px;  display: inline-block; position: inherit; }
.dropdown-box-type-search-show{margin:0px;text-align: right !important; margin-right: -15px !important; padding: 0px; min-width: 700px !important;border-radius: 0px !important; margin-top:16px !important;}
.dropdown-arrow-before-search{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px !important; right:10px;  display: inline-block; position: inherit; }
.dropdown-box-type-search-show input{border:0px; font-size:14px; font-family: 'Rubik', sans-serif; color:#000; width: 100%; height: 40px; padding-left: 15px; outline: none;}
.dropdown-box-type-search-show button{display: none}
.dropdown-box-type-lang-show-2{margin:0px;text-align: right !important; margin-left:54px !important; padding: 0px; min-width: auto !important;border-radius: 0px !important; margin-top:10px !important; border:1px solid #EBEBEB !important;}
.dropdown-arrow-before-lang-2{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px; margin-left:80px; position: absolute}


.mega-menu-product{width: 260px; height: auto; overflow: hidden; margin-top: 20px; margin-right: 40px; display: inline-block; vertical-align: top;}

.mega-menu-product-head{ width: 100%; height: 31px; border-bottom: 1px solid #EBEBEB; margin-bottom: 25px}

.mega-menu-product-box{ width: 260px; height: 85px; overflow: hidden; border-bottom: 1px dashed #EBEBEB; margin-bottom:19px; }

.mega-menu-product-box img{ float:left; margin-right: 13px; width: 65px; height: 65px; border:1px solid #EBEBEB}

.mega-menu-product-box:last-child{margin-bottom: 0px;}

.mega-menu-product-box a{color:#333}

.mega-menu-product-box a:hover{color:#666}



.mega-menu-product-cat{width: 240px; height: auto; overflow: hidden; margin-top: 20px; margin-left:20px;  display: inline-block; vertical-align: top;}

.mega-menu-product-cat-box{ width: 100%; height: 31px; border-bottom: 1px dashed #EBEBEB; margin-bottom: 10px}

.mega-menu-product-cat-box a{color:#000}

.mega-menu-product-cat-box a:hover{color:#333}

.mega-menu-product-cat-box-all{ width: 100%; height: auto; padding: 6px 0 5px 0; border-bottom: 1px solid #EBEBEB; background-color: #F8F8F8; text-align: center; color:#000}

.mega-menu-product-cat-box-all a{color:#000}

.mega-menu-product-cat-box-all a:hover{color:#333}



.shopping-detail{ border-radius: 9px; color:#FFF;   margin-top: -5px; margin-left: -5px; position: absolute; width: auto; text-align: center; padding: 0px 4px 0 4px;}

.shopping-detail-header-2{ border-radius: 9px; color:#FFF;    width: auto; text-align: center; padding: 0px 4px 0 4px;}



.shopping-cart-top-main{width: 300px; height: auto; text-align: left;}

.shopping-cart-top-main-ic{width: 265px; margin: 0px auto;  height: auto; padding-top: 10px; padding-bottom: 10px;}

.shopping-cart-top-main-head{ width: 100%; height: auto;margin-bottom: 12px}

.options-slider-box{width: 1333px; height: auto; overflow: hidden;  margin: 0px auto; z-index: 2;}
.options-slider-just-button{width: 1333px; height: auto; overflow: hidden;  margin: 0px auto; z-index: 2; text-align: center;}


.swiper-container { width: 100% !important; margin: 0px auto; }
	
	
.slider-dark-background{width: 100%; height: 100%; overflow: hidden; position: absolute; background-color:rgba(0,0,0,0.6); z-index: 1}

.trigger-main-div{overflow: hidden; margin: 0px auto; text-align: center; padding: 8px 0 8px 0; }
.trigger-main-div-in{width: 1333px; margin:0 auto;}
.trigger-main-div-left{display: inline-block; vertical-align: middle; text-align: left; width: 70%;}
.trigger-main-div-right{display: inline-block; vertical-align: middle; text-align: right; width: 30%;}
.trigger-main-button{padding: 10px 20px; font-size:14px; font-weight: 700;  letter-spacing: 0.1em;  -webkit-border-radius: 20px;    -moz-border-radius: 20px; border-radius: 20px; display: inline-block; transition-duration: 0.3s; transition-timing-function: linear; }
.trigger-main-button:hover{-webkit-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); -moz-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); }

.trigger-bottom-text-div{width: 100%; height: auto; overflow: hidden; text-align: center; letter-spacing: 0.1em; }
.trigger-bottom-text-span{ font-family: 'Rubik', sans-serif; font-size:20px; font-weight: 300; display: inline-block; vertical-align: middle; margin-right: 15px}
.trigger-bottom-phone-span{ font-family: 'Rubik', sans-serif; font-size:28px; font-weight: 700; display: inline-block; vertical-align: middle;}
.trigger-bottom-text-span i{font-size:45px; margin-top:9px; margin-right: 10px;}







.service-home-main-div{ margin: 0px auto; }
.service-home-main-div-inside{width: 1155px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.service-home-main-div-inside-2{width: 70%; height: auto; overflow: hidden; margin: 0px auto; text-align: center}


.modules-header-main-product-group{width: 100%; height: auto; overflow: hidden; margin-bottom: 35px;}
.modules-header-about{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.modules-header-main{width: 100%; height: auto; overflow: hidden; margin-bottom: 35px;}
.modules-header-main-head{width: 100%; height: auto; padding-bottom: 20px; text-align: center;  }
.modules-header-main-baslik{width: 100%; height: auto; text-align: center; font-size:29px; //margin-bottom: 10px; }
.modules-header-main-spot{width: 100%; height: auto; text-align: center; font-size:17px; max-width: 600px; margin: 0px auto;}



.abouts-home-main-div{ margin: 0px auto; }
.abouts-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; //text-align: center}


.kargo-limit-left-div-inside{width: 90%; height: auto; margin: 0 auto; padding: 5px 0 5px 0; font-family: 'Rubik', sans-serif; font-size:19px; text-align: center; font-weight: 500}
.kargo-limit-left-div-inside i{ margin-right: 10px;}

.kargo-limit-header-inside{width: 90%; height: auto; margin: 0 auto; padding: 5px 0 5px 0;  font-size:14px;  text-align: center; font-weight: 500}
.kargo-limit-header-inside i{ margin-right: 10px;}

.service-image-box{max-width:350px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin:15px; margin-bottom:35px}
.service-image-box img{width: 350px !important; //height: 205px !important; margin-bottom: 29px; }
.service-image-box h1{font-size:21px; font-weight: 700; margin-bottom: 15px; text-align: left}
.service-image-box h2{font-size:15px; font-weight: 400;  text-align: left;}

.service-icon-1-box{display: inline-block; width: 315px; height: 170px; margin-left:35px; margin-right: 35px; vertical-align: top; overflow: hidden; margin-bottom: 20px;}
.service-icon-1-icon{display: inline-block; width:84px ; height:170px ; overflow: hidden; vertical-align: top; font-size:50px;}
.service-icon-1-text{display: inline-block; width:230px ; height:170px ; overflow: hidden; vertical-align: top; text-align: left;}
.service-icon-1-text h1{margin-bottom: 15px; font-weight: 700; font-size:18px; margin-top: 10px; }
.service-icon-1-text h2{font-weight: 400; font-size:14px; line-height: 20px;}

.service-icon-2-box{display: inline-block; width: 244px; height: 312px; margin-left:27px; margin-right: 27px; vertical-align: top; overflow: hidden; margin-bottom: 10px;}
.service-icon-2-box i{font-size:60px;}
.service-icon-2-box h1{margin-bottom: 35px; font-weight: 700; font-size:18px; margin-top: 35px; text-transform: uppercase}
.service-icon-2-box h2{font-weight: 400; font-size:14px; line-height: 20px;}



.products-tema2{ font-size:40px;color:#fff;font-weight:600 }

.products-home-main-div{ margin: 0 auto; }
.products-home-main-div-inside{width: 97%; height: auto; overflow: hidden; margin: 0px auto; text-align: center;}

.ticaret-bilgilendirme-main-div{width: 75%; height: auto; overflow: hidden; margin:0px auto;text-align: center;}
.ticaret-bilgilendirme-box{display: inline-block; margin: 30px 35px 30px 0; padding-right:20px;  }
.ticaret-bilgilendirme-box-i{display:inline-block; font-size:35px; margin-right: 30px; vertical-align: middle; text-align: left;}
.ticaret-bilgilendirme-box-text{ display: inline-block; width: 160px; vertical-align: middle;text-align: left; }
.ticaret-bilgilendirme-box:last-child{border-right: 0 !important; padding-right: 0 !important}


.category-name-value-div{width: 100%; height: auto; margin-bottom: 15px; font-family: 'Rubik', sans-serif; border-bottom:1px dotted #EBEBEB; padding-bottom: 18px;}

.product-main-box{width:350px ; height:auto ; background-color: #FFF; overflow: hidden; text-align: center;border:1px solid #e4e4e4; display: inline-block; vertical-align: top; margin:12px 8px; transition-duration: 0.1s; transition-timing-function: linear; padding:10px; }

.product-main-box:hover{ -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.13);    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.13);    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.13);}

.product-main-box-in{height: auto;}

.product-main-box:hover .product-main-box-img{ }

.product-main-box-img { width:328px; max-height: 450px;text-align:center; overflow: hidden; position: relative;}

.product-main-box-img img {transition: transform 0.3s ease-in-out; width: 100%; position: relative; top: 0; left: 0;}

.product-main-box-img .ovrly { background: rgba(255,255,255,0.4);  height: 100%;   left: 0;   position: absolute;   top: 0;   width: 100%;   opacity: 0;   -webkit-transition: all 0.3s;   -moz-transition: all 0.3s;   -o-transition: all 0.3s;   transition: all 0.3s;}

.product-main-box-img .buttons { position: absolute;  top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}

.product-main-box-img .buttons .text {    background-color: #e40780;    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    display: inline-block;    line-height: 34px;    font-size: 14px; font-family: 'Rubik', sans-serif; font-weight: 700;    text-align: center;    text-decoration: none;    width: 130px;    height: 35px;    opacity: 0;    -webkit-transform: scale(1.5);    -moz-transform: scale(1.5);    -ms-transform: scale(1.5);    -o-transform: scale(1.5);    transform: scale(1.5); -webkit-transition: all 0.2s;   -moz-transition: all 0.2s;   -o-transition: all 0.2s;   transition: all 0.2s;    position: relative;}

.product-main-box:hover .product-main-box-img .buttons .text { opacity: 1;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1);  }

.product-main-box:hover .product-main-box-img .ovrly {  opacity: 1;}

.product-main-box:hover .product-main-box-img img {transform: scale(1.1);}



.product-main-box-img .opaovrly { background: rgba(255,255,255,0.4);  height: 100%;   left: 0;   position: absolute;   top: 0;   width: 100%;   opacity: 1;   -webkit-transition: all 0.3s;   -moz-transition: all 0.3s;   -o-transition: all 0.3s;   transition: all 0.3s;}

.product-main-box-img .nostock { position: absolute; width: 100%;   top: 80%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}

.product-main-box-img .nostock .text {    background-color: red;    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    display: inline-block;    line-height: 35px;

    font-size: 14px !important; font-family: 'Rubik', sans-serif; font-weight: 700;    text-align: center;

    text-decoration: none;    width: 100%;    height: 35px;    opacity: 1;

    -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1);  -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;   -o-transition: all 0.2s;   transition: all 0.2s;    position: relative; text-transform: uppercase}



.product-main-box-baslik{width: 90%; margin: 0px auto;  overflow: hidden; display: table; font-family: 'Rubik', sans-serif; font-size:15px; font-weight: 500;}

.product-main-box-baslik-in{display: table-cell; height: 40px; vertical-align: middle;}

.product-main-box-baslik-in a{color:#000}

.product-main-box-baslik-in a:hover{color:#000; }

.product-main-box-category{width: 100%; height: auto;  overflow: hidden; padding: 2px 0 2px 0; font-family: 'Rubik', sans-serif; font-size:14px; font-weight: 700;}

.product-main-box-rate{width: 100%; height: auto;  overflow: hidden; padding: 0 0 5px 0; font-size:22px;}

.product-main-box-price{width: 90%; height: auto; margin: 0px auto;  overflow: hidden; padding: 10px 0 10px 0; }

.product-main-box-price h1{font-size:26px; font-weight: 700; font-family: 'Rubik', sans-serif; color:#000; display: inline-block;}


.product-group-main{width: 100%; height: auto; text-align: center;margin-top:30px;}

.product-group-box{width: 315px; height: 174px; overflow: hidden; margin-bottom: 10px; display: inline-block; margin-left:7px; margin-right: 7px; }

.product-group-box img{width: 315px; height: auto; z-index: 0; transition: transform 0.3s ease-in-out;}


.product-group-box:hover img {transform: scale(1.1);}

.product-group-box-text{width: auto; position: absolute;  height: auto; text-align: left; z-index: 1; margin-top: 174px; }

.product-group-box-text-head{width: auto; height: auto; padding: 4px 20px 4px 20px; display: inline-block; }

.product-group-box-clear{clear: both;}

.product-group-box-text-browse{width: 288px; height: auto; text-align:center;font-size:15px;line-height:25px;display: inline-block; font-weight:700;}

.slider-middle-mainbox{width: 100%; height: 330px; overflow: hidden; text-align: center; padding-top: 20px; padding-bottom: 30px; }
.slider-middle-mainbox-left{display: inline-block; width: 40%; height: auto; vertical-align: middle;color:#fff;font-size:15px;margin-top:10px; }

.slider-middle-mainbox-left-baslik{width: 85%; margin:0 auto; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:34px; font-weight: 300; margin-bottom: 20px;}
.slider-middle-mainbox-left-spot{width: 85%;  margin:0 auto; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:18px; font-weight: 300;}
.slider-middle-mainbox-left-button{width: 85%; height: auto;  margin:0 auto; overflow: hidden; }

.slider-middle-mainbox-right{display: inline-block; width: 50%; height: auto; vertical-align: middle; text-align: right; }
.slider-middle-mainbox-right img{max-width: 750px; max-height: 400px; }


.counter-home-main-div{ margin: 0px auto; }
.counter-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}

.counter-box{width: 240px; height:230px;overflow: hidden; display: inline-block; margin-left:20px; margin-right: 20px; margin-bottom: 20px; padding:30px 10px 30px 10px; vertical-align: middle}
.counter-box i{font-size:38px;}
.counter-box span{font-size:40px; font-family: 'Rubik', sans-serif; font-weight: 700;}
.counter-box label{ font-size:18px; font-family: 'Rubik', sans-serif; font-weight: 400;}


.pricing-home-main-div{ margin: 0px auto; }
.pricing-home-main-div-inside{width: 1155px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.pricing-box{width: 340px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; transition-duration: 0.2s; transition-timing-function: linear; background-color: #FFF; border: 1px solid #EBEBEB; margin-left: 15px; margin-top: 15px; margin-right: 15px; margin-bottom: 30px;}
.pricing-box:hover{box-shadow: 1px 0 15px rgba(0, 0, 0, 0.15);}
.pricing-box-icon{width: 100%; height: auto; overflow: hidden; padding-top: 50px;}
.pricing-box-icon i{font-size:50px;}
.pricing-box-head{width: 100%; height: auto; overflow: hidden; padding: 25px 0 25px 0; font-family: 'Rubik', sans-serif; }
.pricing-box-price{width: 100%; height: auto; overflow: hidden; padding: 0 0 25px 0; font-family: 'Rubik', sans-serif; border-bottom:1px solid #EBEBEB;}
.pricing-price-span{font-size:35px; font-weight: 300; padding-right: 10px; color:#000;}
.pricing-price-date-span{font-size:14px; font-weight: 700; color:#999}
.pricing-box-ozellik{width:100%; height:auto; overflow:hidden; border-bottom:1px solid #EBEBEB; padding: 10px 0 10px 0;  }
.pricing-box-ozellik span{ font-family: 'Rubik', sans-serif; font-size:14px;  padding: 0 15px 0 15px !important; letter-spacing: 0.05em; }
.pricing-box-ozellik:last-child{border-bottom: 0px;}
.pricing-box-button{width:100%; height:auto; overflow:hidden; padding: 30px 0 30px 0;  }
.pricing-box-button-button{width: auto; height: auto; border-radius: 50px; display: inline-block; padding: 15px 25px 15px 25px; font-family: 'Rubik', sans-serif; font-size:14px; letter-spacing: 0.1em;}
.pricing-tavsiye-board{ height: auto; width: 337px; overflow: hidden; position: absolute; padding: 7px 0 7px 0; font-family: 'Rubik', sans-serif; font-size:14px; font-weight: bold;  letter-spacing: 0.1em;}

.blog-home-main-div{ margin: 0px auto; }
.blog-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.blog-box{width: auto; overflow: hidden; height: auto; display: inline-block; vertical-align: top; margin-left: 7px; margin-right: 7px; text-align: left; margin-bottom:20px; }

.blog-box-in{margin:10px; width: 350px;}
.blog-box-in img{margin-bottom:25px; transition: transform 0.3s ease-in-out; }

.blog-box-in-header{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:18px; font-weight: bold; margin-bottom: 14px; }
.blog-box-in-spot{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:14px; font-weight: normal; margin-bottom: 20px; }
.blog-box-in-readmore{width: 100%; height: auto; overflow: hidden; }
.blog-box-in-readmore a{font-family: 'Rubik', sans-serif; font-size:14px;  transition-duration: 0.2s; transition-timing-function: linear;}
.blog-box-in-readmore a i{margin-left:10px;}
.blog-box:hover .blog-box-in-readmore a {  text-decoration: none; margin-left:10px;}


.proje-home-main-div{ margin: 0px auto; }
.proje-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}


.ekip-home-main-div{ margin: 0px auto; }
.ekip-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.ekip-box{width: 250px; height: auto; display: inline-block; overflow: hidden; margin-left:23px ; margin-right:23px ; vertical-align: top; margin-bottom: 48px; padding-bottom: 45px; background-color: #FFF;}
.ekip-box-img{width: 100%; height: 256px; overflow: hidden; margin-bottom: 33px;  }
.ekip-box-img img{width: 250px; min-height: 256px;transition: transform 0.3s ease-in-out;}
.ekip-box-name{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:17px; font-weight: 700; color:#000;}
.ekip-box-position{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:14px; letter-spacing: 0.05em; font-weight: 400; color:#666;  margin-bottom: 25px; }
.ekip-box-mail-phone{width: 100%; height: auto; overflow: hidden;   }
.ekip-box-mail-phone p{width: 100%; height: auto; overflow: hidden; padding: 0px; margin: 0; font-family: 'Rubik', sans-serif; font-size:13px; font-weight: 400; color:#666; line-height: 25px;}
.ekip-social-area{width: 90%; height: auto; overflow: hidden; margin: 0 auto; margin-top: 25px; text-align: center;}
.ekip-social-area i{font-size:18px; color:#333; display: inline-block; margin-left:5px; margin-right: 5px; }
.ekip-box:hover .ekip-box-img img{transform: scale(1.1);}

.ozellik-home-main-div{ margin: 0px auto; }
.ozellik-home-main-div-inside{width: 1300px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.ozellik-home-button-div{ width: 100%; text-align: center; margin-top:50px; }
.features-main-header{width: 100%; height: auto; overflow: hidden; padding: 40px 0 40px 0; text-align: center; margin-bottom: 120px;}
.features-main-header-head{width: 100%; height: auto; overflow: hidden;  font-size:29px; font-weight: 600; }
.features-main-header-spot{width: 100%; height: auto; overflow: hidden; font-size:16px;  }
.features-box{width: 390px; height: auto; overflow: hidden; display: inline-block; margin-left:20px ; margin-right:20px ; vertical-align: top; margin-bottom: 50px;}
.features-box-icon{width:80px ; height:80px ; overflow: hidden; display: inline-block; margin-right: 20px; vertical-align: top; }
.features-box-icon-table{display: table; width: 100%;}
.features-box-icon-table-ic{display: table-cell; width: 100%; vertical-align: middle; height: 80px;}
.features-box-icon i{font-size:30px;}
.features-box-text{width:290px ; height:auto ; overflow: hidden; display: inline-block;  vertical-align: top; text-align: left;}
.features-box-text-head{width:100% ; height:auto ; overflow: hidden; margin-bottom: 13px; font-family: 'Rubik', sans-serif; font-size:18px; font-weight: 700; }
.features-box-text-spot{width:100% ; height:auto ; overflow: hidden;  font-family: 'Rubik', sans-serif; font-size:14px; font-weight: 400; line-height: 22px; }


.comments-home-main-div{ margin: 0px auto; }
.comments-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}


.comments-box{width: auto; height: auto; overflow: hidden; text-align: center; }
.comments-box-inside{ width: 320px; height: auto; overflow: hidden; margin: 0 auto;  }
.comments-box-quote{width: 100%; height: auto; margin:10px 0 30px 0; font-size:20px;}
.comments-box-stars{width: 100%; height: auto; margin-bottom: 20px; font-size:17px; }
.comments-box-comment{width: 100%; height: auto; margin-top:10px;//margin-bottom: 30px; line-height: 24px; font-weight:300;}
.comments-box-img{width: 110px; height: 110px; margin: 0 auto; margin-bottom: 15px; }
.comments-box-img img{border-radius: 60px !important}
.comments-box-name{width: 100%; height: auto;  }
.comments-box-position{width: 100%; height: auto;color:#000;  }


.bulten-home-main-div{ margin: 0px auto; }
.bulten-home-main-div-inside{width: 80%; height: auto; overflow: hidden; margin: 0px auto; }
.bulten-home-box{display: inline-block; width: 600px; height: auto; overflow: hidden;}
.bulten-home-box-baslik{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px;}
.bulten-home-box-spot{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px;}
.bulten-home-box-form{width: 100%; height: auto; overflow: hidden; }
.bulten-input{display: inline-block; width: 425px; height: 50px; border: 0; outline: none; padding-left:25px; border-radius: 50px; margin-right: 10px; font-family: 'Rubik', sans-serif; font-size:14px; }
.bulten-submit{display: inline-block; width: auto; height: 50px; border: 0; outline: none; border-radius: 50px; font-family: 'Rubik', sans-serif; font-size:14px; font-weight:bold; padding-left: 30px; padding-right: 30px }

.clients-home-main-div{ margin: 0px auto; }
.clients-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.clients-box{width: auto;box-shadow: 2px 2px 3px #5a5a5a; border: 1px solid #EBEBEB;margin-top:5px;margin-bottom:5px;}
.clients-box img{ max-height: 100px; max-width: 200px!important;}

.footer-main-div{ margin: 0px auto; }
.footer-dark-ust-main{width: 100%; height: auto; overflow: hidden; background-color: #0c0c0c;}
.footer-dark-ust-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: center}
.footer-dark-about-div{width: 400px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 85px;  text-align: left;}
.footer-dark-logo2{width: 100%; height: 120px!important; margin-bottom: 25px;}
.footer-dark-logo img{height: 140px!important; height: 100px!important;}
.footer-dark-about-text{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; color:#575757}
.footer-dark-social{width: 100%; height: auto; overflow: hidden; font-size:18px;}
.footer-dark-social a{color:#666; margin-right: 20px; }
.footer-dark-social a:hover{color:#FFF; text-decoration: none;}
.footer-dark-contact-div{width: 310px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 95px;  text-align: left;}
.footer-dark-contact-div-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; color:#8d8d8d;}
.footer-dark-contact-div-box i{float: left; margin-right: 10px; font-size:18px;margin-top: 3px;}
.footer-dark-links-div{width: 200px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 30px;  text-align: left;}
.footer-dark-links-div:last-child{margin-right: 0;}
.footer-dark-links-div-header{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; color:#cecccc; }
.footer-dark-links-div-links{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; }
.footer-dark-links-div-links a{color:#a8a7a7;}
.footer-dark-links-div-links a:hover{color:#FFF; }

.footer-dark-alt-main{width: 100%; height: auto; overflow: hidden; background-color: #1d1d1d; padding: 25px 0 25px 0;}
.footer-dark-alt-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: left}
.footer-dark-alt-main-left{width: 55%; height: auto;  vertical-align: middle; overflow: hidden; text-align: left; display: inline-block;}
.footer-dark-alt-main-left-copyright{width: 100%; height: auto;  overflow: hidden; margin-bottom: 10px;}
.footer-dark-alt-main-left-text{width: 100%; height: auto;  overflow: hidden;}


.footer-dark-alt-main-right{width: 45%; height: auto; vertical-align: middle; overflow: hidden; text-align: right;display: inline-block;}
.footer-dark-alt-main-right img{max-width:490px; max-height: 70px; }




.footer-light-ust-main{width: 100%; height: auto; overflow: hidden; background-color: #FFF; padding: 50px 0 50px 0;}
.footer-light-ust-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: center}
.footer-light-about-div{width: 400px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 85px;  text-align: left;}
.footer-light-logo{width: 100%; height: auto; margin-bottom: 25px; }
.footer-light-logo img{max-width: 220px; max-height: 90px;}
.footer-light-about-text{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; color:#000}
.footer-light-social{width: 100%; height: auto; overflow: hidden; font-size:18px;}
.footer-light-social a{color:#666; margin-right: 20px; }
.footer-light-social a:hover{color:#333; text-decoration: none;}
.footer-light-contact-div{width: 330px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 75px;  text-align: left;}
.footer-light-contact-div-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px; color:#333;}
.footer-light-contact-div-box i{float: left; margin-right: 10px; font-size:18px;margin-top: 3px;}
.footer-light-links-div{width: 200px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 30px;  text-align: left;}
.footer-light-links-div:last-child{margin-right: 0;}
.footer-light-links-div-header{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; color:#333; }
.footer-light-links-div-links{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; }
.footer-light-links-div-links a{color:#333;}
.footer-light-links-div-links a:hover{color:#000; }

.footer-light-alt-main{width: 100%; height: auto; overflow: hidden; background-color: #F8F8F8; padding: 25px 0 25px 0;}
.footer-light-alt-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: left}
.footer-light-alt-main-left{width: 55%; height: auto;  vertical-align: middle; overflow: hidden; text-align: left; display: inline-block;}
.footer-light-alt-main-left-copyright{width: 100%; height: auto;  overflow: hidden; margin-bottom: 10px;}
.footer-light-alt-main-left-text{width: 100%; height: auto;  overflow: hidden;}


.footer-light-alt-main-right{width: 45%; height: auto; vertical-align: middle; overflow: hidden; text-align: right;display: inline-block;}
.footer-light-alt-main-right img{max-width:490px; max-height: 70px; }



.photo-gallery-home-main-div{ margin: 0px auto; text-align: center }
.photo-galleri-home-box {   position: relative;    margin: auto;    width: 373px;    height: 272px;    overflow: hidden; display: inline-block; vertical-align: top; margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;}
.photo-galleri-home-box .photo-overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo-galleri-home-box:hover .photo-overlay {    opacity: 1;    height: 100%;    width: 100%;  top: 0;}
.photo-galleri-home-box:hover .photo-galleri-home-box-img{ transform: scale(1.3);}
.photo-galleri-home-box-img{min-width: 373px; max-width: 450px; min-height: 272px; transition: transform 0.3s ease-in-out; }
.photo-overlay-table{display: table; width: 373px; text-align: center; opacity: 0;}
.photo-overlay-table-in{display: table-cell; height: 272px; vertical-align: middle}
.photo-overlay-text i{font-size:50px !important; margin-bottom: 20px; }
.photo-overlay-text{font-size:20px; font-family: 'Rubik', sans-serif; font-weight: 700; letter-spacing: 0.05em; width: 80%; margin: 0 auto; text-shadow: 1px 1px 0 #000;}
.photo-overlay a{color:#FFF; text-decoration: none}
.photo-overlay a:hover{text-decoration: none; color:#FFF;}
.photo-galleri-home-box:hover .photo-overlay-table{opacity: 1;  transition: 1s ease-in-out 0s;}

.video-gallery-home-main-div{ margin: 0px auto; }
.video-gallery-home-main-div-inside{width: 1300px; margin: 0 auto; overflow: hidden; text-align: center}
.video-gallery-home-box {  position: relative;    margin: auto;    width: 373px;  background-color: #FFF;  height: auto;    overflow: hidden; display: inline-block; vertical-align: top; margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;}
.video-gallery-home-box-img{width: 373px; height: 240px; overflow: hidden; }
.video-gallery-home-box-img img{min-width: 373px; max-width: 450px; min-height: 240px;}
.video-gallery-home-box-text{font-size:15px; font-family: 'Rubik', sans-serif; text-align:center; font-weight: 700;  width: 90%; margin: 0 auto; margin-top: 15px; margin-bottom: 30px;color:#000;}

.video-gallery-home-box-overlay{width: 100%; height: 240px; position: absolute; background: rgba(0,0,0,0.1); transition: 0.3s ease-in-out 0s; }
.video-gallery-home-box-overlay-table{display: table; width: 373px; text-align: center;}
.video-gallery-home-box-overlay-table-in{display: table-cell; vertical-align: middle; height: 240px;}

.video-gallery-box-play-web{width: 82px; height: 82px; display: inline-block; background: url("../../images/video_play.png")  no-repeat; transition: 0.3s ease-in-out 0s;}
.video-gallery-home-box:hover .video-gallery-box-play-web{margin-left: 200px;}
.video-gallery-home-box:hover .video-gallery-home-box-overlay{background: rgba(0,0,0,0.6);}

.belge-home-main-div{ margin: 0px auto; text-align: center }
.belge-home-main-div-inside{width: 95%; margin: 0 auto; overflow: hidden; text-align: center}
.belge-box{ display: inline-block; overflow: hidden; height: auto; vertical-align: top}
.belge-box a{font-size:40px; color:#FFF; text-shadow: 1px 1px 0 #000}
.belge-box a:hover{color:#FFF; text-shadow: 1px 1px 0 #000}
.belge-box img{ min-height: 220px; width:360px !important;}
.belge-box-overlay{opacity: 0; background: rgba(0,0,0,0.7); transition: 0.3s ease-in-out 0s; width: 360px; height:100%; position: absolute;}
.belge-box-overlay-table{ display: table; width: 100%; height: 100%; text-align: center;}
.belge-box-overlay-table-in{display: table-cell; vertical-align: middle; height: 100%;}
.belge-box:hover .belge-box-overlay{opacity: 1}



.page-headers-main{margin: 0 auto;height:75px;font-size:18px; }
.page-headers-main-in{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.page-headers-main-left{width: 40%; height: auto; display: inline-block; vertical-align: middle; overflow: hidden; text-align: left;margin-bottom:0px;margin-top:-10px; }
.page-headers-main-right{width: 60%;float:right; height: auto; display: inline-block; vertical-align: middle; overflow: hidden; text-align: right;}
	
.page-headers-main2{margin: 0 auto;}
.page-headers-main-in2{width:90%; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}


.page-headers-main-tab{margin: 0 auto;//height:75px;font-size:18px;}
.page-headers-main-in-tab{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding:60px 0; text-align: center;background-color:#cbd4e6;font-size:30px;font-family: 'Rubik', sans-serif;font-weight:700;color:#0d233f;}




.about-page-main{width: 93%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 30px}
.about-page-text-main{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; }
.about-page-baslik{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:32px; font-weight: bold; margin-bottom:20px; color:#000;}
.about-page-content{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:16px; line-height: 24px; font-weight: 500; color:#666;}
.about-page-images-slider{width: 950px; height: auto; overflow: hidden; margin: 0 auto; margin-top: 100px;}
.about-counter-div{width: 100%; height: auto; overflow: hidden; margin: 0 auto; text-align: center; padding: 20px 0 0 0; margin-top: 100px;}
.about-page-skill-div{width: 1240px; height: auto; overflow: hidden; margin: 0 auto; border: 1px solid #EBEBEB;margin-top: 100px; padding: 50px; }
.about-page-skill-left{width: 50%; text-align: left; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.about-page-skill-right{width: 44%; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.about-page-skill-baslik{width: 80%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:38px; font-weight: bold; color:#000; margin-bottom: 30px;}
.about-page-skill-content{width: 80%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:14px; line-height: 22px; font-weight: normal; color:#333;}
.skill-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; text-align: left}
.skill-box-ust{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:16px;  color:#333; margin-bottom: 10px;}
.skill-box-ust span{float: right;color:#666; font-weight: 600 }
.skill-box-alt{width: 100%; }

.skill-home-main-div{ margin: 0px auto; }
.skill-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}

.html-page-main{width: 100%; height: auto; overflow: hidden; margin: 20px auto 0 auto; padding-bottom: 30px; background-color: #FFF; }
.html-page-text-main{width: 1333px; height: auto; overflow: hidden; margin: 0 auto;  }
.html-page-baslik{width: 100%; height: auto;  //margin-bottom:20px; color:#000;}
.html-page-content{width: 100%; height: auto; color:#000; //font-size:15px!important;}

.team-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px;  background-color: #FFF;}
.team-page-text-main{width: 1200px; height: auto; overflow: hidden; margin: 0 auto; }
.team-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.team-page-content{width: 100%; height: auto; text-align: center; margin-top: 50px;}

.page-quote{width: 100%; height: auto; padding: 15px 0 15px 15px;text-align: center; overflow: hidden; border-left:3px solid #ec0000; margin-top: 20px ; margin-bottom: 20px; background-color: #F8F8F8;}
.page-spot-quote{width: 100%; height: auto; overflow: hidden; text-align: center; color:#666; letter-spacing: 0.02em }


.features-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.features-page-text-main{width: 1300px; height: auto; overflow: hidden; margin: 0 auto; }
.features-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.features-page-content{width: 100%; height: auto; text-align: center; margin-top:85px;}

.belgeler-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.belgeler-page-text-main{width: 1180px; height: auto; overflow: hidden; margin: 0 auto; }
.belgeler-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.belgeler-page-content{width: 100%; height: auto; text-align: center; margin-top:55px;}
.belgeler-page-box{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin: 15px; border: 1px solid #EBEBEB; padding: 10px;}
.belgeler-page-box img{width: auto; height: 200px; margin-bottom: 20px;}

.faq-home-main-div{ margin: 0px auto; }
.faq-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.faq_span{width: 98%; display: inline-block; }

.markalar-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 20px; background-color: #FFF; padding-top: 35px}
.markalar-page-text-main{width: 1300px; height: auto; overflow: hidden; margin: 0 auto; }
.markalar-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.markalar-page-content{width: 100%; height: auto; text-align: center; //margin-top:55px;}

.markalar-page-box{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin: 15px; box-shadow: 1px 1px 4px #5a5a5a; border: 1px solid #EBEBEB; padding: 10px;}
.markalar-page-box img{width: auto; height: 120px;}
.markalar-page-ovrly{opacity: 0; position: absolute; background-color: #000; padding: 5px; border-radius: 4px;transition: 0.3s ease-in-out 0s; margin-left:-10px; }
.markalar-page-ovrly i{font-size:20px; color:#FFF}
.markalar-page-box:hover .markalar-page-ovrly{opacity: 1; margin-left: 0;}

.pricing-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.pricing-page-text-main{width: 1155px; height: auto; overflow: hidden; margin: 0 auto; }
.pricing-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.pricing-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }

.projects-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; //padding-bottom: 100px; padding-top: 45px;  background-color: #FFF;}
.projects-page-text-main{width: 1155px; height: auto; overflow: hidden; margin: 0 auto; }
.projects-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000;}
.projects-page-content{width: 100%; height: auto; text-align: center; //margin-top:55px; }


.blog-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 35px; background-color: #FFF;}
.blog-page-text-main{width: 1170px; height: auto; overflow: hidden; margin: 0 auto; }
.blog-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.blog-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }

.services-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 10px; padding-top: 35px; background-color: #FFF;}
.services-page-text-main{width: 1155px; height: auto; overflow: hidden; margin: 0 auto; }
.services-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.services-page-content{width: 100%; height: auto; text-align: center; }

.skill-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background-color: #FFF;}
.skill-page-text-main{width: 1170px; height: auto; overflow: hidden; margin: 0 auto; }
.skill-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.skill-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }


.faq-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; background-color: #FFF;}
.faq-page-text-main{width: 1170px; height: auto; overflow: hidden; margin: 0 auto; }
.faq-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.faq-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }



.services-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 75px; padding-top: 15px; background-color: #FFF;}
.services-detail-content{width: 1190px; height: auto; overflow: hidden; margin: 0 auto; }
.services-detail-content-left{width: 842px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.services-detail-content-left-baslik{width: 100%; height: auto; overflow: hidden; padding-bottom:35px; font-family: 'Rubik', sans-serif; font-size:27px; font-weight: 700; color:#000; }
.services-detail-content-left-img{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px;}
.services-detail-content-left-img img{width: 100%; max-height: 490px;}
.services-detail-content-left-txt{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px; font-family: 'Rubik', sans-serif; font-size:16px; color:#494949; line-height: 24px; font-weight: 500}
.services-detail-content-left-social{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.services-detail-content-left-social a{color:#000; font-size:18px; margin-right: 25px; }
.services-detail-content-left-social a:hover{color:#666;}
.services-detail-content-left-social a:last-child{margin-right: 0;}
.services-detail-content-left-social i{padding-bottom: 10px;}
.services-detail-content-right{width: 282px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-left:66px;}
.services-detail-header{width:100%; height: auto; overflow: hidden; }
.services-detail-header-baslik{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:20px; font-weight: 700; color:#000; padding-bottom: 20px;}
.services-detail-header-spot{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:14px; font-weight: 400; color:#000; padding-bottom: 30px; line-height: 24px;}
.services-detail-header-divider{width: 100px; height: 5px; background: #EBEBEB; overflow: hidden; margin-bottom: 30px;}
.services-detail-buttons{width: 100%; height: auto; overflow: hidden; background: #F8F8F8; padding: 12px 10px 12px 15px; font-family:'Open Sans'; font-size:14px; margin-bottom: 10px; transition: .1s ease-in-out 0s;}
.services-link-class{color:#000;}
.services-detail-buttons-left-arrow{position: absolute; margin-left: -24px; margin-top: -5px;}
.services-detail-buttons-left-arrow i{font-size:30px;}


.blog-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 0px; padding-top: 45px; background-color: #FFF;}
.blog-detail-content{width: 1190px; height: auto; overflow: hidden; margin: 0 auto; }
.blog-detail-content-left{width: 842px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.blog-detail-content-left-date{width: 100%; height: auto; overflow: hidden; padding-bottom:20px; font-family: 'Rubik', sans-serif; font-size:15px; font-weight: 500; color:#000; }
.blog-detail-content-left-baslik{width: 100%; height: auto; overflow: hidden; padding-bottom:35px; font-family: 'Rubik', sans-serif; font-size:27px; font-weight: 700; color:#000; }
.blog-detail-content-left-spot{width: 100%; height: auto; overflow: hidden;  font-family: 'Rubik', sans-serif; font-size:17px; font-weight: 500; color:#000; }
.blog-detail-content-left-img{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px;}
.blog-detail-content-left-img img{width: 100%; max-height: 490px;}
.blog-detail-content-left-txt{width: 100%; height: auto; overflow: hidden; //margin-bottom: 45px; font-family: 'Rubik', sans-serif; font-size:16px; color:#494949; line-height: 24px; font-weight: 500}
.blog-detail-content-left-social{width: 100%; height: auto; overflow: hidden; margin-top:10px; //margin-bottom: 20px;}
.blog-detail-content-left-social a{color:#000; font-size:18px; margin-right: 25px; }
.blog-detail-content-left-social a:hover{color:#666;}
.blog-detail-content-left-social a:last-child{margin-right: 0;}
.blog-detail-content-left-social i{padding-bottom: 10px;}
.blog-detail-content-right{width: 320px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-left:58px;}
.blog-detail-header{width:100%; height: auto; overflow: hidden; }
.blog-detail-header-baslik{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:18px; font-weight: 700; color:#000; padding-bottom: 20px;}
.blog-detail-header-links{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:14px; font-weight: 500; border-bottom: 1px solid #EBEBEB; padding: 20px 0 20px 0;}
.blog-detail-header-links:last-child{border-bottom:0px !important;}
.blog-detail-header-links strong{font-size:18px; margin-right: 5px;}
.blog-detail-header-links a{color:#000;}
.blog-detail-header-links a:hover{text-decoration: none; color:#666}
.blog-detail-header-divider{width: 100px; height: 5px; background: #EBEBEB; overflow: hidden; margin-bottom: 15px;}
.blog-detail-etiket{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.blog-detail-etiket-box{padding: 8px; background: #F8F8F8; color:#000; display: inline-block;  font-family: 'Rubik', sans-serif; font-size:13px; color:#333; margin-bottom: 10px; cursor: pointer; border:1px solid #F8F8F8; transition: 0.1s ease-in-out 0s;}
.blog-detail-etiket-box:hover{background: #FFF; }

.catalog-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; text-align: center; background-color:#FFF;}
.catalog-page-baslik{width: 282px; padding:30px 0 30px 0; height: auto;  margin-bottom:20px; margin-top:20px; background-color: #f8f8f8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; margin-right: 45px; text-align: left }
.catalog-page-baslik-head{width: 80%; height: auto; margin: 0 auto; color:#333; margin-bottom: 29px; line-height: 24px}
.catalog-page-baslik-img{width: 100%; height: auto; text-align: center;}
.catalog-page-content{width: 955px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: left}
.catalog-box{width: 278px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; border: 1px solid #EBEBEB; margin:20px; padding: 20px 0 20px 0;  text-align: center}
.catalog-box-img{width: 244px; height: 233px; overflow: hidden; margin: 0 auto}
.catalog-box-img img{min-width: 244px; height: 233px; }
.catalog-box-txt{width: 244px; height: auto; overflow: hidden; margin: 0 auto; margin-top: 20px; margin-bottom: 35px; color:#000}
.catalog-box-button{width: auto; height: auto; padding: 6px 20px 5px 20px; background-color: #ea2e40; border-bottom: 3px solid #bd2130; border-radius: 4px; display: inline-block;}
.catalog-box-button i{color:#FFF}

.human-resource-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; text-align: center;  background-color: #FFF;}
.human-resource-page-baslik{width: 282px; padding:30px 0 30px 0; height: auto;  margin-bottom:20px; margin-top:10px; background-color: #F8F8F8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; margin-right: 45px; text-align: left }
.human-resource-page-baslik-head{width: 80%; height: auto; margin: 0 auto; color:#333; margin-bottom: 29px; line-height: 24px}
.human-resource-page-baslik-img{width: 100%; height: auto; text-align: center;}
.human-resource-page-content{width: 955px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: left}
.human-resource-page-content-form{margin: 10px; width: 95%;}
.human-resource-page-info{width: 100%; height: auto; color:#000; padding: 5px 0 25px 0;}
.human-resource-page-info i{margin-right: 10px;}

.bank-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 35px; padding-top: 35px; background-color: #FFF;}
.bank-page-text-main{width: 1200px; height: auto; overflow: hidden; margin: 0 auto; }
.bank-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.bank-page-content{width: 100%; height: auto; text-align: center; margin-top:25px; }
.bank-no-box{width: 475px; height: auto; overflow: hidden; text-align: center;  display: inline-block; vertical-align: top; margin-left: 55px; margin-right: 55px; margin-bottom: 35px; margin-top: 35px; border: 1px solid #d9d9d9; background-color: #FFF;}
.bank-no-box-img{width: 100%; height: auto; padding: 20px 0 20px 0;}
.bank-no-box-img img{width: auto; max-width: 300px; max-height:85px; }
.bank-no-box-txt{width: 100%; height: auto; overflow: hidden; border-top:1px solid #d9d9d9; padding: 10px 0 10px 0; background-color: #f8f8f8; color:#000; }


.photogallery-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 15px; //padding-top: 10px;   background-color: #FFF;}
.photogallery-page-text-main{width: 1150px; height: auto; overflow: hidden; margin: 0 auto; }
.photogallery-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.photogallery-page-content{width: 100%; height: auto; text-align: center; margin-top:15px; }


.photogallery-detail-content{width: 100%; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.photogallery-detail-box{ position: relative; //width: 350px;  height: 240px; overflow: hidden; display: inline-block; vertical-align: top; margin:10px 10px 10px 10px ; transition: 0.2s ease-out 0s; }
.photogallery-detail-box img{//max-width: 400px; //min-width: 350px;  height: 240px;}
.photogallery-detail-box:hover{transform:scale(1.05);-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.8);    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.8);    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.8);}


.photogallery-box{ position: relative; width: 255px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin:10px 20px 10px 20px ; padding-bottom: 45px; }
.photogallery-box-img{width: 255px; height: 193px; overflow: hidden;}
.photogallery-box-img img{max-width: 300px; min-width: 255px;  min-height: 193px;}
.photogallery-box-txt{width: 90%; margin: 0 auto; margin-top: 25px; }
.photogallery-box-txt a{color:#000}

.photogallery-ovrly{opacity: 0; position: absolute; background: rgba(0,0,0,0.5); color:#FFF; width: 100%; height: 193px; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: .2s ease-in-out 0s;}
.photogallery-box:hover .photogallery-ovrly {opacity: 1; }
.photogallery-box:hover .photogallery-box-txt a { text-decoration: none; color:#666}
.photogallery-ovrly i{opacity: 0; transition: .4s ease-in-out 0s; margin-top:100px;}
.photogallery-box:hover .photogallery-ovrly i{font-size:35px; opacity: 1; margin-top: 0;}


.videogallery-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px;background-color: #FFF;}
.videogallery-page-text-main{width: 1100px; height: auto; overflow: hidden; margin: 0 auto; }
.videogallery-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000;}
.videogallery-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }
.videogallery-page-content-embed{width: 700px; height: 400px; text-align: center;  }
.videogallery-page-content-embed iframe{width: 700px; height: 400px;}
.videogallery-page-content-txt{width: 100%; height: auto; text-align: center; margin-top:55px; font-family: 'Rubik', sans-serif; font-size:15px; color:#333; line-height: 24px; }
.videogallery-page-content-tags{width: 100%; height: auto; overflow: hidden; margin-top: 55px;}

.proje-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; background: #FFF; padding-bottom: 100px; padding-top: 45px}
.proje-detail-ust{width: 1150px; height: auto; overflow: hidden; margin:0 auto; }
.proje-detail-ust-img{width: 640px; height: auto; max-height: 550px; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 70px; }
.proje-detail-ust-img img{width: 640px; height: auto;}
.proje-detail-ust-info{width: 420px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.proje-detail-ust-info-name{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px; font-family: 'Rubik', sans-serif; font-size:24px; font-weight:bold; color:#000;}
.proje-detail-ust-info-name span{font-size:14px; color:#666;}
.proje-detail-ust-info-spot{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; font-family: 'Rubik', sans-serif; font-size:14px; line-height: 24px;color:#000;}
.proje-detail-ust-info-it{width: 100%; height: auto; overflow: hidden; margin-bottom: 23px; font-family: 'Rubik', sans-serif; font-size:14px;color:#000;}
.proje-detail-ust-info-it i{font-size:20px; margin-right: 15px; float:left;}


.proje-detail-alt{width: 1400px; height: auto; overflow: hidden; margin: 0 auto; }

.proje-detail-social-share{width: 100%; height: auto; overflow: hidden;  text-align: center; margin-top: 60px;}
.proje-detail-social-share a{color:#000; font-size:20px; margin-right: 15px; }
.proje-detail-social-share a:hover{color:#666;}
.proje-detail-social-share a:last-child{margin-right: 0;}

.projects_tabs_ul {  width: 100%; height: auto; margin: 0 auto; text-align: center; overflow: hidden; padding: 35px 0 35px 0;background: #f8f8f8; margin-bottom: 50px;  }
.projects_tabs_ul li { display: inline-block;  height: auto;  margin-right: 20px; margin-bottom: 5px; }
.projects_tabs_ul li:last-child{margin-right: 0;}
.projects_tabs_ul li a {
    outline: none; font-size: 15px; font-family: 'Rubik', sans-serif; font-weight: 500;
    padding: 0 15px 10px 15px;
    text-decoration: none;
    border:2px solid #F8F8F8;
    color: #000;
}
.projects_tabs_ul li a i{font-size:18px; margin-right: 8px}
.projects_tabs_ul li .active { position: relative;  }
.projects_tabs_ul li a.active { font-weight: bold; border-bottom:2px solid #000; }

.projects_tabs_content{width: 1150px; margin: 0 auto; display: none; font-family: 'Rubik', sans-serif; font-size:15px; color:#333; line-height: 24px;}
.projects_tabs_content iframe{width: 100%; height: 400px;}
.projects_tabs_ul li .active:before{
    content:'';
    width: 0px;
    height: 0px; bottom:-14px; left:46%;
    border: 7px solid transparent;
    border-top-color: #000;
    display: inline-block;position: absolute;
}


.contact-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; background-color: #FFF;  }
.contact-page-maps-area{width: 90%; height: 530px; overflow: hidden;margin: 0 auto 30px auto;}
.contact-page-maps-area iframe{width: 100%; height: 530px;}
.contact-page-infos-area{width: 100%; height: auto; padding: 15px 0 45px 0; background: #F8F8F8;margin-top:80px;}
.contact-page-infos-ust{width: 80%; height: auto; overflow: hidden; margin:0 auto; text-align: center;font-family: 'Rubik', sans-serif;color:#0d233f;}
.contact-page-icon-box{width: 250px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin: 30px; }
.contact-page-icon-box-i{width: 100%; height: auto; overflow: hidden; font-size:26px; color:#000; margin-bottom: 5px;}
.contact-page-icon-box-txt{width: 100%; height: auto; overflow: hidden; font-size:14px; color:#000; font-family: 'Rubik', sans-serif; }
.contact-page-infos-alt{width: 80%; height: 18px; margin:0 auto; text-align: center; border-bottom:1px dashed #CCC; margin-top: 20px;}
.contact-page-infos-alt-ic{background: #F8F8F8; padding: 0 15px 0 15px; display: inline-block;}
.contact-page-infos-alt-ic a{color:#333; margin: 0 8px 0 8px; font-size:22px; }
.contact-page-infos-alt-ic a i{padding-bottom: 15px;}
.contact-page-infos-alt-ic a:hover{color:#666}
.contact-page-form-area{width: 70%; height: auto; padding: 45px 0 45px 0; margin: 0 auto; }


.products-page-main{width: 98%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 25px; text-align: center}

.products-left-bar-main{width: 23%; height: auto;display: inline-block; vertical-align: top; text-align: left;}
.products-left-bar-div-box{width: 100%; height: auto; margin-bottom:30px;}
.products-left-bar-div-name{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; }
.products-left-bar-div-name-inside{padding-left: 12px; width: 100%; height: auto; overflow: hidden;}
.products-left-bar-div-name-inside-icon{width: 30px; height: 35px; overflow: hidden; font-size:15px; color:#000; display: inline-block; vertical-align: top;}
.products-left-bar-div-name-inside-txt{width: 100%; height: auto; overflow: hidden; display: inline-block; vertical-align: top; font-family: 'Rubik', sans-serif; font-size:15px; color:#000; }
.products-left-bar-search-div{width: 100%; height: auto; overflow: hidden; padding:0 12px 0 12px;}
.products-left-bar-search-div input{ width: 200px; border:1px solid #EBEBEB; background: #FFF;  font-family: 'Rubik', sans-serif; font-size:14px; padding: 8px;outline: none; color:#000}
.products-left-bar-search-div button{ width: 80px; border:0; font-family: 'Rubik', sans-serif; font-size:14px; padding: 8px 0 8px 0; outline: none; color:#FFF; background: dodgerblue;}

.products-right-main{width: 71%;height: auto; overflow: hidden; display: inline-block; vertical-align: top;text-align: left;}
.products-right-nav-head{width: 100%; height: auto; overflow: hidden; padding-right:10px; padding-left: 10px; margin-bottom: 20px;}
.products-right-nav-head-txt{width: 60%; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; text-align: left; font-family: 'Rubik', sans-serif; font-size:14px; color:#333;}
.products-right-nav-head-select{width: 39%; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; text-align: right;}
.products-right-nav-head-select select{border:1px solid #EBEBEB; outline: none; font-family: 'Rubik', sans-serif; font-size:13px; color:#333; padding: 6px 20px 6px 8px;}
.products-right-products-area{width: 100%; height: auto; overflow: hidden; }



.product-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background: #FFF;}

.product-detail-header{width: 1200px; margin:0 auto;  margin-bottom: 30px;}

.product-detail-header-left{width: 536px; height: auto; display: inline-block; vertical-align: top; margin-right: 55px;}





.cart-varyant-main{width:auto; height: auto; overflow: hidden; margin-right: 15px; display: inline-block; margin-bottom: 7px; padding-bottom: 8px;}

.mobile-product-image-box{display: none; }



.product-detail-header-right{width: 600px; height: auto; display: inline-block; vertical-align: top; }

.product-detail-header-right-baslik{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; font-family: 'Rubik', sans-serif; font-size:27px; font-weight: bold; color:#000;}

.product-detail-header-right-eski-fiyat{width: 100%; height: auto; overflow: hidden; margin-bottom: 5px; font-family: 'Rubik', sans-serif; font-size:18px; color:#666; text-decoration: line-through;}

.product-detail-header-right-guncel-fiyat{width: 100%; height: auto; overflow: hidden; font-family: 'Rubik', sans-serif; font-size:28px; color:#000; font-weight: bold; margin-bottom: 5px;}

.product-detail-header-right-star{width: 100%; height: auto; overflow: hidden; margin-bottom: 12px; font-size:20px;}

.product-detail-header-right-spot{width: 100%; height: auto; overflow: hidden; margin: 22px 0 22px 0; font-family: 'Rubik', sans-serif; font-size:14px; color:#666; line-height: 22px;}

.product-detail-header-right-feature-info{width: 100%; height: auto; overflow: hidden; margin-bottom: 8px; letter-spacing: 0.02em; font-family: 'Rubik', sans-serif; font-size:14px; color:#000;}

.product-detail-header-right-limit-kargo{width: auto; height: auto; display: inline-block; overflow: hidden; border:1px solid #EBEBEB; padding: 5px 15px 5px 15px; font-family: 'Rubik', sans-serif; font-size:13px; color:#000; background: #FFF; margin: 10px 0 20px 0; font-weight: 500; letter-spacing: 0.02em;}

.product-detail-header-right-cart-area{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}

.product-detail-header-right-addtocart{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 15px; margin-bottom: 15px;}

.product-detail-header-right-wp-button{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 15px; margin-bottom: 15px; background-color: #67c36c; padding: 11px 25px 10px 25px; font-family: 'Rubik', sans-serif; font-size:14px; font-weight: 600;}

.product-detail-header-right-normal-button{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 15px; margin-bottom: 15px; background-color: #67c36c; padding: 10px 25px 10px 25px; font-family: 'Rubik', sans-serif; font-size:15px; font-weight: 700;}



.product-detail-header-right-social{width: 100%; height: auto; overflow: hidden; }

.product-detail-header-right-social a{color:#000; font-size:18px; margin-right: 15px; }

.product-detail-header-right-social a:hover{color:#666;}

.product-detail-header-right-social a:last-child{margin-right: 0;}

.product-detail-header-right-social i{padding-bottom: 10px;}



.product-detail-content-area{width: 90%; margin:0 auto; margin-top: 60px;  }

.products-leftmenu > li > a { font-size: 16px !important; }

.products_tab_ul {  width: 100%; height: auto; margin: 0 auto; text-align: center;  padding: 0 0 9px 0; margin-bottom: 50px; border-bottom: 1px solid #EBEBEB  }

.products_tab_ul li { display: inline-block;  height: auto;  margin-right: 20px; margin-bottom: 5px; }

.products_tab_ul li:last-child{margin-right: 0;}

.products_tab_ul li a {    outline: none; font-size: 16px; font-family: 'Rubik', sans-serif; font-weight: 500;    padding: 0 15px 15px 15px;    text-decoration: none;    color: #000;}

.products_tab_ul li a i{font-size:18px; margin-right: 8px}

.products_tab_ul li .active { position: relative;  }

.products_tab_ul li a.active { font-weight: bold; border-bottom:1px solid #666667; }



.products_tabs_contents{width: 100%; margin: 0 auto; display: none; font-family: 'Rubik', sans-serif; font-size:15px; color:#333; line-height: 26px;}

.products_tabs_contents iframe{width: 100%; height: 400px;}

.products_tab_ul li .active:before{    content:'';    width: 0px;    height: 0px; bottom:-14px; left:46%;    border: 7px solid transparent;    border-top-color: #666667;    display: inline-block;position: absolute;}





.product-detail-etiket-box{padding: 2px 6px 2px 6px; background: #FFF; color:#000; display: inline-block;  font-family: 'Rubik', sans-serif; font-size:12px; color:#333; margin-bottom: 10px; cursor: pointer; border:1px solid #EBEBEB; transition: 0.1s ease-in-out 0s;}

.product-detail-etiket-box:hover{background: #F9F9F9; }



.related-products-div{width: 100%; height: auto; overflow: hidden; margin-top: 90px; text-align: center}
.step-div-main{width: 1100px; height: auto; overflow: hidden; text-align: center; margin: 0 auto; margin-bottom: 70px;}
.step-box{width:auto ; height: auto; text-align: center; display: inline-block; vertical-align: top; }
.step-box span{font-family: 'Rubik', sans-serif; font-size:15px; color:#000; font-weight: 600; }
.step-line{width: 161px; height: 3px; background: #EBEBEB; display: inline-block; vertical-align: middle;}
.step-line-none{background: #FFF;}
.step-line-active{background: #000;}
.step-num{width:44px; height: 44px; padding-top: 4px; background: #FFF; color:#666; border:2px solid #EBEBEB; border-radius: 60px; display: inline-block; vertical-align: middle; font-family: 'Open Sans', Sans; font-size:20px; font-weight: 600;}
.step-num-active{background: #000; border:2px solid #000; color:#FFF;}


.cart-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 130px; padding-top: 110px; background-color: #FFF;}
.cart-div{width: 100%; height: auto; overflow: hidden; text-align: center; font-family: 'Rubik', sans-serif; font-size:14px; letter-spacing: 0.02em; color:#000;}
.cart-left-div{width: 926px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 35px;  text-align: left;}
.cart-left-box-main{width: 100%; height: auto; overflow: hidden; border-bottom:1px solid #EBEBEB; }
.cart-left-box-1{width: 98px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0;}
.cart-left-box-1 img{width: 88px; height:90px; border:1px solid #EBEBEB; }
.cart-left-box-2{width: 254px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0;}
.cart-left-box-2 a{color:#000; }
.cart-left-box-2 a:hover{color:#666; text-decoration: none;}
.cart-left-box-2-txt{max-width: 230px;}
.cart-left-box-2-other-info{margin-top: 12px; font-size:13px; font-weight: bold}
.cart-left-box-3{width: 117px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0;}
.cart-left-box-4{width: 135px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0; padding: 18px 0 18px 8px; }
.cart-left-box-5{width: 137px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 0 18px 0;}
.cart-left-box-6{width: 38px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; padding: 18px 0 18px 0; text-align: center}
.cart-left-function{width: 100%; height: auto; margin: 30px 0 30px 0;}
.cart-left-functions-left{width: 50%; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: left;}
.cart-left-functions-left input{ width: 230px; border:1px solid #EBEBEB; background: #FFF;  font-family: 'Rubik', sans-serif; font-size:14px; padding: 7px;outline: none; color:#000}
.cart-left-functions-left button{ width: 115px; border:0; font-family: 'Rubik', sans-serif; font-size:14px; padding: 8px 0 8px 0; outline: none; color:#FFF; background: #2daeff;}

.cart-left-functions-right{width: 100%; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: right;}
.cart-func-continue{width: auto; height: auto; background-color: #2daeff; padding: 8px 35px 8px 35px; color:#FFF; font-size:14px; font-weight:600; display: inline-block; }


.cart-right-div{width: 320px; height: auto; overflow: hidden; display: inline-block; padding: 20px 0 20px 0; vertical-align: top; border: 1px solid #EBEBEB; background-color: #F9F9F9;}
.cart-right-div-inside{width: 90%; height: auto; overflow: hidden; margin: 0 auto; text-align: left; }
.cart-right-div-head{width: 100%; height: auto; overflow: hidden; padding: 0 0 30px 0; font-weight: bold;}
.cart-right-div-price-box{width: 100%; height: auto; overflow: hidden; border-bottom: 1px solid #EBEBEB; padding:0 0 8px 0; margin-bottom: 8px;}
.cart-right-div-price-box-left{width: 50%; display: inline-block; vertical-align: middle; text-align: left;}
.cart-right-div-price-box-right{width: 50%; display: inline-block; vertical-align: middle; text-align: right; font-weight: bold; font-size:15px;}
.cart-right-div-price-box:last-child{border-bottom:0;}
.cart-right-div-price-box-button{width: 100%; height: auto; text-align: center; margin-top: 20px; background-color: #ff2d46;  border:0; outline: none; font-weight: 600; padding: 10px 0 10px 0; transition: 0.02s ease-in-out 0s;}
.cart-right-div-price-box-button:hover{ background-color: #f22039;}


.empty_cart_alert{width: 100%; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.empty_cart_alert i{font-size:24px; margin-bottom: 20px;}


.delivery-main{width: 100%; height: auto; overflow: hidden; text-align: center}
.delivery-left-div{width: 550px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 50px; text-align: left; padding: 0 10px 0 10px}
.delivery-right-div{width: 600px; height: auto; background-color: #f6f6f6; overflow: hidden; display: inline-block; vertical-align: top; text-align: left;}
.delivery-right-inside{width: 90%; height: auto; margin: 0 auto; margin-top: 62px; margin-bottom: 45px;}
.delivery-right-st-head{width: 100%; height: auto; font-family: 'Rubik', sans-serif; font-size:15px; font-weight: 600; color:#7e7e7e; padding-bottom: 25px; margin-bottom: 20px; border-bottom: 1px solid #EBEBEB;}
.delivery-right-purchase-div{width: 100%; height: auto;  margin-bottom: 50px;}
.delivery-right-order-detail-div{width: 100%; height: auto;  margin-bottom: 30px;}
.delivery-right-satis-sozlesmesi-div{width: 100%; height: auto;  margin-bottom: 30px;}
.delivery-right-button-div{width: 100%; height: auto;  }
.delivery-right-button-div button{width: 100%; height: 50px; color:#FFF; font-family: 'Rubik', sans-serif; font-size:15px; font-weight: 700; border:0; transition: 0.2s ease-in-out 0s; background: linear-gradient(to right, #6cbaee 0%, #76e3b0 100%);}
.delivery-right-button-div button:focus{outline: none;}
.delivery-right-button-div button:hover{-webkit-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); -moz-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); box-shadow:  0px 0px 20px -5px rgba(0,0,0,0.50); }


.purchase-main{width: 100%; height: auto; overflow: hidden; text-align: center;}

.orders-alerts-inside{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.order-alerts-head{width: 100%; height: auto; overflow: hidden; background-color: #FFF; border: 1px solid #EBEBEB; padding: 25px 0 25px 0; font-family: 'Rubik', sans-serif;}
.order-alerts-head-success{width: 100%; font-size:24px; color:#000; font-weight: 600; margin-bottom: 10px;}
.order-alerts-head-success img{margin-bottom: 10px;}
.order-alerts-head-order-id{width: 100%; font-size:17px; color:#000; font-weight: 500;}
.order-alerts-desc{width: 100%; height: auto; overflow: hidden; background-color: #F9F9F9; border: 1px solid #EBEBEB; border-top:0; padding: 40px 0 25px 0; font-family: 'Rubik', sans-serif;}
.order-alerts-desc-text{width: 55%; margin: 0 auto; font-size:15px; color:#000; font-weight: 500; margin-bottom: 25px;}


.mobile-menu-social-div{width: 100%; height: auto;  padding: 15px 0 15px 0; border-bottom: 1px solid #EBEBEB;}
.mobile-menu-social-div-left{width: 45%; height: auto;  display: inline-block; vertical-align: middle; text-align: left;}
.mobile-menu-social-div-left i{font-size:15px;}
.mobile-menu-social-div-left a {color:#000; margin-right: 10px; }
.mobile-menu-social-div-left a:hover{color:#000}
.mobile-menu-social-div-right{width: 45%; height: auto; display: inline-block; vertical-align: middle; text-align: right;}



/* Üyelik*/
.user-login-content{width: 500px; height: auto;  display: inline-block; vertical-align: top; text-align: left}
.user-login-right{width: 500px; padding:30px 0 30px 0; height: auto;  margin-bottom:20px; margin-top:20px; background-color: #f8f8f8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; text-align: left }

.user-register-right{width: 500px; padding: 30px 40px; height: auto; margin-left: 50px;  margin-bottom:20px; background-color: #f8f8f8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; text-align: left }
.user-register-content{width: 600px; height: auto;  display: inline-block; vertical-align: top; text-align: left; padding: 30px; background-color: #FFF; border:1px solid #EBEBEB}
.register-form-container{width: 100%; height: auto;}
.register-form-container label{font-family: 'Rubik', sans-serif; font-size:14px; color:#000; font-weight: 600}
.register-form-container input{width: 100%; border:1px solid #CCC; font-family: 'Rubik', sans-serif; font-size:14px; color:#000; padding: 0 15px; height: 41px; border-radius: 1px; background-color: #FFF; transition-duration: 0.2s; transition-timing-function: linear }
.register-form-container input:focus{box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); outline: none}
.register-form-container select{font-family: 'Rubik', sans-serif; font-size:14px; color:#000; font-weight: 600; padding: 8px 20px}
.register-form-sozlesme{width: 100%; max-height: 600px; overflow: auto; font-family: 'Rubik', sans-serif; font-size:13px; color:#666}
.register-success-main-div{width: 1355px; margin: 0 auto}


.user-login-head{width: 100%; padding: 15px 0 20px 0; margin-bottom: 25px; border-bottom:1px solid #EBEBEB; color:#000; box-sizing: border-box}
.login-form-container{width: 100%; height: auto;}
.login-form-container label{font-family: 'Rubik', sans-serif; font-size:14px; color:#000; font-weight: 600}
.login-form-container input{width: 400px; border:1px solid #CCC; font-family: 'Rubik', sans-serif; font-size:14px; color:#000; padding: 0 15px; height: 41px; border-radius: 1px; background-color: #F9F9F9; transition-duration: 0.2s; transition-timing-function: linear }
.login-form-container input:focus{box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); outline: none}
.user-remember-area{width: 400px; margin: 18px 0; }
.user-remember-area a{color:#000; position: relative; float: right; font-family: 'Rubik', sans-serif; font-size:13px; font-weight: 600; color:#000; margin-top: 3px; }
.user-remember-area a:hover{color:#000 ;}
.user-remember-area input{width: 16px; margin-right: 8px; height: 27px; display: inline-block; vertical-align: top; }
.user-remember-area input:focus{outline: none; box-shadow: none}
.user-remember-area label{font-family: 'Rubik', sans-serif; font-size:13px; color:#000; font-weight: 500; display: inline-block}
.aler{width: 400px; border-radius: 1px !important; font-family: 'Rubik', sans-serif; font-size:13px;}
.user-topbar-ul{width: 100%; list-style: none; padding: 0; margin: 0;}
.user-topbar-ul a{color:#000}
.user-topbar-ul a:hover{text-decoration:none; color: #666}
.user-topbar-ul li {width: 100%; height: auto; padding: 6px; font-family: 'Rubik', sans-serif; font-size:13px; display: flex; align-items: center}
.user-topbar-ul li i{margin-right: 7px; width: 18px; color:#000}
.user-dropdown-top-main{width: 190px; height: auto; text-align: left;}
.user-dropdown-top-main-ic{width: 90%; margin: 0px auto;  height: auto; padding-top: 10px; padding-bottom: 10px;}

/* Üye sayfaları */
.users-page-main{ height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 150px; padding-top: 50px;  }
.user-content-area{width: 1355px; height: auto; display: flex;  margin: 0 auto; align-items: start; flex-wrap: wrap }

.users-left-sidebar{width: 240px; height: auto; margin-right: 15px; display: block;    }
.users-left-sidebar ul{font-family: 'Rubik', sans-serif; list-style: none; padding: 0; margin: 0;}
.user-name-bar{background-color: #ff4443 !important;  color:#FFF !important; font-weight: 600; font-size:14px !important}
.users-left-sidebar ul li{width: 100%; background-color: #F8F8F8; color:#000; height: 45px; padding: 0 20px; box-sizing: border-box; border:1px solid #EBEBEB; border-top:0; font-size:13px; display: flex; align-items: center}
.users-left-sidebar ul li i{width: 27px; font-size:17px;}
.users-left-sidebar-contact{width: 100%; height: auto; border:1px solid #EBEBEB; margin-top:20px; box-sizing: border-box; background-color: #F8F8F8; padding: 30px 15px; text-align: center;
    text-shadow: 1px 1px 0 #FFF; color:#000; background-color: #FFF; font-size:18px; font-weight: 600;
}
.users-left-sidebar-contact i{font-size:35px; color:#000; text-shadow: 1px 1px 0 #FFF; margin-bottom: 20px}
.users-left-sidebar ul li a{
    color:#000;
}
.giris-okey-name{position: absolute; font-family: 'Rubik', sans-serif; font-size: 12px; margin-top:-25px; margin-left: -20px; padding: 0 5px; border-radius: 5px;  }
.giris-okey-name i{ position: absolute; margin-top: 10px; font-size: 20px;
    margin-left: 16px;}
.users-left-sidebar-mobil{width: 100%; height: auto; margin-right: 15px; display: block;    }
.users-left-sidebar-mobil ul{font-family: 'Rubik', sans-serif; list-style: none; padding: 0; margin: 0;}
.user-name-bar{background-color: #ff4443 !important;  color:#FFF !important; font-weight: 600; font-size:14px !important}
.users-left-sidebar-mobil ul li{width: 100%; background-color: #F8F8F8; color:#000; height: 45px; padding: 0 20px; box-sizing: border-box; border:1px solid #EBEBEB; border-top:0; font-size:13px; display: flex; align-items: center}
.users-left-sidebar-mobil ul li i{width: 27px; font-size:17px;}
.users-left-sidebar-mobil-contact{width: 100%; height: auto; border:1px solid #EBEBEB; margin-top:20px; box-sizing: border-box; background-color: #F8F8F8; padding: 30px 15px; text-align: center;
    text-shadow: 1px 1px 0 #FFF; color:#000; background-color: #FFF; font-size:18px; font-weight: 600;
}
.users-left-sidebar-mobil-contact i{font-size:35px; color:#000; text-shadow: 1px 1px 0 #FFF; margin-bottom: 20px}
.users-left-sidebar-mobil ul li a{
    color:#000;
}

.user-right-content{ flex: 1; height: auto; border:1px solid #EBEBEB; background-color: #FFF; padding: 25px; box-sizing: border-box; font-family: 'Rubik', sans-serif;}
.user-right-haed{width: 100%; overflow: hidden; padding: 0 10px 15px 0; box-sizing: border-box; border-bottom: 1px solid #EBEBEB; margin-bottom: 20px; font-size:19px; font-weight: 600; color:#000; }
.user-right-content-inside{width: 100%; height: auto; display: flex; align-items: start; flex-wrap: wrap }
.user-right-form-area{width: 55%}
.user-right-form-area label,button{font-family: 'Rubik', sans-serif; font-size:14px !important; font-weight: 600;}
.user-right-form-area input,select{border-radius: 0 !important; font-size:14px !important; height: 40px !important}
.user-right-form-area textarea{border-radius: 0 !important; font-size:14px !important; }
.user-right-other-area{flex:1;  margin-left: 40px; background-color: #F8F8F8; border-bottom:2px solid #EBEBEB; padding: 35px 10px; box-sizing: border-box; text-align: center; color:#000; font-size:16px; font-weight: 600; }
.user-right-other-area i {font-size:30px; margin-bottom: 10px;}


.user_success_alert{width: 100%;   box-sizing: border-box;
    font-family: 'Rubik', sans-serif; font-size:16px; color:#FFF;
    position: absolute; display: flex; justify-content: center; align-items: center;
    z-index: 99;
    top:0;
    left:0;
}
.user_success_alert_ic{background-color: rgba(25, 179, 85, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user_success_alert_ic_red{background-color: rgba(248, 38, 71, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user-order-alert-box{width: 100%; border:1px solid #f5d155; background-color: #fff4c8; padding: 7px 20px; box-sizing: border-box; font-family: 'Rubik', sans-serif; font-size:13px; color:#000; margin-bottom: 20px;}
.user-order-sort-info{font-size:12px; color:#666; font-weight: 400; float:right; margin-top: 5px}
.user-order-box{width: 100%; padding: 20px 0; box-sizing: border-box; border:1px solid #EBEBEB; background-color: #F8F8F8; margin: 20px 0; display: flex; flex-wrap: wrap; align-items: flex-start; text-align: left;}
.user-order-box-item{width:auto; flex:1; border-right: 1px solid #EBEBEB; padding: 4px 15px;  font-family: 'Rubik', sans-serif; text-align: center}
.user-order-item-head{font-size:15px; font-weight: 600; color:#000; margin-bottom: 10px;}
.user-order-item-desc{font-size:13px; font-weight: 400; color:#666;margin-bottom: 10px }
.user-order-item-delivery{display: inline-block; border-radius: 5px; font-size:13px; padding: 2px 12px;}
.user-order-item-desc-price{font-size:15px; font-weight: 600; color:#000;margin-bottom: 10px }
.user-order-box-item:first-child{width: 280px; flex: none; text-align: left;}
.user-order-box-item:last-child{border-right: 0; min-height: 69px; display: flex; align-items: center; justify-content: center}

.user-order-detail-status{width: 100%; height: auto; padding: 10px 15px; box-sizing: border-box; font-family: 'Rubik', sans-serif; }
.user-order-info-main{width: 100%; padding: 35px 20px 35px 20px; box-sizing: border-box; font-family: 'Rubik', sans-serif; display: flex; flex-wrap: wrap; align-items: flex-start;}
.user-order-info-box{width: 50%; height: auto; }
.user-order-info-box ul{list-style: none; padding: 0; margin: 0}
.user-order-info-box ul li{width: 90%; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000; padding: 8px 0;}
.user-order-info-address{width: 100%; padding-bottom:20px; margin-bottom: 20px; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000;  }
.user-order-info-address:last-child{border-bottom: 0}
.user-order-price-detail{width: 100%; border:1px solid #EBEBEB; background-color: #f8f9fa; box-sizing: border-box; padding: 0 20px; }
.user-order-price-detail-box{width: 100%; border-bottom: 1px solid #EBEBEB; padding: 10px 0; display: flex; align-items: center;}
.user-order-price-detail-box-in{ width: 50%; font-size:15px; color:#000}
.user-order-price-detail-box:last-child{border-bottom: 0}

.user-order-product-main-div{width: 100%; border:1px solid #EBEBEB; box-sizing: border-box; margin-bottom: 25px; display: flex; flex-wrap: wrap; font-family: 'Open Sans', Arial }
.user-order-product-inbox{flex:1; min-height: 145px; border-right: 1px solid #EBEBEB;}
.user-order-product-inbox:last-child{border-right: 0}
.user-order-pro-div{width: auto; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name{width: 280px; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name a{color:#000}
.user-order-pro-div img{width: 75px; height: 75px;}
.user-order-tracking-main{width: 100%; padding: 10px 20px; font-family: 'Rubik', sans-serif; font-size:14px; color:#000; background-color: #EBEBEB; margin-bottom: 30px; display: flex;}
.user-order-tracking-main-ic{ width: auto; margin-right: 20px; border-right: 1px solid #CCC; padding-right: 15px;}
.user-order-tracking-main-ic:last-child{border-right: 0}


.user-address-main-div{width: 100%; border:1px solid #EBEBEB; background-color: #FFF; box-sizing: border-box; margin-bottom: 35px; display: flex; flex-wrap: wrap; font-family: 'Rubik', sans-serif;}
.user-address-main-head{width: 100%; border-bottom:1px solid #EBEBEB; background-color: #F8f8f8; padding: 8px 20px; font-size:14px; color:#000}
.user-address-in-box{flex:1; border-right: 1px solid #DDD; padding: 25px 20px; font-size:13px;}
.user-address-in-box:last-child{border-right: 0}
.user-address-box-1{width: 390px; }
.user-address-box-2{width: auto; text-align: center}
.user-address-box-3{width: 250px; text-align: center}


.user-ticket-div{

    width: 100%; height: auto; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    background-color: #F8F8F8;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #000;

}

.user-ticket-div-inbox{
    flex:1;
    border-right: 1px solid #EBEBEB;
}
.user-ticket-mins{ 
width: 145px;  flex:none; text-align: center;
}
.user-ticket-div-inbox:last-child{
    border-right: 0;
}
.user-ticket-div-inbox-di1{
    padding: 7px 15px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
}
.user-ticket-div-inbox-di2{
    padding: 15px 15px;
}

.user-ticket-detail-main-info{
    width: 100%;
    display: flex;
    background-color: #F8F8F8;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    padding: 15px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #000;
    margin: 10px 0;
    flex-wrap: wrap;
}
.user-ticket-detail-pi{
flex:1;
    border-bottom: 1px solid #ebebeb;
    padding: 8px;
    margin-right: 10px;

}
.user-ticket-detail-pi label{
    font-weight: 600;
}
.ticket-pi2{ 
flex:none;
    width: 100%;
    border-bottom: 0;
}
.user-ticket-message-div{ 

    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex;flex-wrap: wrap;
    font-family: 'Rubik', sans-serif;
    color:#000;


}
.user-ticket-message-div2{

    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex; flex-wrap: wrap;
    font-family: 'Rubik', sans-serif;
    color:#000;
    background-color: #f8f8f8;
}
.user-ticket-message-name{

    width: 230px;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #EBEBEB;
    font-size: 13px;

}
.user-ticket-message-content{

    flex:1;
    padding: 15px 30px;
    font-size: 14px;

}

.userlogin-modal-head{
    width: 100%;
    padding: 25px 10px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    position: relative;
    background-color: #FFF;
}
.userlogin-modal-head-text1{
width: 100%;
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.userlogin-modal-head-text2{
    font-size: 14px;
    color: #666;
    width: 100%;
}
.userlogin-modal-closepanel{

    position: absolute;
    font-size: 19px;
    color: #000000;
    right: 10px;
    top:5px;
}
.userlogin-modal-content-area{
width: 100%;
    background-color: #FFF;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.userlogin-modal-footer{
width: 100%;
    background-color: #F8F8F8;
    padding: 29px 10px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
}
.userlogin-modal-footer-text{
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.userdelivery-not-address{
    width: 100%;
padding: 35px ;
    box-sizing: border-box;
    background-color: #e64747;
    font-family: 'Rubik', sans-serif;
    display: flex;
}
.userdelivery-not-address-icon{
    width: 10%;
    font-size: 32px;
    color: #fff;
    margin-right: 11px;
}
.userdelivery-not-address-text{
    width: 75%;
 
    line-height: 16px;
}
.userdelivery-not-address-text span{
    font-size: 14px;
    font-weight: 500;
    color: #fff;

}
.userdelivery-not-address-text a{
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    padding: 8px 22px;
    font-size: 14px;
    border: 1px solid #fff; cursor: pointer;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    -webkit-transition: all 400ms;-moz-transition: all 400ms;-ms-transition: all 400ms;-o-transition: all 400ms;transition: all 400ms;

}
.userdelivery-not-address-text a:hover{
    background-color: #e64747;
    color: #fff !important;
    text-decoration: none;
}

.userdelivery-address-show{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}


/* ------ ACCORDION MOBILE MENU STYLE -------------- */
.ladder {
border-bottom:1px solid #EBEBEB;
}
.ladder ul {
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.1; padding: 0;
}
.ladder ul ul li {
    height: auto;

    padding: 0;
    transition: max-height .3s 0 ease-in;
}
.ladder ul .collapse li {
    height: 0;
    max-height: 0;

}
.ladder li {
    list-style-type: none;
    padding: 0; height: auto;    border-bottom:1px solid #EBEBEB;
}
.ladder li i{ font-size:20px; float: right}
.ladder a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif; font-size:14px; font-weight: 500;
    width: 100%; padding: 13px 20px 13px 20px;
    display: block;
}


/* ------ ACCORDION MOBILE MENU STYLE -------------- */



.form-row {
    margin-bottom: 10px!important;
}
.form-captcha-height{height: 55px !important;     padding: .375rem .75rem!important;}

.multitab-section {
    display: inline-block;
    width: 100%;
}

.multitab-section p {
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.multitab-widget {
    list-style: none;
    padding: 0; text-align: center;
}

.multitab-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.multitab-widget-content{margin-top:50px; }

.progress-bar {
    background: #ddd none repeat scroll 0 0 !important;
    box-shadow: 0 0 0;
    height: 15px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.progress-bar-text {
    color: #333333;
    font-size: 15px;
    margin-bottom: 9px;
}
.progress-bar > span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 5px;
}
.progress-bar > span{
    background: #F8C01B none repeat scroll 0 0;
}


.quantity {
    position: relative;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 70px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #ced4da;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ced4da;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #ced4da;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}



.image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}
.image-box .thumbs {
    width: 100%;
    padding: 0; margin: 0; text-align: center; margin-top: 15px; overflow: hidden;
}
.image-box .thumbs li {

}

.image-box .thumbs li .thumb-img{ opacity: .4; border:1px solid #EBEBEB; transition: .2s ease-in-out 0s; }
.image-box .thumbs li.activeted .thumb-img{opacity: 1;border:1px solid #333}

.image-box .thumbs .thumb-img {
    display: block;
    width: 90px; height:100px;

}
.image-box .large-image {
    width: 100%;
    height: 554px;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; cursor : crosshair;
}





.carousel-gallery {

}
.carousel-gallery .swiper-slide {
    display: block;

    border-radius: 0;
    overflow: hidden;
    position: relative;

}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: .7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    transform: scale(1.1, 1.1);
}


/* 
.header-mobile-main{display: none;}
*/

.mobile-menu-bar-button {
    width: 30px;
    height: 15px;

    border:0px;  background:none; outline:none;



}
.mobile-menu-bar-button:focus { outline: none}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 15px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 7px;
}

#nav-icon1 span:nth-child(3) {
    top: 14px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.opening-mobile-menu-div {
    text-align: center;
    display: none; border-top:1px solid #EBEBEB;
    background-color: #FFF;
}










#return-to-top {
    position: fixed;

    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;

    z-index: 99;
}
#return-to-top i {
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
}
#return-to-top:hover i {
    top: 5px;
}


/* Fixed Header Update CSS Codes */
.fixed-header-in{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	//background-color:#303236;
	
	
}
.fixed-header-logo{
    width:140px;
    height: auto;
	padding:5px;
}
.fixed-header-logo img{
    max-height: 100px;
    max-width: 130px;
}
.fixed-header-text{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-menu-area{

}
.fixed-header-icons-area{
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-icons-area-box{
    margin: 0 15px;
}
/* Fixed Header Update CSS Codes SON */




/* Product Comment */

.product-comment-head{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    margin-bottom: 60px;

}

.product-comment-head-1{

    width: 40% ;

    text-align: center;

    padding: 0 30px;

    box-sizing: border-box;

}

.product-comment-head-1-h{

    width: 100%;

    margin-bottom: 10px;

    font-family : 'Open Sans', Arial ;

    font-size: 24px ;

    font-weight: bold;

    color: #000;

}

.product-comment-head-1-s{

    width: 100%;

    margin-bottom: 30px;

    font-family : 'Open Sans', Arial ;

    font-size: 14px ;

    color: #000;

}

.product-comment-head-1-btn{

    width: 100%;

    text-align: center;

}

.product-comment-head-1-btn a{

    position: relative;

    padding: 8px 35px;

    background-color: #ff2d46;

    font-weight: bold;

    color: #FFF;

    font-family : 'Open Sans', Arial ;

    font-size: 14px ;

    border: 2px solid #ff2d46;

    transition-duration: 0.2s; transition-timing-function: linear;

}

.product-comment-head-1-btn a:hover{

    color: #FFF;

    text-decoration: none;

    border: 2px solid #ce243a;

}

.product-comment-head-2{

    width: 60% ;

    border: 1px solid #ebebeb;

    padding: 35px;

    text-align: center;

    box-sizing: border-box;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.product-comment-head-2-img{

    width: 125px;

    height: 125px;



}

.product-comment-head-2-img img{

    border: 1px solid #ebebeb;

    box-sizing: border-box;

    padding: 13px;

    width: 105px;

    height: 105px;

}

.product-comment-head-2-ot{

    flex:1;

    box-sizing: border-box;

    padding: 0 20px;

    text-align: center;

    font-family : 'Open Sans', Arial ;

}

.product-comment-head-2-ot-1{

    width: 100%; 

    font-size: 14px ;

    color: #777777;

    margin-bottom: 0px;

}

.product-comment-head-2-ot-2{

    width: 100%;

    font-size: 18px ;

    font-weight: 500;

    color: #000;

    margin-bottom: 7px;

}

.product-comment-head-2-ot-3{

    width: 100%;

    font-size: 22px ;

    font-weight: bold;

    color: #000;

    margin-bottom: 7px;

}

.product-comment-head-2-ot-4{

    width: 100%;

    font-size: 35px ;

    color: #cfcfcf;

}



.product-comment-head-content-main{

    width: 100%;

    margin-bottom: 60px;

}

.product-comment-head-content-box-out{

    display: none;

    border: 1px solid #ebebeb;

    margin-bottom: 25px;



}

.product-comment-head-content-box{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-wrap: wrap;

    box-sizing: border-box;

    padding: 25px;

    font-family : 'Open Sans', Arial ;



}

.product-comment-head-content-box-out:nth-of-type(2n){

    background-color: #F8F8F8;

}

.product-comment-head-content-box-name-rad{

    width: 75px; 

    height: 75px; 

    -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;

    background-color: #2d68ff;

    margin-right: 50px;

    font-size: 30px ;

    color: #FFFF88;

    display: flex;

    align-items:center;

    justify-content: center;

}

.product-comment-head-content-box-in{

    flex:1;

    text-align: left;

}

.product-comment-head-content-box-in-1{

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-wrap: wrap;

    width: 100%;  

}

.product-comment-head-content-box-in-1-name{

    font-size: 14px;

    color: #000;

    font-weight: bold;

    margin-right: 25px;

}

.product-comment-head-content-box-in-1-date{

    font-size: 13px;

    color: #adadad;

}

.product-comment-head-content-box-in-2{

    margin-top: 10px;

    width: 100%;  

    font-size: 20px ;

    color: #000;

    font-weight: 600;

    margin-bottom: 5px;

}

.product-comment-head-content-box-in-3{

    width: 100%;  

    color: #cfcfcf;

    font-size: 18px ;

    margin-bottom: 5px;

}

.product-comment-head-content-box-in-4{

    font-size: 14px ;

    width: 90%;

    color: #000;

    line-height: 18px;



}
.yorum-ekle-modal-body{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.yorum-ekle-modal-body-img{
    width: 130px;
    height: 105px;  
}
.yorum-ekle-modal-body-img img{
    width: 96px;
    height: 96px; 
    padding: 7px;
    border: 1px solid #EBEBEB;
}
.yorum-ekle-modal-body-right{
    flex:1;
}
.yorum-ekle-modal-body-right-h{
    width: 100%;
    font-size: 17px ;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.yorum-ekle-modal-body-right-t{
    width: 100%;
    font-size: 16px ;
    color: #000;
}
.yorum-ekle-modal-body-right-star{
    width: 100%;
}
.no-comment-alert{
    width: 100%; 
    padding: 25px 10px;
    box-sizing: border-box;
    font-family : 'Open Sans', Arial ;
    font-size: 15px ;
    color: #000;
    border: 1px solid #EBEBEB;
    background-color: #F8F8F8;
    text-align: center;
}
.user-comments-status-div{
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user-comments-status-box{
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
    border: 1px solid #ebebeb;
    font-family : 'Open Sans', Arial ;
    font-size: 12px ;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding: 5px 8px;
    margin-right: 5px;
}

/* Product Comment SON */

/* Load More Style Codes */
.commentboxes {
    margin: 5px auto;
    padding: 8px 0;
    width: 50%;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
    display: none;
}
#loadmore_button {
    text-decoration: none;
    width: auto;
    background-color: #FB384F;
    display: inline-block;
    padding: 15px 45px;
    font-family : 'Open Sans', Arial ;
    font-size: 16px ;
    color: #FFF;
    font-weight: 600;
    transition-duration: 0.2s; transition-timing-function: linear;
}
#loadmore_button:hover {
    background: #333;
}
.loadmore_button_nomore {
    text-decoration: none;
    width: auto;
    background-color: #333;
    display: inline-block;
    padding: 15px 45px;
    font-family : 'Open Sans', Arial ;
    font-size: 16px ;
    color: #FFF;
    font-weight: 600;
}
.loadmore_button_out{
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
/* Load More Style Codes SON */




/* tracing Add Style */
.tracing-input-div{
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.tracing-order-main-div{
    width: 100%;
}
.tracing-order-no-div{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
    font-family : 'Open Sans', Arial ;
    font-size: 20px ;
    font-weight: bold;
}
.user-right-content-inside{width: 100%; height: auto; display: flex; align-items: start; flex-wrap: wrap }
.user-right-form-area{width: 55%}
.user-right-form-area label,button{font-family: 'Rubik', sans-serif; font-size:14px !important; font-weight: 600;}
.user-right-form-area input,select{border-radius: 0 !important; font-size:14px !important; height: 40px !important}
.user-right-form-area textarea{border-radius: 0 !important; font-size:14px !important; }
.user-right-other-area{flex:1;  margin-left: 40px; background-color: #F8F8F8; border-bottom:2px solid #EBEBEB; padding: 35px 10px; box-sizing: border-box; text-align: center; color:#000; font-size:16px; font-weight: 600; }
.user-right-other-area i {font-size:30px; margin-bottom: 10px;}

.user_success_alert{width: 100%;   box-sizing: border-box;
    font-family: 'Rubik', sans-serif; font-size:16px; color:#FFF;
    position: absolute; display: flex; justify-content: center; align-items: center;
    z-index: 99;
    top:0;
    left:0;
}
.user-right-haed{width: 100%; overflow: hidden; padding: 0 10px 15px 0; box-sizing: border-box; border-bottom: 1px solid #EBEBEB; margin-bottom: 20px; font-size:19px; font-weight: 600; color:#000; }

.user_success_alert_ic{background-color: rgba(25, 179, 85, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user_success_alert_ic_red{background-color: rgba(248, 38, 71, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user-order-alert-box{width: 100%; border:1px solid #f5d155; background-color: #fff4c8; padding: 7px 20px; box-sizing: border-box; font-family: 'Rubik', sans-serif; font-size:13px; color:#000; margin-bottom: 20px;}
.user-order-sort-info{font-size:12px; color:#666; font-weight: 400; float:right; margin-top: 5px}
.user-order-box{width: 100%; padding: 20px 0; box-sizing: border-box; border:1px solid #EBEBEB; background-color: #F8F8F8; margin: 20px 0; display: flex; flex-wrap: wrap; align-items: flex-start; text-align: left;}
.user-order-box-item{width:auto; flex:1; border-right: 1px solid #EBEBEB; padding: 4px 15px;  font-family: 'Rubik', sans-serif; text-align: center}
.user-order-item-head{font-size:15px; font-weight: 600; color:#000; margin-bottom: 10px;}
.user-order-item-desc{font-size:13px; font-weight: 400; color:#666;margin-bottom: 10px }
.user-order-item-delivery{display: inline-block; border-radius: 5px; font-size:13px; padding: 2px 12px;}
.user-order-item-desc-price{font-size:15px; font-weight: 600; color:#000;margin-bottom: 10px }
.user-order-box-item:first-child{width: 280px; flex: none; text-align: left;}
.user-order-box-item:last-child{border-right: 0; min-height: 69px; display: flex; align-items: center; justify-content: center}

.user-order-detail-status{width: 100%; height: auto; padding: 10px 15px; box-sizing: border-box; font-family: 'Rubik', sans-serif; }
.user-order-info-main{width: 100%; padding: 35px 20px 35px 20px; box-sizing: border-box; font-family: 'Rubik', sans-serif; display: flex; flex-wrap: wrap; align-items: flex-start;}
.user-order-info-box{width: 50%; height: auto; }
.user-order-info-box ul{list-style: none; padding: 0; margin: 0}
.user-order-info-box ul li{width: 90%; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000; padding: 8px 0;}
.user-order-info-address{width: 100%; padding-bottom:20px; margin-bottom: 20px; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000;  }
.user-order-info-address:last-child{border-bottom: 0}
.user-order-price-detail{width: 100%; border:1px solid #EBEBEB; background-color: #f8f9fa; box-sizing: border-box; padding: 0 20px; }
.user-order-price-detail-box{width: 100%; border-bottom: 1px solid #EBEBEB; padding: 10px 0; display: flex; align-items: center;}
.user-order-price-detail-box-in{ width: 50%; font-size:15px; color:#000}
.user-order-price-detail-box:last-child{border-bottom: 0}

.user-order-product-main-div{width: 100%; border:1px solid #EBEBEB; box-sizing: border-box; margin-bottom: 25px; display: flex; flex-wrap: wrap; font-family: 'Open Sans', Arial }
.user-order-product-inbox{flex:1; min-height: 145px; border-right: 1px solid #EBEBEB;}
.user-order-product-inbox:last-child{border-right: 0}
.user-order-pro-div{width: auto; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name{width: 280px; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name a{color:#000}
.user-order-pro-div img{width: 75px; height: 75px;}
.user-order-tracking-main{width: 100%; padding: 10px 20px; font-family: 'Rubik', sans-serif; font-size:14px; color:#000; background-color: #EBEBEB; margin-bottom: 30px; display: flex;}
.user-order-tracking-main-ic{ width: auto; margin-right: 20px; border-right: 1px solid #CCC; padding-right: 15px;}
.user-order-tracking-main-ic:last-child{border-right: 0}
/* tracing Add Style SON */


			  
		 
					 
			 
			 
							
					 
				  
					 
 
			  

					  



					  


/* kutu BAŞLANGIÇ */
.golge-efekti {
position:relative!important;
background-color:#034fbf!important;
padding:20px 0 20px 0!important;
font-size:17px;
width:220px!important;
padding:1em!important;
color:#fff!important;
text-align:center!important;
margin:10px 0!important;
border-radius: 10px;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset!important;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset!important;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset!important;
}

/* kutu SON */

/* kutu BAŞLANGIÇ */
.golge-efekti2 {
position:relative!important;
		   
					  
background-color:#000!important;
padding:20px 0 20px 0!important;
font-size:17px;
max-width:300px!important;
padding:1em!important;
color:#fff!important;
text-align:center!important;
//margin:10px 0!important;
border-radius: 10px;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset!important;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset!important;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset!important;
			  
}
/* kutu SON */


.sup-title {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(0, 178, 235, 0.5);
    color: #fff!important;
}




















/*  Responsive Css  hata varsa buradan sil*/

@media only screen and (max-width: 5000px){
  
  .boxed_wrapper{
    overflow-x: hidden;
  }

}


@media only screen and (max-width: 1200px){

  .anim-icon{
    display: none !important;
  }

  .about-section{
    padding-bottom: 150px;
  }

  .service-section .inner-content{
    margin: 0px;
  }

  .service-section .owl-nav{
    left: -324px;
  }

  .classes-section .inner-block .lower-content .info-box li:before,
  .feature-section .image-column{
    display: none;
  }

  .event-block-one .inner-box{
    padding-right: 15px;
  }

  .event-block-one .inner-box .content-box{
    padding-left: 250px;
  }

  .faq-content{
    margin-left: 0px;
  }

  .gallery-section{
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-block-one .inner-box .lower-content{
    padding-left: 25px;
  }

  .main-footer .footer-top .link-widget{
    margin-left: 30px;
  }

  .main-footer .footer-bottom .right-content .footer-logo:before,
  .activities-section .image-box .image:before{
    display: none;
  }

  .main-footer .footer-bottom .right-content .footer-logo{
    margin-right: 120px;
  }

  .fact-counter .counter-block{
    padding-left: 70px;
  }

  .activities-section .image-box {
    margin-left: 0px;
  }

  .testimonial-video .testimonial-column .testimonial-content {
    padding-left: 30px;
  }

  .main-header.style-two .main-menu .navigation > li{
    margin: 0px 35px;
  }

  .classes-section.style-three .owl-nav{
    left: -405px;
  }

  .activities-section.style-two .image-box{
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-block-two .inner-box{
    margin-bottom: 30px;
  }

  .about-section.style-two .image-box{
    margin-left: 160px;
  }

  .faq-page-section .faq-content{
    margin-top: 30px;
  }

  .classes-section .inner-block .lower-content {
    padding: 34px 30px 37px 30px;
  }

  .class-details .inner-box .info-box li:first-child:before, 
  .class-details .inner-box .info-box li:nth-child(2):before{
    display: none;
  }

  .class-details .inner-box .info-box{
    padding: 27px 15px 23px 15px;
  }

  .class-details .inner-box .info-box li{
    margin-right: 20px;
  }

  .class-details .inner-box .info-box li .theme-btn{
    padding: 17px 30px;
  }

  .teachers-block-one{
    margin-bottom: 30px;
  }

  .our-teachers{
    padding-bottom: 120px;
  }

  .pricing-section .pricing-table .table-header{
    padding: 49px 30px 43px 30px;
  }

  .pricing-section .pricing-table .table-header:before{
    display: none;
  }

  .pricing-section .pricing-table .table-content{
    padding: 30px 20px 19px 20px;
  }

  .pricing-section .pricing-table .table-footer{
    padding-left: 20px;
  }

  .event-details .event-details-content .countdown-box h3{
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .shop-details .content-box{
    margin-left: 0px;
  }

  .countdown-box{
    text-align: center;
  }

  .shop-section .shop-sidebar{
    margin-bottom: 40px;
  }

  .blog-page-section .news-block-one .more-btn{
    left: 25px;
  }

}



@media only screen and (max-width: 991px){

  .sticky-header{
    display: none;
  }

  .main-header .logo-box{
    position: relative;
    display: block;
    float: none;
    text-align: center;
  }

  .main-header .nav-outer,
  .main-header .menu-area{
    position: relative;
    float: none;
  }

  .main-header .outer-box{
    position: absolute;
    top: -2px;
    right: 0px;
    margin: 0px;
  }

  .main-header .logo-box .logo:before,
  .about-section .image-box:before{
    display: none;
  }

  .about-section .image-box .image-2{
    position: relative;
    left: 0px;
    top: 0px;
  }

  .about-section .image-box{
    margin: 0px;
    margin-bottom: 40px;
  }

  .about-section .image-box .image-1{
    margin-bottom: 30px;
  }

  .service-section .inner-content{
    margin-bottom: 40px;
  }

  .service-section .carousel-content{
    margin: 0px;
  }

  .classes-section .inner-block{
    margin-bottom: 30px;
  }

  .classes-section{
    padding-bottom: 120px;
  }

  .testimonial-content{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .news-block-one .inner-box{
    margin-bottom: 70px;
  }

  .news-section{
    padding-bottom: 118px;
  }

  .main-footer .footer-top .about-widget,
  .main-footer .footer-top .link-widget{
    margin: 0px 0px 30px 0px;
  }

  .main-footer .footer-top .contact-widget{
    margin-left: 0px;
  }

  .main-footer .footer-bottom .left-content,
  .main-footer .footer-bottom .right-content{
    float: none;
    display: block;
    text-align: center;
  }

  .main-footer .footer-bottom .right-content .footer-logo{
    margin: 15px 0px;
    display: block;
    text-align: center;
  }

  .main-menu .navigation > li > ul > li{
    padding: 0px;
  }

  .main-menu .navigation > li > ul > li:hover{
    background: #333;
    border-color: #fff;
  }

  .main-menu .navigation > li > ul > li > ul > li > a{
    color: #fff !important;
  }

  .offer-section .single-offer-block{
    margin-bottom: 30px;
  }

  .offer-section{
    padding-bottom: 120px;
  }

  .fact-counter .counter-block{
    margin: 15px 0px;
  }

  .activities-section .image-box{
    margin-top: 0px;
  }

  .activities-section .image-box .image{
    float: none;
  }

  .testimonial-video .video-column{
    width: 100%;
  }

  .testimonial-video .video-column,
  .testimonial-video .video-column .video-inner{
    position: relative;
  }

  .testimonial-video .testimonial-column{
    float: none;
    width: 100%;
  }

  .testimonial-video .testimonial-column .testimonial-content{
    max-width: 100%;
  }

  .service-style-two .service-block-one{
    margin-bottom: 30px;
  }

  .main-header.style-two .main-menu .navigation > li.logo-box{
    display: none;
  }

  .main-header.style-two .main-menu .navbar-header{
    padding-top: 15px;
  }

  .classes-section.style-three .inner-content{
    margin: 0px 0px 30px 0px;
  }

  .classes-section.style-three .owl-nav,
  .service-section .owl-nav{
    display: none;
  }

  .classes-section.style-three .carousel-content{
    margin: 0px;
  }

  .parallax-icon{
    display: none !important;
  }

  .activities-section.style-two .image-box{
    margin: 0px;
    margin-bottom: 50px;
  }

  .teachers-block-two .inner-box{
    margin-bottom: 30px;
  }

  .contact-section .outer-container .contact-column{
    position: relative;
    width: 100%;
  }

  .contact-section .outer-container .map-column{
    float: none;
    width: 100%;
  }

  .about-section.style-two .image-box{
    margin: 0px;
  }

  .about-section.style-two .content-box,
  .class-details .class-details-content{
    margin: 0px 0px 30px 0px;
  }

  .about-section.style-two .image-box .image-2{
    left: 0px;
    bottom: 0px;
  }

  .about-section.style-two{
    padding-bottom: 150px;
  }

  .testimonial-video .testimonial-column .testimonial-content{
    margin: 0px;
  }

  .testimonial-video .video-column .video-inner{
    padding: 216px 0px 215px 0px;
  }

  .class-details .inner-box .info-box li{
    margin-right: 50px;
  }

  .pricing-section .pricing-table{
    margin-bottom: 30px;
  }

  .pricing-section{
    padding-bottom: 120px;
  }

  .event-details .event-details-content{
    margin: 0px 0px 50px 0px;
  }

  .shop-details .product-details-content .image-box,
  .blog-details .blog-details-content{
    margin: 0px 0px 30px 0px;
  }

  .cart-section .table-outer .othre-content .coupon-box input{
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }

  .checkout-section .additional-info,
  .contact-info-section .single-info-box .inner-box{
    margin-bottom: 30px;
  }

  .contact-info-section{
    padding-bottom: 120px;
  }

  .blog-page-section .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .main-header .menu-area{
    margin-right: 0px;
  }


}


@media only screen and (max-width: 767px){
	
	.main-header .header-top .social-links{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .main-header .header-top .header-info{
    float: none;
    display: block;
    text-align: center;
  }

  .about-section,
  .feature-section{
    padding: 70px 0px;
  }

  .sec-pad,
  .testimonial-faq,
  .cta-section,
  .main-footer .footer-top,
  .activities-section{
   }

  .event-section,
  .news-section{
    padding: 64px 0px 40px 0px;
  }

  .main-footer .footer-top .contact-widget{
    margin-bottom: 30px;
  }

  .main-slider.style-two .slide{
    padding-bottom: 175px;
  }

  .fact-counter .counter-block{
    margin: 15px auto;
    max-width: 210px;
    width: 100%;
  }

  .fact-counter{
    padding: 50px 0px;
  }

  .testimonial-video .testimonial-column .testimonial-content{
    padding: 65px 30px 20px 30px;
  }

  .main-header.style-two .header-top .header-info{
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .main-header.style-two .outer-content{
    float: none;
    display: block;
    text-align: center;
  }

  .about-style-two .image-inner .image-box{
    margin-bottom: 30px;
  }

  .about-style-two .image-inner{
    margin-bottom: 0px;
  }

  .classes-section.style-three{
    padding: 64px 0px 40px 0px;
  }

  .activities-section.style-two{
    padding-bottom: 25px;
  }

  .testimonial-style-two{
    padding: 65px 0px;
  }

  .news-section.style-two,
  .about-section.style-two,
  .faq-page-section,
  .class-details,
  .blog-details{
    padding: 65px 0px 70px 0px;
  }

  .contact-section .outer-container .contact-column .content-box{
    padding: 65px 15px 70px 15px;
  }

  .contact-section .outer-container .contact-column .content-box{
    max-width: 100%;
  }

  .main-footer .footer-bottom .left-content{
    margin-top: 0px;
  }

  .class-details .inner-box .info-box li{
    width: 50%;
    margin: 0px;
  }

  .class-details .inner-box .info-box{
    padding-left: 80px;
  }

  .class-details .inner-box .info-box li .thumb-box{
    left: -65px;
  }

  .class-details .inner-box .info-box li:first-child{
    padding-left: 0px;
  }

  .class-details .inner-box .info-box li{
    margin: 5px 0px;
  }

  .gallery-page-section{
    padding: 62px 0px 40px 0px;
  }

  .our-teachers.teachers-page-section .block-column:last-child .teachers-block-one{
    margin-bottom: 0px;
  }

  .event-block-one .inner-box{
    padding: 20px 15px 28px 0px;
  }

  .event-page-section,
  .shop-details{
    padding: 70px 0px 40px 0px;
  }

  .event-details,
  .shop-section,
  .cart-section,
  .checkout-section{
    padding: 70px 0px;
  }

  .contact-info-section{
    padding-bottom: 40px;
  }

  .classes-page-section,
  .classes-section,
  .our-teachers{
    padding-bottom: 40px;
  }

  .offer-section{
    padding: 64px 0px 40px 0px;
  }
	
}

@media only screen and (max-width: 599px){
	
 .main-slider .owl-nav{
  display: none;
 }

 .main-slider .slide,
 .main-slider.style-two .slide{
  padding: 95px 0px 100px 0px;
 }

 .testimonial-video .video-column .video-inner{
  padding: 150px 0px;
 }

 .main-slider.style-three .slide{
  padding: 100px 0px 200px 0px;
 }

 .testimonial-style-two .owl-dots{
  display: none;
 }

 .page-title{
  padding: 93px 0px 100px 0px;
 }

 .blog-details .blog-details-content .comments-area .comment.replay-comment{
  margin-left: 0px;
 }

 .faq-content{
  height: auto;
 }

 .faq-page-section .faq-content{
  height: auto;
 }

 .countdown-box{
  padding-left: 15px;
  padding-right: 15px;
 }

 .sec-title h1{
  font-size: 35px;
  line-height: 40px;
 }

 .page-title .content-box h1{
  font-size: 40px;
  line-height: 45px;
 }

 .error-section .content-box h1{
  font-size: 160px;
 }

}


@media only screen and (max-width: 499px){

  .main-header .header-top .header-info li:before{
    display: none;
  }

  .event-block-one .inner-box .image-box{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .event-block-one .inner-box .content-box{
    padding-left: 15px;
  }

  .event-block-one .inner-box{
    padding: 0px 0px 30px 0px;
  }

  .class-details .inner-box .info-box li{
    width: 100%;
  }

  .gallery-page-section .filter-tabs li{
    margin: 5px 12px;
  }

  .countdown-timer .counter-column{
    margin-bottom: 10px;
  }

  .countdown-box{
    padding-top: 40px;
  }

  .shop-section .item-sorting .result-column,
  .shop-section .item-sorting .select-box{
    float: none;
    display: block;
  }

  .shop-section .item-sorting .result-column{
    top: 0px;
    margin-bottom: 10px;
  }

  .shop-section .item-sorting .select-box .ui-state-default{
    width: 100% !important;
  }

  .cart-section .table-outer .othre-content .theme-btn{
    width: 100%;
    margin-bottom: 10px;
  }

  .cart-section .table-outer .othre-content .update-btn{
    float: none;
    display: block;
    width: 100%;
  }

  .blog-details .blog-details-content .comments-area .comment .replay-btn{
    position: relative;
    top: 0px;
    margin-top: 10px;
  }

  .main-header .header-top .header-info li{
    margin: 0px 15px;
  }

  .cta-section .content-box h1{
    font-size: 45px;
    line-height: 50px;
  }

  .testimonial-block-two .inner-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-block-two .inner-box .lower-content{
    padding-left: 30px;
    padding-right: 15px;
  }

  .news-block-two .inner-box .lower-content .info-box li{
    margin-right: 20px;
  }

  .news-block-two .inner-box .lower-content .info-box li:before{
    right: -12px;
  }

  .event-details .event-details-sidebar .inner-box{
    padding-left: 20px;
    padding-right: 15px;
  }

  .blog-details .sidebar .sidebar-widget{
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media only screen and (max-width: 399px){

	.main-slider h1{
    font-size: 45px;
    line-height: 50px;
  }

  .accordion-box .block .acc-btn h4{
    padding-right: 30px;
  }

  .testimonial-block .inner-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-faq .owl-carousel .owl-item{
    margin-right: 0px !important;
  }

  .testimonial-content .client-thumb-outer .owl-item.active .thumb-item{
    width: 90px;
    top: 0px;
  }

  .testimonial-content .owl-item.active .thumb-item .thumb-box{
    width: 90px;
    height: 90px;
  }

  .pagination li{
    margin: 0px 3px;
  }

  .checkout-section .order-info .text span,
  .checkout-section .order-info .text h4{
    float: none;
    display: block;
  }

  .checkout-section .order-info .order-product .single-item {
    padding-top: 10px;
  }


}




/* =============== Mobile menu ===================== */

@media only screen and (max-width: 991px) {
  .header-top .links-nav li{
    margin-right: 15px;
  } 
  .main-menu .navbar-header{
    position: relative;
    float:none;
    display:block;
    text-align:left;
    width:100%;
    top: 0px;
    padding-bottom: 15px;
  }
  .main-header .main-menu {
    width: 100%;
  }  
  .main-menu .navbar-header .navbar-toggle{
    display:inline-block;
    z-index:7;
    float:none;
    padding: 10px;
    cursor:  pointer;
    border-radius:0px;
    background:  #ff7162;
  }  
  .main-menu .navbar-header .navbar-toggle .icon-bar{
    background: #ffffff;
    height: 2px;
    width: 29px;
    display:  block;
    margin: 5px;
  }
  .main-menu .collapse {
    overflow:auto;
    float:none;
    width:100%;
    padding:0px 0px 0px;
    border:none;
    margin:0px;
    max-height: 320px;
    -ms-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
   }
   .main-menu .navbar-collapse > .navigation{
    float:none !important;
    margin:0px !important;
    width:100% !important;
    background: #333333;
    border:1px solid #ffffff;
  }  
  .main-menu .navbar-collapse > .navigation > li{
    margin:0px !important;
    float:none !important;
    width:100%;
    border-bottom: 1px solid #ffffff !important;
  }  
  .main-menu .navigation > li > a,
  .main-menu .navigation > li > ul:before{
    border:none;  
  }  
  .main-menu .navbar-collapse > .navigation > li > a{
    padding:10px 10px !important;
    border:none !important;
  }  
  .main-menu .navigation li.dropdown > a:after,
  .main-menu .navigation > li.dropdown > a:before,
  .main-menu .navigation > li > ul > li > a::before,
  .main-menu .navigation > li > ul > li > ul > li > a::before{
    color:#ffffff !important;
    right:15px;
    font-size:16px;
    display:none !important;
  }  
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    position:relative;
    border:none;
    float:none;
    visibility:visible;
    opacity:1;
    display:none;
    margin:0px;
    padding:0px;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:100%;
    background: #333333;
    -webkit-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    transition:none !important;
    -webkit-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    -moz-transition:none !important;
    box-shadow:none !important;
  }    
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    border-top:1px solid rgba(255,255,255) !important;
  }
  .main-menu .navbar-collapse > .navigation > li:last-child{
    border-bottom: none;
  } 
  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
    padding:12px 15px !important;
    line-height:22px;
    color: #fff;
    background: #333333;
    text-align:left;
    min-height:0px;
  }  
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
    color: #ffffff !important;
    background: #333333;
  }  
  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
    display:block;
  }  
  .main-menu .navbar-collapse > .navigation li.dropdown:after,
  .main-menu .navigation > li > ul:before{
    display:none !important;  
  }

}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: none;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
	  display:block;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #898f9f;
  margin: 0px 10px;
  transition: all 500ms ease;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before{
  margin: 0px;
  font-size: 25px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  color: #f2be00;
}
.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  display: block;
  margin: 0px 5px 0px 5px;
  transition: opacity 200ms ease 0s;
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: none repeat scroll 0 0 #cda274;
  border: 2px solid #cda274;
}

