/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #2590aa;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #2590aa;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #2590aa;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #2590aa;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #2590aa;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background: linear-gradient(90deg, #2590aa 0%, #1b7a90 100%);
	height: 50px;
	line-height: 50px;
	box-shadow: 0 4px 15px rgba(37,144,170,0.2);
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-block;
}

.sub-header ul.left-info li a:hover {
	opacity: 0.85;
}

.sub-header ul.right-icons {
	float: right;
	display: flex;
	gap: 20px;
	align-items: center;
	padding-right: 20px;
}

.sub-header ul.right-icons li {
	display: inline-block;
	text-align: center;
	border: none;
	list-style: none;
}

.sub-header ul.right-icons li:first-child {
	border: none;
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight: 300;
	opacity: 0.85;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sub-header ul.right-icons li a:hover {
	opacity: 1;
	transform: scale(1.15);
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #2590aa!important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}

.background-header .navbar-nav a.nav-link::after {
	background: linear-gradient(90deg, #2590aa, transparent);
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #2590aa!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.5px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.3s ease;
	padding: 10px 0;
	position: relative;
	display: inline-block;
}

.navbar .navbar-nav a.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #2590aa, transparent);
	border-radius: 2px;
	transition: width 0.3s ease;
}

.navbar .navbar-nav a.nav-link:hover::after,
.navbar .navbar-nav .active>.nav-link::after,
.navbar .navbar-nav .nav-link.current::after,
.navbar .navbar-nav .nav-link.show::after,
.navbar .navbar-nav .show>.nav-link::after {
	width: 100%;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #2590aa;
	border-bottom: none;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #2590aa;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(../images/slide_01.png);
}

.Modern-Slider .item-2 .img-fill {
	background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(../images/slide_02.png);
}

.Modern-Slider .item-3 .img-fill {
	background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(../images/slide_03.png);
}

.Modern-Slider .item-4 .img-fill {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/reforma-tributaria.jpeg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  transform: translateY(-50%);
  border:0 none;
  background: linear-gradient(135deg, rgba(37,144,170,0.8), rgba(27,122,144,0.8));
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  font-size: 28px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(37,144,170,0.3);
  border: 2px solid rgba(255,255,255,0.2);
}

.Modern-Slider .NextArrow:hover {
  background: linear-gradient(135deg, #2590aa, #1b7a90);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(37,144,170,0.5);
  border-color: rgba(255,255,255,0.4);
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  transform: translateY(-50%);
  border:0 none;
  background: linear-gradient(135deg, rgba(37,144,170,0.8), rgba(27,122,144,0.8));
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  font-size: 28px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(37,144,170,0.3);
  border: 2px solid rgba(255,255,255,0.2);
}

.Modern-Slider .PrevArrow:hover {
  background: linear-gradient(135deg, #2590aa, #1b7a90);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(37,144,170,0.5);
  border-color: rgba(255,255,255,0.4);
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color:#2590aa;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 40px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #2590aa;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
}

.service-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.service-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 32px rgba(37,144,170,0.18);
}

.service-item img {
	width: 100%;
	overflow: hidden;
	transition: transform 0.4s ease;
}

.service-item:hover img {
	transform: scale(1.05);
}

.service-item .down-content {
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.service-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 auto 15px auto;
	background-color: rgba(37,144,170,0.12);
	color: #2590aa;
	font-size: 24px;
	transition: all 0.3s ease;
}

.service-item:hover .service-icon {
	background-color: #2590aa;
	color: #fff;
	transform: scale(1.1);
}

.service-item .down-content h4 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 12px;
	color: #1e1e1e;
}

.service-item .down-content p {
	margin-bottom: 20px;
	line-height: 26px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #2590aa;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background: linear-gradient(135deg, rgba(37,144,170,0.18), rgba(250,250,250,0.08));
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 10px;
	transition: transform 0.3s ease, background-color 0.3s ease;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	min-height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.count-area-content:hover {
	background: linear-gradient(135deg, rgba(37,144,170,0.28), rgba(250,250,250,0.12));
	transform: translateY(-4px);
}

.count-digit {
    margin: 5px 0px;
    color: #2590aa;
    font-weight: 700;
    font-size: 36px;
}
.count-label {
	margin: 5px 0px;
	color: #2590aa;
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.count-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	background-color: rgba(37,144,170,0.15);
	color: #7fd0e2;
	font-size: 20px;
}

.count-subtitle {
	margin-top: 8px;
	font-size: 13px;
	color: #d9d9d9;
	letter-spacing: 0.3px;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #fff;
	border-radius: 16px;
	padding: 60px 50px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.about-info .more-info-content {
	background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(249,251,252,0.95) 100%);
	border-radius: 20px;
	padding: 80px 60px;
	box-shadow: 0 20px 60px rgba(37,144,170,0.12);
	border: 1px solid rgba(37,144,170,0.08);
	transition: all 0.4s ease;
}

.about-info:hover .more-info-content {
	box-shadow: 0 30px 80px rgba(37,144,170,0.18);
	transform: translateY(-5px);
}

.about-info .right-content h2 em {
	color: #2590aa;
	font-style: normal;
}

.about-info .right-content h2 {
	font-size: 44px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 25px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.about-info .right-content span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #2590aa;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.about-info .right-content p {
	font-size: 15px;
	color: #555;
	line-height: 32px;
	margin-bottom: 30px;
}

.about-info .filled-button {
	margin-top: 20px;
	padding: 15px 45px;
	font-weight: 700;
	letter-spacing: 0.5px;
	box-shadow: 0 8px 20px rgba(37,144,170,0.25);
	transition: all 0.3s ease;
}

.about-info .filled-button:hover {
	box-shadow: 0 12px 30px rgba(37,144,170,0.35);
	transform: translateY(-3px);
}

.about-info .left-image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.about-info .left-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	transition: all 0.4s ease;
	box-shadow: 0 20px 50px rgba(37,144,170,0.15);
}

.about-info:hover .left-image img {
	transform: scale(1.05);
	box-shadow: 0 30px 70px rgba(37,144,170,0.25);
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

/* Why Choose Section */

.why-choose {
	margin-top: 140px;
	padding: 80px 0px;
	background-color: #f9fbfc;
}

.why-choose .section-heading {
	margin-bottom: 50px;
}

.why-item {
	text-align: center;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	margin-bottom: 30px;
}

.why-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 16px 40px rgba(37,144,170,0.15);
}

.why-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	color: #fff;
	font-size: 28px;
	transition: all 0.3s ease;
}

.why-item:hover .why-icon {
	transform: scale(1.1) rotate(10deg);
}

.why-item h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.why-item p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 0;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #2590aa;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.google-reviews {
	margin-top: 140px;
	padding: 80px 0px;
	background:
		linear-gradient(rgba(8, 25, 33, 0.78), rgba(8, 25, 33, 0.78)),
		url(../images/avaliacao.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.google-reviews .section-heading h2 {
	letter-spacing: 0.3px;
	color: #fff;
}

.google-reviews .section-heading span {
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.82);
}

.google-rating-summary {
	background: linear-gradient(126deg, #ffffff 0%, #f2f9fc 100%);
	border-radius: 22px;
	padding: 35px;
	box-shadow: 0 18px 45px rgba(6,42,54,0.12);
	border: 1px solid rgba(37,144,170,0.2);
	display: flex;
	align-items: center;
	gap: 28px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.google-rating-summary::after {
	content: "";
	position: absolute;
	right: -60px;
	top: -60px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(37,144,170,0.14) 0%, rgba(37,144,170,0) 70%);
	pointer-events: none;
}

.google-rating-summary .summary-score {
	font-size: 64px;
	line-height: 1;
	font-weight: 800;
	color: #2590aa;
	min-width: 120px;
	text-align: center;
	padding: 12px 18px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: inset 0 0 0 1px rgba(37,144,170,0.14);
}

.google-rating-summary .summary-illustration {
	width: 190px;
	max-width: 26%;
	flex: 0 0 auto;
}

.google-rating-summary .summary-illustration img {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 10px 20px rgba(16, 74, 91, 0.18));
}

.google-rating-summary .summary-details {
	flex: 1;
	position: relative;
	z-index: 1;
}

.google-rating-summary .summary-title {
	font-size: 22px;
	font-weight: 800;
	color: #1e1e1e;
	margin-bottom: 8px;
}

.google-rating-summary .summary-meta {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #3f5f69;
}

.google-rating-summary .summary-updated {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.4;
	color: #6b8790;
}

.google-reviews-carousel {
	display: flex;
	align-items: center;
	gap: 14px;
}

.reviews-viewport {
	overflow: hidden;
	width: 100%;
}

.reviews-track {
	display: flex;
	gap: 20px;
	transition: transform 0.45s ease;
	will-change: transform;
}

.google-review-card {
	background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 12px 30px rgba(10,56,71,0.09);
	height: 100%;
	margin-bottom: 30px;
	border: 1px solid rgba(37,144,170,0.14);
	position: relative;
	overflow: hidden;
}

.google-review-card::before {
	content: "\201C";
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: 44px;
	line-height: 1;
	font-weight: 700;
	color: rgba(37,144,170,0.17);
}

.review-slide {
	flex: 0 0 calc((100% - 40px) / 3);
	margin-bottom: 0;
}

.google-review-card.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
}

