html {
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	touch-action: pan-y;
}

.card {
	border-radius: 0;
}

.card-deck {
	margin-left: 0;
	margin-right: 0;
}

.card-block {
	padding: 15px;
}

.menuzord {
	background: transparent !important;
}

.menuzord-menu > li > a {
	color: #ffffff;
}

.swiper-container {
	width: 100%;
	height: 400px;
}

.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
}

/* .splide__slide img {
  width: 100%;
  height: auto;
} */
			
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu {
	margin-top: 16px;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li > ul,
.nav-menu li > ul {
    z-index: 2;
    padding-top: 16px;
    transition: all 0.5s ease-in;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, .85));
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	/* font-weight: 400; */
	text-transform: uppercase;
	font-size: 16px;
	outline: none;
}

.nav-menu > li {
	margin-left: 10px;
}

.nav-menu > li > a{
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: white;
    transition: font-weight 0.1s ease;
}

.nav-menu > li > a:after {
  content: attr(css-text);
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: bold;
}

.nav-menu > li > a:hover{
	font-weight: bold;
	color: white;
}

/* .nav-menu > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu > li > ul > li > a:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
} */

#mobile-nav .menu-active > a,
#mobile-nav .menu-active > i {
	color: #fff !important;
}

.nav-menu ul {
	margin: 0;
}

.nav-menu ul li {
	background: #ffffffe0;
}

.nav-menu ul li:first-child {
	border-top: 0;
}

.nav-menu ul li a {
	  padding: 10px;
	  color: #000;
	  transition: 0.25s;
	  display: block;
	  font-size: 13px;
	  text-transform: none;
	  border: 2px solid transparent;
}

.nav-menu ul li a:hover {
	font-weight: 800;
}

.nav-menu ul li a:hover:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1c2d4c;
}

.nav-menu ul ul {
	margin: 0;
}

.nav-menu .active {
	font-weight: bold;
}

.mt-0.text-theme-colored.title {
  color: #284c75;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background:red;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: linear-gradient(to right, #1c2d4c , #284c75);
}

.slide-extra {
    position: absolute;
    background: #0000004a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
}

.slide-extra > img {
	position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.8;
    width: 160px;
}

.article {
  box-shadow: 1px 1px 20px #00000091;
	height: 100%;
	background-color: #f8f8f8;
	overflow: hidden;
}

.article:hover {
    box-shadow: 1px 1px 20px #000;
}

.vertical-line {
	position: relative;
}

.vertical-line::before {
    content: "";
    height: 25px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 2px;
    z-index: 9;
}

.vertical-line::after {
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}

.text-black {
	color: black;
}

h1 {
    font-size: 3em;
}

td {
	padding-right: 15px;
	font-size: 16px;
}

legend {
	font-size: inherit;
    font-weight: bold;
    color: inherit;
    border: none;
}

div.form-group > div:first-child {
	font-weight: bold;
}

.form-control {
    font-size: 16px;
}

.contact td,
.contact td > a {
	color: rgb(51, 51, 51);
}

.container td:first-child {
	font-weight: bold;
}

.container.main {
    padding-top: 30px;
}

.main-content p a {
  font-weight: bold;
  color: #1d5ea8;
}

.main-content ul {
  padding-left: inherit;
  list-style: disc;
  font-size: 16px;
}

.main-content ul + p {
  margin-top: 20px;
}

.section-content p {
  font-size: 16px;
}

.card-text {
  font-size: 16px;
}

.navbar {
	top: 20px;
	padding: 0;
}

.navbar > .container {
	box-shadow: 0px 5px 5px #00000080;
	display: block;
}

.navbar.blur {
	transition: all .5s ease;
	top: -4px;
}

