* a {
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    font-family: 'Asap', sans-serif;
    color: #595959;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    right: 0;
    font-weight: 400;
}

.fade {
    -webkit-transition: opacity 500ms linear !important;
    transition: opacity 500ms linear !important;
}

.bordered {
    display: inline-block;
    border-bottom: 3px solid #40ddff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #a9a9a9;
    font-weight: 400;
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 500;
}

h1 {
    font-size: 24px;
    color: #434343;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 42px;
    font-weight: 100;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 16px;
    color: #74a534;
    text-transform: uppercase;
}

p {
    padding: 0;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: normal;
}

.p-margin {
    margin-left: 10%;
    margin-right: 10%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/*navbar styling start */
.navbar {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none !important;
    margin: 0;
    min-height: 20px;

    /* The navigation menu links */
    /* When you mouse over the navigation links, change their color */
    /* Position and style the close button (top right corner) */
    padding: 20px 6px;
}

#works {
    height: 117px;
}

#index5 #works .navbar {
    position: fixed;
    background: #00a6b6;
}

.navbar.shrink {
    background: #243883;
    margin: 0;
}

.navbar.shrink .navbar-nav li a {
    color: #202125;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}

.navbar.shrink .navbar-nav li a:focus {
    background: transparent;
    color: #202125;
}

.navbar.shrink .navbar-nav li a:hover {
    color: #fff;
}

.navbar .navbar-nav {
    margin-right: 5px;
}

.navbar .navbar-header .navbar-brand {
    padding: 0 15px;
    min-height: 20px;
    height: auto;
}

.navbar.shrink .navbar-brand {

}

@media screen and (max-width: 767px) {
    .navbar .navbar-header .navbar-brand {
        padding: 4px 15px;
        width: 145px;
    }

    .hide-on-small {
        display: none !important;
    }
}

.navbar .navbar-header .navbar-brand img {
    width: 100%;
}

.navbar .navbar-header button {
    background: #ffffff;
}

.navbar .navbar-header button span {
    background: #74a534;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        background: #ffffff;
    }
}

.navbar .navbar-nav li {
    padding: 0 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.navbar .navbar-nav li a {
    color: #ffffff;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}

.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    background: transparent;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
        color: #202125;
    }
}

.navbar .navbar-nav li a:hover {
    color: #74a534;
}

.navbar .navbar-nav li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    background: #74a534;
    bottom: -5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

@media screen and (max-width: 767px) {
    .navbar .navbar-nav li a:before {
        display: none;
    }
}

.navbar .navbar-nav li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media screen and (max-width: 767px) {
    .navbar {
        margin-top: 0;
    }

    .navbar .navbar-nav li a {
        color: #202125;
    }
}

@media screen and (max-width: 767px) {

}

.navbar .side-menu-button:hover {
    color: #ffffff;
    background: #202125;
}

.navbar .side-menu-button.actives {
    background: transparent;
}

.navbar .side-menu-button.actives .fa {
    color: #74a534;
    font-size: 36px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .side-menu-button.actives .fa:hover {
    color: #6a6a6a;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}

/**Push Menu**/
/*Toggle*/
#topContact {
    display: table;
    position: fixed;
    z-index: 1102;
    background: transparent;
    float: right;
    top: 44px;
    color: #FFF;
    margin-right: 0;
    right: 150px;
}

#topContact ul li span {
    font-weight: 500;
}

#menu_bars {
    width: 80px;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    position: relative;
    z-index: 1102;
    background: transparent;
    float: right;
    top: 8px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    right: 10px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.navbar-right {
    right: 259px;
}

nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars {
    margin-top: 20px;
}

#menu_bars.left {
    left: 30px;
    float: left;
}

#menu_bars.right {
    float: right;
}

#menu_bars.active {
    position: fixed;
    margin-top: 0 !important;
    border: none !important;
    top: 25px;
}

/* for index5 only start */
#menu_bars.active2 {
}

#menu_bars.active2 {
}

/* for index5 only end */
#menu_bars.active span {
    background: #fff;
}

#menu_bars.active.right {
    padding: 0;
    color: #fff;
}

#menu_bars.active span.t1 {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

#menu_bars.active span.t2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu_bars.active span.t3 {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg);
}

