
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    outline: none;
    font-family: 'Raleway', sans-serif !important;
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('/fonts/helvetica_neu_bold-webfont.woff2') format('woff2'),
         url('/fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: bold;

}
@font-face {
    font-family: 'helveticaneue';
    src: url('/fonts/helveticaneue-webfont.woff2') format('woff2'),
         url('/fonts/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style:normal;

}
li {
    list-style: none;
}

a {
    text-decoration: none;
}
#topButton {
  display: inline-block;
  background-color: #383838;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  padding-top: 3px;
  color: #fff;
  font-size: 30px;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .4s, visibility .4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
    cursor: pointer;
}
#topButton:active {
  background-color: #0a5894;
}
#topButton.show {
  opacity: 0.8;
  visibility: visible;
}

.flag--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flag--s {
    position: absolute;
    right: 3px;
    top: 10px;
}

.flag--s a {
    margin-left: 20px;
}

header .navbar {
    padding: 0;
    position: relative;
}

.header--top .logo--top img {
    width: 130px;
}

.header--top form {
    width: 250px;
}

.header--top .form-control {
    width: 250px !important;
    border-radius: 0 !important;
    padding-right: 40px;
}
.searchie--wrapper .form-control:focus{
    border-color: darkgray !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: 0 none !important;
}
.searchie--wrapper {
    position: relative;
}

.searchie--wrapper .search--icon {
    position: absolute;
    top: 6px;
    right: 20px;
}

.searchie--wrapper .search--icon svg {
    color: #7d7d7d;
}

header hr {
    width: 100%;
    margin: 0;
    padding: 0;
}

.header--bottom {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header--bottom .navbar {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
}

.header--bottom .navbar li {
    padding: 0 15px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item:hover .nav-link {
    color: #b20003 !important;
}

.navbar-nav .nav-item .nav-link {
    color: #333333 !important;
}

.dropdown-menu {
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

.dropdown-menu a {
    font-size: 14px;
    padding: 10px;
    padding-left: 25px;
}

.dropdown-item {
    color: #000 !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dropdown-item:hover {
    background-color: #fff !important;
    color: #fff !important;
}

#fixedNav {
    z-index: 6161;
}
.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(115, 115, 115, 1);
    box-shadow: 0px 1px 4px 0px rgba(115, 115, 115, 1);
    width: 100% !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.paddingie {
    padding-top: 40px;
}

#fixedLogo img {
    height: 50px;
    margin-right: 40px;
}

.displaygie {
    display: none !important;
}


.main-container{
    width: 100%;
    height: 40vw;
}
#carousel-example-generic{
    width: 100%;
    height: 40vw;
}
.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel .carousel-item {
    height: 35vw;
    width: 100%;
}
.main-container{
    height: 35vw !important;
}
.slide{
    height: 35vw !important;
}
.carousel-inner{
    height: 35vw !important;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: rgba(191,0,0,0.7);
}

.carousel-caption h3 {
    padding: .5em;
    display: inline-block;
    
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel{
    position: relative !important;
}

.carousel-caption .cc1{
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 22vw;
    float: left;
    padding: .1em;
    vertical-align: top;
    font-size: 2.5vw;
}
.carousel-caption .cc2{
    position: absolute;
    bottom: 19vw;
    left: 0;
    text-align: left;
    float: left;
    padding: .1em;
    vertical-align: top;
    font-size: 1.2vw;
    padding: .2em;
}
.carousel-caption img{
    display: inline-block;
    position: absolute;
    width: 27vw;
    height: auto;
    right: 0;
    bottom: 7vw;
    margin: auto;
}
.carousel-caption .btn{
    position: absolute;
    left: 0;
    bottom: 13vw;
    border-radius: 0;
    background-color: #fff;
    color: black;
    font-size: 1.6vw;
  /*  padding: .7em;*/
    border-color: #fff;
    margin-top: 1em;
    text-transform: uppercase;
}
.carousel-caption button:hover{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.carousel-item:first-child{
    background-image: url(img/duvar.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* Animation delays 
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}
*/
#cardies {
    margin-bottom: 60px;
	
}

#cardies h3 {
    line-height: 30px;
    font-weight: 700;
    color: #222;
    font-size: 26px;
    text-align: center;
    margin: 40px 0;
    text-transform: capitalize;
}

#cardies hr {
    width: 15%;
    margin-top:-15px;
    margin-bottom: 40px;
}

