#preloader img{
    filter: none;
    width: 150px;
}
ul li a:hover{
    color: #ff5c14;
}
.fnp-bg-1, .ser-btn{
    background-color: #0e1428!important;
}
.fnp-bg-2, .ser-btn:hover{
    background-color: #ff5c14!important;
}
.fnp-color-1, .slider-btn5 .swiper-button-prev, .slider-btn5 .swiper-button-next, .breadcrumbs li a{
    color: #0e1428!important;
}
.fnp-color-2, .hero-style6 .slider-btn .swiper-button-prev:hover, .hero-style6 .slider-btn .swiper-button-next:hover, .slider-btn5 .swiper-button-prev:hover, .slider-btn5 .swiper-button-next:hover, .breadcrumbs li a:hover{
    color: #ff5c14!important;
}
.menu-style1 > ul > li > a{
    padding: 0 22px;
    color: #0e1428;
}
.menu-style1 > ul > li > a::before{
    display: none;
}
.menu-style1 > ul > li.menu-has-items > a{
    padding: 0 42px 0 22px;
}
.menu-style1 > ul > li.menu-has-items > a::before{
    display: block;
}
.menu-style1 > ul > li > a:hover{
    background: rgb(14, 20, 40);
    color: #fff;
}
.main-menu > ul li .sub-menu{
    background: rgb(14, 20, 40);
    padding: 10px 20px;
}
.main-menu > ul li .sub-menu li a:hover, .main-menu > ul li .sub-menu li a:hover::before{
    color: rgba(255, 92, 20, 0.9) !important;
}
.language-menu button{
    padding-right: 10px;
    position: relative;
    color: #0e1428;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.language-menu button:focus{
    outline: none;
}
.language-menu button::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 6.63px;
    height: 6.97px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: unset !important;
}
.language-menu button .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 200ms
    ease-in, visibility 200ms
    ease-in, -webkit-transform 200ms
    ease-in;
    z-index: 999;
    border-radius: 20px;
    border: 1px solid #0e1428;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    /*width: max-content;*/
    display: block;
    width: 286px;
    margin-top: 5px;

}
.language-menu .list- .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 200ms
    ease-in, visibility 200ms
    ease-in, -webkit-transform 200ms
    ease-in;
    z-index: 999;
    border-radius: 20px;
    border: 1px solid #0e1428;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    /*width: max-content;*/
    display: block;
    width: 50px;
    max-width: max-content;
    margin-top: 5px;
    min-width: max-content;
    left: auto;
    right: 0;
}
.language-menu .list-:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.language-menu .dropdown-menu a{
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    color: #0e1428;
}
.hero-sec-info3{
    background: transparent;
    border-radius: 0;
    padding: 82px 0px 100px 30px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text6{
    top: 0;
}
.hero-sec-info3 .title{
    font-weight: 600;
}
.ser-card10{
    display: block;
    border-radius: 25px;
    overflow: hidden;
    height: auto;
}
.ser-card10 .ser-icon10,
.ser-card10 .title {
    z-index: 2;
}

.ser-card10 .title.v2{
    font-weight: 500;
}
.ser-card10 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to top left,
            rgba(255, 92, 20, 0) 0%,
            rgba(255, 92, 20, 0.85) 100%
    );
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}
.ser-card10:hover .overlay{
    opacity: 0;
    visibility: hidden;
}

.ser-card10 .overlay2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to top ,
            rgba(255, 92, 20, 0.3) 0%,
            rgba(255, 92, 20, 0.85) 100%
    );
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}
.ser-card10:hover .overlay2 {
    opacity: 1;
    visibility: visible;
}
.counter-box2 .counter-number, .counter-box2 .counter-text{
    background-image: none;
}
.video-banner::before{
    display: none;
}
.video-banner .overlay {
    position: absolute;
    inset: 0;
    background: #FF5C14;
    background: linear-gradient(180deg, rgba(255, 92, 20, 0.5) 0%, rgba(14, 20, 40, 0.5) 100%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.banner-content {
    position: relative;
    z-index: 2;
}
.banner-content .title2{
    font-size: 300px;
}
.service-sec15 .title{
    line-height: 1.5;
}
.faq-sec2 .sec-title{
    max-width: 100%;
}
.blog-img::before{
    left: -35px;
}
.blog-meta{
    font-size: 15px;
    color: #5e5e5e;
}
.partners-sec .sec-title{
    max-width: 900px;
}
.footer-content .title{
    background: none;
    color: #fff;
}
.header-menu-area{
    padding: 19px 37px 21px 37px;
}
.ibt-btn.ibt-btn-outline::before, .slider-btn5::before{
    background: #FF5C14;
}
.service-sec15.v2{
    z-index: 2;
}
.ibt-btn.ibt-btn-outline::after{
    background: #0e1428;
}
.footer-content .ibt-btn.ibt-btn-outline::after{
    background: #FF5C14;
}
.sec-title .title{
    line-height: normal;
}
.ser-card10 .ser-icon10{
    width: 80px;
    height: 80px;
}
.shape::before, .shape3::before, .staff-text{
    display: none;
}
.content_section .sec-title{
    max-width: 100%;
}
.service-sec22::before{
    top: -60%;
}
.ser-detail img{
    margin: 40px 0;
}
.ser-widget a.active{
    color: #FF5C14;
    padding-left: 24px;
}
.ser-widget a.active::before{
    color: #FF5C14;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.side-bar2{
    position: sticky;
    top: 130px;
}
.strategy-widget{
    overflow: hidden;
    border-radius: 25px;
}
.strategy-widget .ibt-btn.ibt-btn-outline::before, .strategy-widget a{
    background: #0e1428!important;
}
.ser-card21 {
    position: relative;
    margin-bottom: 30px;
}

.ser-card21 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.blog-meta{
    left: 50px;
}
.project-post-meta{
    flex-wrap: wrap;
}
.post-meta-item{
    width: 50%;
    margin-right: 0;
}
.post-meta-item p{
    max-width: 75%;
}
.blog-single-content .blog-img4::before{
    left: -30px;
}
.blog-single-content .blog-meta4{
    left: 50px;
}
.side-bar-title::after{
    background: #FF5C14;
}
.about-widget .title{
    -webkit-text-stroke: 1px #fff;
}
.ser-card21.v1 .ser-content21 .ser-btn3{
    border-color: #fff;
}
.faq-sec2::before{
    background-image: url("/files/gradient-01.png");
}
.faq-sec2 .faq-img2{
    left: -170px;
}
.faq-sec2 .faq-img2 img{
    width: 120%;
    max-width: 120%;
}
.main-sec::after{
    background-image: url("/files/gradient-02.png");
}
.page-banner11::before{
    background-image: url("/files/gradient-03.png");
}
.service-single-sec::before{
    display: none;
}
.contact-content2{
    position: static;
}
.contact-sec2:after{
    display: none;
}
.sozlesme{
    margin-bottom: 25px;
}
.sozlesme input{
    max-width: max-content;
    height: auto;
    opacity: 1;
    margin-bottom: 0;
}
.sozlesme a{
    color: #FF5C14;
}