#menu_bars span {
    background: #ffffff;
    display: block;
    height: 4px;
    width: 35px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    margin: 0 auto;
}

#menu_bars:hover span, .navbar.shrink #menu_bars:hover span {
    background: #fff;
}

.navbar.shrink #menu_bars span {
    background: #fff;
}

nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span {
    background: #fff;
}

nav.navbar.bootsnav.sticked #menu_bars,
nav.navbar.bootsnav.navbar-fixed #menu_bars {
    margin-top: 8px;
}

#menu_bars span.t2 {
    margin: 7px auto;
}

/*this is the nav*/
.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.pushmenu {
    background: #343434;
    padding: 20px 15px;
    width: 600px;
    height: 100%;
    top: -50%;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

/* for index5 only */
#index5 .pushmenu {
    position: fixed;
}

/* for index5 only end*/
.sidebar_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pushmenu.pushmenu-right {
    padding: 120px 20px 20px 40px;
}

.pushmenu-left {
    left: -270px;
}

.pushmenu-left.pushmenu-open {
    left: 0;
    box-shadow: 3px 0 3px -3px #c2c2c2;

}

.pushmenu-push-toright {
    left: 270px;
}

.pushmenu-right {
    right: -100%;
}

.pushmenu-right.pushmenu-open {
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
}

.pushmenu-push-toleft {
    left: -270px;
}

.pushmenu .push-logo {
    display: block;
    padding: 0 0 30px 0;
    position: relative;
    z-index: 98;
}

.pushmenu .push-logo > img {
    display: inline-block;
    width: 100px;
}

@media screen and (max-width: 1199px) {
    .pushmenu .push-logo > img {
        width: 82px;
    }
}

.pushmenu .push_nav {
    width: 80%;
    z-index: 100;
    margin: 0 auto;
}

.pushmenu .push_nav li a:hover {
    -webkit-transform: none;
    transform: none;
    color: #00d8ff;
}

.pushmenu .push_nav > li {
    display: block;
    position: relative;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    opacity: 0;

}

.pushmenu.pushmenu-open .push_nav > li {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;

    -webkit-transition-property: all;

    transition-property: all;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
}

.pushmenu.pushmenu-open .push_nav > li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.pushmenu.pushmenu-open .push_nav > li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.pushmenu.pushmenu-open .push_nav > li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.pushmenu.pushmenu-open .push_nav > li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.pushmenu.pushmenu-open .push_nav > li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.pushmenu.pushmenu-open .push_nav > li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.pushmenu.pushmenu-open .push_nav > li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.pushmenu .push_nav > li > a {
    display: block;
    color: #d9d9d9;
    font-size: 20px;
    padding: 15px 0;
    margin: 0 5px 0px 5px;
    padding-left: 0;
    font-weight: 500;
    border-bottom: 1px solid #484848;
}

.pushmenu .push_nav > li > a > span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    position: relative;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    top: -2px;
    left: 15px;
}

.pushmenu .push_nav > li > a:hover span, .pushmenu .push_nav > li > a:focus span {
}

.pushmenu .push_nav > li > a:hover, .pushmenu .push_nav > li > a:focus,
.pushmenu .push_nav > li.active > a {
}

.pushmenu .push_nav .dropdown > a {
    margin-top: 0;
}

.pushmenu .push_nav .dropdown-menu {
    position: relative;
    width: 100% !important;
    padding: 0;
    margin: 0 0 0 15px;
    border-radius: 0;
    border: none;
    background-color: #fff;
}

.pushmenu .push_nav .dropdown-menu li a {
    display: block;
    color: #000;
}

.pushmenu .push_nav .dropdown-menu li:first-child a {
    border-top: 1px solid #e1e1e1;
}

.pushmenu .item-has-children > a {
    position: relative;
}

.pushmenu .item-has-children ul.sub-menu {
    display: none;
}

.pushmenu .v-dropdown {
    margin-bottom: 5px;
    margin-top: 10px;
}

.pushmenu .v-dropdown li a {
    color: #c5c5c5;
    padding-left: 30px;
    line-height: 35px;
}

.v-dropdown {
    display: none;
}

