/* Minification failed. Returning unminified contents.
(923,44): run-time error CSS1046: Expect comma, found '0'
(923,48): run-time error CSS1046: Expect comma, found '/'
 */
* {
    transition: ease all 500ms;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a{
    color: #333;
    text-decoration: none!important;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

img {
    vertical-align: middle;
    border-style: none;
}

h1,h2 {
  font-weight: 200;
  margin: 0.4em 0;
}

h1 { 
  font-size: 3.5em; 
}

h2 {
  color: #888;
  font-size: 2em;
}

#sd{
    display: none;
    width: 100%;
    height: 100%;
}

#ld{
    width: 100%;
    height: 100%;
}

#footer{
    background-image: url('../uploads/footerbg.jpg');
    background-size: cover;
    background-position: 0 100%;
}

#header{
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.header-logo{
    width: 152px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav{
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
}

.header-nav-main{
    display: flex !important;
    height: auto !important;
    align-self: stretch;
    align-items: center;
    min-height: 0;
    margin-top: 0;
}

#header .header-nav-main nav > ul > li {
    height: 100%;
    align-self: stretch;
    margin-left: 2px;
}

.header-nav .nav a{
    position: relative;
    background: transparent !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
    border-radius: 0 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: normal;
    font-size: .8rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #444;
}

.header-nav ul:not(:hover) li a.active {
    color: #0088CC;
}

.header-nav ul:not(:hover) li a.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -4px;
    left: 0;
    background: #0088CC;
    border-bottom: 0;
    opacity: 1;
}

.header-nav ul li:hover a {
    color: #0088CC;
}

.header-nav ul li:hover a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -4px;
    left: 0;
    background: #0088CC;
    border-bottom: 0;
    opacity: 1;
}

.slide{
    background-image: url("../uploads/danismanlik.jpg");
    background-size: cover;
    width: 100%;
    height: 710px;
    text-align: center;
    display: inline-block;
    position: relative;
    filter: brightness(0.50);
    z-index: -5;
}

.slide-text{
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}

.slide-text h1 span{
    color: #fff;
}

.slide-text h2{
    color: #0088CC;
    margin-top: 1.5rem;
}

    .slide-text h2 span {
        position: relative;
        z-index: 2;
        top:.3rem;
    }

    .slide-text h2::before {
        content: "";
        position: absolute;
        width: 90%;
        height: 3rem;
        bottom: 0px;
        left: 5%;
        background: #fff;
        border-bottom: 0;
        opacity: 1;
        transform: rotate(-1deg);
    }

.typing-effect{
    animation: blinker 0.7s infinite;
}

.typing-effect::before{
    content: '';
    height: 100%;
    width: 1px;
    top: 0;
    margin-left: .1rem;
    left: -5px;
    border: #fff solid;
}

.mbr-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #ffffff3d;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.arrow-icon{
    height: 100%;
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}

.service-icon{
    font-family: Flaticon;
    font-size: 3.75rem;
    line-height: 1!important;
}

.section{
    padding: 3rem 0;
}

.h5-md{
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    font-family: 'Rubik';
}

.service-text p{
    font-size: 1.05rem;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
}

.service-item{
    margin-bottom: 40px;
}

