﻿@font-face {
    font-family: 'WebFontBold';
    src: url('../fonts/WebFontBold.eot');
    src: url('../fonts/WebFontBold.eot') format('embedded-opentype'), url('../fonts/WebFontBold.woff2') format('woff2'), url('../fonts/WebFontBold.woff') format('woff'), url('../fonts/WebFontBold.ttf') format('truetype'), url('../fonts/WebFontBold.svg#WebFontBold') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Regular.';
    src: url('../fonts/proxima/ProximaNova-Regular..woff2');
    src: url('../fonts/proxima/ProximaNova-Regular..woff2') format('embedded-opentype'), url('../fonts/proxima/ProximaNova-Regular..woff2') format('woff2'), url('../fonts/proxima/ProximaNova-Regular.woff2') format('woff'), url('../fonts/proxima/ProximaNova-Regular.woff2') format('truetype'), url('../fonts/proxima/ProximaNova-Regular.woff2') format('svg');
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}


body {
    margin: 0px;
    padding: 0 !important;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 17px !important;
    color: #626a71;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container {
    width: 100% !important;
    max-width: 1500px !important;
}

#HeaderMenu {
    position: fixed;
    width: 100%;
    z-index: 99999;
}

#HeaderMenu {
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
}

.HeaderFixed {
    position: fixed;
    z-index: 999999999999999;
    width: 100%;
    background: #fff;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 40px;
    opacity: 1 !important;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
}

    .HeaderFixed .logo img {
        max-width: 150px;
    }



    .HeaderFixed .login-btn {
        display: block;
        text-align: center;
        text-decoration: none;
        position: relative;
        background: #017be8 !important;
        color: #fff !important;
        padding: 10px 25px !important;
        border-radius: 3px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .HeaderFixed .contact-btn {
        display: block;
        text-align: center;
        text-decoration: none;
        position: relative;
        color: #017be8 !important;
        padding: 8px 25px !important;
        border-radius: 3px;
        border: 2px solid #017be8;
        margin-top: 13px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

.logo {
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
}

.login-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #fff;
    color: #017be8 !important;
    padding: 10px 25px !important;
    border-radius: 3px;
    margin-top: 13px;
}

.contact-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #0073d2 !important;
    padding: 8px 25px !important;
    border-radius: 3px;
    border: 2px solid #0073d2;
    margin-top: 13px;
    margin-right: 10px;
}

.logo img {
    width: 240px
}

#pr-section {
    text-align: center;
    background: rgb(244,244,248);
    background: linear-gradient(180deg, rgba(244,244,248,1) 0%, rgba(244,244,248,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    position: relative;
    /* height: 100vh; */
    z-index: 9;
    padding-bottom: 0px !important;
}

.pr-one-zone {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}

.baslik-1 {
    font-size: 47px;
    font-family: 'WebFontBold';
    color: #0a0f19;
    margin-top: 60px;
    margin-bottom: 0px;
}

.baslik-2 {
    font-size: 20px;
    color: #0a0f19;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    margin-top: 10px;
}

.pr-two-zone {
    max-width: 1000px;
    width: 100%;
    border: 5px solid #0a0f19;
    background-color: #fafafa;
    border-radius: 48px;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
}

section p {
    text-align: justify;
}

.section-title {
    color: #007be7;
    font-size: 30px;
}

    .section-title span {
        color: #0a0f19;
    }

h1, h2, h3, h4, h5 {
    font-family: 'WebFontBold';
    padding-bottom: 20px;
}

.maskdiv img {
    width: 100%;
}

section.what-section {
    background: #fafbfb;
}

.section-img {
    width: 100%;
}

section.what-section .section-img {
    width: 100%;
    text-align: right;
}

    section.what-section .section-img img {
        width: 100%;
        max-width: 411px;
    }

#urun-group .item {
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-group.gallery .owl-item {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.list-group.gallery .item p {
    text-align: center;
}

.why-section .section-title {
    text-align: center;
}

.list-group.gallery .active {
    opacity: 0.65;
    transform: scale(.8) !important;
    transition: .6s ease !important;
}

    .list-group.gallery .active.center {
        background: #557afa;
        transform: scale(1) !important;
        opacity: 1;
        box-shadow: rgba(75, 101, 189, 0.52) 9px 9px 25px;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
    }


    /*.list-group.gallery .active.center:hover::before {
            content: url(../images/search-v2.png);
            height: 120px;
            width: 120px;
            position: absolute;
            left: calc(50% - 54px);
            top: calc(50% - 54px);
            background: #ffffffe8;
            border-radius: 50%;
            padding: 9px;
        }*/


    .list-group.gallery .active.center {
        border: none;
    }

#urun-group .active.center p {
    color: #fff;
}

#urun-group .active.center h4 {
    color: #fff;
}

