﻿#divok {display: none}

.blockquote, .btn-theme, p {
	line-height: 1.4
}
.btn-theme.active.focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme:active:focus, .btn-theme:focus, :active, :focus, a, a:active, a:focus, a:hover {
	outline: 0
}
.blockquote, .header .nav-item-child, .link, a, body, em, h1, h2, h3, h4, h5, h6, li, li a, p, span {
	font-family: Montserrat, sans-serif
}
.back-to-top, .header .nav-item-child, .link {
	text-transform: uppercase
}
.back-to-top:focus, .back-to-top:hover, .btn-theme.focus, .btn-theme:focus, .btn-theme:hover, .content-wrapper-link, .header .navbar-logo-wrap:focus, .header .navbar-logo-wrap:hover, a:active, a:focus, a:hover, h1>a:focus, h2>a:focus, h3>a:focus, h4>a:focus, h5>a:focus, h6>a:focus {
	text-decoration: none
}
html {
	overflow-x: hidden
}
body, html, html a {
	-webkit-font-smoothing: antialiased
}
p {
	font-size: 15px;
	font-weight: 400;
	color: #a6a7aa;
	margin-bottom: 15px
}
ol, ul {
	list-style: none;
}
em, li, li a {
	font-size: 16px;
	font-weight: 500;
	color: #140257
}
/*
a {
	color: #81848f
}
a:active, a:focus, a:hover {
	color: #ddd
}
*/

.progress-bar-info{background-color:#FF700D!important}


.link {
	position: relative;
	font-size: 13px;
	font-weight: 600
}
.link:after {
	position: absolute;
	top: 8px;
	right: -15px;
	width: 9px;
	height: 2px;
	background: #00bedc;
	content: " "
}
span {
	font-size: 14px;
	font-weight: 400;
	color: #bfc1c7
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #140257;
	line-height: 1.4;
	margin: 0 0 15px
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a {
	color: #140257
}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover {
	color: #999caa;
	text-decoration: none
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3, h4 {
	font-size: 22px
}

@media (max-width:1200px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 22px
	}
	h3, h4 {
		font-size: 18px
	}
}

@media (max-width:990px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 22px
	}
	h3, h4 {
		font-size: 18px
	}
}

@media (max-width:600px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 22px
	}
	h3, h4 {
		font-size: 18px
	}
}

@media (max-width:570px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px
	}
	h3, h4 {
		font-size: 18px
	}
}

@media (max-width:360px) {
	h1 {
		font-size: 29px
	}
	h2 {
		font-size: 22px
	}
	h3, h4 {
		font-size: 18px
	}
}

/* scrollbar */
::-webkit-scrollbar {
 width: 10px;
}
::-webkit-scrollbar-track {
 background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
 background: #140257;
}
::-webkit-scrollbar-thumb:hover {
 background: #ff8300;
}
.lnkcta {
	font-size: 60px!important;
	line-height: 66px;
	margin-bottom: 40px;
}