.pushmenu .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.pushmenu .social_icon {
    position: absolute;
    bottom: 10px;
    left: 40px;
    right: 0;
    text-align: center;
}

.pushmenu .social_icon.list-inline li a {
    border-color: #000;
}

.pushmenu .social_icon.list-inline li a {
    border: none;
    color: #fff;
    font-size: 24px;
}

.pushmenu .social_icon.list-inline li a:last-child:hover {
    background: #0077B5;
    color: #ffffff;
}

.pushmenu .social_icon.list-inline li a:hover {
    border-color: transparent;
}

body.pushmenu-push-toLeft {
    right: 260px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#main {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
    padding: 16px;
}

.sideNavWidth {
    width: 250px;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 16px;
    }
}

#index5 .navbar.navbar-fixed-top.green {
    position: fixed;
}

/*navbar styling end */

/* Slider
----------------------------------------------------------*/
.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
    width: 100%;
    height: 100vh;
}

.tp-bullets {
    bottom: 15px !important;
    top: auto !important;
}

.tp-bullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiper-container {

}

.tp-caption img.img-responsive {
    height: auto !important;
}

.rev_slider .tp-caption {
    font-weight: 400;
    white-space: nowrap;
    font-size: 30px;
    line-height: 40px !important;
    color: #fff;
    visibility: inherit;
    transition: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.rev_slider .tp-caption p {
    font-size: 30px;
    line-height: 30px;
}

.rev_slider .tp-caption span.title {
    font-weight: 500;
    margin-bottom: 15px;
    display: block;;
}

.rev_slider .ot-btn {
    margin-bottom: 0 !important;
    width: 155px;
}

.slider-home-1 .tparrows {
    background-color: rgba(67, 67, 67, 0.5);
    background-position: center center;
    width: 50px;
    height: 50px;
}

.slider-home-1 .tparrows:hover {
    background: transparent;
}

.slider-home-1 .tparrows:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-position: center center;
}

.slider-home-1 .tparrows.tp-leftarrow:before {
    content: "";
    background: url("../assets/Left.png");
    background-position: center center;
    width: 50px;
    background-repeat: no-repeat;
}

.slider-home-1 .tparrows.tp-rightarrow:before {
    content: "";
    background: url("../assets/Right.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.rev-scroll-btn {
    z-index: 7;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 2px;
    border-radius: 23px 23px 23px 23px;
    box-sizing: border-box;
}

.rev-scroll-btn span {
    border-radius: 100%;
    background: rgba(225, 255, 255, 0.9);
}

.tp-kbimg-wrap img {
    width: auto !important;
    height: 100% !important;
}

#welcomePage {
    position: relative;
    z-index: 999;
}

.hashtags {
    background-color: #313737;
    color: #fff;
    line-height: 65px;
    font-size: 24px;
    font-weight: 500;
    margin-top: -65px;
}

.hashtags span {
    color: #00a6b6;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.nelerYapiyoruz {
    color: #232323;
}

.nelerYapiyoruz .iconCircle .icon {
    display: table;
    margin: 0 auto 15px;
    position: relative;
}

.nelerYapiyoruz .iconCircle .icon i.icn {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #cdcdcd;
    color: #00a6b6;
    line-height: 1;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.nelerYapiyoruz .iconCircle:hover .icon i.icn {
    background: #00a6b6;
    color: #fff;
    border-color: #00a6b6;
}

.nelerYapiyoruz .iconCircle:hover h4 {
    color: #00a6b6
}

.nelerYapiyoruz .iconCircle h4 {
    margin: 0;
    font-size: 16px;
    color: #232323;
}

.nelerYapiyoruz .iconCircle .icon:before {
    opacity: 0;
    position: absolute;
    top: -5px;
    left: 44px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #74c9be;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.nelerYapiyoruz p {
    font-size: 16px;
}

#welcomePage .lastWorks .item {
    position: relative;
}

#welcomePage .lastWorks .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#welcomePage .lastWorks .item .content .desc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 24px;
    text-align: center;
}

#welcomePage .lastWorks .item .content .desc span {
    display: block;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}

.btn.transparent {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 25px;
}

