@charset "utf-8";

h1,
h2 {
    margin: 20px 0
}

h4,
h5,
h6 {
    margin: 10px 0
}

.egegen .egegen-logo path,
.egegen .oscar-logo path {
    fill: #fff!important
}

* {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
input[type=radio] {
   -webkit-appearance: none;
	opacity: 0;

}

body,
html {
    font-size: 16px
}

body {
    min-height: 100%;
    color: #000;
    font-family: Lato, sans-serif
}

.box-image-icon:hover:after,
.select-wrapper:after,
label.form-label input+span:before,
ul.list-custom li:before {
    font-family: FontAwesome
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    clear: both;
    font-weight: 500
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 28px
}

h3 {
    margin: 15px 0;
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

a {
    color: inherit
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

p {
    margin-bottom: 20px
}

span#q {
    display: none!important
}

.select-wrapper {
    position: relative;
    height: 34px
}

.select-wrapper:after {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    padding-top: 7px;
    text-align: center;
    pointer-events: none
}

.select-wrapper select {
    width: 99.9%;
    height: 100%;
    padding: 8px 12px 6px;
    color: #074c9c;
    background-color: #fff;
    border: 1px solid #CCC;
    box-shadow: none!important;
    cursor: pointer
}

.select-wrapper option {
    padding: 6px;
    background-color: #fff;
    color: #074c9c
}

.select-wrapper.select-wrapper-disabled,
.select-wrapper.select-wrapper-disabled:after {
    background-color: #eee
}

.box-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.box-image img {
    position: absolute!important;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    z-index: 0!important;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: auto;
    transition: .2s
}

.box-image-fit img {
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    max-height: 100%
}

.box-image-zoom:hover img {
    transform: scale(1.05)
}

.box-image-icon:hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .4)
}

.box-image-icon:hover:after {
    content: "\f00e";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    line-height: 1;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px
}

.color-1 {
    color: #fff
}

.color-2e3645 {
    color: #2e3645
}

.link-phone-number {
    cursor: default
}

label.form-label {
    line-height: 1;
    padding-left: 20px;
    cursor: pointer;
    font-weight: 400
}

label.form-label input {
    display: none
}

label.form-label input+span {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 0 -15px
}

label.form-checkbox input[type=checkbox]+span:before {
    content: "\f096"
}

label.form-checkbox input[type=checkbox]:checked+span:before {
    content: "\f046"
}

label.form-radio input[type=radio]+span:before {
    content: "\f10c"
}

label.form-radio input[type=radio]:checked+span:before {
    content: "\f192"
}

ul.list-custom {
    margin-bottom: 20px
}

ul.list-custom li {
    padding: 0 0 5px 25px
}

ul.list-custom li:before {
    content: "\f05d";
    float: left;
    margin: 2px 0 0 -23px;
    color: #074c9c
}

.section-header {
    padding: 0;
    background-color: #fff
}

.section-header .header-top {
    background-color: #074c9c;
    color: #fff;
    padding: 0;
    font-size: 13px;
    font-weight: 400
}

.section-header .header-top a {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center
}

.section-header .header-top span {
    margin: 0 10px 0 5px
}

.section-header .header-top a:hover {
    opacity: .8
}

.section-header .header {
    background-color: #fff;
    position: relative
}

.section-header .header .logo {
    padding: 8px 0 8px 11px;
    display: inline-block;
    background-color: #fff
}

.section-header .header .menu {
    width: 100%
}

.section-menu {
    background-color: #333
}

.section-slider {
    background-color: #f6f9fd
}

.section {
    padding: 0 0 30px
}

.title-linethrough {
    position: relative
}

.title-linethrough:before {
    content: "";
    position: absolute;
    top: 46%;
    width: 100%;
    border-top: 1px solid #000
}

.title-linethrough span {
    position: relative;
    z-index: 3;
    padding-right: 20px;
    background-color: #fff
}

.section-home .product-profile {
    background-color: #f6f9fd
}

.section-home .product-profile .title {
    color: #2e3645
}