.setButton{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.dark-bg{
    background-color: #f8f9fb;
}

.about-text{
    padding-right: 20px;
    padding-left: 20px;
}

.sub-title-forWhite{
    color: #aaa;
    font-size: 0.875rem;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.h3-lg{
    line-height: 1.1;
    margin-bottom: 30px;
    font-size: 2.75rem;
    color: #222;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.about-text p{
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
}

.about-text .btn{
    margin-top: 20px;
    font-size: 16px;
    padding: 15px 35px;
    color: #555;
    background-color: transparent;
    border-color: #ccc;
    position: relative;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 450ms ease-in-out;
}

.about-text .btn-arrow:hover{
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    will-change: transform;
}

.btn-arrow i {
    font-size: 14px;
    top: 47%;
    line-height: 1;
    position: absolute;
    right: 0px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease-in-out;
    -moz-transition: right 300ms ease-in-out;
    -o-transition: right 300ms ease-in-out;
    -ms-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
}

.btn-arrow:hover i, .btn-arrow:focus i {
    right: -20px;
    opacity: 1;
}

.about-image{
    position: relative;
    margin-bottom: 40px;
    text-align: center!important;
}

.img-fluid{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.section-title{
    padding-right: 33.3333%!important;
    text-align: center;
    width: 66.6666%!important;
    padding-left: 16.6666%!important;
    padding-right: 16.6666%!important;
}

.section-title h2 {
    line-height: 1;
    margin-bottom: 0;
}

h2.h2-xs {
    font-size: 3.25rem;
    color: #222;
    font-family: 'Muli';
    font-weight: 600;
    letter-spacing: -0.5px;
}

.section-title p{
    padding: 0 5%;
    color: #888;
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 0;
}

.masonry-wrap{
    position: relative;
}

.masonry-wrap .brand{
    width: 100%;
    position: absolute;
    padding: 0;
    margin-bottom: 0;
    left: 0%;
    top: 0px;
}

.brand-logo:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
}

.brand-logo{
    text-align: center;
    padding: 30px 25px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 8px 20px;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.brand p{
    color: #757575;
    line-height: 1.2;
    padding: 0 5%;
    margin-top: 3px;
    margin-bottom: 0;
}

p.p-sm{
    font-size: 0.95rem;
}

.reference-gap{
    padding: 5rem 0;
}

.reference-item{
    padding: 0!important;
}

.footer-header{
    color: #fff;
}

#footer{
    color: #fff!important;
    text-align: center!important;
}

#footer a{
    color: #777;
    text-decoration: none;
}

#footer a:hover{
    color: #fff;
}

li{
    line-height: 24px;
}

.social-icons{
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.social-icons li a {
    transition: all 100ms ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #aaa7a7;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
    color: #FFF;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
    color: #FFF;
}

.social-icons li:hover.social-icons-instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #FFF;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
    color: #FFF;
}

.footer-copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.mobile-nav{
    padding: 1rem 0;
}

.mobile-nav a{
    color: #333;
    font-weight: 500;
}

.copyright-link{
    color: #555!important;
}

.copyright-link:hover{
    color: #c9850a!important;
}

.mediakit-container{
    padding: 1rem!important;
}

.color-dark{
    color: #333!important;
}

.mediakit-header-image {
    background-image: url("../uploads/background-header.jpg");
    background-position: top;
    background-size: cover;
    position: relative;
    height: 10rem;
}

.detail-title h3{
    position: relative;
    padding-bottom: 1rem;
}

.detail-title h3::after{
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
    background: #0088CC;
}

.detail-description{
    margin: 2rem 0;
}

.detail-description ul{
    margin: 1rem 0;
}

.detail-description ul li{
    padding: .5rem 0;
}

.detail-description ul li ol li:first-child{
    padding-top: 1rem!important;
}

.detail-description p{
    margin: 1rem 0!important;
}

.detail-images .col-md-4{
    padding: 1rem;
}

.detail-images .col-md-4 img{
    height: 10rem;
    width: 100%;
    border: 1px solid #dfdfdf;
}

.sidebar ul li{
    margin: 1rem 0;
}

.sidebar ul li:first-child{
    margin-top: 0;
    margin-bottom: 1rem;
}

.sidebar ul li:last-child{
    margin-top: 1rem;
    margin-bottom: 0;
}