.navbar.blur > .container {
	background: linear-gradient(to right, #ffffff3d , #ffffffcf) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.navbar.blur #logo {
	filter: invert(1);
	transition: all .5s ease;
}

.navbar.blur .nav-menu a {
	color: black;
	transition: all .5s ease;
}

.blur .nav-menu > li > a:before {
	background-color: #000;
}

.clickable {
	cursor: pointer;
	user-select: none;
	box-shadow: 1px 1px 10px #00000055;
}

.clickable:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.clickable > .service {
  height: 232px;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

footer {
  font-size: 16px;
}

.pulse {

}
@-webkit-keyframes pulse {
	0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
	50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
	50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
} 

@media(max-width: 992px){
	
	h1 {
		font-size: 2em;
	}
	
	section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.col-md-6 {
		margin-bottom: 25px;
	}
	
	div.container {
		padding: 0 !important;
	}
	
	.boxed-layout .main {
		padding: 10px !important;
	}

	
	#nav-menu-container {
		padding: 0 !important;
		padding-top: 15px !important;
	}


  .nav-menu a {
    --minFontSize: 14px;
    --maxFontSize: 18px;
    --scaler: 3vw;
    font-size: clamp( var(--minFontSize), var(--scaler), var(--maxFontSize) );
  }

	#cnt_logo {
		text-align: center;
		float: unset;
		width: 100%;
		
	}

	#cnt_menu {
		display: inline-block;
	    width: 100%;
	    text-align: center;
	}
	
	#cnt_menu .nav-menu {
		float: unset !important;
	}
	
	#cnt_menu .nav-menu li {
		width: calc(100% / 5);
		margin: 0;
	}

	.navbar {
		top: 0;
		height: 20px;
	}

  .main-content {
    box-shadow: none !important;
  }

  .navbar > .container {
    box-shadow: none;
    display: block;
  }
	
	#dynamic {
		    margin-top: 120px !important;
	}
	
	.article {
		height: auto;
	}
}

@media (hover: hover){
	
	.nav-menu > li > a:before {
		height: 2px;
	}

	.nav-menu > li > ul > li > a:before {
		width: 2px;
	}
	
	.nav-menu ul li a:hover:before {
		width: 2px;
	}
}
















----------------------------------------- */

::selection {
  background-color: #284c75;
  color: white;
}

*::-moz-selection {
  background-color: #284c75;
  color: white;
}

::-webkit-selection {
  background-color: #284c75;
  color: white;
} */

