.page-header video{
    object-fit: cover;
    height: 320px;
    border-radius: 0 0 70% 70%;

}
.page-header .overlay{
    position: absolute;
    top:0;
    height: 320px;
    width: 100%;
    border-radius: 0 0 70% 70%;
    background: #d8282885;
}
.blog-details {
    padding-bottom: 120px;
    position: relative;
    /*background-image: url(../images/shapes/faq-dot-1-1.png);*/
    background-position: bottom center;
}
.page-header{
    position: relative;
    /*background-image: url(../images/shapes/faq-dot-1-1.png);*/
    background-position: bottom center;
}
.banner-one__content.urun h3 {
    font-size: 35px;}
.card-body i{

    font-size: 50px;
    margin-bottom:10px;
}
.contact-us .card{
    /*background-color: #f6f6fb;*/
    background-clip: border-box;
    border: 1px solid rgb(228 228 238);
    min-height: 200px;
    margin-top:50px;
    display: flex;
    align-items: center;
}
table tr{
    border-bottom: 1px solid #d9d9d9;
}
table tr td{
    padding: 10px 5px;
}
.site-footer__bottom{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-base)), to(var(--thm-primary)));
    background-image: linear-gradient(90deg, var(--thm-base) 0%, var(--thm-primary) 100%);
    color:#fff;
}
.service-one__icon img{
    width:60px !important;
}
.stricked-menu.stricky-fixed .main-nav__main-navigation .main-nav__navigation-box>li>a{
    color:#272c5c
}
.site-header-one.stricky.site-header-one__fixed-top.stricked-menu.stricky-fixed .site-header-one__logo img{
   filter:brightness(0.5);
}