/* FOOTER
------------------------------------------------ */

.footer {
    padding: 30px 40px 10px 40px;
    color: #3D4D65;
    font-size: 12px;
}
.footer h4 {
    font-family: 'Roboto Condensed', sans-serif;
}




.footer .footer-brand,
.footer .footer-nav,
.footer .footer-download,
.footer .footer-contact {
    padding: .1em 2em;
    margin-top: 1em;
}


@media (min-width: 850px) {
    .footer .footer-brand,
    .footer .footer-nav,
    .footer .footer-download,
    .footer .footer-contact {
        padding: 1em 2em;
    }
}

.footer .footer-nav,
.footer .footer-social,
.footer .footer-contact {
    border-color: transparent;
}

.footer .footer-brand p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
}

.footer .footer-nav ul {
    list-style: none;
    padding: 0px;
}

.footer .footer-nav ul li {
    padding: 5px 0px;
}

.footer .footer-nav ul a {
    color: rgba(0, 0, 0, 0.80);
}

.footer .footer-nav ul a:hover {
    color: rgba(0, 0, 0, 0.60);
    text-decoration: none;
}


/* footer .footer-download   a { } */

.footer .footer-download a:hover {
    color: rgba(0, 0, 0, 0.80);
}

.footer .footer-contact h4,
.footer .footer-download h4,
.footer .footer-nav h4,
.footer .footer-brand h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer .footer-contact p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
}

.footer .footer-download p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
}

@media (min-width: 768px) {
    .footer .footer-nav,
    .footer .footer-download,
    .footer .footer-contact {
        border-left: solid 1px rgba(0, 0, 0, 0.10);
    }
}

.footer-noborder {
    border-left: none!important; 
}

/* footer bottom */

.footer-bottom {
    padding: 0.5em;
    margin-top: 1em;
    border-top: solid 1px rgba(0, 0, 0, 0.10);
}

.footer-bottom>p {
    text-align: right;
}


/* footer top */

.footer-totop {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
}

.footer-totop a {
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
}

.footer-totop a:before,
.footer-totop a:after {
    background-color: rgba(0, 0, 0, 0.10);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.footer-totop a:before {
    right: 1em;
    margin-left: -50%;
}

.footer-totop a:after {
    left: 1em;
    margin-right: -50%;
}


/*     /.FOOTER       */
/* GLOBAL STYLES
------------------------------------------------ */

body {
    color: #5a5a5a;
    /* padding-top: 80px; */

}

footer {
    padding: 30px 0;
}

p {
    color: #73718b;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4 {
    color: #3D4D65;
    font-family: 'Roboto Condensed', sans-serif;
}

li,
dl {
    color: #73718b;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.proheader {
    /*color: #8393A7;*/
    border-bottom: 1px solid #C9D3DF;
    margin-bottom: 1em;
    text-align: center;
    padding-bottom: 0.3em;
   
}

.content a {
    
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}
/*
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        width: 1170px!important;
    }
}*/



/*font sizes*/

body {
    font-size: 16px;
}

p,
li {
    font-size: 1em;
    /* 1em  = 16px */
    line-height: 1.4em;
}

h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
}


.logo-1 {
    height: 3em; /*48 px */
    width: auto;
}

.logo-2 {
    height: 2em; /*32 px*/
    width: auto;
}

