.vys-text-primary {
    color:#123f74;
}
.vys_faaliyet h1,.vys_faaliyet  h2,.vys_faaliyet h3,.vys_faaliyet h4,.vys_faaliyet h5,.vys_faaliyet h6, .vys_faaliyet a {
 color:#123f74;
}
.vys_faaliyet span {
    color:#292e34;
}
.vys_faaliyet h2 {
        font-size: 46px;
    font-weight: 600;
        margin: 60px 0;
        line-height: 1.2;
}
.vys-faaliyet-card-image {
    position: relative;
    overflow: hidden;
}
.vys-faaliyet-card-image img{
        width: 100%;
}

.vys-faaliyet-card-image:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .4s 
ease .2s;
    transition: all .4s 
ease .2s;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    
}

.vys-faaliyet-card:hover .vys-faaliyet-card-image:before {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s 
ease 0s;
    transition: all .4s 
ease 0s;
background-color: #123F748A;
}
.vys-faaliyet-card-box {
    width: 100%;
    margin-top: -62px;
      
        -webkit-box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
    box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
    border-radius: 10px;
        background-color: #fff;
    width: calc(100% - 40px);
    padding: 10px 30px;
    position: relative;
    z-index: 2;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}


.vys-faaliyet-card-box h3 {
        font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.vys-faaliyet-card-box span {
    margin: 0 0 14px;
    font-weight: 600;
}
.new-vys-button {
    padding: 10px 15px;
    color: #fff;
    background-color: #123f74;
    border-style: solid;
    border-width: 1px;
    border-color: #123f74;
    border-radius: 20px;
        font-size: 15px;
            position: relative;
    display: inline-block;
    line-height: 1;
        vertical-align: middle;
    text-align: center;
        -webkit-transition: all .4s 
ease;
    transition: all .4s 
ease;
margin-top:14px;
}
.new-vys-button i{
    margin-left:5px;
    color: #fff;
}

.new-vys-button:hover {
    color: #123f74;
    background-color:#fff;
}

.new-vys-button:hover i {
    color: #123f74;
}

header.scroll .nav-link {
color: #123f74 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 16px;
  
        font-weight: 600;
    }
}
.vys_breadcrumb .vys-text-1{
        color: #fff;
    font-family: "Arial", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
}


.vys_breadcrumb .vys-text-2{
    color: #FFFFFF00;
    font-family: "Arial", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
}
.vys_hover{
    transition: 300ms all;;
}
.vys_hover:hover {
   opacity:.8;
}
.vys-background-overlay {
        background-color: var(--e-global-color-text);
    opacity: .5;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.vys-card {
    display: flex;
        position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
        border-radius: 30px;
            transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 60px;
    background-color:#fff;
}
.vys-card-image {
    display: flex;
    justify-content:center;
    width:100%;
}
.vys-card-image img {
   
    width: 30%;
        height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
        vertical-align: middle;
    display: inline-block;

}
.vys-card-title {
    width: 100%;
}
.vys-card-title h2{
        color: #1c1c1c;
    font-family: "Manrope", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin:0;
    margin-top:50px;

}
.vys-card-content {
        padding: 30px;
}
.vys-card-content p {
        text-align: center;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    color:#292e34;
        font-size: 16px;

}

.vys-card-btn {
        width: 100%;
            display: flex
;
    justify-content: center;
    width: 100%;
}
.vys-card-btn a{
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1em;
    fill: #fff!important;
    color: #fff!important;
    background-color: #123f74;
    border-style: solid;
    border-width: 1px;
    border-color: #123f74;
    border-radius: 0;
    padding: 20px 23px 20px 42px;
    transition: 300ms all;
    
}

.vys-card-btn a:hover {
        color: #123f74!important;
    background-color: #fff;
    border-color: #123f74!important;
        transform: translateY(-8px);
}

.vys-country-title {
        color: #292e34!important;
    font-family: "Open Sans", Sans-serif;
    font-size: 32px!important;
    font-weight: 700;
}

.vys-country img {
    border-radius:20px;
    transition: 300ms all;
}

.vys-country img:hover {
  transform: translateY(-8px);
}
.vys-humans-area h2{
         color: #292e34!important;
    font-family: "Open Sans", Sans-serif;
    font-size: 32px!important;
    font-weight: 700;
    
}

.vys-humans-area h4{
     text-align: center;
color: #292e34!important;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    font-size:16px;
}

.vys-quality-area {
        background-color: #a0a3a530
}
.vys-humans-area-content {
    padding-left:40px;
    padding-right:40px;
}
.vys-humans-area-content p{
      
color: #292e34!important;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    font-size:16px;
}
.vys-humans-area-content h2 {
    color: #123f74!important;
    font-family: "Manrope", Sans-serif;
    font-size: 19px!important;
    font-weight: 900!important;
    text-transform: uppercase!important;
    line-height: 35px!important;
        margin-bottom: 20px;
}