@media (max-width:600px) {
.lnkcta {
	font-size: 26px!important;
	line-height: 30px;
	margin-bottom: 10px;
}
}
::selection {
	color: #fff;
	background: #3e3457;
	text-shadow: none
}
::-webkit-selection {
color:#fff;
background:#3e3457;
text-shadow:none
}
::-moz-selection {
color:#fff;
background:#3e3457;
text-shadow:none
}
.section-seperator {
	border-bottom: 1px solid #edf0f2
}
.content-wrapper-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 3
}
.blockquote {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #a6a7aa;
	border-left: none;
	margin-left: 20px
}
.blockquote:before {
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 60px;
	display: inline-block;
	color: #00bedc;
	content: '“'
}
.btn-theme, .work, .work .work-overlay {
	position: relative
}
.btn-theme {
	display: inline-block;
	text-align: center;
	background-image: none;
	border-style: solid;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn-theme:hover {
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.btn-theme.active, .btn-theme:active {
	background-image: none;
	outline: 0
}
.btn-theme.disabled, .btn-theme[disabled], fieldset[disabled] .btn-theme {
	cursor: not-allowed;
	box-shadow: none;
	opacity: .65;
	pointer-events: none
}
.btn-base-bg {
	color: #fff;
	background: #00bedc;
	border-color: transparent;
	border-width: 0
}
.btn-base-bg.focus, .btn-base-bg:focus, .btn-base-bg:hover {
	color: #fff;
	background: #63cbd7;
	border-color: transparent
}
.btn-theme-sm {
	font-size: 13px;
	font-weight: 600;
	padding: 15px 40px
}

.btn-cian {
	color: #140257;
	background-color: #4ebae9;
	padding: 20px 30px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50px;
	margin: 15px 0 0 15px;
}
a.btn-cian:hover, .btn-cian:active {
	background-color: #FFF!important;
}

.btn-white {
	color: #FFF;
	border: 2px solid #FFF;
	padding: 20px 30px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50px;
	margin: 15px 0 0 15px;
}
a.btn-white:hover, .btn-white:active {
	color: #FFF!important;
	border: 2px solid #140257!important;
	background-color: #140257!important;
}
.btn-blue {
	color: #140257;
	border: 2px solid #140257;
	padding: 20px 30px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 50px;
	margin: 15px 0 0 5px;
}
a.btn-blue:hover, .btn-blue:active {
	color: #FFF!important;
	border: 2px solid #140257!important;
	background-color: #140257!important;
}

.btn-blue1 {
	color: #140257;
	border: 2px solid #140257;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50px;
	margin: 15px 0 0 5px;
}
a.btn-blue1:hover, .btn-blue1:active {
	color: #FFF!important;
	border: 2px solid #140257!important;
	background-color: #140257!important;
}

.btn-blue2 {
	color: #FFF;
	border: 2px solid #140257;
	background-color: #140257;
	padding: 20px 30px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50px;
	margin: 15px 0 0 15px;
}
a.btn-blue2:hover, .btn-blue2:active {
	color: #FFF!important;
	border: 2px solid #f36f20!important;
	background-color: #f36f20!important;
}

/*
@media (max-width:1280px) {
.btn-white {
	color: #FFF;
	border: 2px solid #FFF;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 30px;
	margin: 15px 0 0 20px;
}
.btn-blue {
	color: #140257;
	border: 2px solid #140257;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 30px;
	margin: 15px 0 0 20px;
}
}
*/


.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.parallax, .parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
	color: #fff;
}
/*
.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}
*/


.carousel-indicators {
	position:absolute;
	bottom: 0px!important;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: none!important;
}
.carousel-indicators .active {
	width: 12px!important;
	height: 12px!important;
	margin: 0;
	background-color: #fff;
	border-radius: none!important;
}


@media screen and (min-width:768px) {
.carousel-indicators {
	bottom: 20px
}
}
.work .work-content, .work .work-overlay:before {
	position: absolute;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1);
	left: 0
}
.work .work-overlay:before {
	top: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	content: " "
}
.work .work-content {
	bottom: 0;
	opacity: 0;
	padding: 25px;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}
