/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(19,64): run-time error CSS1036: Expected expression, found '!important'
(19,104): run-time error CSS1046: Expect comma, found '211'
(19,109): run-time error CSS1046: Expect comma, found ')'
(89,1): run-time error CSS1019: Unexpected token, found '}'
(147,1): run-time error CSS1019: Unexpected token, found '}'
(162,29): run-time error CSS1046: Expect comma, found '56'
(162,35): run-time error CSS1046: Expect comma, found '/'
(212,12): run-time error CSS1038: Expected hex color, found '#ffff'
(237,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '8c'
(289,22): run-time error CSS1030: Expected identifier, found ' '
(289,30): run-time error CSS1031: Expected selector, found ';'
(289,30): run-time error CSS1025: Expected comma or open brace, found ';'
(292,22): run-time error CSS1030: Expected identifier, found ' '
(292,30): run-time error CSS1031: Expected selector, found ';'
(292,30): run-time error CSS1025: Expected comma or open brace, found ';'
 */
  @media (max-width: 992px){
    .row.megam {
    display: contents!important;
    }
  }  
#header .header-btn-collapse-nav {
    background: #f6d300;
}
html .text-color-primary, html .text-primary {
    color: #F6D300!important;
}
/*#header .header-logo img {
    width: 250px !important;
    height: 75px !important;
}*/
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #f6d300;
}
#footer .footer-copyright.footer-copyright-style-2 {background:!important;border-top:2px solid rgb(246 211 0);}
html .btn-dark {
    background-color: #221815!important;
}
#footer {
    background: #221815;
    border-top: 10px solid #F6D300;
    font-size: .9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer .footer-copyright.footer-copyright-style-2 {
    background: #221815;
    border-top: 1px solid rgba(255,255,255,.05);
}
#footer .footer-copyright p {
    color: #fafafa;
    margin: 0;
    padding: 0;
    font-size: .9em;
}
@media (max-width: 500px){
.header-logo img {
    width: 100%;
    height: auto;
  }
  .header-logo {
    width: 100%!important;
    height: auto!important;
}
}
.arrow{
    background: none;
   /* position: absolute;*/
    top: 540px;
    left: 50%;
    transform: translate(-50%,-50%);
  	z-index: 999;
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #5b1f69;
    border-right: 5px solid #FED2A5;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
}
@media (min-width: 768px){
.container {
    width: 750px;
  }}
.header-nav-main nav>ul>li.dropdown .dropdown-menu {
    border-top-color: #f6d300!important;
}






.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.color-main {
    color: #f01616;
}

.font-700 {
    font-weight: 700;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon {
    background-color: #fd8f1f;
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    border: 0;
    padding: 5px;
    margin: 0;
    border-radius: 0;
}
user agent stylesheet
div {
    display: block;
}
.font-weight {
    font-size: 20px;
    line-height: 30px;
}
}
/* teklif iste */
.bidButtons {
  height: auto;
  position: fixed !imortant;
  content: "";
  position: relative;
  right: -7px;
  width: 0;
  height: 0;
}
.bidButtons a {
  text-decoration: none;
}
.bidButtons .bidOpen {
  	background-color: rgb(52 56 61 / 75%);
    height: 50px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 10px;
    position: absolute;
    right: 0;
    bottom: 0px;
    border: 0px solid #ffffff;
    transition: 0.4s;
    border-radius: 100px;
}
.bidButtons .bidOpen:hover {
  background-color: #383f48;
}
#bidButtons {
  transition: .5s;
  opacity: 0;
  position:fixed;
  right: 15px;
  bottom: 40px;
}
#bidButtons.visiblebtn {
  opacity: 1;
}
@media (min-width: 450px) {
#bidButtons.bottom-footer-up {
	bottom: 490px;
}
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-style-2 .owl-nav .owl-prev:before, .owl-carousel.nav-style-2 .owl-nav .owl-next:after, .owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
    border-color: #F6D300;
}

section.page-header .page-header-title-border {
    background-color: #f6d300!important;
}