#cardies h5 {
    line-height: 20px;
    font-weight: 700;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    color: #9c9c9c;
}

#cardies p {
    line-height: 23px;
    font-size: 14.5px;
}

#cardies img {
    border-radius: 0;
}

#cardies .card {
    border: none !important;
}

#cardies .card-body {
    padding: 1rem 0 1rem 0;
}

#cardies .btn {
    border-radius: 0 !important;
    background-color: #666666;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#cardies .btn:hover {
    background-color: #c61719;
}

#cardies a {
    padding: 10px 25px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#favories--mobile{
        display: none;
    }
#favories--mobile {
    margin: 70px auto;
}

#favories--mobile h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #111;
    line-height: 40px;
}

#favories--mobile img {
    margin-top: 10px;
    height: 200px;
}

#favories--mobile h3 {
    margin-top: 20px;
    line-height: 1rem;
    margin-bottom: 0;
    color: #ababab;
    font-size: 18px;
    text-transform: uppercase;
}
.favories--mobile{
    position: relative;
}
.tns-nav{
    display: none;
}
.tns-controls{
    position: absolute;
    top: 5px;
    right: 0;
}
.tns-outer [data-action]{
    display: none;
}
.tns-controls button{
    background-color: #fff;
    border: 1px solid #ababab;
    margin-left: 10px;
    transition: all 0.4 linear;
    padding: 2px 9px;
    
}
.tns-controls button:disabled{
    opacity: 0.5;
}
.tns-controls button:disabled svg{
    color: #ababab;
    opacity: 0.5;
}
.tns-controls button:disabled:hover{
    border-color: #ababab;
}
.tns-controls button:disabled:hover svg{
    color: #ababab;
}
.tns-controls button svg{
    color: #ababab;
    transition: all 0.4 linear;
    
}
.tns-controls button:hover{
    border-color: #0a5894;
}
.tns-controls button:hover svg{
    color: #0a5894;
}

#favories {
    margin: 70px auto;
}

#favories h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #111;
    line-height: 40px;
}

#favories img {
    margin-top: 10px;
    height: 200px;
}

#favories h3 {
    margin-top: 20px;
    line-height: 1rem;
    margin-bottom: 0;
    color: #000;
	text-align:center;
    font-size: 18px;
    text-transform: uppercase;
}

#ctoAction {
    background-color: #243690;
    height: 120px;
    position: relative;
}

#ctoAction h2 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: #fff;
    line-height: 1rem;
    text-transform: uppercase;
}

#ctoAction h2 a {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
}

#ctoAction .action--button {
    margin-left: 15px;
    font-size: 18px !important;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent !important;
    text-shadow: none !important;
}

#ctoAction .action--button:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

#ctoAction .action--text {
    bottom: 32% !important;
    top: auto !important;
    position: absolute;
    left: 0;
    width: 100%;
}

#features {
    margin: 70px auto;
    text-align: center;
}

#features svg {
    font-size: 60px;
    margin: 0 0 20px 0;
    color: #0a5894;
}

#features h4 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin: 20px 0;
    text-transform: uppercase;
}

#features p {
    text-align: justify;
    font-size: 15px;
    margin: 0 0 15px 0;
}

#features a {
    color: #0a5894;
    font-weight: 700;
}

.footer-top img {
    margin-bottom: 20px;
}

footer {
    background-color: #757575;
    color: #fff;
    padding: 30px 0 10px 0;
}

footer p {
    font-size: 13px;
    line-height: 1.7em;
}

footer h4 {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

footer ul {
    padding: 0;
}

footer li {
    padding: 0;
    list-style: none;
}

footer li a {
    color: #fff;
    text-decoration: none !important;
    font-size: 15px;
	line-height:35px;
}

footer li:hover a {
    opacity: 0.7;
    color: #fff;
}

#socialls svg {
    color: #fff;
    font-size: 20px;
    margin: 0 20px 0 0;
}

#socialls svg:hover {
    opacity: 0.7;
    color: #fff;
}

