@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');

*{
--primary-color: #A74D51;
--primary-color-rgb: 222, 74, 51;
--secondary-color: #828080;
--secondary-color-rgb: 130, 128, 128;
--bg-color: #ffffff;
--bg-dark-1:#293E8A;
--title-font: "Roboto";
--body-font: "Roboto";
--body-font-color:#404040;
--body-font-size: 18px;
--title-font-color:#222222;
--title-font-weight: bold;
}

html,body,section{
    background: var(--bg-color);
}

footer{
    background: var(--primary-color);
}

h1,h2,h3,h4,h5,h6,
.de-marquee-list .d-item-txt{
    text-transform: none;
}

.header-light #mainmenu>li>a{
    font-weight: bold;
}

footer{
    padding: 80px 0;
}

.text-fit,.d-menu-1 li a{
font-weight: 500;
}

.subtitle{
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    background: rgba(255, 255, 255, .2);
    padding: 2px 10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.d-skills-bar .d-bar .d-progress-line{
    background: #ddd;
}

a.btn-main,
a.btn-main:hover,
a.btn-line,
input.btn-main{
    color:#000000 !important;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.de-marquee-list .d-item-txt{
    font-size: 40px;
    line-height: 1.6em;
    margin: 0 40px;
    color:#ffffff;
}

.de-marquee-list .d-item-txt:nth-child(even){
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: 0;
}

.de-marquee-list .d-item-circle {
    transform: translateY(0px);
    background: var(--primary-color);
}

.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before{
    color:#000000;
}

body::-webkit-scrollbar-thumb,#de_modal::-webkit-scrollbar-thumb{
    background: var(--);
}