.page-header .breadcrumb>li {
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
    text-shadow: none;
    color: #ffff;
}
a:active {
    color: #9E9E9E;
}
a:hover {
    color: #555555;
}
a, a:hover, a:focus {
    color: #ccc;
}
a:hover {
    color: #F8DD3D;
    text-decoration: none;
}
body a {
    outline: none!important;
}
a {
    color: #494949;
}

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    background: #525;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #5b1f69;
    08c: ;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #5b1f69;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a {
    color: #545454;
}

#header .header-nav-main nav > ul > li > a {
    color: #ffffff;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #565656;
}
.list.list-icons li>[class*="fa-"]:first-child, .list.list-icons li a:first-child>[class*="fa-"]:first-child, .list.list-icons li>.icons:first-child, .list.list-icons li a:first-child>.icons:first-child {
    color: #F6D300;
    border-color: #F6D300;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination .page-item.active .page-link {
    background-color: #fd9022!important;
    border-color: #F6D300;
}
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a {
    color: #4a4a4a;
}
#header .header-nav.header-nav-line nav>ul li:hover>a {
    color: #f6d300;
}
#header .header-nav.header-nav-line nav>ul li:hover>a:before {
    background: #f6d300;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #f6d300!important;
}
.page-header {
    background-color: #8d8d8d;
    margin: 0 0 35px 0;
    padding: 30px 0;
    position: relative;
    text-align: left;
}
html body .btn-orange {
    border-color: #db740b;
    color: #db740b;
}
html body .btn-orange:hover, html body .btn-orange:focus, html body .btn-orange:active {
    background-color: #fff6ed !important;
    border-color: #db740b !important;
    color: #db740b !important;
}
.header-nav-main nav>ul>li.dropdown .dropdown-menu 
    border-top-color: #f6d300;
@media (min-width: 992px){
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu 
    border-top-color: #f6d300;
}

@media (max-width: 450px) {
	#header .header-column {
    	width: 50%;
	}
  	#header .header-column .header-extra-info .feature-box-icon i.fas.fa-phone-alt.text-9 {
    	font-size: 26px !important;
	}
  	#header .header-column .header-extra-info li .feature-box p.text-5 {
    	font-size: 17px !important;
	}
}
html body .tabs .nav-tabs .nav-link, html.dark body .tabs .nav-tabs .nav-link, html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link {
    color: #f6d300;
}
html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs .nav-link:focus, html.dark body .tabs .nav-tabs .nav-link:focus, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link, html body .tabs .nav-tabs.nav-justified .nav-link:hover, html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover, html body .tabs .nav-tabs.nav-justified .nav-link:focus, html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: #f6d300;
}

.process .process-step:hover .process-step-circle {
    background-color: #f6d300;
}
.process .process-step:hover .process-step-circle {
    background-color: #f6d300;
}
.process .process-step-circle {
    border-color: #221815;
}
@media (min-width: 992px){
#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:hover>a {
    background: #f6d300;
}
}

  
  #header .header-top {
    background-color: black;
}
  #header .header-nav-top .nav>li>a, #header .header-nav-top .nav>li>span {
    color: white;
}
  #header .header-top i{
    color: white;
}
 
  @media (min-width: 992px){
  #header .header-nav-main nav>ul>li.dropdown-mega>.dropdown-menu {
      left: 0px;
      right: 0px;
    }
  }  
  
  .row.megam {
    justify-content: center;
}
  .coll {
    margin-left: 5%;
}
  #header .header-nav.header-nav-line nav>ul li:hover>a span{
    transform: scale(1.5,1.5);
    -webkit-transition: margin .3s,transform .3s;
}
  #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title {
    font-size: 1.5em;
    font-weight: 400;
}
/*  ---- WP start  ------*/
.mypage-alo-phone,.popOpen1 {
    z-index: 999;
}
.mypage-alo-phone {
    position: fixed;
    bottom: 110px;
    left: 0;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    opacity: .5;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -ms-transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .4!important;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: url(/Upload/Dosyalar/resim-png/wtsp-6179ec8f-3946-421e-a165-7-1637fd00-951d-417e-9316-0ccf832ee6a3.png) center center no-repeat rgba(30,30,30,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
}
/*  ---- WP end  ------*/
