/*

Brand color: #2d3142 - Med Blue new = #4f5d75
Brand color dark: #4f5d75 Dark Blue = #001E60
Gradient colors: #4f5d75 and #2d3142
Brand dark color: #2d3142

*/

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

/* Color */
a, .navbar-top a:hover, .dropdown-item:active, .navbar-light .navbar-nav .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: #4f5d75; }

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

/* 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: #EF8354; }
.list-group-icon-primary-bg i { background-color: #d4e6ff; color: #EF8354; }

.btn-link:hover, a:hover { color: #2d3142; }
.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: #2d3142; }
a.text-primary:hover, a.text-primary:focus, .primary-hover li:hover {
    color: #0361e5 !important;
}

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

.nav-link:hover {
    color: #EF8354 !important;
}

/* Color important */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .primary-hover a:hover, .text-primary, a.primary-hover:hover { color: #4f5d75 !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;
}

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

.text-black {
    color: #2d3142;
}
.text-orange {
    color: #ef8354;
}
.text-grey-brand {
    color: #bfc0c0;
}

.text-16 {
    color: #2d3142;
	font-size: 16px !important;
}
.text-17 {
    color: #2d3142;
	font-size: 17px !important;
}

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

.lead18 {
    color: #2d3142;
	font-size: 18px !important;
}

.lead19 {
    color: #2d3142;
	font-size: 19px !important;
}
.lead21 {
    color: #2d3142;
	font-size: 21px !important;
}
.lead24 {
    color: #2d3142;
	font-size: 24px !important;
	font-weight: 300;
}

.lead28 {
    color: #2d3142;
	font-size: 28px !important;
	font-weight: 300;
}

.display-sm-3 {
	font-size: 28px !important;
}