#welcomePage .lastWorks .item .content .desc .btn.transparent {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.zoomHoverWithLights {
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.zoomHoverWithLights:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    -moz-transition: transform 0.7s ease 0.1s;
    -ms-transition: transform 0.7s ease 0.1s;
    -o-transition: transform 0.7s ease 0.1s;
    -webkit-transition: transform 0.7s ease 0.1s;
    transition: transform 0.7s ease 0.1s;
    width: 100%;
    z-index: 101;
}

.zoomHoverWithLights:hover::before {
    transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.zoomHoverWithLights:hover,
.zoomHoverWithLights img {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.zoomHoverWithLights:hover img {
    transform: scale(1.1);
}

.blue-bg {
    background-color: #40ddff;
    color: #fff;
}

footer {
    background-color: #dedede;
    font-size: 17px;
}

footer h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

footer .contactList li {
    margin-bottom: 3px;
}

footer .contactList span {
    color: #00a6b6;
    font-weight: 500;
}

footer .footerMenu {
    font-weight: 500;
}

footer .footerMenu li a {
    color: #353535;
    font-size: 16px;
    line-height: 35px;
}

footer .footerMenu li a:hover {
    color: #00a6b6;
}

footer .blogItem a {
    font-weight: 500;
}

.copyrightWrapper {
    background-color: #fff;
    color: #8d8d8d;
    line-height: 60px;
}

.copyrightWrapper .social-square li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #a7a7a7;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.copyrightWrapper p {
    line-height: 60px;
    font-size: 12px;
}

.breadcrumbWrapper {
    background-color: #363636;
    line-height: 65px;
    font-size: 16px;
    color: #fff;
}

.breadcrumbWrapper .breadcrumb {
    background-color: transparent;
    font-size: 15px;
}

.breadcrumbWrapper .breadcrumb li a {
    color: #fff;
}

.hizmetPage p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 25px;
}

.hizmetPage h1 {
    color: #3c3c3c;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 500;
}

.urunlerWrapper {
    background-image: url(../images/urunler-bg.jpg);
    padding: 40px 0;
    color: #fff;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d;
    background-repeat: no-repeat;
    min-height: 400px;

}

.slogan {
    background-image: url(../images/slogan-bg.jpg);
    padding: 70px 0;
    color: #fff;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d;
    background-repeat: no-repeat;
    min-height: 320px;
}

.widgetItem {
    color: #fff;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    transform-style: preserve-3d;
    background-repeat: no-repeat;
    min-height: 340px;
    position: relative;
}

.widgetItem .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 30px;
}

.grey-bg {
    background-color: #f8f8f8;
}

.inografi h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.pink-bg {
    background-color: #be2874;
}

.latestWorksPage h1,
.clients h1,
.iletisim h1 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #565656;
}

.latestWorksPage .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 50px;
}

.latestWorksPage .item .content .desc {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
}

.latestWorksPage .item .content .desc p {
    font-size: 16px;
}

.latestWorksPage .item .content .desc h4 {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
}

.latestWorksPage .item .content .desc .btn {
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.latestWorksPage .item .content .desc .btn.transparent {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.desc .btn.transparent:hover {
    background-color: #00a6b6;
    border-color: #00a6b6 !important;
}

.clients .item {
    border: 3px solid #dadada;
}

.clients .item:hover {
    border-color: #00a6b6;
}

.iletisim h4 {
    font-weight: 500;
    font-size: 16px;
}

.contactPage.contactList li {
    font-size: 16px;

}

#contact-form .form-control {
    background-color: #e6e6e6;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.main {
    background-color: #40ddff;
    font-size: 17px;
    color: #fff;
    border: 0;
    padding: 10px 35px;
    font-weight: 500;
}

.onyil {
    position: absolute;
    left: 25px;
    bottom: 80px;
    z-index: 99999;
}

.destekForm {
    position: absolute;
    right: 25px;
    bottom: 80px;
    z-index: 99999;
}

#destekForm p {
    font-size: 16px;
}

#destekForm p.title {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}

#destekForm .modal-content {
    box-shadow: none;
    border: 4px solid #00a6b6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#destekForm .text-nicelabel + label {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 3px 15px 10px 10px;
    margin: 5px;
    font-weight: 400;
}

.text-nicelabel:not(:checked) + label {
    background-color: #00a6b6;
}