.work:hover .work-overlay:before {
	background: rgba(0,0,0,.5);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.work:hover .work-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.work-content-b {
	bottom: 70px !important;
}
.contato {
	float: left;
	width: 400px;
	margin-left: 20px;
	z-index: 9999;
	margin-top: -280px;
}

@media (max-width:900px) {
	.contato {
		float: left;
		width: 400px;
		margin-left: 20px;
		z-index: 9999;
		margin-top: -240px;
	}
	.contato h3 {
		font-size: 16px!important;
	}
	.contato h5, a, a:hover {
		font-size: 11px!important;
		line-height: 0.7;
	}
}

@media (max-width:700px) {
	.contato {
		float: left;
		width: 400px;
		margin-left: 20px;
		z-index: 9999;
		margin-top: 10px;
	}
	.contato h3 {
		font-size: 16px!important;
	}
	.contato h5, a, a:hover {
		font-size: 11px!important;
		line-height: 0.7;
	}
}

.footer {
	background-color: #fff
}
.footer-logo {
	width: 100px;
	height: 50px
}
.footer .footer-list {
	margin-bottom: 0
}
.footer .footer-copy {
	font-size: 15px;
	line-height: 0.8;
	font-weight: 500;
	color: #FFF
}
.footer .footer-copy h5 {
	font-size: 15px;
	line-height: 0.85;
	font-weight: 700;
	color: #140257
}

.footer .footer-copy h6 {
	line-height: 0.75;
}
.footer .footer-copy h6 a {
	line-height: 0.75;
	margin: 0; padding: 0;
}

.footer .footer-copy a {
	font-size: 15px;
	text-decoration: underline;
	line-height: 0.85;
	font-weight: 700;
	color: #140257
}
.footer .footer-copy a:hover {
	color: #fff
}
.footer .footer-list-item {
	color: #FFF;
	margin-bottom: 15px;
	text-transform: uppercase
}
.footer .footer-list-item:last-child, .header .navbar {
	margin-bottom: 0
}
.footer-link, .footer-link a {
	color: #fff !important;
	margin-bottom: 15px;
	text-decoration: none;
	text-transform: uppercase
}
.footer-link a:hover {
	color: #ffb77c !important;
	text-decoration: underline;
}
.header .navbar-toggle {
	width: 25px;
	height: 25px;
	border: none;
	padding: 0;
	margin: 35px 0
}
.header .navbar-toggle .toggle-icon {
	position: relative;
	width: 21px;
	height: 1px;
	display: inline-block;
	background: #140257;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after, .header .navbar-toggle .toggle-icon:before {
	position: absolute;
	left: 0;
	background: #140257;
	content: " "
}
.header .navbar-toggle:hover .toggle-icon, .header .navbar-toggle:hover .toggle-icon:after, .header .navbar-toggle:hover .toggle-icon:before {
	background: #00bedc;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:before {
	width: 10px;
	height: 1px;
	bottom: 10px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle .toggle-icon:after {
	width: 16px;
	height: 1px;
	top: -5px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.header .navbar-toggle:hover .toggle-icon:after, .header .navbar-toggle:hover .toggle-icon:before {
	width: 21px;
	height: 1px
}
.header .navbar-toggle:hover .toggle-icon.is-clicked {
	background: rgba(81,87,105,1)
}
.header .navbar-logo {
	width: 690px;
	height: 236px;
	float: left;
	max-height: 236px;
}
.header .navbar-logo-wrap {
	display: inline-block;
	padding: 2px 0
}
.header .navbar-logo-img {
	display: inline-block;
	width: 690px;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

.grael {width: 12%; height: 12%}

@media (max-width:1199px) {
	.header .navbar-logo {
		max-height: 200px;
	}
	.header .navbar-logo-img {
		display: inline-block;
		width: 85%;
		height: auto;
		max-width: 85%;
		vertical-align: baseline;
		padding: 0!important;
		margin: 0!important;
	}
}

@media (max-width:620px) {
	.header .navbar-logo {
		max-height: 186px;
	}
	.header .navbar-logo-img {
		display: inline-block;
		width: 65%;
		height: auto;
		max-width: 65%;
		vertical-align: baseline;
		padding: 0!important;
		margin: 0!important;
	}
}

@media (max-width:360px) {
	.header .navbar-logo {
		max-height: 139px;
		margin: 0!important;
	}
.header .navbar-logo-img {
	display: inline-block;
	width: 45%;
	height: auto;
	max-width: 45%;
	vertical-align: baseline;
	padding: 0!important;
	margin: 0!important;
}
	.grael {width: 20%; height: 20%}
}


.header .nav-item, .header .nav-item-child {
	display: block;
	position: relative
}
.header .navbar-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.header .nav-item:last-child .nav-item-child {
	padding-right: 0
}
.header .nav-item-child {
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 30px;
	padding: 20px
}
.header .nav-item-child:hover {
	background-color: #fafafa;
}
.header .nav-item-child.active {
	position: relative;
}
.header .nav-item-child.active:after {
	position: absolute;
	top: 30px;
	left: 0;
	width: 6px;
	height: 3px;
	background: #f68121;
	content: " "
}
.header .nav-item-child.activeserv {
	position: relative;
}
.header .nav-item-child.activeserv:after {
	position: absolute;
	top: 44px;
	left: 0;
	width: 6px;
	height: 3px;
	background: #f68121;
	content: " "
}

@media (max-width:991px) {
.header .navbar-toggle {
	display: block
}
.header .navbar-collapse.collapse {
	display: none!important
}
.header .navbar-collapse.collapse.in {
	display: block!important;
	overflow-y: auto!important
}
.header .nav-collapse {
	padding-left: 0;
	padding-right: 0
}
.header .navbar-nav {
	margin: 0;
	float: none
}
.header .navbar-nav .nav-item {
	float: none
}
.header .menu-container:after, .header .menu-container:before {
	content: " ";
	display: table
}
.header .menu-container:after {
	clear: both
}
.header .nav-item-child {
	line-height: 1.4;
	padding: 15px 16px;
	margin-top: 1px;
	background-color: #f5f5f5;
}
.header .nav-item-child.active:after {
	position: absolute;
	top: 20px
}
}

@media (max-width:767px) {
.header .menu-container {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: 0
}
.header .navbar>.container, .header .navbar>.container>.nav-collapse {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0
}
.header .navbar>.container {
	width: auto
}
.footer-logo {
	align-items: center;
}
.footer .footer-copy {
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 80px;
}
}

@media (min-width:992px) {
.header .navbar-nav-right {
	float: right;
}
}
.contact-list>li {
	font-size: 13px;
	color: #81848f;
	margin-bottom: 10px
}
.back-to-top, .back-to-top:hover {
	color: #fff;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1);
	transition-duration: .3s
}
.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	z-index: 9;
	width: 40px;
	height: 40px;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	line-height: 3;
	letter-spacing: 1px;
	background: #140257;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	padding: 5px;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}
.back-to-top.back-to-top-is-visible {
	visibility: visible;
	opacity: .6;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.back-to-top.back-to-top-is-visible:hover {
	opacity: 1;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.back-to-top.back-to-top-fade-out {
	opacity: .4
}
.back-to-top.back-to-top-fade-out:hover {
	opacity: 1;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.swiper-clients-img, .swiper-clients-img:hover {
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}
.masonry-grid {
	position: relative;
	margin: 0 -2px
}
.masonry-grid:after, .masonry-grid:before {
	content: " ";
	display: table
}
.masonry-grid:after {
	clear: both
}
.masonry-grid .masonry-grid-item {
	display: block;
	float: left;
	vertical-align: top;
	padding: 0 2px;
	margin-bottom: 4px
}
.masonry-grid .masonry-grid-item.col-12 {
	width: 100%
}
.masonry-grid .masonry-grid-item.col-11 {
	width: 91.66666667%
}
.masonry-grid .masonry-grid-item.col-10 {
	width: 83.33333333%
}
.masonry-grid .masonry-grid-item.col-9 {
	width: 75%
}
.masonry-grid .masonry-grid-item.col-8 {
	width: 66.66666667%
}
.masonry-grid .masonry-grid-item.col-7 {
	width: 58.33333333%
}
.masonry-grid .masonry-grid-item.col-6 {
	width: 50%
}
.masonry-grid .masonry-grid-item.col-5 {
	width: 41.66666667%
}
.masonry-grid .masonry-grid-item.col-4 {
	width: 33.33333333%
}
.masonry-grid .masonry-grid-item.col-3 {
	width: 25%
}
.masonry-grid .masonry-grid-item.col-2 {
	width: 16.66666667%
}
.masonry-grid .masonry-grid-item.col-1 {
	width: 8.33333333%
}

@media (max-width:768px) {
.masonry-grid .masonry-grid-item, .masonry-grid .masonry-grid-item.col-1, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-9 {
	width: 50%
}
}

@media (max-width:600px) {
.masonry-grid .masonry-grid-item, .masonry-grid .masonry-grid-item.col-1, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-9 {
	width: 100%
}
}
.swiper-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.swiper-clients-img {
	display: block;
	width: 190px;
	height: auto;
	margin: 0 auto;
	opacity: 1;
	cursor: pointer
}
.swiper-clients-img:hover {
	opacity: .8
}
.color-base {
	color: #00bedc
}
.color-white {
	color: #fff
}
.color-heading {
	color: #140257
}
.color-subtitle {
	color: #a6a7aa
}
.color-link {
	color: #81848f
}
.color-link-hover {
	color: #999caa
}
.color-sky-light {
	color: #E4E8F1
}
.bg-topo {
	background-image: url(../img/top-bg-novo.jpg)
}
.bg-degradee {
	background-image: url(../img/degradee.png)
}
.bg-color-base {
	background: #140257
}
.bg-color-white {
	background: #fff
}
.bg-color-heading {
	background: #140257
}
.bg-color-subtitle {
	background: #a6a7aa
}
.bg-color-link {
	background: #81848f
}
.bg-color-link-hover {
	background: #999caa
}
.bg-color-sky-light {
	background: #E4E8F1
}
.bg-color-light {
	background: #f2f2f2
}
.bg-color-orange {
	background: #f68121
}
.bg-color-red {
	background: #f00000
}
.bg-color-cian {
	background: #4ebae9
}
.content {
	padding-top: 40px;
	padding-bottom: 40px
}
.content-sm {
	padding-top: 60px;
	padding-bottom: 60px
}
.content-md {
	padding-top: 80px;
	padding-bottom: 80px
}
.content-lg {
	padding-top: 120px;
	padding-bottom: 120px
}
.full-width {
	width: 100%;
	height: auto
}
.fweight-300 {
	font-weight: 300!important
}
.fweight-400 {
	font-weight: 400!important
}
.fweight-500 {
	font-weight: 500!important
}
.fweight-600 {
	font-weight: 600!important
}
.fweight-700 {
	font-weight: 700!important
}
.p-0 {
	padding: 0!important;
}
.p-10 {
	padding: 10px;
}
.p-20 {
	padding: 20px;
}
.p-30 {
	padding: 30px;
}
.p-40 {
	padding: 40px;
}
.p-50 {
	padding: 50px;
}
.p-100 {
	padding: 100px;
}
.p-10-20 {
	padding: 10px 20px;
}
.p-20-30 {
	padding: 20px 30px;
}
.p-20-40 {
	padding: 20px 40px;
}
.p-30-50 {
	padding: 30px 50px;
}
.border-12 {
	border-radius: 12px;
}
.borderL-12 {
	border-radius: 12px 0 0 12px;
}
.borderR-12 {
	border-radius: 0 12px 12px 0;
}
.margin-l-0 {
	margin-left: 0!important
}
.margin-l-5 {
	margin-left: 5px!important
}
.margin-l-10 {
	margin-left: 10px!important
}
.margin-l-20 {
	margin-left: 20px!important
}
.margin-r-0 {
	margin-right: 0!important
}
.margin-r-5 {
	margin-right: 5px!important
}
.margin-r-10 {
	margin-right: 10px!important
}
.margin-r-20 {
	margin-right: 20px!important
}
.margin-r-40 {
	margin-right: 40px!important
}
.margin-b-0 {
	margin-bottom: 0!important
}
.margin-b-5 {
	margin-bottom: 5px!important
}
.margin-b-10 {
	margin-bottom: 10px!important
}
.margin-b-20 {
	margin-bottom: 20px!important
}
.margin-b-30 {
	margin-bottom: 30px!important
}
.margin-b-40 {
	margin-bottom: 40px!important
}
.margin-b-50 {
	margin-bottom: 50px!important
}
.margin-b-60 {
	margin-bottom: 60px!important
}
.margin-b-70 {
	margin-bottom: 70px!important
}
.margin-b-80 {
	margin-bottom: 80px!important
}
.margin-b-90 {
	margin-bottom: 90px!important
}
.margin-b-100 {
	margin-bottom: 100px!important
}
.margin-t-20 {
	margin-top: 20px!important
}
.margin-t-30 {
	margin-top: 30px!important
}
.margin-t-40 {
	margin-top: 40px!important
}
.margin-t-50 {
	margin-top: 50px!important
}
.margin-t-80 {
	margin-top: 80px!important
}
.margin-t-100 {
	margin-top: 100px!important
}
.margin-t-300 {
	margin-top: 300px!important
}

@media (max-width:992px) {
.md-margin-b-0 {
	margin-bottom: 0!important
}
.md-margin-b-5 {
	margin-bottom: 5px!important
}
.md-margin-b-10 {
	margin-bottom: 10px!important
}
.md-margin-b-20 {
	margin-bottom: 20px!important
}
.md-margin-b-30 {
	margin-bottom: 30px!important
}
.md-margin-b-40 {
	margin-bottom: 40px!important
}
.md-margin-b-50 {
	margin-bottom: 50px!important
}
.md-margin-b-60 {
	margin-bottom: 60px!important
}
.md-margin-b-70 {
	margin-bottom: 70px!important
}
.md-margin-b-80 {
	margin-bottom: 80px!important
}
.md-margin-b-90 {
	margin-bottom: 90px!important
}
.md-margin-b-100 {
	margin-bottom: 100px!important
}
}

@media (max-width:768px) {
.sm-margin-b-0 {
	margin-bottom: 0!important
}
.sm-margin-b-5 {
	margin-bottom: 5px!important
}
.sm-margin-b-10 {
	margin-bottom: 10px!important
}
.sm-margin-b-20 {
	margin-bottom: 20px!important
}
.sm-margin-b-30 {
	margin-bottom: 30px!important
}
.sm-margin-b-40 {
	margin-bottom: 40px!important
}
.sm-margin-b-50 {
	margin-bottom: 50px!important
}
.sm-margin-b-60 {
	margin-bottom: 60px!important
}
.sm-margin-b-70 {
	margin-bottom: 70px!important
}
.sm-margin-b-80 {
	margin-bottom: 80px!important
}
.sm-margin-b-90 {
	margin-bottom: 90px!important
}
.sm-margin-b-100 {
	margin-bottom: 100px!important
}
}

@media (max-width:480px) {
.xs-margin-b-0 {
	margin-bottom: 0!important
}
.xs-margin-b-5 {
	margin-bottom: 5px!important
}
.xs-margin-b-10 {
	margin-bottom: 10px!important
}
.xs-margin-b-20 {
	margin-bottom: 20px!important
}
.xs-margin-b-30 {
	margin-bottom: 30px!important
}
.xs-margin-b-40 {
	margin-bottom: 40px!important
}
.xs-margin-b-50 {
	margin-bottom: 50px!important
}
.xs-margin-b-60 {
	margin-bottom: 60px!important
}
.xs-margin-b-70 {
	margin-bottom: 70px!important
}
.xs-margin-b-80 {
	margin-bottom: 80px!important
}
.xs-margin-b-90 {
	margin-bottom: 90px!important
}
.xs-margin-b-100 {
	margin-bottom: 100px!important
}
}
.height-100 {
	height: 100px!important
}
.height-200 {
	height: 200px!important
}
.height-300 {
	height: 300px!important
}
.stepinfo {
	margin: -10px 0 30px;
}
.stepstyle {
	border: 1px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
}
/* CONTACT FORM PLACEHOLD */

.form-control {
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	color: #a6a7aa;
	background: #fafafa;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding-left: 15px
}
.form-control::-moz-placeholder {
 font-size: 13px!important;
color:#140257
}
.form-control:-ms-input-placeholder {
 font-size: 13px!important;
color:#140257
}
.form-control::-webkit-input-placeholder {
 font-size: 13px!important;
color:#140257
}
.form-control:focus {
	color: #ff8300;
	box-shadow: none
}
.form-control:focus::-moz-placeholder {
color:#ff8300
}
.form-control:focus:-ms-input-placeholder {
color:#ff8300
}
.form-control:focus::-webkit-input-placeholder {
color:#ff8300
}
/* CONTACT FORM SPAN */

.textarea-contact {
	height: 200px;
	width: 100%;
	border: solid 1px rgba(0, 0, 0, .1);
	position: relative;
}
.textarea-contact textarea {
	height: 100%;
	width: 100%;
	border: 0;
	padding: 20px;
	background-color: transparent;
	float: left;
	z-index: 2;
	font-size: 14px;
	color: #9a9a9a;
	resize: none;
}
.textarea-contact > span {
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	text-transform: uppercase;
	color: #CECECE;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 1;
}
.input-contact {
	height: 50px;
	width: 100%;
	border: solid 1px rgba(0, 0, 0, .1);
	position: relative;
	margin-bottom: 30px;
}
.input-contact input[type="text"] {
	height: 100%;
	width: 100%;
	border: 0;
	padding: 0 20px;
	float: left;
	position: relative;
	background-color: transparent;
	z-index: 2;
	font-size: 14px;
	font-weight: 400;
	color: #a6a7aa;
}
.input-contact input[type="email"] {
	height: 100%;
	width: 100%;
	border: 0;
	padding: 0 20px;
	float: left;
	position: relative;
	background-color: transparent;
	z-index: 2;
	font-size: 14px;
	font-weight: 400;
	color: #a6a7aa;
}
.input-contact select {
	height: 100%;
	width: 100%;
	border: 0;
	padding: 0 10px;
	float: left;
	position: relative;
	background-color: transparent;
	z-index: 2;
	font-size: 14px;
	font-weight: 400;
	color: #a6a7aa;
}
.input-contact > span {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #CECECE;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.input-contact > span.active, .textarea-contact > span.active {
	color: #f68121;
	font-size: 11px;
	top: 0px;
	left: 5px;
	background-color: #fff;
	padding: 5px
}
input:focus, textarea:focus {
	outline: none;
}
.btn-box {
	background: #00bedc;
	padding: 10px 50px;
	border-radius: 0;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.btn-box:hover, .btn-box:focus {
	background: #63cbd7;
	color: #fff;
	-webkit-transition: all .2s cubic-bezier(.7, 1, .7, 1);
	-moz-transition: all .2s cubic-bezier(.7, 1, .7, 1);
	transition: all .2s cubic-bezier(.7, 1, .7, 1);
}
/* ******** OTHERS ******** */

.color-orange {
	color: #f68121!important;
}
.color-blue {
	color: #140257!important;
}
.color-cian {
	color: #4ebae9!important;
}
.color-gray {
	color: #ccc;
}
.color-green {
	color: #28A71A!important;
}
.menu-mobile {
	display: none;
	text-align: right;
}

.menu-info {
	text-align: right;
	margin: 20px -40px 0 0;
}
.phone {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #140257;
}
.lock {
	font-size: 13px;
	font-weight: 600;
	color: #ccc;
}
.color-rsociais {
	font-size: 30px!important;
	color: #140257!important;
}
.color-rsociais hover {
	color: #fff!important;
}
.color-blog {
	color: #f36f20!important;
}

@media (max-width:1199px) {
	.menu-info {
		text-align: left;
		margin: 20px 0 -10px 0px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0px 5px;
		display: none
	}
	.menu-mobile {
		display: block;
		text-align: left;
		margin: 0;
		border: none;
		padding: 30px 0px 20px 0;
	}
	.celular {
		margin: -120px 0 0 0px; 
	}
	.menu-about {
		display: none
	}
}

@media (max-width:990px) {
	.menu-about {
		display: block
	}
}

@media (max-width:780px) {
	.menu-mobile {
		display: block;
		text-align: center;
		margin: 0;
		border: none;
		padding: 20px 0px 20px 0;
	}
	.celular {
		margin-top: 3px; 
		background-color: rgb(255,255,255,0.15); 
		border-top: 1px solid #fff
	}
	.menu-about {
		display: block
	}
}

@media (max-width:550px) {
	.menu-mobile {
		display: block;
		text-align: center;
		margin: 0;
		border: none;
		padding: 30px 0px 20px 0;
	}
	.celular {
		margin-top: -33px; 
		background-color: rgb(255,255,255,0.15); 
		border-top: 1px solid #fff
	}
}

@media (max-width:360px) {
	.menu-mobile {
		display: block;
		text-align: left;
		margin: 0;
		border: none;
		padding: 10px 0 20px 0;
	}
	.celular {
		margin-top: -15px; 
		background-color: rgb(255,255,255,0.15); 
		border-top: 1px solid #fff
	}
}

.check-item-list {
	font-size: 15px;
	font-weight: 400;
	color: #a6a7aa;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin: 10px 10px;
}
#photo-about {
	background-image: url(../img/about-bg.jpg);
}
#photo-why {
	background-image: url(../img/why-bg.jpg);
}
#photo-causas {
	background-image: url(../img/bg-blue.jpg);
}
#photo-contact {
	background-image: url(../img/contact-bg.jpg);
}
#photo-faqs {
	background-image: url(../img/faqs-bg.jpg);
}
#photo-login {
	background-image: url(../img/login-bg.jpg);
}
#photo-resid-services {
	background-image: url(../img/resid-services-bg.jpg);
}
#photo-comm-services {
	background-image: url(../img/comm-services-bg.jpg);
}
#photo-quote {
	background-image: url(../img/quote-bg.jpg);
}
#cta {
	width: 100%;
	background-image: url(../img/cta-bg.jpg);
}