.logo-3 {
    height: 1.5em; /*24px */ 
    width: auto;
}
.logo-4 {
    height: 1.25em; /*20 px*/ 
    width: auto;
}
.logo-5 {
    height: 1em; /*16 px*/ 
    width: auto;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    p,
    li {
        font-size: 1.1em;
        /*18px*/
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    p,
    li {
        font-size: 1.2em;
        /*19px*/
        line-height: 1.4;
    }
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2em;
        /* 32px */
        line-height: 1.25;
    }
    h3 {
        font-size: 1.5em;
        /* 24px */
        line-height: 1.25;
    }
    h4 {
        font-size: 1.25em;
        /* 20px */
    }

    .logo-1 {
        height: 3.5em; /*56px  */
        width: auto;
    }
    .logo-2 {
        height: 2em; /*32 px*/
        width: auto;
    }
    .logo-3 {
        height: 1.75em; /*28 px*/ 
        width: auto;
    }
    .logo-4 {
        height: 1.5em; /*24 px*/ 
        width: auto;
    }
    .logo-5 {
        height: 1.25em; /*20 px*/ 
        width: auto;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    p,
    li {
        font-size: 1.25em;
        /* 20px */
        line-height: 1.5;
    }
    h1 {
        font-size: 3em;
        /* 48px */
    }
    h2 {
        font-size: 2.25em;
        /* 36px */
        line-height: 1.25;
    }
    h3 {
        font-size: 1.75em;
        /* 28px */
        line-height: 1.25;
    }
    h4 {
        font-size: 1.35em;
        /* 22px */
    }
}


/* -- font sizes  */

/* colors */
/* INDEX */
.b-divider {
    height: 3rem;
    /*
    background-color: rgba(255, 255, 255, 0.1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/

    border-top: 1px solid rgba(0, 0, 0, .15);
    box-shadow: inset 0 .5em 1.5em -.5em rgba(0, 0, 0, .1),  inset 0 -.5em 1.5em -.5em rgba(0, 0, 0, .1)
}

.dark-back {
    background-color: rgba(0, 0, 0, .1);
}

.b-divider-2 {
    height: 3rem;
    /*
    background-color: rgba(255, 255, 255, 0.1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/

    border-top: 1px solid rgba(0, 0, 0, .15);
    box-shadow: inset 0 .5em 1.5em -.5em rgba(0, 0, 0, .1)
}


.mid-jumbo 
{
    height: 200px;
    overflow: hidden;
}

.mid-jumbo > img {
    width: 100%;
    height: auto;

    object-fit: cover;
    object-position: 50% 50%;
}


.elementFadeIn {
    opacity: 1;
    transition: all 0.4s ease-in-out;

}
.elementFadeOut {
    opacity: 0;
    transition: all 0.4s ease-in-out;

}
 
.jumbo 
{
    height: 500px;
    padding-top: 150px;
}
.jumb-short 
{
    height:350px; 
}
.jumbo h1,
.jumbo h2,
.jumbo h3,
.jumbo h4,
.jumbo p {
    color: black;
    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-shadow: 2px 2px 8px rgba(56, 56, 56, 0.5);
}

.jumbo-dark h1,
.jumbo-dark h2,
.jumbo-dark h3,
.jumbo-dark h4,
.jumbo-dark p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}

.jumbo-blue h1,
.jumbo-blue h2,
.jumbo-blue h3,
.jumbo-blue h4,
.jumbo-blue p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
      
    -webkit-text-stroke: 2px #443C4E;
 
     text-shadow: 3px 3px 2px #443C4E ; 
 
}

.jumbo .color-std {
    color: #5a5a5a; 
}
.jumbo .txt-shadow-1  {
    text-shadow: 1px 1px 8px rgba(56, 56, 56, 0.3);
}

.jumbo .no-shadow  {
    text-shadow:none;
}

.jumbo .orange {
    color: #ffbe00;
}

.jumbo .darkblue {
    color: darkblue;
}


.jumbo-dark .extradark {
    color:white;
    text-shadow: 1px 3px 0 #969696, 1px 5px 5px #000000;
}

.jumbo-dark .img-shadow {
    -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 1));
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 1));
}

.background-opaque
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,808080+100&0.4+0,0.2+54,0.4+100 */
  background: -moz-linear-gradient(left, rgba(128, 128, 128, 0.5) 0%, rgba(128, 128, 128, 0.2) 50%, rgba(128, 128, 128, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(128, 128, 128, 0.5) 0%, rgba(128, 128, 128, 0.2) 50%, rgba(128, 128, 128, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(128, 128, 128, 0.5) 0%, rgba(128, 128, 128, 0.2) 50%, rgba(128, 128, 128, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66808080', endColorstr='#66808080', GradientType=1);
  /* IE6-9 */
}
.box-shadow-1
{
    -webkit-box-shadow:  0px 0px 6px 1px #000000, 2px 2px 10px 2px #6d8ea15d; 
    box-shadow: 0px 0px 6px 1px #000000,  2px 2px 10px 2px #6d8ea15d;
}
.box-shadow-2
{
    -webkit-box-shadow:  0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.jumbo-products {
    background: url('/images/jumbo/header_bg_products.jpg') no-repeat !important;
    background-position: center top;
}

.jumbo-about {
    background: url('/images/jumbo/header_bg_products.jpg') no-repeat !important;
    background-position: center top;
}

.jumbo-contact {
    background: url('/images/jumbo/header_bg_products.jpg') no-repeat !important;
    background-position: center top;
}

.jumbo-tekla {
    background: #000000 url('/images/jumbo/header_bg_tekla_2.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;

}
.jumbo-tekla-steel-fabricators {
    background: #000000 url('/images/jumbo/header_bg_tekla_steel.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;

}
.jumbo-tekla-precast-fabricators {
    background: #000000 url('/images/jumbo/header_bg_tekla_precast.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}
.jumbo-tekla-concrete-contractors {
    background: #000000 url('/images/jumbo/header_bg_tekla_concrete_contractors.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}
.jumbo-trimbleconnect {
    background: #000000 url('/images/jumbo/header_bg_trimble-connectb.jpg') no-repeat;
    background-position: 50% 0px;
    background-size: cover;

}
.jumbo-tekla2019 {
    background: #000000 url('/images/jumbo/header_bg_tekla2019.jpg') no-repeat;
    background-position: 50% 0px;
   
}
.jumbo-tekla2020 {
    background: #000000 url('/images/jumbo/header_bg_tekla2020.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}
 .jumbo-tekla2021 {
    background: #000000 url('/images/jumbo/header_bg_tekla2021.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla2022 {
    background: #000000 url('/images/jumbo/header_bg_tekla2022.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla2023 {
    background: #000000 url('/images/jumbo/header_bg_tekla2023-2.jpg') no-repeat;
    background-position: 50% 0%;

    background-size: cover;
}

.jumbo-tekla2024 {
    background: #000000 url('/images/jumbo/header_bg_tekla2024.png') no-repeat;
    background-position: 50% 0%;

    background-size: cover;
}
.jumbo-tekla2025 {
    background: #000000 url('/images/jumbo/header_bg_tekla2025-2.png') no-repeat;
    background-position: 50% 0%;

    background-size: cover;
}

.jumbo-autonest {
    background: #000000 url('/images/jumbo/header_bg_autonest.png') no-repeat;
    background-position: 100% 30%;

    background-size: cover;
}
.jumbo-gasworks {
    background: #000000 url('/images/jumbo/header_bg_gasworks.jpg') no-repeat;
    background-position: 50% 30%;

    background-size: cover;
}

.jumbo-modelsharing {
    background: #000000 url('/images/jumbo/header_bg_modelsharing.jpg') no-repeat;
    background-position: 50% 0px;
    background-size: cover;
/*
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; */
}

 .jumbo-paramatic {
    background: #000000 url('/images/jumbo/header_bg_paramatic.jpg') no-repeat;
    background-position: 45% 0px;

    background-size: cover;
}
.jumbo-paramatic p {
    font-size: 2.2em;
    font-family: 'Roboto', sans-serif;
    font-weight:200;
    font-style: normal;
 }
/*
 .jumbo-paramatic .logo {
    -webkit-box-shadow:  0px 0px 6px 1px #000000, 2px 2px 10px 2px #6d8ea15d; 
    box-shadow: 0px 0px 6px 1px #000000,  2px 2px 10px 2px #6d8ea15d;
    
   
    
 }*/

 .jumbo .box
 {
        
        border-radius: 15px;
        background-color: rgba(5,38,65,.9);
        color: #fff;
 }
 .jumbo .box  p,
 .jumbo .box  h1
  {
    -webkit-filter:none; 
    filter:none;
    text-shadow:none;
 }
  
 .jumbo .box  img
 {
    -webkit-filter:none; 
    filter:none;
}
@media (max-width:768px) { 
 
    .mask-if-xs {
        
        border-radius: 15px;
        background-color: rgba(5,38,65,.9);
        color: #fff;

    }
}

.jumbo-tekla-transmission-towers {
    background: #000000 url('/images/jumbo/header_ref_transmission_towers.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-bridges {
    background: #000000 url('/images/jumbo/header_ref_bridge.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-peb {
    background: #000000 url('/images/jumbo/header_ref_peb.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-offshore {
    background: #000000 url('/images/jumbo/header_ref_offshore.jpeg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-stadium {
    background: #fffefe url('/images/jumbo/header_ref_stadium.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-infrastructure {
    background: #fffefe url('/images/jumbo/header_ref_infrastructure.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-industrial {
    background: #fffefe url('/images/jumbo/header_ref_industrial.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-lightmetal {
    background: #fffefe url('/images/jumbo/header_ref_lightmetal.jpg') no-repeat;
    background-position: 50% 0px;

    background-size: cover;
}

.jumbo-tekla-facades { 
    background: #fffefe url('/images/jumbo/header_ref_facades.jpg') no-repeat;
    background-position: 50%  50%;

    background-size: cover;
}

.jumbo-tekla-misc { 
    background: #fffefe url('/images/jumbo/header_ref_misc.jpg') no-repeat;
    background-position: 50%  50%;

    background-size: cover;
}

.jumbo-tekla-hotels { 
    background: #fffefe url('/images/jumbo/header_ref_hotels.jpg') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}


.jumbo-tekla-lowrise { 
    background: #fffefe url('/images/jumbo/header_ref_lowrise.jpg') no-repeat;
    background-position: 50%  50%;

    background-size: cover;
}


.jumbo-tekla-office { 
    background: #fffefe url('/images/jumbo/header_ref_office.jpg') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}

.jumbo-tekla-parking-structures { 
    background: #fffefe url('/images/jumbo/header_ref_parking_structures.png') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}

.jumbo-tekla-residential-towers { 
    background: #fffefe url('/images/jumbo/header_ref_residential_towers.webp') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}


.jumbo-tekla-schools { 
    background: #fffefe url('/images/jumbo/header_ref_schools.jpeg') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}

.jumbo-tekla-shopping-centers { 
    background: #fffefe url('/images/jumbo/header_ref_shopping_centers.jpeg') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}

.jumbo-tekla-warehouses { 
    background: #fffefe url('/images/jumbo/header_ref_warehouses.jpeg') no-repeat;
    background-position: 50%  20%;

    background-size: cover;
}

.jumbo-tekla-special-projects { 
    background: #fffefe url('/images/jumbo/header_ref_schools.jpeg') no-repeat;
    background-position: 50%  70%;

    background-size: cover;
}
.carousel .carousel-item {
    /*height: 500px;*/
    height: calc(100% );
    min-height: 500px;
   /*  max-height: 900px; */
    overflow: hidden;

    /* https://stackoverflow.com/questions/27279865/how-to-vertically-center-a-bootstrap-carousel-caption */
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

.carousel-inner>.carousel-item>img {
  /**
     width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
*/
display: block;
height: calc(100vh - 100px); 
min-height: 500px;
background-size: cover; 
object-fit: cover;
object-position: 70% 50%;
margin: 0px auto; width: 100%;
}

.carousel-caption {
  top: 0;
  bottom: auto;
}

.carousel-caption-center {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
.carousel-caption-top{
  top: 20%;
  bottom: auto;
}
.carousel-caption-top-1{
  top: 10% ;
  bottom: auto;
}

.carousel-caption-top-3{
  top: 30% ;
  bottom: auto;
}

.carousel-caption-bottom{
  top: auto ;
  bottom: 10% ;
}
.carousel-caption-bottom-0{
  top: auto ;
  bottom: 0% ;
}
.carousel p, 
.carousel h1,
.carousel h2
{
   color:white;
}

.carousel .lightback p,
.carousel .lightback h1
{
  /* color:202c2d;*/
}
.carousel .lightback .text-shadow {
  text-shadow:
    0 1px #808d93,
   
}

.carousel .strip {
  background: rgba(5,38,65,.5); 
  box-shadow:
  0px 20px 50px -10px black,
  0px -20px 50px -10px rgba(5,38,65,.5);
}

.carousel img.bright-50
{
  filter: brightness(75%);
}
.carousel .box-shadow {
  border-radius: 15px;

  background-color: rgba(5,38,65,.9);
  color: #fff;
  -webkit-box-shadow:  0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.carousel .box-shadow-1 {
  background-color: rgba(5,38,65,.7);

}
.carousel .box-shadow-2 {

  background-color: rgba(5,38,65,.5);
}

.carousel .img-shadow {
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 1));
}

.carousel .text-shadow {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 1);
}
.carousel .orange {
  color: #ffbe00;
}

.carousel .darkblue {
  color: darkblue;
}

/* https://stackoverflow.com/questions/46249541/change-arrow-colors-in-bootstraps-carousel*/
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));

 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));

 }

 .box-shadow-3 
 {
  filter: drop-shadow(2px 3px 2px rgb(0 0 0 / 0.4));

 }
.cebanner {
    display: block;

    height: 40vmin;

    max-height: 400px;
    min-height: 200px;

    /* align center horizontal */
    margin-left: auto;
    margin-right: auto;
  
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;


    /* position */
    position: relative;
    overflow: hidden;

 
 }
.cebanner>img.back {
    position:absolute;
    z-index: -1;

    width: 100%;
    height: 100%;
    
    object-fit: cover;
    object-position: 50% 50%;
    filter: brightness(75%);

    /* transform için ara pixellere düzeltme */
    transform:translateZ(1px);
    -webkit-transform: translate3d(0,0,0); /*safari fix*/

    transition: all .5s ease;
}

.cebanner:hover >img.back,
.cebanner:focus-within >img.back
{
    filter: brightness(100%);
    -webkit-filter: brightness(100%);

    transform: scale(1.05);


}

.cebanner .logo-container {
    position: absolute;
    z-index: 99 !important;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);


}


.cebanner .container-size-1 {
    height: 30%;
    width: 85%;
}
.cebanner .container-size-2 {
    height: 50%;
    width: 50%;
}

.cebanner .logo {
    max-height:100%;
    max-width:100%;


}

.cebanner .dark-shadow {
    -webkit-filter: drop-shadow(2px 2px 8px rgb(0, 0, 0));
    filter: drop-shadow(2px 2px 8px rgb(0, 0, 0));
}

.cebanner .light-shadow {
    -webkit-filter: drop-shadow(2px 2px 8px rgb(255, 255, 255));
    filter: drop-shadow(2px 2px 8px rgb(255, 255, 255));
}

.cebanner .dark-box-shadow {
    -webkit-box-shadow:  2px 2px 8px rgb(0, 0, 0);
    box-shadow: 2px 2px 8px rgb(0, 0, 0);
}

.doc-strip {


}

.doc-strip-item {
    background-image: url('/images/banners/docs_back-2.jpg') ;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

.doc-strip-item {
    transition: .5s;
     
    border-radius: .5em;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

     transform: translateZ(0);
     transition:  200ms linear;
}
.doc-strip-item:hover,
.doc-strip-item:focus-within{

    transform: scale(1.07);
}


.doc-strip-item a {
    text-decoration: none;
    transform: translateZ(0);

}

.doc-strip-item a:focus {
    outline: 0 none;;
}
.custom-modal {
     /* margin: 30px auto; */

    /* For responsive 
    max-width:90%;
    min-width:600px;*/
}
.modal-dialog .img-header,
.modal-dialog .img-footer
{
    background-color: white;
    
}
/*
.modal-dialog .modal-body {
    position:relative; 
    padding:0px;
}
.modal-dialog .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
*/
.cursor-indicator {
    cursor: pointer;
}
.modal-dialog .modal-image {
 
}
 
body {
    /*padding-bottom: 30px;*/
    padding-top: 100px;
}

.nav-ce {
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    border-bottom: 0px;
    z-index: 999;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .22);
   /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 
    -webkit-transition:padding 0.2s ease;
    -moz-transition:padding 0.2s ease; 
    -o-transition:padding 0.2s ease;        
    transition:padding 0.2s ease;  
    */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
     /* height: 100px;  */
    
    padding: 5px;
}

.nav-ce .navbar-brand {
    padding: 0px;
}

.nav-ce .navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}
 /* */
 .brand-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(21,37,65,.95);
    line-height: 1.1;
    padding-top:.5rem;
    /* padding-bottom: 17px; adjust visually to match image */
    white-space: nowrap;
    /* font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Roboto', sans-serif;

    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}
 
.shrinked .brand-text {
    font-size: 0.75rem;
    padding-top: 0.3rem;

    -webkit-transition:font-size 0.2s linear, padding 0.2s linear;
    -moz-transition:font-size 0.2s linear, padding 0.2s linear;
    -o-transition:font-size 0.2s linear, padding 0.2s linear;
    transition:font-size 0.2s linear, padding 0.2s linear;
} 
/* */
.nav-ce .navbar-brand {
    height: 90px;
    
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.nav-ce .navbar-nav>li>a {
    padding-top: auto;
    padding-bottom: auto;
}

.nav-ce .navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}


/**/
.nav-ce .navbar-nav>li>a {
    color: #333;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
}
 
.nav-ce .navbar-nav>.active>a,
.nav-ce .navbar-nav>.active>a:focus {
    color: #333;
    background-color: transparent;
}

.nav-ce .navbar-nav>.active>a:hover,
.nav-ce .navbar-nav>li>a:hover,
.nav-ce .nav>li>a:focus {
    text-decoration: none;
    background-color: #E2E2E2;

    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

}

.nav-ce .navbar-brand {
    color: #eeeeee;
}

.nav-ce .dropdown-toggle {
    /* background-color: #eeeeee; */
}

.nav-ce .navbar-toggler-icon {
    /* background-color: #73718b; */
} 
.shrinked {
    /* height:80px; */
    padding:0px;
    /*
    -webkit-transition:padding 0.2s linear;
    -moz-transition:padding 0.2s linear;
    -o-transition:padding 0.2s linear;
    transition:padding 0.2s linear;
    */
}
.shrinked .navbar-brand {
    height: 80px;
}


/*contact sayfasındaki linkler*/

.contact-links-container {
    padding: 3em 2%;
}

.contact-links {
    padding: 0.6em 0.5em;
}

.contact-links i {
    margin: 0 5px;
    padding: 0 5px;
    vertical-align: top;
}

.contact-icon {
    width: 70px;
    height: auto;
    margin: 0px 20px 20px 0px;
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (max-width: 992px) {
    .contact-icon {
        width: 50px;
    }
}

/*support sayfasındaki linkler*/
.support-strip {

}
.support-strip a {
  text-decoration: none;
  display: block;
}

.support-strip-item {

    transform-origin: 0 0;
    transition: all .5s ease;
    border-radius: .5em;

}

.support-strip-item:hover /*,
.support-strip-item:focus-within */
{
   
    background-color: #5a5a5a ; 
    color: blue;
   
 }
 .support-strip-item svg ,
 .support-strip-item h2
 {
    transition: all .5s ease;

 }
 .support-strip-item:hover svg /*,
 .support-strip-item:focus-within svg*/{
    fill:white;
 }

 .support-strip-item:hover h2 /*,
 .support-strip-item:focus-within  h2 */{ 
    color: white ;
 }
 .support-strip-item img 
 {
    transition: all .5s ease;
 }
 .support-strip-item:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
 }

 

 /*brochures */
 .brheader {
    border-bottom: 5px solid #C9D3DF;
    margin-bottom: 1em;
    margin-top:2em;
}
.brheader span{
    align-self: flex-end;
}


/*tekla sayfaları*/
.cover-sub-img {
    overflow: hidden;
}
.cover-sub-img > img {
    width: 100%;
    height: auto;

    object-fit: cover;
    object-position: 50% 50%;
}



.youtube-image-play {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.youtube-image-play > img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.youtube-image-play > .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px auto;
    transform: translate(-50%,-50%);
    opacity: 50%;
}
.youtube-image-play:hover >.play {
    background: darkorange;
    opacity: 90%;

}

/*tekla precast sayfasi */
.image-card-group {

}
.image-card-group img{
    
}

/* reference projects page */
.project-card .card {
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 

    background: #ffffff;
    overflow: hidden;
  
    border-radius: 5px;
    border: none;
}
.project-card .card .card-body {
    background: #ffffff;
    z-index: 9;
}
.project-card .card  img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    width: 100%;


  }

.project-card .card:hover {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.40);
}

.project-card .card:hover img{
    opacity: 0.95;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
.project-card .card a:hover {
    text-decoration: none!important;
}

.project-link a:hover {
    text-decoration: none;
}

.ref-block a{
    text-decoration: none;
}
.ref-block a:hover{
    text-decoration:underline;
}
@media print {
    footer {display: none;}
    .nav-ce {display:none;}
    .jumbo 
    {
        height:auto;
        padding-top: 1rem;
    }
    .jumbo p, 
    .jumbo h1 {
        text-shadow: none;
    }
    .b-divider-2 {
        height: 1rem;
        border-top: none;
        box-shadow: none;
    }
}
/* #modalPageContainer{
    width: 100vw!important;
    height: 50vh!important;
  }
  */
  /* Expand to the entire container */
#modalPageFrame{
    width: 100%;
    height: 100%;
  }
  
  .quote-select input[type="radio"] {
      display: none;
  }
  
  .quote-select label {
    border: 1px solid rgb(218, 218, 218);
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 6px 12px;
    font-family: Arial;
    font-size: 18px;
    cursor: pointer;     
  }
  
  .quote-select label:hover {
    /* background-color: #bbb; */
    border: 1px solid rgb(121, 121, 121);
    background-color: rgb(240, 240, 240);
  }

  .quote-select input[type="radio"]:checked+label {
    /* background-color: #bbb; */
    border: 1px solid rgb(121, 121, 121);
    background-color: rgb(240, 240, 240);
  }



 

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: white;/* var(--prm-gray); */
    transition: .4s;
}
.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: gray; /* var(--prm-color); */
    color: #fff;
}
.done {
    background-color:  blue;/* var(--prm-color); */
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}
#progress {
  -webkit-appearance:none;
    position: absolute;
    width: calc(100% - 100px);
    z-index: 5;
    height: 1px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 18px;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: black; /* var(--prm-color); */
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: gray; /* var(--prm-gray);*/
}
.dot-1 {
    height: 70px;
    width: 70px;
    border-radius: 50%;

    display: inline-block;

}
.dot-1 > button {
    background-color: rgba(255, 255, 255, 0.8);

    height: 70px;
    width: 70px;
    border-radius: 50%;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*
.dot-1 > a:hover  img,
.dot-1 > a:focus img {
    
     animation: play-pulse 500ms ease-in-out;
    
 }
*/
.dot-1 > button:hover ,
.dot-1 > button:focus {
  
    /*background-color: #00398f8f; */

    -webkit-animation: play-pulse 1000ms ease-in-out;
    -ms-animation: play-pulse 500ms ease-in-out;
    animation: play-pulse 500ms ease-in-out;
}

/*from animation css */
@keyframes play-pulse {
    from,to {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1);
        background-color: rgb(128, 128, 128);
    }
}

.dot-1>button >img
{
    width: 36px;
    margin: auto;
    display: block;
}


.play { 
    background: rgba(255, 0, 0, 0.95);
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 1.5em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }
  .play-size-1 {
    font-size: 1em;
  }
  .play-size-2 {
    font-size: 0.75em;
  }

  .play:hover {
    background: darkorange;
  }
  
  .play::before { 
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }
  
  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
 
  /* material icons size */
  .md-14 { font-size: 14px; }
  .md-12 { font-size: 12px; }
  .md-16 { font-size: 16px; }
  .md-18 { font-size: 18px; }
.md-20 {font-size: 20px;}
.md-22 {font-size: 22px;}

.material-inline-icon{
    display: inline-flex;
    vertical-align: top;
}

.v-align-middle{
  vertical-align: middle;
}

.image169wrapper {

  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* ratio 16/9 */
}
.image169wrapper img {
  border-radius: 0.3em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;

  position: absolute;
  object-fit: cover; 
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}