/*

Brand color: #15322e 
Gradient colors: #dddfe1 and 
Brand dark color: 

*/

/* Highlight Color */
::selection { color: #fff; background: #15322e; }
::-moz-selection { color: #fff; background: #15322e; }
.bg-brand, .bg-grad::selection { color: #15322e; background: #fff; }
.bg-brand, .bg-grad::-moz-selection { color: #15322e; background: #fff; }

/* Color */
a, .navbar-top a:hover, .dropdown-item:active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .btn-link, .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover, .post .post-info a:hover, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .icon-primary i:before, .footer-dark .widget a:hover, .portfolio .nav .nav-tabs .nav-filter.active, .team-item .team-position, .list-group-item-action:hover, .list-group-item-action:focus, .hamburger-menu label a:hover, .breadcrumb .breadcrumb-item a:hover i, .post-item .post-item-desc .post-meta a:hover, .post-item .post-item-desc h4 a:hover, .post-item .item-link:hover, .post-item .post-quote > blockquote:before, .page-link:hover, .sidebar .widget .widget-post .details a:hover, .sidebar .widget a:hover, .list-group-borderless a.list-group-item:hover, .tags a:hover, .post-navigation .post-prev:hover:before, .post-navigation .post-prev:hover h6, .post-navigation .post-prev:hover p, .post-navigation .post-next:hover:before, .post-navigation .post-next:hover h6, .post-navigation .post-next:hover p, .post-navigation .all-post:hover, .blockquote:before, .btn-outline-grad { color: #15322e; }

/* Checkbox */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #15322e;
    border-color: #15322e;
    background-color: #15322e;
}

/* Navbar Dark link colors */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #15322e; }
.list-group-icon-primary-bg i { background-color: #d4e6ff; color: #15322e; }

.btn-link:hover, a:hover { color: #b0904b; }
.post .post-tag a:hover, .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover, .portfolio .nav .nav-tabs-style-3 .nav-filter.active, .portfolio .nav .nav-tabs-style-2 .nav-filter.active, .portfolio .nav .nav-tabs-style-4 .nav-filter.active { color: #ffffff; }
a.text-primary:hover, a.text-primary:focus, .primary-hover li:hover {
    color: #0361e5 !important;
}

.nav-tabs.tab-line .nav-link.active {
    color: #15322e;
    border-bottom: 2px solid #15322e;
}

/* Color important */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .primary-hover a:hover, .text-primary, a.primary-hover:hover { color: #15322e !important; }


/* CSS BELA */


ul {
  display: block;
  list-style-type: disc;
  margin-left:12px;
  margin-block-start: 1em;
  margin-block-end: 1.5em;
  padding-inline-start: 20px;
  list-style-position: outside !important;
  line-height: 32px;
}

ol {
  display: block;
  list-style-type:decimal;
  margin-left:12px;
  margin-block-start: 1em;
  margin-block-end: 1.5em;
  padding-inline-start: 20px;
  list-style-position: outside !important;
  line-height: 32px;
}

.text-left {
  text-align: left;
}

.text-spacing-2 {
  letter-spacing: 2px;
  font-weight: 500;
}

.text-spacing-4 {
  letter-spacing: 4px;
}

.text-spacing-6 {
  letter-spacing: 6px;
}

p { line-height: 32px;
}


.text-black {
    color: #000;
}

.text-16 {
	font-size: 16px !important;
}
.text-17 {
	font-size: 17px !important;
}

.text-copy {
    color: #FFF;
	font-size: 12px !important;
	font-family: "Montserrat", sans-serif;
}

.text-smallest {
    color: #000;
	font-size: 13px !important;
}

.lead {
    font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.lead14 {
    font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: uppercase;
}

a.lead14:hover {
	color: #15322e;
	font-size:16px !important;
}

.lead15 {
    font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 15px !important;
	font-weight: 400;
}

.lead17 {
    font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 17px !important;
	font-weight: 400;
}

.lead19 {
    font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 19px !important;
	font-weight: 400;
}

.lead24 {
    font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 24px !important;
	font-weight: 400;
}

/* Primary Button */
.btn-outline-primary {
    color: #15322e;
    border-color: #15322e;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #15322e;
    border-color: #15322e;
}

.btn-outline-grey {
    color: #333;
    border-color: #666 !important;
}
.btn-outline-grey:hover {
    color: #FFF;
    border-color: #000 !important;
	background-color: #000;
}

.btn-white:hover {
    color: #FFF !important;
    border-color: #b0904b !important;
	background-color: #b0904b !important;
}

.btn-light:hover {
    color: #FFF !important;
    border-color: #b0904b !important;
	background-color: #b0904b !important;
	font-size: 16px !important;
}

.btn-gold-white {
    color: #FFF !important;
    border-color: #b0904b !important;
	background-color: #b0904b !important;
}

.btn-gold-white:hover {
    color: #000 !important;
    border-color: #fff !important;
	background-color: #fff !important;
}


a.main-1 {
	color: #000;
	font-size:15px !important;
	text-decoration: underline !important;
	font-weight: 400;
}
a.main-1:hover {
	color: #15322e !important;
	font-size:17px;
	text-decoration: none !important;
}

a.main-tel {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size:15px !important;
	font-weight: 500;
}
a.main-tel:hover {
	color: #15322e !important;
	font-size:17px;
	text-decoration: underline !important;
}

a.main-social {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size:14px;
}
a.main-social:hover {
	color: #15322e;
	font-size:16px;
}


a.main-footer-U {
	color: #FFF;
	font-size:13px;
	text-decoration: none;
	text-transform: uppercase;
}
a.main-footer-U:hover {
	text-decoration: underline;
	font-size:15px;
}


a.main-footer-S {
	color: #FFF !important;
	font-size:18px;
	text-decoration: none;
	text-transform: uppercase;
}
a.main-footer-S:hover {
	text-decoration: underline;
	font-size:20px;
}




a.main-footer-copy {
	color: #FFF;
	font-size:12px;
	text-decoration: none;
	text-transform: uppercase;
}
a.main-footer-copy:hover {
	text-decoration: underline;
	color: #000;
}



/* Background */


.bg-primary { background: #15322e !important; }
.bg-secondary { background: #001E60 !important; }
.bg-footer { background: #15322e !important; }

.navbar-primary.navbar-sticky-on { background-color: #dddfe1; }
.owl-carousel.dots-primary .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #15322e;
}
.owl-carousel.dots-primary .owl-dots .owl-dot span:after, .cd-headline.big-clip .cd-words-wrapper::after { background-color: #15322e; }

.accordion.toggle-icon-round .accordion-title a:after { background: #15322e; }
.accordion-primary .accordion-title, .cd-headline.clip .cd-words-wrapper::after, .cd-headline.loading-bar .cd-words-wrapper::after { background: #15322e; }

.btn-primary { background: #15322e; border-color: #15322e; }
.btn-primary:hover { background: #dddfe1; border-color: #dddfe1; }
.skill-item .progress-bar, .nav-tabs .nav-link.active, .nav-tabs.tab-bordered .nav-link.active { background-color: #15322e; }

/* Border Color */
.form-control:focus, .feature-box.f-style-3:hover { border-color: #15322e; }
.form-select:focus {border-color: #15322e;}
.btn-link:after { border-bottom: solid 2px #b0904b; }
.primary-border-start-dotted {
    border-left: dashed 1px #15322e;
}
.form-check-input:checked {
    background-color: #15322e;
    border-color: #15322e;
}
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p { border: 3px solid #15322e; }
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p:before {
    border-color: #15322e transparent transparent;
}
.tags a:hover {
    border: 1px solid #15322e;
}
.portfolio .nav .nav-tabs-style-1 .nav-filter.active { border-color: #15322e; }
.blockquote.primary-line {
    border-left: 5px solid #15322e;
}

/* Gradient Text */
.text-grad, .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
	background: -moz-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bbbec0), color-stop(100%, #dddfe1));
  background: -webkit-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
  background: -o-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
  background: -ms-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
  background: linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* Gradient Background */
.bg-grad, .skill.skill-grad .progress-bar, .nav-tabs.tab-grad .nav-link.active, .portfolio-style-2 .portfolio-card .portfolio-card-header:before, .portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before, .team.team-overlay .team-item .team-avatar:before, .team.team-overlay .team-item:hover .team-avatar:before, .pricing .ribbon span, .portfolio .nav .nav-tabs-style-3 .nav-filter a.active, .portfolio .nav .nav-tabs-style-2 .nav-filter a.active, .portfolio .nav .nav-tabs-style-4 .nav-filter a.active {
    background: -moz-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bbbec0), color-stop(100%, #dddfe1));
    background: -webkit-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: -o-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: -ms-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
}
.btn-grad, .btn-outline-grad:before {
    background: -moz-linear-gradient(150deg, #dddfe1 0%, #15322e 50%, #dddfe1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dddfe1), color-stop(50%, #15322e), color-stop(100%, #dddfe1));
    background: -webkit-linear-gradient(150deg, #dddfe1 0%, #15322e 50%, #dddfe1 100%);
    background: -o-linear-gradient(150deg, #dddfe1 0%, #15322e 50%, #dddfe1 100%);
    background: -ms-linear-gradient(150deg, #dddfe1 0%, #15322e 50%, #dddfe1 100%);
    background: linear-gradient(150deg, #dddfe1 0%, #15322e 50%, #dddfe1 100%);
    background-size: 260% 100%;
    background-position: right bottom;
}
.icon-grad i:before {
    background: -moz-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #15322e), color-stop(100%, #dddfe1));
    background: -webkit-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: -o-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: -ms-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}

.accordion-grad .accordion-title a, .blockquote.grad-line:after, .feature-box.f-style-1:before {
    background: -moz-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bbbec0), color-stop(100%, #dddfe1));
    background: -webkit-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: -o-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: -ms-linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
    background: linear-gradient(150deg, #bbbec0 0%, #dddfe1 100%);
}

.divider-grad:before {
  background: -moz-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #15322e), color-stop(100%, #dddfe1));
  background: -webkit-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
  background: -o-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
  background: -ms-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
  background: linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
}

.divider-grad:after {
  background: -moz-linear-gradient(150deg, #dddfe1 0%, #15322e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dddfe1), color-stop(100%, #15322e));
  background: -webkit-linear-gradient(150deg, #dddfe1 0%, #15322e 100%);
  background: -o-linear-gradient(150deg, #dddfe1 0%, #15322e 100%);
  background: -ms-linear-gradient(150deg, #dddfe1 0%, #15322e 100%);
  background: linear-gradient(150deg, #dddfe1 0%, #15322e 100%);
}

@media only screen and (min-width:992px) {
	.navbar-nav .dropdown-menu:before {
		background: -moz-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #15322e), color-stop(100%, #dddfe1));
    background: -webkit-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: -o-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: -ms-linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
    background: linear-gradient(150deg, #15322e 0%, #dddfe1 100%);
	}
}

/*SVG fill color*/
.fill-grad-start { stop-color: #15322e; }
.fill-grad-end { stop-color: #dddfe1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-grad i::before{ background: none; color: #15322e !important; }
  .text-grad{  background: none; color: #15322e !important; }
}

/* Tiny slider dots */
  .dots-primary .tns-nav [data-nav] {
    -webkit-box-shadow: inset 0 0 0 2px #15322e;
    box-shadow: inset 0 0 0 2px #15322e;
}
.dots-primary .tns-nav [data-nav]:after {
    background-color: #15322e;
    -webkit-box-shadow: 0 0 1px #15322e;
    box-shadow: 0 0 1px #15322e;
}

/*  accordion */
.accordion-button:not(.collapsed){
    background-color: rgb(6, 106, 249, 0.2);
    color:#bbbec0;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232654e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
.accordion.accordion-line .accordion-header .accordion-button:before {
    background-color: #bbbec0;
}
.accordion.accordion-icon-primary .accordion-header .accordion-button {
    background: #bbbec0;
}
.accordion.accordion-icon-gradient .accordion-header .accordion-button:not(.collapsed) {
    background: -moz-linear-gradient(150deg, #dddfe1 0%, #bbbec0 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dddfe1), color-stop(100%, #bbbec0)) !important;
    background: -webkit-linear-gradient(150deg, #dddfe1 0%, #bbbec0 100%) !important;
    background: -o-linear-gradient(150deg, #dddfe1 0%, #bbbec0 100%) !important;
    background: -ms-linear-gradient(150deg, #dddfe1 0%, #bbbec0 100%) !important;
    background: linear-gradient(150deg, #dddfe1 0%, #bbbec0 100%) !important;
}

/* Portfolio style 2 */
.portfolio-style-2 .nav .nav-tabs-style-1 .nav-filter a.active {
    color: #15322e;
    border-color: #15322e;
}
.portfolio-link .nav .nav-tabs .nav-filter a.active {
    color: #15322e;
}