#testimonial {
	background-image: url(../img/testimonial-bg-novo.jpg);
}
#testimonial > div {
	text-align: center;
	position: relative;
}
#testimonial-carousel {
	position: relative;
	z-index: 15
}
#testimonial-carousel .item {
	padding: 0 55px;
}
#testimonial-carousel .item a {
	color: #676767;
}
.testimonial-left-control, .testimonial-right-control {
	position: absolute;
	top: 50%;
	color: #fff;
	border: 1px solid #fff;
	height: 34px;
	width: 34px;
	line-height: 31px;
	margin-top: -17px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 15
}
.testimonial-left-control {
	left: 80px;
}
.testimonial-right-control {
	right: 80px
}
.testimonial-left-control:hover, .testimonial-right-control:hover {
	color: #fafafa;
}

.borda {
	border: 1px solid #f68121;
	margin-top: 20px;
}

.leg-causa, .leg-causa h3 {
	background-color: #f68121;
	color: #fff;
	width: 100%;
	padding: 10px;
	margin-top: 0!important;
}

@media (max-width:1200px) {
.leg-causa, .leg-causa h3 {
	background-color: #f68121;
	color: #fff;
	width: 100%;
	padding: 5px;
	margin-bottom: 30px;
	margin-top: 0!important;
}
}


