﻿body{

}

:root {
    --renk: #102d35;
}


.hak1{

}
.hak1 li{

}
.hak1 li:before {
    content: '✓';
    color: var(--renk);
    /*background: var(--renk);*/
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.feature-two__icon, .about-three__shape-1, .process-one__icon {
    background-color: hsl(193deg 54% 14% / 60%);
}
.faq-one .faq-one-accrodion .accrodion-title h4::before {
    background-color:var(--renk);
}
.faq-one__experience-box {
    background: linear-gradient(270deg, var(--renk) 45%, #ffffff 100%);
}
.faq-one__experience-text{
    color:#fff;
}
.page-header {
    background-color: #000000e6!important;
}
.about-one__round-text-box {
    bottom: auto;
    top: 70px;
    left: auto;
    right: 30px;
}
.service-details__sidebar-contact-content{
    margin-top:0;
}
    .service-details__sidebar-contact-content .icon {
        background: #102d35;
    }
.hakd1 {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
.main-menu .main-menu__list > li > a {
    color: var(--tanspot-base);
}
.main-menu .main-menu__list > li.current > a::before {
    display: none;
}
.main-menu__list  > a:before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: var(--tanspot-base);
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}
.main-menu__list > .active > a:before {
    transform: scale(1, 1)!important;
    transform-origin: right center!important;
}
#waterfall li:hover .blog-one__plus {
    transform: rotate(0deg) scale(1);
    transition-delay: 700ms;
}
#waterfall li:hover .blog-one__img:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}
#waterfall li:hover .blog-one__img:after {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}
.main-slider__bg-box:before {
    background-color: rgb(6 47 58 / 29%);
}
.feature-two__icon i {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--tanspot-white);
    top: -3px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.feature-two__title{
    font-size:21px;
}
.services-three__single-icon i {
    position: relative;
    display: inline-block;
    color: var(--tanspot-white);
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.services-three__single:hover .services-three__single-icon i {
    transform: scale(0.9);
}
.services-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 31px;
    color: var(--tanspot-white);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__icon i {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    color: var(--tanspot-white);
}
.services-one__icon 
{
    height: 80px;
    width: 80px;
}
.page-header__bg {
    opacity: .6;
}
.highlight {
    background: #08566a1c;
    padding: 20px;
    border-left: 5px solid #102d35;
    margin: 20px 0;
}
.footer-note {
    font-style: italic;
    color: #666;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.dil2{
    color:#fff; 
}
.dil2:hover{
    color:#fff;
}
.dilm1 ul{
    display:flex;
list-style:none;
color:#fff;

}
.dilm1 a{
    color:#fff;
}
.kon1 iframe {
    position: relative;
    display: block;
    border: none;
    height: 523px;
    width: 100%;
    border-radius: 20px;
}
.find-transport__title{
    font-size:45px;
}
.cs_social_btn i {
    font-size: 21px;
}
.main-menu .main-menu__list > li > ul > li > a::before {
    display: none !important;
}