/*
    Veko Web Sitesi
    Author: Sefa Sungur <sefasungur@gmail.com>
    Date: 31.10.2019 - 09:20
 */

/* font-family: 'Montserrat', sans-serif; */

body, html {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

header {
    padding: 30px 0px;
}

header .logo-area {}

header .logo-area img {
    max-width: 100%;
    height:65px;
    width: auto;
    transition: all 0.5s;
}

header .main-menu{}

header .main-menu ul{
    margin:40px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
    float: right;
    transition: all 0.5s;
}

header .main-menu ul li {
    float: left;
}

header .main-menu ul li a {
    color:#333;
    font-size: .9em;
    font-weight: 600;
    margin-right: 30px;
    transition: all 0.5s;
}

header .main-menu ul li.lang a {
    margin-right:10px;
    padding-right: 10px;
    border-right: 1px solid #333;
}

header .main-menu ul li.lang:first-child a {
    margin-left: 15px;
}

header .main-menu ul li.lang:last-child a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

header .main-menu ul li a:hover,
header .main-menu ul li a:focus,
header .main-menu ul li a:active,
header .main-menu ul li.active a {
    color:#f1ae21;
    text-decoration: none;
}

header .main-menu ul li.lang a:hover,
header .main-menu ul li.lang a:focus,
header .main-menu ul li.lang a:active,
header .main-menu ul li.lang.active a {
    color:#87b940;
}

/* Home */
.main-content main-slider .carousel-control-prev,
.main-content .main-slider .carousel-control-next {
    opacity: 1;
    font-size: 2em;
}

.main-content .main-slider .carousel-item img {
    width:100%;
    height: 800px;
    object-fit: cover;
}

.main-content .home-about {
    margin: 50px 0px;
    text-align: center;
    padding: 0px 20%;
    font-size: .9em;
}

.main-content .home-about h2 {
    color: #f1ae21;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.main-content .home-about p {
    color:#000;
}

.main-content .home-about .btn.btn-home-about {
    background:#ccc;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 600;
    transition: all 0.5s;
}

.main-content .home-about .btn.btn-home-about:hover,
.main-content .home-about .btn.btn-home-about:focus,
.main-content .home-about .btn.btn-home-about:active {
    background:#f1ae21;
}

.main-content .sectors {
    padding: 70px 0px;
    position: relative;
    min-height: 500px;
}

.main-content .sectors .sectors-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    background-image:url(../images/home/sectors-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content .sectors h2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.main-content .sectors .blocks {}

.main-content .sectors .blocks .block {
    background:#f1ae21;
    color:#fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    border-radius: 5px;
}

.main-content .sectors .blocks .block a {
    color: #fff;
    text-decoration: none;
}

.main-content .sectors .blocks .block .image img {
    border-radius: 5px 0px 0px 5px;
}

.main-content .sectors .blocks .block .text {
    padding:20px;
}

.main-content .sectors .blocks .block .text h3 {
    font-size: 1.2em;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 15px;
}

.main-content .sectors .blocks .block .text ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.main-content .sectors .blocks .block .text ul li {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: .8em;
}

.main-content .sectors .blocks .block .text .btn.btn-sectors {
    background: #666;
    color: #fff;
    margin-top: 25px;
    width: 80%;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    transition: all 0.5s;
}

.main-content .sectors .blocks .block .text .btn.btn-sectors span {
    float: right;
    display: inline-block;
    font-size: 2em;
    position: absolute;
    right: 10px;
    top: -8px;
    font-weight: 500;
}

.main-content .sectors .blocks .block a:hover .btn.btn-sectors {
    background:#fff;
    color: #666;
    width: 100%;
}

.main-content .services {
    padding: 70px 0px;
    position: relative;
    min-height: 500px;
}

.main-content .services .services-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75%;
    background-image:url(../images/home/services-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content .services h2 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.main-content .services .blocks {}

.main-content .services .blocks .col-md-4 {
    text-align: center;
}

.main-content .services .blocks .block {
    background: #84b837;
    width: 200px;
    height:200px;
    float: none;
    margin: auto;
    margin-bottom: 30px;
    background: #84b837;
    border-radius: 50%;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);

}

.main-content .services .blocks .block .image {
    margin-bottom: 10px;
}

.main-content .services .blocks .block .image img {
    max-width: 100%;
    height: auto;
}

.main-content .services .blocks .block .text {
    font-weight: 600;
    color: #fff;
}


/* Footer Bottom */
.footer-bottom {
    background-image:url("../images/footer-bottom-bg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 25%;
    text-align: center;
    color: #fff;
}

.footer-bottom h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-bottom .btn.btn-footer-bottom {
    background: #f1ae21;
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    margin-top: 50px;
    position: relative;
    text-align: left;
    transition: all 0.5s;
}

.footer-bottom .btn.btn-footer-bottom:hover,
.footer-bottom .btn.btn-footer-bottom:focus,
.footer-bottom .btn.btn-footer-bottom:active {
    background:#84b837;
}

.footer-bottom .btn.btn-footer-bottom span {
    position: absolute;
    right: 10px;
    font-size: 2em;
    top: -10px;
}


footer {
    background: #fff;
    padding: 30px 0px;
    font-size: .8em;
    color: #000;
    font-weight: 500;
}

footer a {
    color: #000;
    transition: all 0.5s;
}

footer a:hover,
footer a:focus,
footer a:active {
    color:#f1ae21;
    text-decoration: none;
}

footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

footer ul li {
    float: left;
}

footer ul li a {
    width: auto;
    height: auto;
    display: block;
    margin-right: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0px;
    background: #333;
    border-radius: 50%;
    margin-top: -5px;
    transition: all 0.5s;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    background: #f1ae21;
    color: #fff;
}

footer ul li:last-child a {
    margin-right: 0px;
}


/* Addional */
.mobile-menu {
    display: none;
}

.bck {
    background: #f1ae21;
    z-index: 98;
}

.bck:hover,
.bck:focus,
.bck:active {
    color: #000;
}

.nav__toggle {
    top: -50px!important;
    background: rgba(0,0,0,0.4)!important;
}

.nav__menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nav__menu li {
    margin-bottom: 15px;
}

.nav__menu li a {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

#header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
    background: #fff;
    padding: 10px 0px;
    border-bottom: 3px solid #f1ae21;
}

#header.sticky .logo-area img {
    height: 50px;
    width: auto;
}

#header.sticky .main-menu ul {
    margin: 15px 0px 0px 0px;
}


/* Pages */
/* About */

.main-content.about .page-header {}

.main-content.about .page-header img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.main-content.about .page-header .text {
    font-size: .9em;
    padding: 20px 0px 5px 0px;
    color: #fff;
    background-image:url(../images/static/about/header-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    margin-bottom: 30px;
}

.main-content.about .page-content {
    margin: 30px 0px;
    font-size: .9em;
}

.main-content.about .page-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.main-content.about .about-vm {
    background-image: url(../images/static/about/about-vm-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
    color: #fff;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    margin-bottom: 50px;
}

.main-content.about .about-vm h2 {
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-content.about .about-vm h2 span {
    padding: 5px 10px;
    background: #fff;
}

.main-content.about .about-vm h2.m {
    color: #84b837;
}

.main-content.about .about-vm h2.v {
    color: #f1ae21;
}

.main-content.about .about-vm p {
    font-size: .9em;
}

.main-content.about .about-values {
    margin: 30px 0px;
}

.main-content.about .about-values h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    color: #f1ae21;
    text-align: center;
}

.main-content.about .about-values .values-wrapper {
    padding: 50px 0px;
}

.main-content.about .about-values .item {
    text-align: center;
}

.main-content.about .about-values .item .image {
    background: #84b837;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 30px 0px;
    margin: auto;
    box-shadow: 5px 8px 10px -1px rgba(0,0,0,0.31);
}

.main-content.about .about-values .item .text {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

.main-content.about .about-values .owl-item img {
    display: inline;
    width: auto;
}

/* Services */

.main-content.services {}

.main-content.services .page-header{}

.main-content.services .page-header img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.main-content.services .page-content {
    position: relative;
    margin-top: -100px;
}

.main-content.services .page-content .page-content-in {
    background: rgba(255,255,255,0.7);
    border-radius: 5px 5px 0px 0px;
}

.main-content.services .page-content .services-boxes {
    padding: 0px 50px;
}

.main-content.services .page-content .services-boxes .box {
    background: #84b837;
    width: 135px;
    height: 135px;
    text-align: center;
    border-radius: 50%;
    padding: 20px 10px;
    padding-bottom: 0px;
    position: relative;
    margin-top: -60px;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
}

.main-content.services .page-content .services-boxes .box:hover,
.main-content.services .page-content .services-boxes .box:focus,
.main-content.services .page-content .services-boxes .box:active
.main-content.services .page-content .services-boxes .box.active{
    background: #f1ae21;
}

.main-content.services .page-content .services-boxes .active {
    background: #f1ae21!important;
}

.main-content.services .page-content .services-boxes .active .image img {
    filter: brightness(0) invert(1)!important;
}

.main-content.services .page-content .services-boxes .box:hover a,
.main-content.services .page-content .services-boxes .box:focus a,
.main-content.services .page-content .services-boxes .box:active a{
    text-decoration: none!important;
}

.main-content.services .page-content .services-boxes .box:hover .image img,
.main-content.services .page-content .services-boxes .box:focus .image img,
.main-content.services .page-content .services-boxes .box:active .image img {
    filter: brightness(0) invert(1);
}

.main-content.services .page-content .services-boxes .box .image {
    margin-bottom: 10px;
}

.main-content.services .page-content .services-boxes .box .image img {
    width: 50%;
    filter: none;
    transition: all 0.5s;
}

.main-content.services .page-content .services-boxes .box .text {
    color: #fff;
    font-weight: 600;
    font-size: .75em;
}

.main-content.services .page-content .service-text {
    padding: 50px;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);

}

.main-content.services .page-content .service-text h1 {
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-content.services .page-content .service-text p {
    font-size: .9em;
    color: #000;
}

/* Sectors */

.main-content.sectors {}

.main-content.sectors .page-top{
    min-height: 500px;
    padding-top: 150px;
    position: relative;
    padding-bottom: 50px;
}

.main-content.sectors .page-top-bg {
    height: 600px;
    background-image:url(../images/static/sectors/background.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.main-content.sectors .sectors-slider .item {
    width: 90%;
    min-height: 500px;
    margin: auto;

    z-index: 1;
}

.main-content.sectors .sectors-slider .sectors-box {
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    z-index: 2;
    -webkit-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    -moz-box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
    box-shadow: 11px 17px 19px -1px rgba(0,0,0,0.31);
}

.main-content.sectors .sectors-slider .sectors-box h2 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}

.main-content.sectors .sectors-slider .sectors-box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 20px;
}

.main-content.sectors .sectors-slider .sectors-box ul li {
    width: 40%;
    float: left;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.main-content.sectors .sectors-slider .sectors-box ul li h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-content.sectors .sectors-slider .sectors-box ul li p {
    font-size: .8em;
}

.main-content.sectors .sectors-slider-menu {
    margin-top: 50px;
}

.main-content.sectors .sectors-slider-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: table;
}

.main-content.sectors .sectors-slider-menu ul li {
    float: none;
    display: table-cell;
    text-align: center;
}

.main-content.sectors .sectors-slider-menu ul li a {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    transition: all 0.5s;
}

.main-content.sectors .sectors-slider-menu ul li a:hover,
.main-content.sectors .sectors-slider-menu ul li a:focus,
.main-content.sectors .sectors-slider-menu ul li a:active,
.main-content.sectors .sectors-slider-menu ul li.active a {
    color: #f1ae21;
    text-decoration: none;
}

.main-content.sectors .arrows .arrow {
    top: 45%;
    font-size: 2em;
    position: absolute;
}

.main-content.sectors .arrows .arrow a {
    color: #fff;
}

.main-content.sectors .arrows .arrow a:hover,
.main-content.sectors .arrows .arrow a:focus,
.main-content.sectors .arrows .arrow a:active {
    color: #f1ae21;
    text-decoration: none;
}

.main-content.sectors .container {
    position: relative;
}

.main-content.sectors .arrows .arrow.left-arrow {
    left: 0;
}

.main-content.sectors .arrows .arrow.right-arrow {
    right: 0;
}

/* References */
.main-content.references {}

.main-content.references .page-header {}

.main-content.references .page-header .image {}

.main-content.references .page-header .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.main-content.references .page-content {
    position: relative;
    margin-top: -80px;
}

.main-content.references .page-content .references-boxes {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.main-content.references .page-content .references-boxes .reference-box {
    position: relative;
    margin-bottom: 30px;
}

.main-content.references .page-content .references-boxes .reference-box .image {
    background: #000;
}

.main-content.references .page-content .references-boxes .reference-box .image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    opacity: .2;
}

.main-content.references .page-content .references-boxes .reference-box .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 55px;
    transition: all 0.5s;
    opacity: 1;
}

.main-content.references .page-content .references-boxes .reference-box .text {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0px;
    top: 0px;
    background: #f1ae21;
    text-align: center;
    padding: 20px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    cursor: default;
}

.main-content.references .page-content .references-boxes .reference-box:hover .text {
    opacity: 1;
}

.main-content.references .page-content .references-boxes .reference-box:hover .logo {
    opacity: 0;
}

.main-content.references .page-content .references-boxes .reference-box .text h5 {}

.main-content.references .page-content .references-boxes .reference-box .text h5:after {
    content:"";
    display: block;
    margin: 10px auto 10px auto;
    width: 50%;
    height: 2px;
    background-color: #000;
}

/* Contact */
.main-content.contact {}

.main-content.contact .page-header{}

.main-content.contact .page-header .image {}

.main-content.contact .page-header .image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.main-content.contact .page-content {
    margin-top: 0px;
}

.main-content.contact .page-content .contact-middle {
    min-height: 300px;
    background-image: url(../images/static/contact/contact-middle.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: repeat-y;
    padding: 40px 0px;
}

.main-content.contact .page-content .contact-middle h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0px;
    text-align: center;
    font-weight: 600;
}

.main-content.contact .page-content .contact-middle .contact-info {
    color: #fff;
    text-align: center;
    padding: 0px 50px;
}
.main-content.contact .page-content .contact-middle .contact-form {
    padding: 0px 50px;
}


.main-content.contact .page-content .contact-middle .contact-form .btn.btn-cf {
    background: #fff;
    color: #84b837;
    opacity: 1;
    border: 1px solid #f1ae21;
    cursor: pointer;
}

.main-content.contact .map-wraper {
    width: 100%;
    height: 400px;
}