.section-home .product-profile .items {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 10px;
    box-shadow: 0 24px 50px rgba(23, 128, 224, .3);
    display: block;
    position: relative;
    transition: all linear .3s;
    cursor: pointer
}

.section-home .product-profile .items h4 {
    color: #677897;
    font-size: 16px;
    font-weight: 400
}

.section-home .product-profile .items:hover {
    top: -10px
}

.section-home .product {
    background-color: #f6f9fd;
    color: #2e3645
}

.section-home .product .title h2 {
    background-color: #f6f9fd;
    padding: 0 20px;
    position: relative;
    z-index: 6;
    display: inline-block
}

.section-home .product .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c0c4c8;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 15px
}
/*
.section-home .product .detail .image:before {
    box-shadow: 0 24px 50px rgba(23, 128, 224, .3);
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 80%;
    position: absolute
}*/

.section-home .product .detail .image img {
    padding-bottom: 15px
}

.section-home .product .detail a {
    display: block;
    margin: 0 15px;
    color: #2e3645
}

.section-content .product-code .code,
.section-home .product-code .code {
    color: #7f8ca6;
    font-size: 18px;
    display: inline!important;
    font-weight: 600
}

.section-home .product-code {
    background-color: #f6f9fd
}

.section-home .product-code .detail {
    background-color: #fff
}

.section-content .product-code {
    background-color: #f6f9fd
}

.section-content .product-code .detail {
    background-color: #fff
}

.section-home .product-code .title a.again {
    font-style: italic;
    background-color: #fff;
    border-bottom: 2px solid #27AE60;
    color: #27AE60;
    display: block;
    border-radius: 5px
}

.section-home .product-code .title a.again:hover {
    border-bottom: 2px solid #FF8038;
    color: #FF8038
}

.section-content .product-code .title a.again {
    font-style: italic;
    background-color: #fff;
    border-bottom: 2px solid #27AE60;
    color: #27AE60;
    display: block;
    border-radius: 5px
}

.section-content .product-code .title a.again:hover {
    border-bottom: 2px solid #FF8038;
    color: #FF8038
}

.section-home .activity {
    background-color: #f6f9fd
}

.section-home .activity .title {
    color: #2e3645
}

.section-home .activity .title p {
    color: #7f8ca6
}

.section-home .activity .title .more a {
    color: #074c9c
}

.section-home .activity .title .more a:hover {
    color: #5ec763
}

.section-home .activity .items {
    background-color: #fff;
    padding: 10px
}

.section-home .activity .desc {
    color: #2e3645
}

.section-home .activity .desc .date {
    color: #7f8ca6
}

.section-home .number {
    background-color: #074c9c;
    color: #fff
}

.section-home .timers {
    padding: 15px 0
}

.section-home .timer-icon {
    display: block;
    width: 63px;
    height: 64px;
    background-image: url(../images/icon-home-timer.png);
    margin-right: 3px
}

.section-home .timer-icon.icon-2 {
    background-position: top right
}

.section-home .timer-icon.icon-3 {
    background-position: bottom left
}

.section-home .timer-icon.icon-4 {
    background-position: bottom right
}

.section-home .timers p {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #98ae4d;
    font-style: italic
}

.section-home .timers p span.timer,
.section-home .timers p:first-child {
    font-size: 40px;
    color: #fff;
    font-style: normal
}

.section-home .contact-home {
    background-image: url(../images/bg-contact-home.jpg);
    background-color: #222328;
    color: #fff
}

.section-home .contact-home a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 30px 8px;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: all linear .3s
}

.section-home .contact-home a:hover {
    background-color: #074c9c;
    border-color: #074c9c
}

.section-home .contact-home a.btn-2 {
    background-color: #074c9c;
    border: 1px solid #074c9c
}

.section-home .contact-home a.btn-2:hover {
    background-color: transparent;
    border-color: #fff
}

.section-home .callback {
    background-color: #f6f9fd
}

.section-home .callback .title h4 {
    color: #2e3645;
    font-size: 22px
}