/* text-theme-color */
.text-theme-colored {
  color: #1d5ea8 !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored:hover {
  color: #1d5ea8 !important;
}
/* background-theme-color */
.bg-theme-colored {
  background-color: #1d5ea8 !important;
}
.bg-theme-colored-lighter2 {
  background-color: #1f65b5 !important;
}
.bg-theme-colored-lighter3 {
  background-color: #216abe !important;
}
.bg-theme-colored-lighter4 {
  background-color: #226fc6 !important;
}
.bg-theme-colored-darker2 {
  background-color: #1b579b !important;
}
.bg-theme-colored-darker3 {
  background-color: #195292 !important;
}
.bg-theme-colored-darker4 {
  background-color: #184d8a !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: rgba(29, 94, 168, 0.9);
}
.bg-theme-colored-transparent-8 {
  background-color: rgba(29, 94, 168, 0.8);
}
.bg-theme-colored-transparent-7 {
  background-color: rgba(29, 94, 168, 0.7);
}
.bg-theme-colored-transparent-6 {
  background-color: rgba(29, 94, 168, 0.6);
}
.bg-theme-colored-transparent-5 {
  background-color: rgba(29, 94, 168, 0.5);
}
.bg-theme-colored-transparent-4 {
  background-color: rgba(29, 94, 168, 0.4);
}
.bg-theme-colored-transparent-3 {
  background-color: rgba(29, 94, 168, 0.3);
}
.bg-theme-colored-transparent-2 {
  background-color: rgba(29, 94, 168, 0.2);
}
.bg-theme-colored-transparent-1 {
  background-color: rgba(29, 94, 168, 0.1);
}
.bg-theme-colored-transparent {
  background-color: rgba(29, 94, 168, 0.75) !important;
}
/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
  background: #1d5ea8 !important;
  border-color: #1d5ea8 !important;
  color: #fff !important;
}
.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}
/* Layer-overlay */
.overlay-theme-colored-1:before {
  background-color: rgba(29, 94, 168, 0.1) !important;
}
.overlay-theme-colored-2:before {
  background-color: rgba(29, 94, 168, 0.2) !important;
}
.overlay-theme-colored-3:before {
  background-color: rgba(29, 94, 168, 0.3) !important;
}
.overlay-theme-colored-4:before {
  background-color: rgba(29, 94, 168, 0.4) !important;
}
.overlay-theme-colored-5:before {
  background-color: rgba(29, 94, 168, 0.5) !important;
}
.overlay-theme-colored-6:before {
  background-color: rgba(29, 94, 168, 0.6) !important;
}
.overlay-theme-colored-7:before {
  background-color: rgba(29, 94, 168, 0.7) !important;
}
.overlay-theme-colored-8:before {
  background-color: rgba(29, 94, 168, 0.8) !important;
}
.overlay-theme-colored-9:before {
  background-color: rgba(29, 94, 168, 0.9) !important;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #1d5ea8 !important;
}
.border-theme-color-1px {
  border: 1px solid #1d5ea8 !important;
}
.border-theme-color-2px {
  border: 2px solid #1d5ea8 !important;
}
.border-theme-color-1px {
  border: 3px solid #1d5ea8 !important;
}
.border-theme-color-1px {
  border: 4px solid #1d5ea8 !important;
}
.border-theme-color-1px {
  border: 1px solid #1d5ea8 !important;
}
.border-theme-color-1px {
  border: 1px solid #1d5ea8 !important;
}
.border-theme-color-1px {
  border: 1px solid #1d5ea8 !important;
}
.border-top-theme-color-1px {
  border-top: 1px solid #1d5ea8 !important;
}
.border-top-theme-color-2px {
  border-top: 2px solid #1d5ea8 !important;
}
.border-top-theme-color-3px {
  border-top: 3px solid #1d5ea8 !important;
}
.border-top-theme-color-4px {
  border-top: 4px solid #1d5ea8 !important;
}
.border-top-theme-color-5px {
  border-top: 5px solid #1d5ea8 !important;
}
.border-top-theme-color-6px {
  border-top: 6px solid #1d5ea8 !important;
}
.border-top-theme-color-7px {
  border-top: 7px solid #1d5ea8 !important;
}
.border-top-theme-color-8px {
  border-top: 8px solid #1d5ea8 !important;
}
.border-top-theme-color-9px {
  border-top: 9px solid #1d5ea8 !important;
}
.border-top-theme-color-10px {
  border-top: 10px solid #1d5ea8 !important;
}
/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-1px {
  border-bottom: 1px solid #1d5ea8 !important;
}
.border-bottom-theme-color-2px {
  border-bottom: 2px solid #1d5ea8 !important;
}
.border-bottom-theme-color-3px {
  border-bottom: 3px solid #1d5ea8 !important;
}
.border-bottom-theme-color-4px {
  border-bottom: 4px solid #1d5ea8 !important;
}
.border-bottom-theme-color-5px {
  border-bottom: 5px solid #1d5ea8 !important;
}
.border-bottom-theme-color-6px {
  border-bottom: 6px solid #1d5ea8 !important;
}
.border-bottom-theme-color-7px {
  border-bottom: 7px solid #1d5ea8 !important;
}
.border-bottom-theme-color-8px {
  border-bottom: 8px solid #1d5ea8 !important;
}
.border-bottom-theme-color-9px {
  border-bottom: 9px solid #1d5ea8 !important;
}
.border-bottom-theme-color-10px {
  border-bottom: 10px solid #1d5ea8 !important;
}
/*Theme Colored Red Border-left-color*/
.border-left-theme-color-1px {
  border-left: 1px solid #1d5ea8 !important;
}
.border-left-theme-color-2px {
  border-left: 2px solid #1d5ea8 !important;
}
.border-left-theme-color-3px {
  border-left: 3px solid #1d5ea8 !important;
}
.border-left-theme-color-4px {
  border-left: 4px solid #1d5ea8 !important;
}
.border-left-theme-color-5px {
  border-left: 5px solid #1d5ea8 !important;
}
.border-left-theme-color-6px {
  border-left: 6px solid #1d5ea8 !important;
}
.border-left-theme-color-7px {
  border-left: 7px solid #1d5ea8 !important;
}
.border-left-theme-color-8px {
  border-left: 8px solid #1d5ea8 !important;
}
.border-left-theme-color-9px {
  border-left: 9px solid #1d5ea8 !important;
}
.border-left-theme-color-10px {
  border-left: 10px solid #1d5ea8 !important;
}
/*Theme Colored Red Border-right-color*/
.border-right-theme-color-1px {
  border-right: 1px solid #1d5ea8 !important;
}
.border-right-theme-color-2px {
  border-right: 2px solid #1d5ea8 !important;
}
.border-right-theme-color-3px {
  border-right: 3px solid #1d5ea8 !important;
}
.border-right-theme-color-4px {
  border-right: 4px solid #1d5ea8 !important;
}
.border-right-theme-color-5px {
  border-right: 5px solid #1d5ea8 !important;
}
.border-right-theme-color-6px {
  border-right: 6px solid #1d5ea8 !important;
}
.border-right-theme-color-7px {
  border-right: 7px solid #1d5ea8 !important;
}
.border-right-theme-color-8px {
  border-right: 8px solid #1d5ea8 !important;
}
.border-right-theme-color-9px {
  border-right: 9px solid #1d5ea8 !important;
}
.border-right-theme-color-10px {
  border-right: 10px solid #1d5ea8 !important;
}
.project .project-details {
  border-bottom: 3px solid #1d5ea8;
}
/* ------ box-shadow ------- */
.box-shadow-theme-colored-6px {
  box-shadow: 0 0 0 6px #1d5ea8;
}
.team-member .member-info {
  background-color: rgba(29, 94, 168, 0.7) !important;
}
/* background-color-transparent */
.donate-piechart .piechart canvas {
  background-color: rgba(29, 94, 168, 0.75) !important;
  border-radius: 50%;
  max-height: 80px;
}
/* Layer-overlay */
.overlay-theme-colored:before {
  background-color: rgba(29, 94, 168, 0.8) !important;
}
/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
  background-color: rgba(29, 94, 168, 0.9) !important;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
  background-color: #1d5ea8;
}
.preloader-dot-loading .cssload-loading i {
  background: #1d5ea8 !important;
}
.portfolio-filter a.active,
.portfolio-filter a:hover {
  background-color: #1d5ea8;
  color: #fff;
}
/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.title-icon::before,
.title-icon::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.widget.dark .tags a:hover,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.icon-box:hover .icon,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.title-icon::after,
.title-icon::before,
.line-bottom-double-line-centered:after,
.line-bottom-double-line-centered:before,
.line-bottom:after,
.line-bottom-no-border:after,
.line-bottom-center:after,
.line-bottom-center:before,
.vertical-line::after,
.vertical-line::before,
.title-dots span,
.project .hover-link i,
.project:hover .project-details {
  background: #1d5ea8;
}
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-next {
  background: #1d5ea8;
}
.ui-state-highlight {
  background: #1d5ea8 !important;
  color: #fff !important;
}
/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .twitter-feed li::after,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before,
.small-title i,
.icon-box .icon i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before,
.brochured li a i {
  color: #1d5ea8;
}
.brochured li a:hover {
  background: #1d5ea8;
  color: #fff;
}
.brochured li a:hover i {
  color: #fff;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
  color: #1d5ea8;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  border: 1px solid #1d5ea8;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover {
  background-color: #1d5ea8;
}
.panel-group .panel-title a.active {
  background: #1d5ea8 none repeat scroll 0 0;
  color: #fff;
}
.star-rating span::before {
  color: #1d5ea8 !important;
}
/* menuzord */
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #1d5ea8;
  color: #fff;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #1d5ea8;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #fff;
}
/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid #1d5ea8;
}
.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: #1d5ea8;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #1d5ea8 transparent transparent;
}
.opening-hours ul li {
  border-bottom: 1px dashed #1d5ea8;
}
.project .project-details {
  border-bottom: 3px solid #1d5ea8;
}
/* border-left-color */
blockquote.theme-colored {
  border-left: 3px solid #1d5ea8;
}
blockquote.bg-theme-colored {
  border-left: 3px solid #15467d;
  color: #fff;
}
blockquote.bg-theme-colored footer {
  color: #eeeeee;
}
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee !important;
  border-left: 3px solid #1d5ea8;
  color: #1d5ea8;
}
blockquote.gray.bg-theme-colored footer {
  color: #777777;
}
.attorney-address li {
  border-left: 1px solid #1d5ea8;
}
.section-title.title-border {
  border-left: 4px solid #1d5ea8;
}
/* border-top-color */
.member-info {
  border-top: 3px outset #1d5ea8;
}
.cssload-tri {
  border-top: 27px solid #1d5ea8;
}
/* border-right-color */
.border-right-red {
  border-right: 1px solid #1d5ea8;
}
.section-title.title-border.title-right {
  border-right: 4px solid #1d5ea8;
}
/* border-bottom-color */
.services-list li.active a {
  background-color: #1d5ea8 !important;
}
.services-list ul li a:hover {
  background-color: #1d5ea8;
  color: #fff;
}
.services-list li.active a {
  border: 1px solid #1d5ea8;
}
.cssload-tri.cssload-invert {
  border-bottom: 27px solid #1d5ea8;
}
/* box-shadow */
/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #1d5ea8;
  background-color: #fff;
  border-color: #1d5ea8;
}
.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #1d5ea8;
  background-color: #e6e6e6;
  border-color: #0a213b;
}
.btn-default.btn-theme-colored:hover {
  color: #1d5ea8;
  background-color: #e6e6e6;
  border-color: #144174;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  color: #1d5ea8;
  background-color: #e6e6e6;
  border-color: #144174;
}
.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #1d5ea8;
  background-color: #d4d4d4;
  border-color: #0a213b;
}
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open > .dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}
.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1d5ea8;
}
.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #1d5ea8;
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  color: #1d5ea8;
  background-color: #fff;
  border-color: #1d5ea8;
}
.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #1d5ea8;
  background-color: #e6e6e6;
  border-color: #0a213b;
}
.btn-border.btn-theme-colored:hover {
  color: #1d5ea8;
  background-color: #e6e6e6;
  border-color: #144174;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  color: #1d5ea8;
  background-color: #e6e6e6;
  border-color: #144174;
}
.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #1d5ea8;
  background-color: #d4d4d4;
  border-color: #0a213b;
}
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open > .dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}
.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #1d5ea8;
}
.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #1d5ea8;
}
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #15467d;
  border-color: #15467d;
  color: #fff;
}
/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #1d5ea8;
  border-color: #1d5ea8;
}
.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #15467d;
  border-color: #0a213b;
}
.btn-dark.btn-theme-colored:hover {
  color: #fff;
  background-color: #15467d;
  border-color: #144174;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #15467d;
  border-color: #144174;
}
.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #10355e;
  border-color: #0a213b;
}
.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}
.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
}
.btn-dark.btn-theme-colored .badge {
  color: #1d5ea8;
  background-color: #fff;
}
/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #2576d3;
  border-color: #2576d3;
}
.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #1d5ea8;
  border-color: #123967;
}
.btn-gray.btn-theme-colored:hover {
  color: #fff;
  background-color: #1d5ea8;
  border-color: #1b599f;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #1d5ea8;
  border-color: #1b599f;
}
.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored:active.focus,
.btn-gray.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #184d8a;
  border-color: #123967;
}
.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open > .dropdown-toggle.btn-gray.btn-theme-colored {
  background-image: none;
}
.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
  background-color: #2576d3;
  border-color: #2576d3;
}
.btn-gray.btn-theme-colored .badge {
  color: #2576d3;
  background-color: #fff;
}
/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/

