/* 
| Customize your website 
| Enter you CSS codes here
*/
/*
:root {
  --primaryColor: #062635;
}

.section.v3 {
    position: relative;
    background-color: #002b43 !important;
}
*/

/* 
Blue theme 1 
*/

/*
:root {
    --primaryColor: #003B5C !important;
    --secondaryColor: #0096D6 !important;
    --iconColor: #0096D6 !important; 
    --iconColorOp: #33A8FF !important;
    --iconColorOp2: #66C2FF !important;
}
*/

:root {
    --primaryColor: rgb(9 9 9) !important;
    --secondaryColor: #0096D6 !important;
    --iconColor: #0096D6 !important; 
    --iconColorOp: #33A8FF !important;
    --iconColorOp2: #66C2FF !important;
}



.bg-primary {
  background-color: rgb(9 9 9) !important;
}

/*
:root {
    --primaryColor: #003366 !important;
    --secondaryColor: #0099FF !important;
    --iconColor: #0099FF !important;
    --iconColorOp: #66B3FF !important;
    --iconColorOp2: #99CCFF !important;
}
*/

.nav-bar {
    background-color: #131313 !important;
    /*background-color: #012539 !important;*/
    /*background-color: #112b37 !important;*/
}
.nav-bar.active {
  background-color: #fff !important;
    /*background-color: #112b37 !important;*/
}

.feat-icon {
  filter: sepia(100%) saturate(1000%) hue-rotate(177deg);
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: #dee2e691 !important;
}