.pricing .pricing-box25 {
  border: 1px solid #e7e7ed;
  padding: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Background */

.bg-primary { background: #ef8354 !important; }
.bg-blue { background: #4f5d75 !important; }
.bg-jet-black { background: #2d3142 !important; }
.bg-grey { background: #bfc0c0 !important; }
.bg-light { background: #e9ebeb !important; }
.bg-lighter { background: #f5f7f8 !important; }
.bg-lighter2 { background: #f3f8fe !important; }

/* Primary Button */
.btn-outline-primary {
    color: #2d3142;
    border-color: #2d3142;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #2d3142;
    border-color: #2d3142;
}
.btn-dark:hover { background: #FFF; color: #2d3142; border-color: #FFF !important; }


.btn-primary { background: #2d3142; border-color: #2d3142; }
.btn-primary:hover { background: #EF8354; border-color: #EF8354; }

.btn-secondary { background: #EF8354; border-color: #EF8354; }
.btn-secondary:hover { background: #2d3142; border-color: #2d3142; }

.btn-orange { color: #fff !important; background: #EF8354; border-color: #EF8354; }
.btn-orange:hover { color: #000!important; background: #de7442; border-color: #de7442 !important;}

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

.btn-whiteblack { background: #FFF; border-color: #2d3142; color: #2d3142; font-size: 18px; }
.btn-whiteblack:hover { background: #2d3142; border-color: #2d3142; color: #FFF; }

.btn-whiteblue { background: #FFF; border-color: #fff; color: #4f5d75; font-size: 18px; }
.btn-whiteblue:hover { background: #4f5d75; border-color: #4f5d75; color: #FFF; }

.btn-white:hover { background: #eef0f5; border-color: #eef0f5; color: #2d3142 !important; }


a.main1 {
	color: #EF8354;
	text-decoration: underline;
	font-size:17px;
}
a.main1:hover {
	text-decoration: underline;
	color: #2d3142;
}

a.main2 {
	color: #2d3142;
	text-decoration: none;
	font-size:17px;
}
a.main2:hover {
	text-decoration: underline;
	color: #EF8354;
}

a.main2-15 {
	color: #2d3142;
	text-decoration: none;
	font-size:15px;
}
a.main2-15:hover {
	text-decoration: underline;
	color: #EF8354;
}

a.main2-20 {
	color: #EF8354;
	text-decoration: none;
	font-size:20px;
}
a.main2-20:hover {
	text-decoration: underline;
	color: #2d3142;
}

a.main2-24 {
	color: #EF8354;
	text-decoration: underline;
	font-size:24px;
}
a.main2-24:hover {
	text-decoration: underline;
	color: #2d3142;
}

a.main3 {
	color: #2d3142;
	text-decoration: underline;
	font-size:16px;
	line-height: 0.5 !important;
}
a.main3:hover {
	text-decoration: underline;
	color: #999;
}

a.main4U {
	color: #2d3142;
	font-size:15px;
	text-decoration: underline;
	line-height: 2.5 !important;
	text-transform: uppercase;
}
a.main4U:hover {
	text-decoration: none;
	color: #2d3142;
}

a.main4 {
	color: #2d3142;
	font-size:16px;
	line-height: 0.5 !important;
}
a.main4:hover {
	text-decoration: underline;
	color: #2d3142;
}


.mr-3 {
  margin-right: 3rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
  }

.ml-3 {
    margin-left: 3rem !important;
  }
.ml-5 {
    margin-left: 5rem !important;
  }

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

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

.skill-item .progress-bar, .nav-tabs .nav-link.active, .nav-tabs.tab-bordered .nav-link.active { background-color: #4f5d75; }

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

/* Gradient Text */
.text-grad, .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
	background: -moz-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2d3142), color-stop(100%, #4f5d75));
  background: -webkit-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
  background: -o-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
  background: -ms-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
  background: linear-gradient(150deg, #2d3142 0%, #4f5d75 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, #2d3142 0%, #4f5d75 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2d3142), color-stop(100%, #4f5d75));
    background: -webkit-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -o-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -ms-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
}
.btn-grad, .btn-outline-grad:before {
    background: -moz-linear-gradient(150deg, #4f5d75 0%, #2d3142 50%, #4f5d75 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4f5d75), color-stop(50%, #2d3142), color-stop(100%, #4f5d75));
    background: -webkit-linear-gradient(150deg, #4f5d75 0%, #2d3142 50%, #4f5d75 100%);
    background: -o-linear-gradient(150deg, #4f5d75 0%, #2d3142 50%, #4f5d75 100%);
    background: -ms-linear-gradient(150deg, #4f5d75 0%, #2d3142 50%, #4f5d75 100%);
    background: linear-gradient(150deg, #4f5d75 0%, #2d3142 50%, #4f5d75 100%);
    background-size: 260% 100%;
    background-position: right bottom;
}
.icon-grad i:before {
    background: -moz-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2d3142), color-stop(100%, #4f5d75));
    background: -webkit-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -o-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -ms-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: linear-gradient(150deg, #2d3142 0%, #4f5d75 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, #2d3142 0%, #4f5d75 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2d3142), color-stop(100%, #4f5d75));
    background: -webkit-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -o-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: -ms-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
    background: linear-gradient(150deg, #2d3142 0%, #4f5d75 100%);
}

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

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

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

/*SVG fill color*/
.fill-grad-start { stop-color: #2d3142; }
.fill-grad-end { stop-color: #4f5d75; }

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

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

/*  accordion */
.accordion-button:not(.collapsed){
    background-color: rgb(6, 106, 249, 0.2);
    color:#2d3142;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/22d3142/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: #2d3142;
}
.accordion.accordion-icon-primary .accordion-header .accordion-button {
    background: #2d3142;
}
.accordion.accordion-icon-gradient .accordion-header .accordion-button:not(.collapsed) {
    background: -moz-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%) !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2d3142), color-stop(100%, #4f5d75)) !important;
    background: -webkit-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%) !important;
    background: -o-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%) !important;
    background: -ms-linear-gradient(150deg, #2d3142 0%, #4f5d75 100%) !important;
    background: linear-gradient(150deg, #2d3142 0%, #4f5d75 100%) !important;
}

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