.btn-primary {
  color: #fff;
  background-color: #1d5ea8;
  border-color: #1d5ea8;
}

.btn-theme-colored {
  color: #fff;
  background-color: #1d5ea8;
  border-color: #1d5ea8;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #15467d;
  border-color: #0a213b;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #15467d;
  border-color: #144174;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #15467d;
  border-color: #144174;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #10355e;
  border-color: #0a213b;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
}
.btn-theme-colored .badge {
  color: #1d5ea8;
  background-color: #fff;
}
/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}
.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}
.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
}
.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #15467d;
  border-color: #15467d;
}
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}
.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #1d5ea8;
}
.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #1d5ea8;
  color: #fff;
}
.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}
.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}
.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #2576d3;
  color: #fff;
}
.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #15467d;
  color: #e6e6e6;
}
.btn-hover-theme-colored:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
/*
 * Shortcode: social-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored a {
  color: #1d5ea8;
}
.icon-theme-colored.icon-bordered a {
  border-color: #1d5ea8;
}
.icon-theme-colored.icon-bordered a:hover {
  background-color: #1d5ea8;
  color: #fff;
}
.icon-theme-colored.icon-dark a {
  background-color: #1d5ea8;
  color: #fff;
}
.icon-theme-colored.icon-dark a:hover {
  background-color: #15467d;
  color: #e6e6e6;
}
.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #1d5ea8;
  color: #1d5ea8;
}
.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
.icon-theme-colored.icon-gray a {
  color: #1d5ea8;
}
.icon-theme-colored.icon-gray a:hover {
  color: #15467d;
}
.icon-theme-colored.icon-gray.icon-bordered a {
  color: #1d5ea8;
}
.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #1d5ea8;
}
.icon-theme-colored a:hover {
  color: #15467d;
}
.icon-hover-theme-colored a:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
.social-icons.icon-hover-theme-colored a:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored .icon {
  color: #1d5ea8;
}
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #1d5ea8;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #1d5ea8;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #1d5ea8;
  color: #1d5ea8;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #1d5ea8;
}
.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #1d5ea8;
  border-color: #1d5ea8;
  color: #fff;
}
.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #1d5ea8;
}