@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i%7CTitillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i');

@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(navigation.css);
@import url(bootstrap.css);
@import url(settings.css);
@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
body {
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
}
button {
    font-family: Assistant, sans-serif;
}
p {
    position: relative;
    line-height: 1.8em;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Assistant, sans-serif;
}
a.btn-style-one {
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #730f14;
    border: 1px solid #730f14;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 26px 12px 28px;
    display: inline-block;
    transition: all 0.5s ease;
}
a.btn-style-one:hover {
    color: #730f14;
    background: 0 0;
    border: 1px solid #730f14;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s ease;
}
.banner a.btn-style-one:hover {
    transform: none;
    -webkit-transform: none;
}
.btn-style-two {
    position: relative;
    color: #2f323c !important;
    font-size: 14px;
    text-align: center !important;
    background: #fff !important;
    border: 1px solid #730f14 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    padding: 12px 26px 12px 28px;
    transition: all 0.5s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-style-two:hover {
    color: #fff !important;
    background: #730f14 !important;
    border: 1px solid #730f14 !important;
    transition: all 0.5s ease;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.btn-style-three {
    position: relative;
    color: #222 !important;
    font-size: 16px;
    font-family: Rasa, serif;
    background: #fff !important;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff !important;
    line-height: 26px;
    font-weight: 600;
    padding: 10px 30px;
    transition: all 0.5s ease;
}
.btn-style-three:hover {
    position: relative;
    color: #fff !important;
    background: #730f14 !important;
    border: 1px solid #730f14 !important;
    font-weight: 600;
    transition: all 0.5s ease;
}
.theme-btn .fa {
    position: relative;
    top: 2px;
    padding-left: 7px;
}
.theme_color {
    color: #730f14;
}
.bold-font {
    font-weight: 700;
    text-align: center;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-bottom: 0 !important;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://laptop.com.gr/images/icons/preloader.gif);
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 32px;
    width: 35px;
    height: 35px;
    border: 1px solid #730f14;
    background: #730f14;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.scroll-to-top:hover {
    border: 1px solid #730f14;
    color: #730f14;
    background: 0 0;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s ease;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.27);
}
.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    background: #730f14;
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-header .header-upper {
    position: relative;
    background: #000;
    padding: 9px 0;
}
.main-header .header-upper:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 73px;
    right: -53px;
    position: absolute;
    top: -28px;
    transform: skewX(20deg);
    width: 60px;
    z-index: -1;
}
.main-header .header-upper:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 73px;
    left: -53px;
    position: absolute;
    top: -28px;
    transform: skewX(-20deg);
    width: 60px;
    z-index: -1;
}
.main-header .header-upper .top-left {
    position: relative;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.text {
    position: relative;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 13px;
    font-weight: 700;
}
.main-header .header-upper .top-right {
    position: relative;
    float: right;
}
.main-header .header-upper .top-right .text {
    position: relative;
    display: inline-block;
    margin-right: 38px;
}
.main-header .header-upper .top-right .text:before {
    position: absolute;
    content: "";
    background: #730f14;
    height: 19px;
    width: 1px;
    right: -27px;
    top: 4px;
}
.main-header .header-upper .top-right .text a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
}
.main-header .header-upper .top-right .social-link {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.main-header .header-upper .top-right .social-link li {
    display: inline-block;
    margin-right: 13px;
}
.main-header .header-upper .top-right .social-link li a {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    transition: all 0.5s ease;
}
.main-header .header-upper .top-right .social-link li a:hover {
    color: #000;
    transition: all 0.5s ease;
}
.main-header .outer-area {
    position: relative;
    padding: 20px 0;
}
.main-header .outer-area .logo {
    position: relative;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
}
.main-header .outer-area .single-info-box {
    position: relative;
    float: right;
    padding-right: 50px;
}
.main-header .outer-area .single-info {
    position: relative;
    display: inline-block;
    margin-left: 17px;
    padding: 12px 0 0 50px;
}
.main-header .outer-area .single-info .icon-box {
    position: absolute;
    left: 0;
    top: 22px;
}
.main-header .outer-area .single-info .icon-box i:before {
    font-size: 33px;
    color: #730f14;
    margin: 0;
}
.main-header .outer-area .single-info .icon-box i.fa:before {
    color: #730f14;
}
.main-header .outer-area .single-info .title {
    font-size: 17px;
    font-family: "Titillium Web", sans-serif;
    line-height: 27px;
    color: #222;
    margin-bottom: -5px;
}
.main-header .outer-area .single-info .text {
    font-size: 18px;
    font-family: "Titillium Web", sans-serif;
    line-height: 28px;
    color: #777;
}
.main-header .outer-area .single-info .text-phone {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    color: #730f14;
    font-weight: 700;
}
.header-lower {
    position: relative;
    background: #730f14;
    width: 100%;
}
.main-menu {
    position: relative;
    text-indent: 9rem;
}
.main-menu .navbar-collapse {
    padding: 0;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
}
.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-menu .navigation > li > a > i:before {
    margin-right: 5px;
    font-size: 16px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    font-weight: 600;
    padding: 19px 10px 17px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    opacity: 1;
    transition: all 0.5s ease;
}
.sticky-header .main-menu .navigation > li > a {
    line-height: 39px;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #000;
    background: 0 0;
    transition: all 0.5s ease;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 130%;
    margin-top: 0;
    width: 220px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #730f14;
    border-top: 3px solid #730f14;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.sticky-header .main-menu .navigation > li > ul {
    margin-top: 0;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #730f14;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 28px;
    font-weight: 400;
    background: #000;
    font-size: 15px;
    font-family: Rubik, sans-serif;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    background: #fff;
    color: #730f14;
    transition: all 0.5s ease;
    padding: 10px 15px 10px 18px;
}
.banner-title h2 {
    font-size: 40px;
    font-family: "Titillium Web", sans-serif;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}
.banner-title h1 {
    font-size: 35px;
    font-family: "Titillium Web", sans-serif;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}
.banner .text {
    position: relative;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #fff;
    text-align: center;
}
.about-section {
    position: relative;
    background: #fff;
}
.about-section .about-content {
    position: relative;
    padding: 218px 55px 220px 0;
}
.about-section .about-content:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    right: 30%;
    top: 0;
    width: 150%;
    height: 100%;
}
.about-section .about-content .text {
    position: relative;
    font-size: 30px;
    font-family: "Titillium Web", sans-serif;
    color: #730f14;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 3px;
}
.title {
    position: relative;
    font-size: 18px;
    font-family: "Titillium Web", sans-serif;
    color: #222;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
}
.about-section .about-content h4 {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    color: #222;
    margin-bottom: 15px;
}
.about-section .about-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 32px;
}
.about-section .about-btn a.btn-style-one {
    padding: 12px 29px;
    margin-right: 17px;
}
.about-section .about-btn a.btn-style-two {
    padding: 12px 20px;
}
.photo-section {
    position: relative;
    margin: 100px 0 64px 0;
}
.photo-section:before {
    position: absolute;
    content: "";
    background: url(https://laptop.com.gr/images/about/about2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    left: 100px;
    top: 0;
    width: 250%;
    height: 550px;
}
.photo-section:after {
    position: absolute;
    content: "";
    left: 100px;
    top: 0;
    width: 5000px;
    height: 550px;
    opacity: 0.8;
}
.photo-section .fluid-image img {
    position: relative;
    z-index: 1;
    left: 3px;
    padding: 75px 0 0 0;
}
.photo-section .fluid-image span {
    position: absolute;
    top: 50%;
    left: 45%;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    box-shadow: 0 0 0 10px rgba(245, 245, 245, 0.33);
    z-index: 1;
}
.photo-section .fluid-image span:before {
    font-size: 32px;
    color: #730f14;
    margin: 0;
}
.section-title {
    position: relative;
    font-size: 40px;
    font-family: "Titillium Web", sans-serif;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 73px;
}
.service-section {
    position: relative;
    padding: 90px 0 100px 0;
    background: url(https://laptop.com.gr/images/service/service-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-section:before {
    position: absolute;
    content: "";
    background: #101516;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.service-section .single-item {
    position: relative;
    background: #fff;
    padding: 20px 20px 22px 20px;
}
.service-section .img-box img {
    position: relative;
    width: 100%;
}
.service-section .inner-box {
    position: relative;
    overflow: hidden;
}
.service-section .img-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
    opacity: 0;
}
.service-section .inner-box:hover .img-content {
    opacity: 1;
    text-align: center;
    left: 0;
    top: 10%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
}
.service-section .img-content p {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 25px;
    font-weight: 600;
}
.service-section .img-content a {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    color: #002;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 22px;
    background: #fff;
    transition: all 0.5s ease;
}
.service-section .img-content a:hover {
    color: #730f14;
    transition: all 0.5s ease;
}
.service-section .img-title a {
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    line-height: 25px;
    color: #222;
    padding: 0 0;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.5s ease;
}
.service-section .single-item:hover .img-title a {
    color: #730f14;
    transition: all 0.5s ease;
}
.fact-counter {
    position: relative;
    padding: 77px 0 86px 0;
    background: url(https://laptop.com.gr/images/home/counter.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fact-counter:before {
    position: absolute;
    content: "";
    background: #101516;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.fact-counter span {
    position: relative;
    font-size: 40px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    display: inline-block;
}
.fact-counter h1 {
    position: relative;
    font-size: 50px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    display: inline-block;
}
.fact-counter span:before {
    position: absolute;
    content: "";
    background: #730f14;
    height: 2px;
    width: 50px;
    left: 3px;
    bottom: -22px;
}
.fact-counter .text {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    color: #fffefe;
    font-weight: 600;
}
.fact-counter .single-item-two {
    position: relative;
    padding: 0 0 0 30px;
}
.fact-counter .single-item-three {
    position: relative;
    padding: 0 0 0 73px;
}
.fact-counter .single-item-four {
    position: relative;
    float: right;
}
.fact-counter .count-outer {
    margin-bottom: 9px;
}
.choose-section {
    position: relative;
    padding: 90px 0 0 0;
}
.choose-section .section-title {
    color: #222;
}
.choose-section .img-box img {
    width: 100%;
    padding: 0 10px;
}
.choose-section .single-item {
    position: relative;
    padding: 32px 140px 40px 0;
}
.choose-section .choose-right .single-item {
    position: relative;
    padding: 32px 0 40px 140px;
}
.choose-section .single-item .icon-box {
    position: absolute;
    top: 30px;
    right: 35px;
    border: 1px solid #e5e5e5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 79px;
}
.choose-section .single-item .icon-box i:before {
    font-size: 36px;
    color: #730f14;
    margin: 0;
}
.choose-section .choose-right .single-item .icon-box {
    position: absolute;
    top: 30px;
    left: 35px;
}
.choose-section .single-item h4 {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    margin-bottom: 6px;
}
.choose-section .single-item p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 10px;
}
::-webkit-input-placeholder {
    color: #dee2e7;
}
:-ms-input-placeholder {
    color: #dee2e7;
}
::-moz-placeholder {
    color: #dee2e7;
    opacity: 1;
}
:-moz-placeholder {
    color: #dee2e7;
    opacity: 1;
}
.working-section {
    position: relative;
    padding: 95px 0 90px 0;
    background: url(https://laptop.com.gr/images/home/working.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.working-section:before {
    position: absolute;
    content: "";
    background: #101516;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}
.working-section .single-item-one {
    position: relative;
    float: right;
    padding: 0 10px 0 0;
}
.working-section .single-item-two {
    position: relative;
    float: right;
    padding: 0 10px 0 0;
}
.working-section .single-item-three {
    position: relative;
    float: right;
    padding: 0 10px 0 0;
}
.working-section .single-item-four {
    position: relative;
    float: right;
    padding: 0 10px 0 0;
}
.working-section .icon-box {
    width: 130px;
    height: 130px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 13px;
}
.working-section .icon-box i:before {
    font-size: 36px;
    color: #fff;
    margin: 0;
    line-height: 130px;
    font-weight: 400;
}
.working-section .number {
    position: absolute;
    left: -39px;
    top: 40px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #730f14;
    font-size: 26px;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.working-section h4 {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.accordion {
    position: relative;
    margin-bottom: 0;
}
.accordion-box {
    border: 1px solid #e5e5e5;
}
.accordion .left-icon span {
    position: relative;
    top: 18px;
}
.news-section {
    position: relative;
    padding: 95px 0 90px 0;
}
.news-section .section-title {
    color: #222;
}
.news-section .single-item img {
    width: 100%;
}
.news-section .single-item {
    position: relative;
    padding: 0;
}
.news-section .single-item .news-content {
    position: relative;
    padding: 0;
}
.news-section .single-item .news-content .top-content {
    position: relative;
    padding: 23px 0 13px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.news-section .single-item .news-content .top-content .title {
    margin-bottom: 0;
}
.news-section .single-item .news-content .top-content .title a {
    position: relative;
    display: block;
    font-size: 22px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 3px;
    transition: all 0.5s ease;
}
.news-section .single-item .news-content .top-content .title a:hover {
    color: #730f14;
    transition: all 0.5s ease;
}
.news-section .single-item .news-content .top-content .list {
    position: relative;
    padding: 0;
    margin: 0;
}
.news-section .single-item .news-content .top-content .list li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #848484;
}
.news-section .single-item .news-content .top-content .list li i:before {
    font-size: 14px;
    color: #848484;
    margin-right: 7px;
}
.news-section .single-item .news-content .top-content .list span {
    color: #730f14;
}
.news-section .single-item .news-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 13px;
}
.news-section .single-item .news-content a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #222;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.news-section .single-item .news-content a:hover {
    color: #730f14;
    transition: all 0.5s ease;
}
.footer-section {
    position: relative;
    background: #000;
    width: 100%;
    padding: 100px 0 0 0;
}
.footer-section .footer-top {
    position: relative;
    padding: 0 0 90px 0;
}
.footer-section .logo-widget {
    position: relative;
    padding: 0 10px 0 0;
}
.footer-section .logo-widget .footer-logo {
    position: relative;
    padding: 0 20px 22px 0;
}
.footer-section .logo-widget .widget-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
    /* padding-top: 18px; */
}
.footer-section .logo-widget .footer-social {
    position: relative;
    padding: 0;
    margin: 0;
}
.footer-section .logo-widget .footer-social li {
    display: inline-block;
    margin-right: 5px;
}
.footer-section .logo-widget .footer-social li a {
    position: relative;
    font-size: 14px;
    color: #fff;
    border: 1px solid #bebfc2;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    transition: all 0.5s ease;
}
.footer-section .logo-widget .footer-social li a:hover {
    background: #730f14;
    border: 1px solid #730f14;
    transition: all 0.5s ease;
    transform: translateZ(0);
}
.footer-section .footer-title {
    font-size: 22px;
    font-family: "Titillium Web", sans-serif;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-widget.contact-widget {
    position: relative;
    padding: 0 0 0 10px;
}
.footer-section .link-widget {
    position: relative;
    left: -8px;
}
.footer-section .link-widget .list {
    position: relative;
    padding: 0;
    margin: 0;
}
.footer-section .link-widget .list li {
    position: relative;
    padding: 0 0 0 13px;
}
.footer-section .link-widget .list li:before {
    position: absolute;
    content: "\f105";
    color: #bec2c6;
    font-size: 14px;
    font-weight: 500;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}
.footer-section .link-widget .list li:hover:before {
    color: #730f14;
}
.footer-section .link-widget .list li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #bec2c6;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}
.footer-section .link-widget .list li:hover a {
    color: #730f14;
    transition: all 0.5s ease;
}
.footer-section .link-widget .list li i {
    margin-right: 8px;
}
.footer-section .contact-widget p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #bec2c6;
    margin-bottom: 15px;
}
.footer-section .contact-widget .text {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #bec2c6;
    margin-bottom: 5px;
}
.footer-section .footer-bottom {
    position: relative;
    background: #000;
    width: 100%;
    padding: 14px 0;
}
.footer-section .footer-bottom .text {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
    color: #fff;
    margin: 0;
}
.footer-section .footer-bottom .text span {
    color: #fff;
}
.page-title {
    position: relative;
    background: #f5f5f5;
    padding: 50px 0;
}
.page-title .title {
    font-size: 30px;
    font-family: "Titillium Web", sans-serif;
    line-height: 50px;
    color: #222;
    margin-bottom: 0;
    display: inline-block;
}
.page-title .bread-crumb {
    position: relative;
    float: right;
    top: 15px;
}
.page-title .bread-crumb li {
    display: inline-block;
    color: #222;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
}
.page-title .bread-crumb li a {
    display: inline-block;
    color: #222;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    transition: all 0.5s ease;
}
.page-title .bread-crumb li a:hover {
    color: #730f14;
    transition: all 0.5s ease;
}
.page-title .bread-crumb li i:before {
    margin-left: 7px;
    font-size: 16px;
}
.service-section.style-2 {
    position: relative;
    background: #fff;
    padding: 100px 0 70px 0;
}
.service-section.style-2:before {
    display: none;
}
.service-section.style-2 .single-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.sidebar-page-container {
    position: relative;
    padding: 100px 0;
}
.sidebar-page-container .sidebar .list {
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 42px;
}
.sidebar-page-container .sidebar .list li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 0 11px 29px;
}
.sidebar-page-container .sidebar .list li:before {
    position: absolute;
    content: "";
    background: #730f14;
    width: 3px;
    height: 25px;
    left: 10px;
    top: 12px;
    opacity: 0;
    transition: all 0.5s ease;
}
.sidebar-page-container .sidebar .list li.active:before {
    opacity: 1;
}
.sidebar-page-container .sidebar .list li:hover:before {
    opacity: 1;
}
.sidebar-page-container .sidebar .list li:last-child {
    border-bottom: none;
}
.sidebar-page-container .sidebar .list li a {
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    line-height: 26px;
    color: #222;
    display: block;
    transition: all 0.5s ease;
}
.sidebar-page-container .sidebar .list li.active a {
    font-weight: 600;
}
.sidebar-page-container .sidebar .list li:hover a {
    color: #730f14;
    transition: all 0.5s ease;
}
.sidebar-page-container .service-detail {
    position: relative;
    padding: 0 0 0 20px;
}
.sidebar-page-container .service-detail .img-box img {
    max-width: 100%;
}
.sidebar-page-container .service-detail .service-detail-content .title {
    font-size: 30px;
    font-family: "Titillium Web", sans-serif;
    line-height: 37px;
    color: #222;
    font-weight: 600;
    padding: 0 10px 0 0;
    margin-bottom: 18px;
    text-align: center;
}
.sidebar-page-container .service-detail .img-box {
    margin-bottom: 42px;
}
.sidebar-page-container .service-detail .service-detail-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 26px;
    padding: 0;
}
.sidebar-page-container .service-detail .service-detail-content {
    position: relative;
    padding: 0 0 11px 0;
}
.sidebar-page-container .service-detail .lower-content .title {
    font-size: 22px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding: 0;
    margin-bottom: 16px;
    text-align: center;
}
.sidebar-page-container .service-detail .lower-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 10px;
    padding: 0;
}
.shop-page {
    position: relative;
    padding: 100px 0 90px 0;
}
.shop-page ::-webkit-input-placeholder {
    color: #222;
}
.shop-page :-ms-input-placeholder {
    color: #222;
}
.shop-page ::-moz-placeholder {
    color: #222;
    opacity: 1;
}
.shop-page :-moz-placeholder {
    color: #222;
    opacity: 1;
}
.shop-page .sidebar-title {
    position: relative;
    display: block;
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    margin-bottom: 22px;
}
.shop-page .inner-box {
    position: relative;
    overflow: hidden;
}
.shop-page .img-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
    opacity: 0;
}
.shop-page .inner-box:hover .img-content {
    opacity: 1;
    text-align: center;
    left: 0;
    bottom: -30%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
}
.shop-page .single-item .img-content a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    font-weight: 700;
    padding: 13px 35px;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.shop-page .single-item .img-content a.img-btn-one {
    background: #000;
    color: #fff;
}
.shop-page .single-item .img-content a.img-btn-two {
    background: #fff;
    color: #848484;
}
.shop-page .single-item .img-content a.img-btn-one:hover {
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}
.shop-page .single-item .img-content a.img-btn-two:hover {
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.shop-page .single-item .single-content h4 {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    margin-bottom: 7px;
    font-weight: 600;
    margin-top: 25px;
    transition: all 0.5s ease;
}
.shop-page .single-item .single-content h4:hover {
    color: #730f14;
    transition: all 0.5s ease;
}
.shop-page .single-item .single-content .text {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #848484;
    font-weight: 600;
    margin-bottom: 45px;
}
.shop-page .img-box img {
    width: 100%;
}
.shop-page .shop-btn {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 13px;
}
.shop-page .shop-btn li {
    display: inline-block;
    margin: 0 2px;
}
.shop-page .shop-btn li a {
    font-size: 18px;
    color: #848484;
    height: 45px;
    width: 45px;
    background: 0 0;
    line-height: 45px;
    display: inline-block;
    transition: all 0.5s ease;
}
.shop-page .shop-btn li a:hover {
    background: #730f14;
    color: #fff;
    transition: all 0.5s ease;
}
.shop-page .shop-btn li a.current {
    background: #730f14;
    color: #fff;
    transition: all 0.5s ease;
}
.shop-page .shop-btn i:before {
    font-size: 12px;
    margin-top: 0;
}
.shop-page .content-side {
    position: relative;
}
.shop-page .tab-title {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 50px;
    margin-bottom: 14px;
}
.shop-page .tab-title li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    font-weight: 600;
    margin-right: 18px;
    padding: 12px 0 8px 0;
    cursor: pointer;
}
.shop-page .tab-title li.active {
    position: relative;
    color: #730f14;
}
.shop-page .tab-title li.active:before {
    position: absolute;
    content: "";
    background: #730f14;
    width: 57px;
    height: 1px;
    left: 0;
    bottom: -2px;
}
.shop-page .tab-content {
    position: relative;
    padding: 20px 50px;
}
.shop-page .tab-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 10px;
    padding: 0 50px 0 0;
}
.shop-page .tab-content .title {
    font-size: 22px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 27px;
}
.our-blog {
    position: relative;
    padding: 100px 0;
}
.shop-page.our-blog .shop-btn {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.our-blog .single-item {
    margin-bottom: 42px;
}
.blog-single {
    position: relative;
    padding: 100px 0;
}
.blog-single .news-style-one .upper-content {
    position: relative;
    padding: 0 0 3px 0;
}
.blog-single .news-style-one img {
    width: 100%;
}
.blog-single .top-content {
    position: relative;
    padding: 23px 0 13px 0;
    margin-left: 79px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-single .top-content .list {
    position: relative;
    padding: 0;
    margin: 0;
}
.blog-single .top-content .list li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #848484;
}
.blog-single .top-content .list li i:before {
    font-size: 14px;
    color: #848484;
    margin-right: 7px;
}
.blog-single .top-content .list span {
    color: #730f14;
}
.blog-single .top-content .title {
    font-size: 30px;
    font-family: "Titillium Web", sans-serif;
    line-height: 40px;
    color: #222;
    margin-bottom: 1px;
}
.blog-single .upper-content p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 26px;
}
.contact-section {
    position: relative;
    padding: 105px 0 50px 0;
}
.contact-section .single-item {
    position: relative;
}
.contact-section .single-item .icon-box i:before {
    color: #730f14;
    font-size: 40px;
    margin: 0;
    margin-bottom: 18px;
    display: block;
}
.contact-section .single-item .title-info {
    font-size: 22px;
    font-family: "Titillium Web", sans-serif;
    line-height: 30px;
    color: #222;
    display: block;
    margin-bottom: 10px;
}
.contact-section .single-item .text {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 10px;
    display: block;
}
.contact-section .single-item .text a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0;
    display: block;
}
.contact-section .single-item.style-two {
    padding: 0 72px 0 0;
}
.contact-section .single-item.style-three {
    padding: 0 0 0 24px;
}
.contact-section .contact-info {
    position: relative;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.google-map-area {
    position: relative;
}
#contact-google-map {
    height: 500px;
    width: 100%;
}
.contact-area {
    position: relative;
    padding: 0 0 100px 0;
}
.contact-area .default-form ::-webkit-input-placeholder {
    color: #848484;
}
.contact-area .default-form :-ms-input-placeholder {
    color: #848484;
}
.contact-area .default-form ::-moz-placeholder {
    color: #848484;
    opacity: 1;
}
.contact-area .default-form :-moz-placeholder {
    color: #848484;
    opacity: 1;
}
.contact-area .default-form button {
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #730f14;
    border: 1px solid #730f14;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 33px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}
.contact-area .default-form button:hover {
    color: #730f14;
    background: 0 0;
    border: 1px solid #730f14;
    transition: all 0.5s ease;
}
.contact-area .form-title .title {
    position: relative;
    font-size: 30px;
    font-family: "Titillium Web", sans-serif;
    line-height: 40px;
    color: #222;
    margin-bottom: -5px;
    top: -10px;
}
.contact-area .form-title .text {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #848484;
    margin-bottom: 28px;
}
#accordion .panel,
#accordion1 .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading,
#accordion1 .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a,
#accordion1 .panel-title a {
    background: #730f14 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
}
#accordion .panel-title a.collapsed,
#accordion1 .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after,
#accordion1 .panel-title a::after {
    background: #730f14 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after,
