:root {
  --transwide-base: #F6672A;
  --transwide-base-rgb: 246, 103, 42;
  --transwide-black: #074370;
  --transwide-black-rgb: 7, 67, 112;
}
/*# sourceMappingURL=color-3.css.map */

body {
      margin-top: 85px;
      position: relative;
      display: block;
      margin: 85px 0 0 0;
}

@media (max-width: 767px) {
    body {
        margin-top: 20px;
    }
}

.bismark-red {
    color: #ff0000!important;
}

.bismark-red-dark {
    color: #b30000!important;
}

.bismark-orange {
    color: #fc6732!important;
}

.bismark-blue {
    color: #074370!important;
}

.bismark-blue-small {
    font-size: 14px;
}

.bismark-grey {
    color: #ccc!important;
}

.bismark-grey-light {
    color: #ddd!important;
}

.bismark.main-header--four {
    background-color: #f2f2f2;
}

.bismark.main-header--four .main-header__nav {
    background-color: transparent;
}

.bismark.main-header--four .main-menu .main-menu__list > li > a {
    color: #074370;
    font-weight: bold;
    font-size: 18px;
}

.bismark.main-header--four .main-menu .main-menu__list > li > a.active {
    color: #F6672A;
}

.bismark.main-header--four .main-menu .main-menu__list > li > a.active::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F6672A;
    margin-top: 2px;
}

.main-header--four .main-header__lniks {
    margin-left: 50px;
}

.main-header--four .main-header__lniks::after {
    background-color: #074370;
}

.main-menu .main-menu__list > li + li {
    margin-left: 25px;
}

.bismark .main-menu .main-menu__list >  li.current > a, .bismark .main-menu .main-menu__list >  li:hover > a {
    color: #F6672A;
}

.bismark.main-header--four::after {
    background-color: #ddd;
    width: 470px;
}

.main-slider-four__text,
.service-card-three__text,
.workflow-process-two__card__text,
.footer-widget__logo p,
.footer-widget__links,
.footer-widget__links li,
.footer-widget__contact__text {
  color: #ddd;
}

.main-slider-four .active .main-slider-four__shape-2 {
    right: -52px;
    bottom: 0px;
}

.main-header--four .main-header__inner {
    padding: 20px 0px;
}

.flag-height {
    height: 40px;
}

.bismark .accordion-title {
    padding: 15px 15px 10px 15px;
}

.faq-accordion .accordion-content .inner {
    padding: 0px 15px 15px 15px
}

.bismark .faq-accordion .accordion + .accordion {
    margin-top: 0;
}


.bismark .faq-accordion .accordion-content {
    color: #333;
}

.service-card-three::after {
    height: calc(100% - 0px);
    background: linear-gradient(180deg, rgba(7, 67, 112, 0.7) 6%, #074370 100%)
}

.cta-two__content--styled {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    padding: 40px 20px;
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.cta-two__content--styled .sec-title__title {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .cta-two__content--styled {
        padding: 40px 20px;
        max-width: 95%;
    }

    .cta-two__content--styled br {
        display: block;
    }
}

.main-slider-four__shape-3::after {
  background-color: #f2f2f2;
}

.main-footer--two .main-footer__bottom {
  background-color: #f2f2f2;
}

.float-wa {
    position:fixed;
    width:50px;
    height:50px;
    bottom:140px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size: 25px;
    border: 1px solid #25d366;
    box-shadow: 0px 0px 0px #999;
    z-index:100;
}

.float-wa:hover {
    color:#FFF;
    border: 1px solid #fff;
}

.my-float-wa {
    margin-top:12px;
}

.float-phone {
    position:fixed;
    width:50px;
    height:50px;
    bottom:80px;
    right:15px;
    background-color:#074370;
    color:#FFF;
    border-radius:25px;
    text-align:center;
    font-size: 25px;
    border: 1px solid #074370;
    box-shadow: 0px 0px 0px #999;
    z-index:100;
}

.float-phone:hover {
    color:#FFF;
    border: 1px solid #fff;
}

.my-float-phone {
    margin-top:12px;
}

.float-envelope {
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:15px;
    background-color:#F6672A;
    color:#fff;
    border-radius:25px;
    text-align:center;
    font-size: 25px;
    border: 1px solid #F6672A;
    box-shadow: 0px 0px 0px #999;
    z-index:100;
}

.float-envelope:hover {
    color:#FFF;
    border: 1px solid #fff;
}

.my-float-envelope {
    margin-top:12px;
}

.bismark-btn-contact {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    z-index: 2;
}

.bismark-btn-contact:hover {
    text-decoration: underline;
}

.main-header--four .mobile-nav__btn span {
  background-color: #074370;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition:none;
}

.mobile-nav__wrapper {
    transition: none;
}

.mobile-nav__wrapper.expanded {
    transform: translateX(0);
}

.mobile-nav__content {
    width: 98%;
}

.mobile-nav__contact li {
  color: #ffffff;
  font-size: 18px;
}