.google-review-stars {
	color: #f4b400;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.google-review-text {
	font-size: 14px;
	line-height: 1.8;
	color: #4a5960;
	margin-bottom: 18px;
	min-height: 108px;
}

.google-review-author {
	font-weight: 800;
	font-size: 15px;
	color: #1b4450;
	margin: 0;
}

.google-review-date {
	font-size: 13px;
	color: #888;
	margin: 6px 0 0 0;
}

.reviews-nav {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(37,144,170,0.35);
	background: linear-gradient(180deg, #ffffff 0%, #eaf6fb 100%);
	color: #2590aa;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	flex: 0 0 auto;
	transition: all 0.25s ease;
	box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.reviews-nav:hover {
	background: linear-gradient(180deg, #2590aa 0%, #1f8097 100%);
	color: #fff;
	border-color: #2590aa;
	transform: translateY(-1px);
}

.reviews-nav:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

@media (max-width: 1199px) {
	.review-slide {
		flex: 0 0 calc((100% - 20px) / 2);
	}
}

@media (max-width: 767px) {
	.google-reviews-carousel {
		gap: 8px;
	}

	.review-slide {
		flex: 0 0 100%;
	}

	.reviews-nav {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.google-rating-summary {
		padding: 24px;
		gap: 16px;
	}

	.google-rating-summary .summary-illustration {
		max-width: 46%;
		width: 150px;
	}

	.google-rating-summary .summary-title {
		font-size: 20px;
	}
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #2590aa;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
	padding: 100px 0;
}

.callback-form .contact-form {
	background: transparent;
	padding: 0;
	border-radius: 0;
	text-align: left;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form input {
	border-radius: 12px;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	border: 2px solid rgba(37,144,170,0.1);
	margin-bottom: 25px;
	transition: all 0.3s ease;
	font-weight: 500;
	width: 100%;
}

.callback-form .contact-form input:focus {
	outline: none;
	border-color: #2590aa;
	box-shadow: 0 8px 20px rgba(37,144,170,0.15);
	transform: translateY(-2px);
}

.callback-form .contact-form input::placeholder {
	color: #aaa;
}

.callback-form .contact-form textarea {
	border-radius: 12px;
	height: 140px;
	max-height: 240px;
	min-height: 140px;
	padding: 15px 20px;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	border: 2px solid rgba(37,144,170,0.1);
	margin-bottom: 30px;
	transition: all 0.3s ease;
	font-family: inherit;
	font-weight: 500;
	resize: vertical;
	width: 100%;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	border-color: #2590aa;
	box-shadow: 0 8px 20px rgba(37,144,170,0.15);
	transform: translateY(-2px);
}

.callback-form .contact-form textarea::placeholder {
	color: #aaa;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 35px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #2590aa;
}

.contact-us .contact-form button.filled-button {
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	color: #fff;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 45px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s ease;
	outline: none;
	box-shadow: 0 8px 20px rgba(37,144,170,0.25);
	text-shadow: none;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.contact-us .contact-form button.filled-button:hover {
	background: linear-gradient(135deg, #1b7a90, #2590aa);
	box-shadow: 0 12px 30px rgba(37,144,170,0.35);
	transform: translateY(-3px);
}


/* Map Styles */
#map {
	margin-top: 100px;
	margin-bottom: 100px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

#map iframe {
	width: 100%;
	height: 600px;
	border: none;
	display: block;
}


/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	display: none;
}

.partners .owl-item {
}

.partners .partner-item img {
}



/* Footer Style */

footer {
	background: linear-gradient(135deg, #1e1e1e 0%, #232323 100%);
	padding: 100px 0px 60px;
	margin-top: 80px;
	color: #fff;
	position: relative;
	border-top: 3px solid #2590aa;
}

footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(37,144,170,0.3), transparent);
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
}

footer h4::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #2590aa, transparent);
	border-radius: 2px;
}

footer p {
	color: #bbb;
	line-height: 28px;
	font-size: 14px;
}

footer ul.social-icons {
	margin-top: 25px;
	display: flex;
	gap: 15px;
}

footer ul.social-icons li {
	display: inline-block;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(37,144,170,0.2), rgba(27,122,144,0.2));
	color: #2590aa;
	border-radius: 50%;
	transition: all 0.3s ease;
	font-size: 18px;
	border: 2px solid rgba(37,144,170,0.3);
}

footer ul.social-icons li a:hover {
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	color: #fff;
	border-color: #2590aa;
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(37,144,170,0.3);
}

footer ul.menu-list li {
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #bbb;
	transition: all 0.3s ease;
	display: inline-block;
	position: relative;
}

footer ul.menu-list li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	background: #2590aa;
	transition: width 0.3s ease;
}

footer ul.menu-list li a:hover {
	color: #2590aa;
}

footer ul.menu-list li a:hover::before {
	width: 100%;
}

footer .contact-form input {
	border-radius: 10px;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px;
	color: #fff!important;
	background-color: rgba(255,255,255,0.08);
	font-size: 13px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	border: 2px solid rgba(37,144,170,0.2);
	margin-bottom: 15px;
	transition: all 0.3s ease;
	width: 100%;
}

footer .contact-form input:focus {
	outline: none;
	background-color: rgba(255,255,255,0.12);
	border-color: #2590aa;
	box-shadow: 0 8px 20px rgba(37,144,170,0.2);
}

footer .contact-form input::placeholder {
	color: #999;
}

footer .contact-form textarea {
	border-radius: 10px;
	height: 100px;
	max-height: 150px;
	min-height: 100px;
	padding: 12px 15px;
	color: #fff!important;
	background-color: rgba(255,255,255,0.08);
	font-size: 13px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	border: 2px solid rgba(37,144,170,0.2);
	margin-bottom: 15px;
	transition: all 0.3s ease;
	font-family: inherit;
	width: 100%;
}

footer .contact-form textarea:focus {
	outline: none;
	background-color: rgba(255,255,255,0.12);
	border-color: #2590aa;
	box-shadow: 0 8px 20px rgba(37,144,170,0.2);
}

footer .contact-form textarea::placeholder {
	color: #999;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #999;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
footer .contact-form ::placeholder {
  color: #999;
}

footer .contact-form button.filled-button {
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 25px;
	display: inline-block;
	transition: all 0.3s ease;
	outline: none;
	box-shadow: 0 8px 20px rgba(37,144,170,0.25);
	text-shadow: none;
	cursor: pointer;
	letter-spacing: 0.5px;
	width: 100%;
}

footer .contact-form button.filled-button:hover {
	background: linear-gradient(135deg, #1b7a90, #2590aa);
	box-shadow: 0 12px 30px rgba(37,144,170,0.35);
	transform: translateY(-2px);
}

.footer-item {
	margin-bottom: 40px;
}

.footer-item.last-item {
	padding-left: 20px;
}


/* Sub-footer Style */

.sub-footer {
	background-image: url(../images/padrão.png);
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	padding: 30px 0px;
	position: relative;
	border-top: 1px solid rgba(37,144,170,0.3);
}

.sub-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.sub-footer p {
	color: #000;
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	margin: 0;
}

.sub-footer a {
	color: #000;
	font-weight: 700;
	position: relative;
	z-index: 2;
}


.page-heading {
	text-align: center;
	background-image: linear-gradient(rgba(6, 22, 30, 0.88), rgba(6, 22, 30, 0.88)), url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading.heading-sobre-nos {
	background-image: linear-gradient(rgba(6, 22, 30, 0.88), rgba(6, 22, 30, 0.88)), url(../images/sobre_nos.png);
}

.page-heading.heading-nossos-servicos {
	background-image: linear-gradient(rgba(6, 22, 30, 0.88), rgba(6, 22, 30, 0.88)), url(../images/nossos_servicos.png);
}

.page-heading.heading-fale-conosco {
	background-image: linear-gradient(rgba(6, 22, 30, 0.88), rgba(6, 22, 30, 0.88)), url(../images/fale_conosco.png);
}

.page-heading.heading-orcamento {
	background-image: linear-gradient(rgba(6, 22, 30, 0.88), rgba(6, 22, 30, 0.88)), url(../images/orcamento.png);
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #2590aa;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
	background-color: #f8fafb;
	padding: 50px 0px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 18px 20px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid rgba(37,144,170,0.25);
	border-radius: 10px;
	font-size: 17px;
	color: #1e1e1e;
	letter-spacing: 0.3px;
	font-weight: 700;
	transition: all 0.25s ease;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
#tabs ul li a i:first-child {
	margin-right: 8px;
	color: #2590aa;
}
#tabs ul li a i {
	float: right;
	margin-top: 3px;
	color: #2590aa;
}
#tabs ul li a {
	position: relative;
	padding-right: 64px;
}
#tabs ul li a i:first-child {
	position: absolute;
	right: 38px;
	top: 50%;
	transform: translateY(-50%);
	float: none;
	margin: 0;
}
#tabs ul li a i:last-child {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	float: none;
	margin: 0;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
	color: #fff;
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	border-color: transparent;
	box-shadow: 0 10px 24px rgba(37,144,170,0.35);
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 15px;
	text-align: left;
	display: inline-block;
	transition: all 0.3s ease;
}
.tabs-content article {
	background-color: #fff;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	border: 1px solid rgba(0,0,0,0.04);
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.tabs-content h4 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
	font-size: 15px;
	color: #6f6f6f;
	line-height: 28px;
	margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
	padding: 80px 0;
}

