:root {
    --b2six-blue: #0068ff;
    --b2six-yellow: #ffd400;
    --dark-blue: #091f3a;
  }

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.bg-dark-blue {
    background-color: var(--dark-blue);
}
.svg-full {
    width: 100%;
}
.butn.primary {
    background-color: var(--b2six-blue)!important;
    font-size: 14px!important;
    padding: 12px 24px!important;
    font-weight: 400!important;
}
.butn.primary:before, .butn.primary:after {
    border-bottom: 64px solid var(--b2six-yellow);
}
.accordion .accordion-button.collapsed {
    border: 1px solid rgba(0,0,0,0.65);
}
.accordion .card-body {
    border-bottom: 1px solid rgba(0,0,0,0.65);
    border-left: 1px solid rgba(0,0,0,0.65);
    border-right: 1px solid rgba(0,0,0,0.65);
}
.section-heading h2 {
    font-weight: 600;
    width: auto;
}
.section-heading span {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: var(--b2six-blue);
}
.text-primary, .text-primary-hover:hover {
    color: var(--b2six-blue) !important;
}
.text-secondary, .text-secondary-hover:hover {
    color: var(--b2six-yellow)!important;
}
.navbar-header-custom {
    padding: 16px 0;
}
.navbar-nav > li {
    margin-right: 32px;
}
.header-logo {
    width: 162px;
}
.service-slider.owl-theme .owl-nav [class*='owl-'] {
    background: rgba(17, 88, 231, 0.2);
}
.text-black--custom {
    color: #000;
}
.card-style1 .card-body:before {
    content: none;
}
.card-style1 .text-center .title-link {
    font-size: 1.56rem;
}
.card-style1 .text-center .link-more {
    line-height: 1.12;
}