#accordion1 .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body,
#accordion1 .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
    text-align: center;
}
.infographic {
    display: block;
    padding: 10px 0 300px 0;
    background: url(https://laptop.com.gr/images/infographic/infographic.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.google-map {
    height: 48rem;
    position: relative;
}
.google-map iframe {
    height: 100%;
    width: 100%;
}
.google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.google-map[data-state] {
    background: #e9e5dc;
}
.google-map[data-state="loading"] [data-state-details] {
    display: none;
}
.news {
    position: absolute;
    top: -20 !important;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
    width: 100px;
    height: 40px;
    text-align: center;
    background: #730f14;
    color: #fff;
    font-weight: 700;
}
.title-bar {
    position: relative;
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 29px;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background-color: #730f14;
}
.blink {
    animation: blinker 1.5s step-start infinite;
}
@keyframes blinker {
    30% {
        opacity: 0;
    }
}
.repairs {
    position: absolute;
    left: 50%;
    top: -3%;
    transform: translate(-50%, -30%);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
    width: 147px;
    height: 40px;
    background: #730f14;
    color: #fff;
}
.repairs1 {
    position: absolute;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -30%);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
    width: 210px;
    height: 40px;
    background: #730f14;
    color: #fff;
}
.franshise {
    position: relative;
    text-align: center;
}
.footers {
    padding: 20px 0 20px 0;
}