#urun-group .icon {
    padding-top: 25px;
}

#urun-group i {
    color: #0a0f19;
    font-size: 64px;
}

#urun-group .active.center i {
    color: #fff;
}

.list-group button.owl-prev span, .list-group button.owl-next span {
    color: #557afa !important;
    font-size: 30px;
    line-height: 22px;
}

.list-group button.owl-next, .list-group button.owl-prev {
    padding: 15px !important;
    background: #ffffff !important;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc !important;
}

.item .b_features_icon {
    background: url(../images/why-bg.png) no-repeat center top;
    height: 180px;
    margin-bottom: -40px;
}

.where-section .home-bg i {
    width: 80px;
    border-radius: 10px;
    height: 80px;
    background: #e5e6f7;
    text-align: center;
    float: left;
    padding-top: 17px;
    box-shadow: rgba(75, 101, 189, 0.32) 11px 15px 17px 2px;
    margin-right: 15px;
    margin-bottom: 40px;
}

.where-section .home-bg {
    width: 100%;
    display: inline-block;
}

    .where-section .home-bg i img {
        max-width: 45px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

section hr {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: #e8eaf0;
    border: none;
}

section.hr-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.where-section .section-title {
    padding-bottom: 70px;
}

.panel-heading.active a {
    color: #0073d2;
}

.panel-heading {
    background: #f1f1f1 !important;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 0px !important;
    position: relative;
    margin: 0px !important;
}

    .panel-heading a {
        display: block;
        padding: 17px !important;
    }


    .panel-heading .pagetitle {
        margin-bottom: 0px !important;
        padding: 5px !important;
    }

.riskolog-panel .panel-default > .panel-heading {
    color: #333;
    background-color: rgba(248, 248, 248, 0) !important;
}

.panel-group {
    padding: 10px;
    margin-bottom: 0px;
}

.panel-title {
    margin: 0px;
    padding: 0px;
    color: #000 !important;
    font-weight: bold;
    text-align: left;
}

.panel-heading > .collapse.in {
    color: #333;
    background-color: rgba(245, 245, 245, 0.00) !important;
}

.panel-heading {
    border-bottom: 1px solid #ebf0f5 !important;
}

    .panel-heading a {
        display: inline-block;
        width: 100%;
    }

    .panel-heading i {
        width: 45px;
        height: 45px;
        border-radius: 28%;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #f8f8f8;
        background-size: 30px 30px;
        border: 3px solid #f2f2f2;
        text-align: center;
        font-size: 31px;
        font-family: arial;
        line-height: 40px;
        color: #557afa;
    }

    .panel-heading.active i {
        width: 45px;
        height: 45px;
        border-radius: 28%;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #557afa;
        background-size: 30px 30px;
        border: 3px solid #0270db;
        text-align: center;
        font-size: 31px;
        font-family: arial;
        line-height: 40px;
        color: #fff;
    }

.panel-title i {
    float: left !important;
}

.img-panel-wrapper {
    background: url(../images/whatis-bg.png) no-repeat center top;
    background-size: contain;
}

    .img-panel-wrapper .panel-img {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        height: 0px !important;
        text-align: center
    }

    .img-panel-wrapper .active.panel-img {
        visibility: visible;
        opacity: 1;
        height: auto !important;
        text-align: center
    }

    .img-panel-wrapper .panel-img img {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
    }

    .img-panel-wrapper .panel-img.active img {
        visibility: visible;
        opacity: 1;
    }

.panel-img img {
    width: 100% !important;
    max-width: 384px !important;
}

.panel-heading i::before {
    content: "\A";
    border-style: solid;
    border-top: 10px solid transparent;
    border-left: 15px solid rgba(1, 123, 232, 0);
    border-bottom: 10px solid transparent;
    border-color: #0255d200 #ffffff00 #ffffff00 #017be8;
    position: absolute;
    right: -18px;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
    top: 9px;
    opacity: 0.0;
}

.panel-heading.active i::before {
    content: "\A";
    border-style: solid;
    border-top: 10px solid transparent;
    border-left: 15px solid #0270db;
    border-bottom: 10px solid transparent;
    /* border-color: transparent #017be8 transparent transparent; */
    position: absolute;
    right: -18px;
    transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-out 0s;
    top: 9px;
    opacity: 1.0;
}

.whatis-section {
    background: #f8f8f8;
}

    .whatis-section .panel {
        background: none !important;
        border: 0px solid transparent !important;
    }

    .whatis-section .panel-heading.active {
        border-bottom: 0px !important;
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
    }

    .whatis-section .collapse {
        transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-out 0s;
    }

    .whatis-section .collapse-cover {
        padding: 40px !important;
    }

    .whatis-section .panel-title {
        font-size: 20px;
    }

.img-cover {
    text-align: center;
}

    .img-cover img {
        text-align: center;
        max-width: 1000px;
        width: 100%;
    }

.forwhom-section {
    padding-bottom: 0px;
    background: #fff;
    position: relative;
}

    .forwhom-section .img-cover {
        padding-top: 100px;
    }

#triangle-bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 0;
    border-bottom: 980px solid white;
    border-left: 1920px solid transparent;
    z-index: 0;
}