.text-nicelabel:checked + label {
    background-color: #313131;
}

#destekForm #contact-form .form-control {
    background-color: #f5f5f5;
    border-bottom: 2px solid #00a6b6;
}

#destekForm .modal-header {
    border-bottom: 0;
}

#destekForm .modal-body {
    padding-top: 0;
}

#destekForm .close {
    float: right;
    font-size: 40px !important;
    font-weight: 500;
    line-height: 1;
    color: #00a6b6;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    right: 30px;
    z-index: 999;
}

.contactList label {
    font-weight: 400;
    min-width: 90px;
}

.isDetay p {
    font-size: 24px;
    color: #434343;
}

.isDetay img {
    width: 100%;
    height: auto;
    margin: 25px auto 0;
    display: block;
}

.isDetay h3 {
    margin: 25px 0
}

.musteriYorumlari {
    background-color: #515151;
    padding: 80px 0;
    font-size: 16px;
    color: #fff;
}

.musteriYorumlari p {
    font-size: 19px;
    font-weight: 300;
}

.musteriYorumlari b, .musteriYorumlari strong {
    font-weight: 500;
}

.bannerPhone {
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 999;
}

.workItem {
    margin: 30px 0;
}

.sub-header-1 {
    height: 350px;
}

.kurucu h2 {
    font-size: 24px;
    color: #8c8c8c;
    padding-bottom: 15px;
    border-bottom: 1px solid #acacac;
}

.kurucu h3 {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.kurucu h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #acacac;
}

.kurucu h5 {
    font-size: 16px;
    color: #434343;
}

.footerMenu {
}

.footerMenu li {
    font-size: 16px;
    font-weight: 400;
}

.faaliyetItem {
    background-color: #f2f2f2;
    color: #6c6c6c;
}

.faaliyetItem .desc {
    padding-left: 50px;
    padding-top: 40px;
}

.faaliyetItem .desc ul {
    list-style: disc;
    margin-left: 20px;
}

.faaliyetItem h3,
.ekipItem h3 {
    font-size: 24px;
}

.ekipItem .desc {
    font-size: 16px;
}

.snip1361 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
}

.snip1361 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1361 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1361 figcaption {
    position: absolute;
    width: 100%;
    background-color: #4b4b4b;
    padding: 10px 25px 10px;
    color: #fff;
    bottom: 0;
}

.snip1361 figcaption:before {
    /* position: absolute; */
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(75, 75, 75);
}

.snip1361 h3,
.snip1361 p {
    margin: 0 0 10px;
}

.snip1361 h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.snip1361 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}

.snip1361 a {
    color: #fff;
}

.snip1361:hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
    top: 0;
    background-color: #4b4b4b;
}

.snip1361:hover h3 {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.headingTitle {
    background-color: #eaeaea;
    font-size: 24px;
    color: #434343;
    padding: 15px 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.projeItem .desc {
    background-color: #ededed;
    color: #4b4b4b;
}

.projeItem .desc .inner {
    padding: 30px;
}

.projeItem .desc h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

.galeriItem .photo {
    position: relative;
}

.galeriItem .photo a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all 0.45s linear;
}

.galeriItem .photo a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}

.galeriItem .photo:hover a {
    opacity: 1;
}

.galeriItem .desc {
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#723362+0,9d223c+100 */
    background: #723362; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #723362 0%, #9d223c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #723362 0%, #9d223c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #723362 0%, #9d223c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#723362', endColorstr='#9d223c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e5e5e5;
    background-image: none;
    border: 2px solid #d0d0d0;
    border-radius: 0;
    height: 44px;
    font-size: 16px;
}

.productsMenu li a {
    background-color: #fff;
    color: #0061a7;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 20px;
    display: block;
    margin-bottom: 10px;
}

.productsMenu li a i {
    line-height: 36px;
}

.productsMenu li a:hover {
    color: #fff;
    background-color: #0061a7;
}

.contentPage ul {
    list-style: disc;
}

.productInfoBar {
    background-color: #0062a7;
    color: #fff;
}

.productInfoBar ul li a {
    color: #fff;

}
.panel-default>.panel-heading {
    color: #525151;
}
.panel-title {
    font-size: 21px;
}