.section-home .callback .contact-form {
    background-color: #fff;
    box-shadow: 0 24px 50px rgba(23, 128, 224, .1);
    border-radius: 10px
}

.section-home .callback input.form-control {
    width: 100%;
    height: auto;
    padding: 12px 15px 10px;
    border-color: #2e3645
}

.section-home .callback textarea.form-control {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    border-color: #2e3645
}

.section-home .callback .btn-contact {
    background-color: #074c9c;
    color: #fff;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 15px 0 13px
}

.section-home .callback .btn-contact:hover {
    background-color: #2e3645
}

.section-content {
    min-height: 500px
}

.section-content .section-detail {
    background-color: #f6f9fd
}

.section-content .section-top {
    background-color: #2e3645;
    border-top: 8px solid #074c9c;
    color: #fff
}

.section-content .section-detail {
    color: #2e3645
}

.section-content .section-detail h4 {
    position: relative;
    color: #2e3645;
    background-color: #f6f9fd;
    padding: 0 5px;
    display: inline-block;
    z-index: 5
}

.section-content .section-detail h4+span.line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #2e3645;
    content: "";
    display: inline-block;
    left: 0;
    top: -36px;
    z-index: 4
}

.section-content .section-detail a.download {
    color: #fff;
    display: inline-block;
    padding: 15px 20px 15px 40px;
    border-radius: 30px;
    transition: all linear .3s
}

.section-content .section-detail a.download:hover {
    background-color: #2e3645!important
}

.section-content .section-detail a.download:after {
    content: "\f019";
    float: right;
    font-family: FontAwesome;
    margin-left: 20px
}

.section-content .content a.pdf {
    display: block;
    margin: 15px 0;
    border: 1px solid #2e3645;
    color: #2e3645;
    padding: 5px;
    font-size: 15px
}

.section-content .content a.pdf:hover {
    border-color: #ccc;
    color: #2e3645
}

.section-content .content a.pdf span {
    padding: 5px;
    display: block
}

.section-content .content a.pdf span:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-right: 10px
}

.section-content .section-detail .articles h3 {
    overflow: hidden
}

.section-content .section-detail .articles p {
    overflow: hidden;
    height: 50px
}

.section-content .section-detail .articles .image {
    text-align: center;
    overflow: hidden
}

.section-content .section-detail .articles .image img {
    width: auto
}

.section-content .section-detail .sektor-detail-item img {
    border: 5px solid #fff;
    transition: all linear .3s
}

.section-content .section-detail .sektor-detail-item img:hover {
    border-color: #074c9c
}

.section-content .section-detail .videos a {
    display: block
}

.section-content .section-detail .videos .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .3);
    text-align: center
}

.section-content .section-detail .videos .mask .fa {
    top: 38%;
    color: #fff;
    position: absolute;
    font-size: 36px;
    left: 45%
}

.section-content .other-product {
    background-color: #eaedf1;
    color: #2e3645
}

.section-content .other-product .border-right {
    border-right: 1px solid #ccc
}

.section-content .section-detail .feature-detail {
    height: 210px;
    overflow: hidden
}

.section-content .section-detail .product {
    background-color: #f6f9fd;
    color: #2e3645
}

.section-content .section-detail .product .title h2 {
    background-color: #f6f9fd;
    padding: 0 20px;
    position: relative;
    z-index: 6;
    display: inline-block
}

.section-content .section-detail .product .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c0c4c8;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 15px
}
/*
.section-content .section-detail .product .detail .image:before {
    z-index: 0;
    box-shadow: 0 24px 50px rgba(23, 128, 224, .3);
    left: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 80%;
    position: absolute
}*/

.section-content .section-detail .product .detail .image img {
    padding-bottom: 15px;
    position: relative;
    z-index: 1
}

.section-content .section-detail .product .detail a {
    display: block;
    margin: 0 15px;
    color: #2e3645
}

.section-content .section-detail .product .detail .desc .line,
.section-content .section-detail .product .item22,
.section-content .section-detail .product .item41,
.section-content.page .image.page-21,
.section-content.page .image.page-26 {
    display: none
}