.leg-video, .leg-video h2, .leg-video h5 {
	background-color: #140257;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 10px;
}

@media (max-width:1200px) {
.leg-video, .leg-video h2, .leg-video h5 {
	background-color: #140257;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 5px;
	margin-bottom: 30px;
}
}
/*  Whatsapp Float */

.floating-icons, .floating-icons:hover {
	height: auto;
	width: auto;
	position: fixed;
	bottom: 1%;
	left: 15px;
	z-index: 9999;
}
.floating-icons a.fi {
	border-radius: 50%;
	display: inline-block;
	margin: 0 1px;
	text-decoration: none;
	height: 40px;
	width: 190px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.floating-icons a.fi.fi-whatsapp {
	position: fixed;
	left: 15px;
	bottom: 50px;
	display: inline-block;
	z-index: 9;
	width: 190px;
	height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 1px;
	background: #28a71a;
	border-radius: 3px;
	visibility: visible;
	opacity: 1;
	padding: 5px;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0)
}

@media (max-width: 360px) {
	.floating-icons, .floating-icons:hover {
		height: auto;
		width: auto;
		position: fixed;
		bottom: 1%;
		right: 65px;
		z-index: 9999;
		left: 0 auto;
	}
	.floating-icons a.fi.fi-whatsapp {
	position: fixed;
	right: 65px;
	bottom: 50px;
	display: inline-block;
	z-index: 9;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 1px;
	background: #28a71a;
	border-radius: 3px;
	visibility: visible;
	opacity: 1;
	padding: 5px;
	-webkit-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0)
}
}
.descricao {
	display: none;
}
.whats:hover .descricao {
	display: block;
	margin: -340px 10px 0 ;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 990px) {
.whats:hover .descricao {
	display: block;
}
}
/*--------------------------------------------------------------
	Carousel
--------------------------------------------------------------*/

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	align-items: center;
	text-align: center;
}
/*--------------------------------------------------------------
	Dropdown
--------------------------------------------------------------*/
.dropdown-menu {
	background: rgba(255, 255, 255, 1);
	border-radius: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
	min-width: 180px;
}
.dropdown-menu > li > a {
	border-bottom: 1px solid #eee !important;
	padding: 11px 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: #81848f;
}
.dropdown-menu .dropdown-menu {
	border-left: 1px solid #eee;
	left: 100%;
	right: auto;
	top: 0;
}
.dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid #eee;
	right: 100%;
	left: auto;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: none;
	color: #999caa;
}
.dropdown-menu > li > a:hover {
	background: #fafafa !important;
}
.dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 8px;
	top: 60%;
	margin-top: -15px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	font-weight: 700;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.btn-quote, .btn-book, .btn-quote a, .btn-book a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	background-color: #f68121;
	padding: 20px 40px;
	border-radius: 20px;
	letter-spacing: 2px;
	margin-left: 130px
}
.btn-quote a:hover, .btn-book a:hover {
	background-color: #00bedc !important;
	color: #FFF !important;
}
 @media (max-width:1200px) {
.btn-quote {
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 10px;
	margin-left: 110px
}
.btn-book {
	font-size: 15px;
	padding: 15px 30px;
	border-radius: 10px;
	margin-left: 90px
}
.work-content-b {
	bottom: 50px !important;
}
@media (max-width:990px) {
.btn-quote {
 font-size: 12px;
 padding: 10px 20px;
 border-radius: 10px;
 margin-left: 80px
}
.btn-book {
 font-size: 15px;
 padding: 15px 30px;
 border-radius: 10px;
 margin-left: 40px
}
.work-content-b {
 bottom: 40px !important;
}
 @media (max-width:770px) {
.btn-book {
 font-size: 22px;
 padding: 15px 30px;
 border-radius: 20px;
 margin-left: 30px
}
 @media (max-width:665px) {
.btn-quote {
 font-size: 12px;
 padding: 8px 16px;
 border-radius: 8px;
 margin-left: 20px
}
 @media (max-width:600px) {
.btn-quote {
 font-size: 20px;
 padding: 10px 20px;
 border-radius: 15px;
 margin-left: 100px
}
 .work-content-b {
 bottom: 70px !important;
}
	   
/* ---------- FAQS ------ */
.panel > .panel-heading {
position: relative;
padding: 15px;
}
 .panel-title {
 font-family: Hind, sans serif;
 font-weight: 700;
}
 .panel-title > a.collapsed:after {
content: '▽';
position: absolute;
right: 24px;
}
 .panel-title > a:after {
 content: '△';
position: absolute;
right: 24px;
}
