a {
    color: #2a6bbf;
}

html .text-color-primary, html .text-primary {
    color: #2a6bbf !important;
}
html .text-color-dark, html .text-dark {
    color: #212529 !important;
}
html .text-color-light, html .text-light {
    color: #ffffff !important;
    font-family: "Rajdhani";
    letter-spacing: 1px;
}
html .bg-color-primary, html .bg-primary {
    background-color: #000000 !important;
}
html .bg-color-quaternary, html .bg-quaternary {
    background-color: #000000 !important;
}
html .bg-color-dark, html .bg-dark {
    background-color: #212529 !important;
}
html .bg-color-light, html .bg-light {
    background-color: #ffffff !important;
}
html .btn-primary {
    background-color: #2a6bbf;
    border-color: #2a6bbf #2a6bbf #0bfaf6;
    color: #ffffff;
}
html .btn-tertiary {
    background-color: #242b32;
    border-color: #242b32 #242b32 #0f1114;
    color: #ffffff;
}
html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #ffffff;
}
html .btn-light {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #e6e6e6;
    color: #777777;
}
html .btn-outline.btn-light {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}
html section.section-dark {
    background-color: #212529 !important;
    border-color: #16181b !important;
}

html section.section-dark h1, html section.section-dark h2, html section.section-dark h3, html section.section-dark h4, html section.section-dark h5, html section.section-dark h6 {
    color: #ffffff;
}

html section.section-dark p {
    color: #e6e6e6;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #f2493d;
}
.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #2a6bbf;
    border-color: #2a6bbf #2a6bbf #0bfaf6;
    color: #ffffff;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #2a6bbf !important;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #2a6bbf;
    border-color: #2a6bbf;
}
html .list-dark.list-icons li > [class*="fa-"]:first-child, html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child, html .list-dark.list-icons li > .icons:first-child, html .list-dark.list-icons li a:first-child > .icons:first-child {
    color: #212529;
    border-color: #212529;
}
#header .header-btn-collapse-nav {
    background: #2a6bbf;
}
.testimonial blockquote {
    background: #2a6bbf;
}
.featured-boxes-modern-style-primary .featured-box {
    background: #2a6bbf;
    background: linear-gradient(135deg, #2a6bbf 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a6bbf', endColorstr='#000000', GradientType=1);
}
.slider .tp-bannertimer {
    background-color: #2a6bbf;
}
.tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #235aa2;
    border-color: #2a6bbf #2a6bbf #0bfaf6;
    color: #ffffff;
}
h2.custom-bar:after {
    border-bottom-color: #2a6bbf;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #2a6bbf;
}

#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
    background: #2a6bbf;
}