.section-content .section-detail .product .detail .desc h4 {
    background-color: transparent;
    padding: 5px 0
}

.section-content .section-detail .product .detail .desc p {
    height: 110px;
    overflow: hidden
}

.gm-style-iw p,
.section-content .dealer p {
    margin-bottom: 5px;
    font-size: 14px
}

table .border-grey td {
    padding: 8px 0!important;
    font-size: 14px
}

.canvasjs-chart-credit {
    display: none!important
}

.chart .chart-desc {
    height: 240px;
    overflow: hidden
}

.section-contact .btn-contact,
.section-contact .form-control {
    height: auto;
    padding: 10px 15px 8px
}

.no-border {
    border: none!important
}

.section-contact a {
    color: #074c9c
}

.section-contact a:hover {
    color: #2e3645
}

.section-contact .btn-contact {
    background-color: #074c9c;
    color: #fff;
    border-radius: 0
}

.section-contact .btn-contact:hover {
    background-color: #2e3645
}

.captcha-wrapper {
    position: absolute;
    top: 1px;
    right: 5px;
    bottom: 1px
}

.contact-info {
    margin-bottom: 20px;
    padding-left: 30px
}

.contact-info i {
    float: left;
    width: 30px;
    margin: 2px 0 0 -30px;
    text-align: center
}

.section-404 h2,
.section-404 p {
    margin-bottom: 20px
}

.google-map {
    height: 400px
}

.gm-style a img,
.gm-style-cc {
    display: none
}

.google-map-full {
    height: 600px
}

.select-wrapper-form {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff
}

.select-wrapper-form:after {
    background-color: #fff;
    color: #333
}

.select-wrapper-form select {
    color: #333
}

.section-products .product-previews {
    display: block;
    background-color: #fafafa
}

.code-blue td {
    color: #0092FA
}

.code-red td {
    color: #FC0000
}

.border-grey {
    border: 1px solid #E8E8E8
}

.igneli {
    width: 745px;
    height: 50px
}

.blue-bg {
    color: #fff;
    background-color: #81A4CE
}

.section-news .news-previews {
    height: 120px;
    background-color: #fafafa
}

.section-404 {
    text-align: center
}

.section-404 h2 {
    margin-top: 40px
}

.section-404 img {
    margin-bottom: 80px
}

.section-footer {
    padding: 30px 0;
    background-color: #f6f9fd;
    font-size: 16px
}

.section-footer .address {
    color: #a8acb9
}

.section-footer .address li {
    margin-bottom: 10px
}

.section-footer .social li {
    font-size: 14px;
    color: #a8acb9
}

.section-footer .social a {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.section-footer .social a .fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center
}

.section-footer .social li:before {
    display: none
}

.section-footer h5 {
    color: #2e3645;
    margin-bottom: 15px
}

.section-footer ul.footer-menu li {
    margin-bottom: 5px;
    color: #a8acb9
}

.section-footer ul.footer-menu li:before {
    content: "\f105";
    font-family: FontAwesome
}

.section-footer ul.footer-menu li a {
    color: #a8acb9
}

.section-footer ul.footer-menu li:hover,
.section-footer ul.footer-menu li:hover a {
    color: #2e3645
}

.section-footer .list-inline {
    margin: 0
}

.section-footer .list-inline li {
    margin: 0;
    padding: 0
}

.section-footer .list-inline li:nth-child(n+2) {
    padding-left: 10px
}

.section-footer .list-inline li:nth-child(n+2):before {
    content: "|";
    float: left;
    margin: 2px 0 0 -16px;
    pointer-events: none
}

.section-post-footer {
    padding: 10px 0 0;
    color: #a8acb9;
    background-color: #fff;
    font-size: 14px
}

.egegen {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 30px;
    overflow: hidden
}

.egegen .after svg,
.egegen .before svg {
    width: 100%;
    height: 100%
}

.egegen .after,
.egegen .before {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transition: .1s;
    transition: .1s;
    display: block
}