.sidebar ul li a{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #111111;
    display: inline-block;
    font-weight: 500;
    padding: 10px 45px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.sidebar ul li a:hover {
    background-color: #3d5fa5;
    color: #fff;
}

.informations{
    display: flex;
    align-items: center;
    height: 100%;
}

.informations ul{
    list-style: none;
    text-align: center;
}

.informations ul li{
    padding: .5rem 0;
}

.informations ul a{
    color: #333;
}

.informations ul a:hover{
    color: #0088CC;
}

.map-holder{
    height: 350px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (max-width: 479.95px) and (min-width: 321px){
    .service-item {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        padding: 30px 25px;
        margin-bottom: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .service-icon{
        display: none;
    }
    #ld{
        display: none;
    }
    #sd{
        display: block;
    }
    .mediakit-header-image {
        background-image: url("../uploads/background-header.jpg");
        background-position: top;
        background-size: unset;
        position: relative;
        height: 10rem;
    }
}

@media (max-width:991px){
    .section-title{
        padding: 0!important;
        width: 100%!important;
    }
}

@media (max-width: 575px){
    .masonry-wrap .brand{
        width: 100%;
        position: unset;
        padding: 0;
        margin-bottom: 0;
        left: unset;
        top: unset;
    }
    .mediakit-container{
        padding: 1rem 2rem!important;
    }
}
.mediakit-carousel{
    height: auto;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin-bottom: 0;
}

.mediakit-carousel-stage{
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 100%;
    position: relative;
    touch-action: manipulation;
}

.mediakit-carousel-item{
    width: 100%;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
}

.mediakit-carousel-item.active{
    display: block;
}

.mediakit-carousel-content{
    overflow: hidden!important;
    position: relative!important;
    height: 545px;
}

.mediakit-carousel-image{
    background-size: cover;
    background-position: center center;
    animation-duration: 30s;
    animation-delay: 100ms;
    animation-fill-mode: both;
    -webkit-animation-name: MediakitAnimateToLeft;
    animation-name: MediakitAnimateToLeft;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: left;
    position: absolute!important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.mediakit-carousel-dots{
    transform: translate3d(0px, -30px, 0px);
    margin-top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 2px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.mediakit-carousel-dot{
    background: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    outline: 0;
    zoom: 1;
    color: inherit;
    padding: 0!important;
    font: inherit;
    cursor: pointer;
    user-select: none;
    text-transform: none;
}

.mediakit-carousel-dots .mediakit-carousel-dot span{
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.mediakit-carousel-dots button:focus {
    outline: none!important;
    outline: none!important;
}

.mediakit-carousel-dots .mediakit-carousel-dot.active {
    background: #0088CC!important;
}

.mediakit-carousel-dots .mediakit-carousel-dot+.mediakit-carousel-dot {
    margin-left: 6px!important;
}

.mediakit-carousel-dots .mediakit-carousel-dot>span{
    background: 0 0!important;
}

.mediakit-carousel-animate-open{
    -webkit-animation-name: MediakitAnimateOpacity;
    animation-name: MediakitAnimateOpacity;
    animation-duration: 1s;
    animation-delay: 100ms;
    animation-fill-mode: both;
}

.mediakit-carousel-animate-opening{
    -webkit-animation-name: MediakitAnimateOpacity;
    animation-name: MediakitAnimateOpacity;
    animation-duration: 2s;
    animation-delay: 0;
    animation-fill-mode: both;
}

.mediakit-carousel-animate-closing{
    -webkit-animation-name: MediakitAnimateCloses;
    animation-name: MediakitAnimateCloses;
    animation-duration: 2s;
    animation-delay: 0;
    animation-fill-mode: both;
}

.mediakit-home-form{
    border: 1px solid #bababa;
}

.home-form-header{
    text-align: center;
    margin-bottom: 1.5rem;
}

.home-form-header h2{
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.home-form-header p{
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .8rem;
}

.form-group .form-control {
    transition: ease all 1s;
    border: none;
    border-radius: 1rem;
    padding: 0 1.5rem;
    height: calc(2em + .75rem + 2px);
    font-size: .9rem;
    background-color: #f6f6f6;
}

.form-group .form-control:focus {
    box-shadow: 0 0rem 0.8rem 0.1rem rgb(0 0 0 / 10%);
}

.btn-form {
    border: 1px solid #6f9a37!important;
    background-color: transparent!important;
    color: #6f9a37!important;
    border-radius: 1rem!important;
    padding: .4rem 4rem!important;
    transition: ease all 500ms!important;
}

.btn-form:hover {
    background-color: #6f9a37!important;
    color: #fff!important;
    border: none;
}

@keyframes MediakitAnimateToLeft{from{transform:scale(1.2)}to{transform:scale(1)}}
@keyframes MediakitAnimateOpacity{from{opacity: 0;}to{opacity: 1;}}
@keyframes MediakitAnimateCloses{from{opacity: 1;}to{opacity: 0;}}