.modules-section {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../images/triagle-left-bottom-01.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #efefef;
}

.contact-form .container {
    max-width: 1000px !important;
}




.contact-form {
    margin-top: 40px;
    padding-bottom: 140px;
    background: url(../images/triagle-bottom-01.svg) no-repeat right bottom;
    background-size: contain;
}

    .contact-form .subtitle {
        text-align: center;
        padding-bottom: 20px;
    }

.send-btn {
    height: 45px;
    padding: 10px 45px;
    background: #007be7;
    color: #fff;
}

#footer {
    background: #f1f1f1;
    padding: 0px;
    color: #606b89;
    line-height: 1.8 !important;
}

footer {
    background: #1781e0;
    text-align: center;
    color: #fff;
    padding: 20px;
}

#contact-more {
    background: #f6f6f6;
    /* color: #fff; */
    padding: 48px 10px;
}

    #contact-more p {
        padding: 0px;
        margin: 0px;
    }

.avantajlari {
    padding-top: 70px;
    padding-bottom: 70px;
}

    .avantajlari h4 {
        padding-bottom: 10px;
        font-size: 16px !important;
        font-weight: bold;
    }

.login-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #fff;
    color: #017be8 !important;
    padding: 10px 25px !important;
    border-radius: 3px;
    margin-top: 13px;
}

.contact-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #0073d2 !important;
    padding: 8px 25px !important;
    border-radius: 3px;
    border: 2px solid #0073d2;
    margin-top: 13px;
    margin-right: 10px;
}

.contact-form .container {
    max-width: 1000px !important;
    background: #fff;
    padding: 35px 110px;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 50px 0 rgba(12,0,46,.1);
    box-shadow: 0 30px 50px 0 rgba(12,0,46,.1);
}

.contact-form input {
    text-align: center;
    border: 0;
    color: #626774;
    border-radius: 0;
    border-bottom: 1px solid #3d64f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 60px;
}

.contact-form textarea {
    height: 145px;
    text-align: center;
    border: 0;
    color: #b4bacc;
    border-radius: 0;
    border-bottom: 1px solid #3d64f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .contact-form textarea:focus {
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
    }

input:focus, button:focus {
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.00), 0 0 8px rgba(102,175,233,.0) !important;
}

.send-btn {
    height: 45px;
    padding: 10px 45px;
    background: #007be7;
    color: #fff;
    font-size: 17px;
}