.footer-bot {
    margin-top: 20px;
}


/*responsive*/
@media (max-width: 575.98px) {
    footer {
        text-align: center;
    }

    #ctoAction a {
        margin-top: 10px
    }

    #ctoAction .action--text {
        top: 20% !important;
    }
    .tns-item img{
        margin-left: 12%;
    }
    .tns-item h3{
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #favories {
        text-align: center;
    }

    #favories h3 {
        margin-bottom: 30px;
    }

    #ctoAction {
        margin-top: -30px;
    }

    #features .features--item {
        margin-bottom: 20px;
    }
    

}
@media (max-width:767.98px) and (min-width:576px){
    #favories--mobile img{
        width: 30vw;
    }
}
@media (max-width: 991.98px) {
    .header--bottom {
        display: none;
    }

    header hr {
        display: none;
    }

   .navbar{
        position: relative;
    }
    .flag--s{
       z-index: 1;
       top: -42px;
       right: 0;
    }
    .flag--s li{
        border-bottom: none !important;
    }

.form-inline .searchie--wrapper{
        width: 70% !important;
    }

    .header--top ul {
        margin-top: 50px;

    }

    .header--top ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header--top ul li:last-child {
        border-bottom: none;
    }

    .form-inline {
        margin: 0 !important;
        padding: 0 !important;
    }

    #navbarContent {
        position: relative;
    }

    .header--top form {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        width: 100% !important;
    }

   
    .header--top .searchie {
        width: 100% !important;
    }

    .header--top .form-control {
        width: 100% !important;
    }

    .dropdown-toggle {
        position: relative;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .dropdown-toggle::after {
        position: absolute;
        top: 40%;
        right: 0;
    }
}

@media (max-width: 1199.98px) {}



@media (max-width: 768px){
    #favories--mobile{
        display: block;
    }
    #favories{
        display: none;
    }
}

@media (min-width: 992px) {
    .header--top .navbar-nav {
        display: none;
    }

    .form-inline {
        margin-top: 25px;
        margin-left: auto;
    }

.dropdown-menu {
        background-color: #fff !important;
        margin-top: 7px !important;
        border-radius: 3px !important;
        border: 1px solid rgba(0,0,0,0.1) !important;
    }

    .dropdown-item {
        color: #000 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
        width: 100% !important;
    }

    .dropdown-item:hover {
        background-color: #ecb7c8 !important;
        color: #28398b!important;
		font-weight:bold;
    }
	
	.client-text {
   text-align: center;
   margin-bottom: 90px;
 }
 
 .client-text h2 {
   font-weight: 300;
   margin-bottom: 40px;
 }
 
 .client-text p {
   font-size: 16px;
 }
 
 .client-slider .single-brand {
   display: table;
   height: 80px;
   width: 100%;
 }
 
 .client-slider .single-brand a {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
 }
 
 .client-slider .single-brand a img {
   width: auto;
   margin: 0 auto;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }
 
 .client-slider .single-brand a:hover img {
   -webkit-filter: grayscale(0%);
   filter: grayscale(0%);
 }
 
  .spad {
   padding-top: 30px;
  }
  .redline { color:#c61719;
  }
  .redlinebold { color:#c61719;
  font-weight:bold;
  }
  
  .anasayfap {
    text-align: left;
}


.features-section {
   padding-bottom: 73px;
   background-repeat: no-repeat;
 }
 
 .feature-box {
   margin-bottom: 30px;
 }
 
 .feature-box .fb-text {
   padding: 50px 27px 43px;
   background: #fff;
 }
 
 .feature-box img {
   min-width: 100%;
 }
 
 .feature-box h5 {
   margin-bottom: 30px;
 }
 
 .feature-box p {
   margin-bottom: 25px;
 }
 
 .feature-box .fb-more-btn {
   display: inline-block;
   color: #196283;
   font-size: 12px;
   text-transform: uppercase;
   border: 2px solid #196283;
   padding: 13px;
   min-width: 128px;
   text-align: center;
 }
 
 .feature-box .fb-more-btn:hover {
   background: #196283;
   color: #fff;
 }
 
.anasayfabsl {
    margin-bottom: 15px;
	text-align:center;
	
}

.telfot {color:#FFF;

}