.contact-information .contact-item {
	padding: 70px 40px;
	background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(249,251,252,0.98) 100%);
	text-align: center;
	border-radius: 16px;
	border: 1px solid rgba(37,144,170,0.1);
	box-shadow: 0 10px 35px rgba(0,0,0,0.08);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.contact-information .contact-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #2590aa, #1b7a90);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.contact-information .contact-item:hover::before {
	transform: scaleX(1);
}

.contact-information .contact-item:hover {
	transform: translateY(-12px);
	box-shadow: 0 25px 60px rgba(37,144,170,0.2);
	border-color: rgba(37,144,170,0.2);
}

.contact-information .contact-item i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 30px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(37,144,170,0.15), rgba(27,122,144,0.15));
	color: #2590aa;
	font-size: 40px;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-information .contact-item:hover i {
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	color: #fff;
	transform: scale(1.15) rotate(-10deg);
	box-shadow: 0 12px 30px rgba(37,144,170,0.3);
}

.contact-information .contact-item h4 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	color: #1e1e1e;
	transition: color 0.3s ease;
}

.contact-information .contact-item:hover h4 {
	color: #2590aa;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.contact-information .contact-item a {
	color: #2590aa;
	font-weight: 700;
	font-size: 16px;
	transition: all 0.3s ease;
	display: inline-block;
	padding: 8px 0;
	border-bottom: 2px solid transparent;
}

.contact-information .contact-item a:hover {
	color: #fff;
	background: linear-gradient(135deg, #2590aa, #1b7a90);
	padding: 10px 20px;
	border-radius: 30px;
	border-bottom: 2px solid transparent;
	box-shadow: 0 8px 20px rgba(37,144,170,0.25);
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #2590aa!important;
		border-bottom: none!important;
	}
}