.egegen .before {
    top: 0
}

.egegen .after {
    top: 100%
}

.egegen:hover .before {
    top: -100%
}

.egegen:hover .after {
    top: 0
}

.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 32px;
    opacity: 0;
    color: #fff!important;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    pointer-events: none;
    transition: 150ms
}

.back-to-top.active {
    opacity: .6;
    pointer-events: inherit
}

.back-to-top.active:hover {
    opacity: 1
}

@media (min-width:992px) and (max-width:1199px) {
    .section-footer .list-inline li {
        display: block;
        margin: 5px 0
    }
    .section-footer .list-inline li:nth-child(n+2) {
        padding: 0
    }
    .igneli {
        width: 600px;
        height: 50px
    }
}

@media (max-width:991px) {
    .section-home .timers p span.timer,
    .section-home .timers p:first-child {
        font-size: 30px
    }
    .section-home .timers p.width {
        width: 100px
    }
    .section-home .contact-home {
        background-size: cover
    }
}

@media (max-width:767px) {
    #progressbar,
    .section-footer .list-inline li:nth-child(n+2) {
        padding: 0
    }
    .google-map {
        height: 230px
    }
    #progressbar li {
        width:auto;
        margin-bottom: 20px;
        font-size: 15px
    }
    .section-home .timer-icon {
        display: inline-block
    }
    .section-home .timers p.width {
        width: auto
    }
    .section-footer .list-inline li {
        display: block;
        margin: 5px 0
    }
}

@media (min-width:540px) and (max-width:767px) {
    .igneli,
    .ignesiz {
        width: 570px;
        height: 50px
    }
}

@media (max-width:539px) {
    .section-header .header .logo {
        padding: 8px 0
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    min-height: 100%!important;
}

.loading .loading-image {
    position: fixed;
    top: 49%;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    width: 70px;
    height: 69px;
    margin: -35px 0 0 -35px;
    padding: 7px 0 0 7px;
    background-color: #fff
}

::selection {
    background: #bebebe;
    color: #fff
}

::-moz-selection {
    background: #bebebe;
    color: #fff
}

::-webkit-selection {
    background: #bebebe;
    color: #fff
}

::-ms-selection {
    background: #bebebe;
    color: #fff
}

::-o-selection {
    background: #bebebe;
    color: #fff
}

::-webkit-input-placeholder {
    color: #ababab!important;
    opacity: 1
}

::-moz-placeholder {
    color: #ababab!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ababab!important;
    opacity: 1
}

input:-moz-placeholder {
    color: #ababab!important;
    opacity: 1
}

:disabled::-webkit-input-placeholder {
    opacity: .5
}

:disabled::-moz-placeholder {
    opacity: .5
}

:disabled:-ms-input-placeholder {
    opacity: .5
}

:disabled:-moz-placeholder {
    opacity: .5
}

.section-content .section-top {background-repeat:no-repeat;}

.header-logo {position:relative;z-index:9999;}

.blog_btn_back{
	padding: 11px;
	float: right;
	position: absolute;
	right: 0;
	top: 31px;
	background-color: #074c9c99;
	color: #fff;
	border-radius: 3px;

}

@media(max-width:767px) {
	.blog_btn_back{

		float: inherit;
		position: inherit;

	}
}

.coding-scheme .product-code .container
{
    width: 100%;
}

.section-top .img-responsive
{
    max-width:450px;
}

.row.justify-content-center {
    justify-content: center!important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.list_items{

min-height: 370px;

}

@media(max-width:1200px) {
	    .list_items{min-height: 305px ;}
}

@media(max-width:767px) {
	#progressbar li a {white-space:nowrap;}

	 .list_items{min-height: auto ;}
}

@media(max-width:567px) {
	.section-content .section-top {
    background-position: 72% 0 !important;
	}
	.section-content .section-detail .feature-detail {height:auto;}
	.section-content .other-product .border-right {border-right-width:0;}
	.section-content .section-detail .articles h3 {margin-top:5px !important;}
}*/