.topbar {
    background-color: #fff!important;
}
.main-header-logo {
    width: 120px;
}

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .stricky-header .main-menu__list > li.current > a, .stricky-header .main-menu__list > li:hover > a {
    color: #143150!important;
}

.main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
    font-size: 18px;
    font-weight: bolder;
    color: #706f6f !important;
}

.main-slider-two__item {
    background-color: transparent;
}

.main-menu-with-border {
    background-color: #ffffffbf;
}
.main-slider-two__title {
    color: #112f51;
}
.main-slider-two__sub-title {
    color: #112f51;
}
.main-slider-two__mid-title {
    color: #112f51;
}
.nisoz-btn {
    background-color: #112f51;
    color: #fff;
}

.about-two__thumb__one img {
    mix-blend-mode: normal;
}
.about-two__thumb__two img {
    mix-blend-mode: normal;
}
.nisoz-btn__shape {
    background: #6c757d;
}
.about-two__author__thumb img {
    mix-blend-mode: normal;
}
.about-two__author__thumb {
    border-color: #143150;
}
.service-two__thumb img {
    mix-blend-mode: normal;
}

.font-size-40 {
    font-size: 40px;
}
.service-two__content {
    padding: 30px 20px 30px;
}
.contact-one__stretch-image img {
    mix-blend-mode: normal;
}
#captcha-box {
    font-family: Arial, sans-serif;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    background: #f9f9f9;
    border-radius: 6px;
    height: 60px;
    margin-bottom: 18px;
    margin-top: 18px;
}

#captcha-status {
    margin-top: 8px;
    font-weight: bold;
}
#captcha-box label {
    font-size: 14px;
    color: #333;
}

.input__captcha {
    width: 40px;
    height: 40px;
}
.label__captcha {
    font-size: 20px;
    color: #333;
    float: right;
    margin-left: 24px;
    margin-top: 6px;
    font-weight: bold;
}

:root {
    --nisoz-base: #143150;
}

.input-error {
    border-color: red;
}

.error-label {
    font-size: 0.875rem;
    margin-top: 4px;
    display: block;
}

.scroll-top::after {
    color: white;
}
.scroll-top__circle path{
    stroke: #fff;
}

.loader {
    width: 30px;
    height: 30px;
    border: 3px solid #FFF;
    border-bottom-color: #112e4f;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.blog-one__meta__thumb img {
    mix-blend-mode: normal;
}
.blog-one__image img {
    mix-blend-mode: normal;
    height: 230px;
}
.blog-one__title {
    font-size: 20px;
}
.client-carousel__tilte {
    font-size: 25px;
}
.logo__footer {
    width: 100px;
    height: 100px;
}

.flag__local {
    width: 30px;
}

.contact-one__input-box.text-message-box {
    margin-bottom: 60px;
}
.services-details__services-title {
    color: #ffffff!important;   
}
.services-details__thumb img {
    mix-blend-mode: normal;
}
.page-header__bg {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-size: auto; */
  background-position: center center;
  /* background-position: left bottom; */
  background-image: url(../assets/images/shapes/page-header-bg-1-1.png)!important;
}

.portfolio-one__hover-bottom {
    padding: 10px 60px 20px;
}

.yellow-color {
    color: #f8c200;
}
.blog-one__image img {
    height: 428px;
}
.blog-one__date span{
    color: #fff;
}
.blog-details__comment__item {
    position: relative;
    border-bottom: 1px solid #dedee5;
    min-height: 166px;
    padding: 30px 0 64px 212px!important;
    margin-bottom: 30px;
}

.blog-details__comment__content.last {
    padding-bottom: 35px!important;
}

.blog-details__date span {
    color: #fff;    
}

.section-title__title{
    font-size: 45px;
}

.info-block {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 30px;
}
.info-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}
.info-text {
    font-size: 1rem;
    color: #0b2c4b;
}

.presentation-text{
    color: #0b2c4b
}
.gallery-page__single::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: transparent;
    border: solid 1px #0e2f51;
}

.team-one__item__image img {
    height: 424px;
}

.book-preview canvas {
    width: 100%;
    height: 290px;
    display: block;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.book-card {
    border: 1px solid #ddd;
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.book-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.nisoz-btn.second {
    background-color: rgb(139 138 138);
}

.faq-page__help__title {
    color: #fff!important;
}

.faq-page__help__text {
    color: #fff!important;
}

.contact__box__icon {
    color: #fff!important;
}

.contact__box {
    border: none;
}

.choice_contact_checkbox{
    width: 20px;
    height: 20px;
    position: relative;
    left: 10px;
    top: 8px;
}
.quote-div {
    color: #0e2f51!important;
    background-color: #ffffff!important;
    border-color: #0e2f51!important;
}

.mobile-nav__toggler {
    color: #112f51;
}

@media (max-width: 768px) {
  .main-header-logo {
    max-width: 80px;
  }

  .main-slider-two__title-anim {
    font-size: 80px;
    top: 15px;
  }
}

@media (max-width: 767px) {
    .main-slider-two__mid-title {
        font-size: 40px;
        letter-spacing: 5px;
        top: 118px;
        left: -62px;
    }
}