#myBtn {
    background: none;
    border: none;
    color: #017be9;
    font-weight: 500;
}

#more {
    display: none;
}

.modules-section .questionlist {
    padding: 12px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 6px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.blue-bg {
    background: #557afa !important;
    color: #fff !important;
}

.white-bg {
    background: #fff !important;
}

.grey-bg {
    background: #f8f8f8 !important;
}

.modules-section .blue-bg {
    -webkit-box-shadow: 10px 10px 26px 0px rgba(110,152,189,0.5);
    -moz-box-shadow: 10px 10px 26px 0px rgba(110,152,189,0.5);
    box-shadow: 10px 10px 26px 0px rgba(110,152,189,0.5);
}

.modules-section .white-bg, .modules-section .grey-bg {
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.15);
}

    .modules-section .white-bg i, .modules-section .grey-bg i {
        font-size: 53px;
        border: 2px solid #cccccc;
        padding: 17px;
        border-radius: 50%;
        color: #323657;
        margin-top: 23px;
    }

.modules-section .blue-bg i {
    font-size: 53px;
    border: 2px solid #fff;
    padding: 17px;
    border-radius: 50%;
    color: #fff;
    margin-top: 23px;
}

.modules-section .questionlist-icon {
    background: url(../images/why-bg.png) no-repeat center top;
    height: 180px;
    margin-bottom: -40px;
    margin-top: 30px;
}


.modules-section .questionlist p {
    text-align: center !important;
}

#triangle-bottomleft {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 0;
    border-bottom: 980px solid #fff;
    border-right: 1920px solid transparent;
    z-index: 0;
}



#riskolog-slider .item {
    overflow: hidden;
    margin: 15px;
}

    #riskolog-slider .item .img-responsive {
        height: 360px !important;
        max-width: none;
        width: auto;
    }

a {
    display: block;
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.85) !important;
}

.fancybox-close {
    position: fixed !important;
    top: 50px !important;
    right: 50px !important;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-close {
    background-image: url(../images/fancy_closed.png) !important;
    height: 41px !important;
    width: 41px !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.0);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.0);
    box-shadow: 0 10px 25px rgba(0,0,0,.0);
}

.fancybox-overlay {
    z-index: 99999;
}

/**************************/
/**************************/
/******social media css start******/
/**************************/
/**************************/


.socialmedia {
    background: #1e88e5;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px !important;
}


    .socialmedia p {
        background: #1e88e5;
        color: #fff;
        font-size: 20px;
        margin: 0px;
    }

#ebulten {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #1e88e5;
    text-indent: 10px;
    margin-bottom: 10px;
}

.socialmedia ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.socialmedia ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.socialmedia :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.socialmedia :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.socialmedia .btn_detay {
    padding: 0px 10px;
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #1e88e5;
    line-height: 40px;
    border: 2px solid #fff;
}

.socialmediaicons {
}

    .socialmediaicons a {
        margin-left: 10px;
    }

.harita {
    background: url('../images/harita.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .harita:hover {
        background: url('../images/harita_hvr.png');
    }

.facebook {
    background: url('../images/facebook.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .facebook:hover {
        background: url('../images/facebook_hvr.png');
    }

.twitter {
    background: url('../images/twitter.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .twitter:hover {
        background: url('../images/twitter_hvr.png');
    }

.youtube {
    background: url('../images/youtube.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .youtube:hover {
        background: url('../images/youtube_hvr.png');
    }

.linkedin {
    background: url('../images/linkedin.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .linkedin:hover {
        background: url('../images/linkedin_hvr.png');
    }

.google {
    background: url('../images/google.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .google:hover {
        background: url('../images/google_hvr.png');
    }

.instagram {
    background: url('../images/instagram.png');
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.5s ease 0s;
    float: left;
}

    .instagram:hover {
        background: url('../images/instagram_hvr.png');
    }


/**************************/
/**************************/
/******social media css end******/
/**************************/
/**************************/

.anchor_active {
    color: #4d6fe2 !important;
}
.scroll-gif {
    max-height:85px;
}
.scroll-gif img{
    height:auto;
    max-height: 85px;
    opacity:0.6;
}