.about-section .about-clients {
    background-size: cover;
}
.about-section .about-container {
    width: 1675px!important;
}
.service-slider.owl-theme .owl-nav .owl-prev:before {
    content: none;
}
.banner-yellow-triangle {
    display: block;
    position: absolute;
    width: 345px;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.banner-yellow-triangle--about {
    width: 110px;
}
.banner-yellow-triangle--portfolio {
    width: 45px;
}
.banner-yellow-triangle--footer {
    width: 100px;
}
.banner-yellow-triangle--history {
    width: 30px;
}
.about-bg-wrap {
    width: 360px;
}
.about-title {
    max-width: 400px;
}
.about-clients__title {
    font-weight: 400;
    max-width: 200px;
}
.about-clients__para {
    font-family: 'Poppins', sans-serif;
    line-height: initial;
    font-size: 16px;
}
.service-slider .service-card {
    height: 445px;
}
.service-card:before {
    background: linear-gradient(-180deg, transparent, #000 110%);
}
.provide-wrap {
    background-size: cover;
}
.provide-img-wrap {
    width: 90%;
    margin: auto;
}
.testimonial-wrap {
    background-size: cover;
}
.testimonial-title {
    max-width: 300px;
}
.testimonial-quote {
    width: 120px;
    position: absolute;
    z-index: 5;
    top: -39px;
    left: 30px;
}
.testimonial-carousel1 .inner-text:before {
    content: none;
}
.container--footer {
    background-color: #0d1321;
    padding-left: 3rem;
    padding-right: 3rem;
}
.footer-links-ul {
    padding-left: 0;
}
.footer-links-ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer-links-ul li a {
    color: #fff;
}
.footer-copyright {
    font-size: 14px;
}
.footer-icn {
    width: 33px;
    display: block;
}
footer .social-icon-style1 li a {
    background-color: transparent;
}
.footer-contact-icn,
.footer-mail-icn {
    width: 25px;
    display: block;
}
.page-title-section ul li:last-child {
    opacity: 1;
    font-size: 14px;
}
.page-title-section ul li:after {
    border-width: 0 0 12px 9px;
    border-color: transparent transparent var(--b2six-yellow) transparent;
    bottom: 3px;
    right: 7px;
    transform: unset;
}
.page-title-section ul li a {
    font-weight: 400;
}
.card-style1 .card-body {
    color: #000;
    line-height: initial;
}
.card-style1 .card-title {
    margin-bottom: 2rem;
}
.card-style1 .card-desp {
    margin-bottom: 2rem;
}
.counter-number:before {
    background-color: var(--b2six-yellow);
}
.counter-style01 {
    box-shadow: none;
}
.history-title {
    max-width: 600px;
}
.history-image {
    opacity: 0;
}
.vertical-timeline:before,
.vertical-timeline:after {
    content: none;
}
.vertical-timeline .timeline-circle:after {
    background: var(--b2six-blue);
}
.history-section {
    background-size: cover;
    background-position: center;
}
.vertical-timeline .text {
    margin: 0;
    position: relative;
}
.vertical-timeline .item:nth-child(even) {
    text-align: unset;
}
.vertical-timeline .count {
    z-index: 5;
}
.accordion .accordion-button {
    background: #000;
}
.accordion .accordion-button:after {
    color: #fff;
    background: transparent;
    border: none;
}
.accordion .accordion-button.collapsed:after {
    background: transparent;
    color: #000;
}
.client-style1 .image-wrapper {
    max-width: 160px;
}
.client-style1 .owl-stage {
    display: flex;
    align-items: center;
}
.text-image__txt-wrap li {
    text-align: left;
}
.page-title-section {
    padding: 17% 0 16% 0;
}
.counter-style01 {
    margin-top: -145px;
}
.footer__bot-links {
    margin-top: 3rem;
}
.footer__bot-links li {
    list-style: none;
}
.footer__bot-links a {
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
}
.container--home-services-slider {
    overflow: hidden;
}

/* responsive */
/* max-width */
@media (max-width: 1199px) {
    .portfolio-carousel .portfolio-slide-item .card-style1 {
        min-height: 381px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header-logo {
        width: 100px;
    }
    .navbar-nav > li > a {
        font-size: 12px;
    }
    .butn.primary.header__contact-btn {
        font-size: 14px !important;
        padding: 8px 14px !important;
    }
    .navbar-nav > li {
        margin-right: 6px;
    }
    .navbar > ul > li.has-sub > a:after {
        top: 27px;
    }
    .navbar-nav > li > a {
        padding: 21px 0.4px;
    }
}
@media (max-width: 991px) {
    .navbar-header-custom {
        padding: 12px 0;
    }
}
@media (max-width: 767px) {
    .banner-yellow-triangle--main-banner {
        width: 145px;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    .slider-fade1 .item {
        height: 125vh;
    }
}
@media (max-width: 575px) {
    .page-title-section {
        padding: 40% 0 40% 0;
    }
    .header-logo {
        padding: 7px;
    }
    .navbar-header-custom {
        padding: 6px 0;
    }
    .banner-yellow-triangle {
        width: 270px;
    }
    .banner-yellow-triangle--about {
        width: 75px;
    }
    .banner-yellow-triangle--portfolio {
        width: 50px;
    }
    .banner-yellow-triangle--footer {
        width: 125px;
    }
    .banner-yellow-triangle--history {
        width: 30px;
    }
    .vertical-timeline .icon {
        display: none;
    }
    .vertical-timeline .timeline-content {
        flex-basis: 100%;
    }
}
@media (max-height: 420px) {
    .slider-fade1 .item {
        height: 125vh;
    }
    .banner-yellow-triangle--main-banner {
        width: 210px;
    }
}

/* min-width */
@media (min-width: 768px) {
    .banner-yellow-triangle--footer {
        width: 150px;
    }
    .footer__bot-links li {
        margin: 0 1rem;
    }
}
@media (min-width: 1200px) {
    .banner-yellow-triangle--footer {
        width: 250px;
    }
    .header-logo {
        width: 130px;
    }
    .navbar-nav > li {
        margin-right: 10px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
}
@media (min-width: 1300px) {
    .header-logo {
        width: 120px;
    }
    .navbar-nav > li {
        margin-right: 16px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    .display-xxl-1 {
        font-size: 4.5rem;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1420px;
    }
    .display-xxl-1 {
        font-size: 6rem;
    }
    .section-heading h2 {
        font-size: 45px;
    }
    .section-heading span {
        font-size: 22px;
    }
    .about-title {
        max-width: 500px;
    }
}