/*----------------------------------------
Slick Slider
----------------------------------------*/
/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-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: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

/*.slick-slide img {
	display: block;
}*/

.slick-slide.slick-loading img {
	display: none;
}

.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;
}

.slick-arrow.slick-hidden {
	display: none;
}



/*----------------------------------------
General Styles
----------------------------------------*/

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	color: #88889b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 700;
}

@media (max-width:480px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {

		line-height: initial;

	}
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: block;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #61428e;
	text-decoration: none;
	transition: all 0.4s ease;
}

a:hover {
	color: #1f2433;
	text-decoration: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-weight: 400;
}

hr.hr {
	margin: 50px 0;
	opacity: 0.75;
}

.row-centered {
	text-align: center;
	position: relative;
	width: 100%;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: center;
}

.color-white {
	color: #fff !important;
}

.color-black {
	color: #222;
}

.wrapper {
	width: 100%;
	height: 100%;
}

.bg-color {
	background-color: #f9f9f9;
}



.bg-color-2 {
	background-color: #87c440;
}

.bg-color-3 {
	background-color: #C8E6C9;
}



/*-------margins padding--------*/

.mg-tp-20 {
	margin-top: 20px;
}

.mg-tp-30 {
	margin-top: 30px;
}

.mg-tp-40 {
	margin-top: 40px;
}

.mg-tp-80 {
	margin-top: 80px;
}

.mg-bt-0 {
	margin-bottom: 0 !important;
}

.mg-bt-20 {
	margin-bottom: 20px;
}

.mg-bt-30 {
	margin-bottom: 30px;
}

.mg-bt-40 {
	margin-bottom: 40px;
}

.mg-bt-60 {
	margin-bottom: 60px;
}

.mg-tp-60 {
	margin-top: 60px;
}

.pd-bt-20 {
	padding-bottom: 20px;
}

.pd-bt-40 {
	padding-bottom: 40px;
}

.pd-bt-60 {
	padding-bottom: 60px;
}

.pd-bt-80 {
	padding-bottom: 80px;
}

.pd-bt-100 {
	padding-bottom: 100px;
}

.pd-tp-20 {
	padding-top: 20px;
}

.pd-tp-30 {
	padding-top: 30px;
}

.pd-tp-50 {
	padding-top: 50px;
}

.pd-tp-40 {
	padding-top: 40px;
}

.pd-tp-60 {
	padding-top: 60px;
}

.pd-tp-80 {
	padding-top: 80px;
}

.padd-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padd-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padd-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padd-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padd-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.padd-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padd-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.padd-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.padd-bt-0 {
	padding-bottom: 0 !important;
}

.pd-lf-0 {
	padding-left: 0 !important;
}

.pd-rg-0 {
	padding-right: 0 !important;
}

.padd-title {
	padding-top: 150px;
	padding-bottom: 40px;
}

.mag-bt-0 {
	margin-bottom: 0 !important;
}

/*----------------------------------------
Buttons
----------------------------------------*/

.btn {
	border-radius: 0;
	padding: 12px 12px;
}


.btn-blue {
	color: #fff !important;
	background-color: #1f2433;
	border: none;
	font-size: 15px;
	line-height: 25px;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 8px 25px !important;
}

.btn-white {
	color: #1f2433 !important;
	background-color: #fff;
	line-height: 25px;
	border-radius: 8px;
	text-transform: uppercase;
	padding: 8px 35px !important;
}

.btn-blue-1 {
	background-color: #61428e;
	color: #fff !important;
}

.z-index {
	z-index: 99;
}

.icon_menu:before {
	/*content: "\f0c9";*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
}

/*----------------------------------------
Preloader page
----------------------------------------*/

#bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#bg svg {
	width: 100%;
	height: auto;
}

#loading-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #ffffff;
}

#loading-center-page {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}

.loader {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 40px 0 #4B456F;
	position: relative;
	animation: loader 0.8s ease-in-out alternate infinite;
	animation-delay: 0.32s;
	top: 50%;
	margin: -50px auto 0;
}

.loader::after,
.loader::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 40px 0 #4B456F;
	animation: loader 0.8s ease-in-out alternate infinite;
}

.loader::before {
	left: -30px;
	animation-delay: 0.48s;
}

.loader::after {
	right: -30px;
	animation-delay: 0.16s;
}

@keyframes loader {
	0% {
		box-shadow: 0 40px 0 #4B456F;
	}

	100% {
		box-shadow: 0 20px 0 #4B456F;
	}
}

/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-header {
	z-index: 999;
}

.navbar-brand {
	padding: 0;
}

/*.navbar-brand img {
	width: 240px;
	margin-right: 5px;
	float: left;
}*/

.navbar-brand span {
	color: #3b455a;
	font-weight: 600;
	font-size: 20px;
}

.navbar-header .navbar {
	padding: 0;
}

.navbar-header .navbar.sticky li a,
.navbar-header .navbar.sticky .search-box-btn {
	color: #3b455a;
}

.navbar-header .navbar.sticky {
	background-color: #fff;
	box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
}

.navbar-header .navbar-nav li a:not(.dropdown-item) {
	color: #1f2433;
	font-size: 14px;
	padding: 14px 12px !important;
	font-weight: 500;
	line-height: 50px;
}

.navbar-header .navbar-nav li a:hover,
.navbar-header .navbar-nav li a:focus {
	color: #61428e;
}

.navbar-header .connect-block {
	margin-left: 5px;
	margin-top: 20px;
}

.navbar-header .navbar-nav li a.btn-blue {
	color: white;
	line-height: 25px;
	text-transform: uppercase;
	background-color: #61428e;
	border: 1px solid #61428e;
	padding: 5px 10px !important;
}

.navbar-header .navbar-nav li a.btn-blue:hover {
	color: #61428e !important;
	border: 1px solid #61428e;
	background-color: white;

}

.navbar-header .navbar-nav li a.btn-yellow {
	color: white;
	line-height: 25px;
	text-transform: uppercase;
	border: 1px solid #ffc107;
	background-color: #ffc107;
	padding: 5px 10px !important;
	border-radius: 6px !important;
}

.navbar-header .navbar-nav li a.btn-yellow:hover {
	color: #ffc107 !important;
	border: 1px solid #ffc107;
	background-color: white;

}

.btn-blue {
	color: black !important;
	line-height: 25px;
	text-transform: uppercase;
	background-color: #61428e;
	padding: 8px 15px !important;
}

.btn-blue:hover {
	color: white !important;
	border: 1px solid #61428e;
	background-color: white;
	padding: 7px 14px !important;
}

.btn-yellow {
	color: white;
	line-height: 25px;
	text-transform: uppercase;
	background-color: #ffc107;
	padding: 8px 15px !important;
}

.btn-yellow:hover {
	color: #ffc107 !important;
	border: 1px solid #ffc107;
	background-color: white;
	padding: 7px 14px !important;
}

/*----------------------------------------
Hero
----------------------------------------*/

.image-hero {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}


.hero {
	/* padding-bottom: 80px;*/
	position: relative;
}

.hero-padd {
	padding-top: 80px;
}

.hero-text {
	margin-top: 40px;
}

.hero-text h1 {
	font-size: 28px;
	color: #3b455a;
	margin-bottom: 20px;
	line-height: normal;
	font-weight: 600;
}

/*.hero-text h2 {
    font-size: 55px;
    color: #3b455a;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 600;
}*/
.hero-text h1 span {
	display: inline-block;
	background-color: #61428e;
	color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 28px;
	/*line-height: 50px;*/
}

.hero-text h2,
.hero-text p {
	color: #7a7a7a;
	margin-bottom: 12px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

/*.hero-text*/
a.btn-outline-info {
	color: #61428e;
	border-color: #61428e;
	border-radius: 8px;
	text-transform: uppercase;
	position: relative;
	min-height: 50px;
}

/*.hero-text*/
a.btn-outline-info:hover {
	background-color: #61428e;
	color: white;
	border-color: #61428e;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
}

/*.hero-text a.btn-outline-info span {
	position: absolute;
	left: 10px;
}*/

.hero-text a.btn-outline-info i {
	/*position: absolute;
	right: 10px;*/
	font-size: 1.2rem;
}

.play-btn img {
	width: 40px;
	float: left;
	margin-right: 10px;
}

a.play-btn {
	color: #3b455a;
	line-height: 38px;
	font-size: 16px;
}

.slide-home .slick-arrow {
	z-index: 99;
	background-color: transparent;
	border: none;
	font-size: 45px;
	position: absolute;
	top: 50%;
	outline: none;
	color: #3b455a;
	cursor: pointer;
}

.slide-home .slick-arrow:hover {
	color: #1f2433;
}

.slide-home .slick-arrow.slick-next {
	right: 15px;
}

.slide-home .slick-arrow.slick-left {
	left: 15px;
}

.client-slider img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.80;
}

.client-slider img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

/*----------------------------------------
Classic contacts
----------------------------------------*/

/*.classic-contact {
	background-image: url(../images/pattern-fterra.png);
	background-position: left;
	background-repeat: repeat-y;
}*/

/*----------------------------------------
About
----------------------------------------*/

.small-text {
	color: #61428e;
	font-size: 14px;
}

.title-h2 {
	font-size: 45px;
	color: #1f2433;
	line-height: 52px;
	font-weight: 600;
}

#advantages .title-h2 {

	color: white;

}

p.font-p {
	color: #88889b;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}

.icon-block .icon {
	padding-left: 15px;
	padding-bottom: 15px;
}

.icon-block i {
	font-size: 35px;
}

.icon-block.color1-block i {
	color: #1f2433;
}

.icon-block.color2-block i {
	color: #1f2433;
}

.icon-block.color3-block i {
	color: #3b455a;
}

.icon-block.color3-block {
	margin-bottom: 0;
}

.icon-block h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	color: rgba(87, 81, 124, 0.7);

}

.icon-info {
	overflow: hidden;
	padding-left: 15px;
}

img.img-width {
	width: 455px;
	margin: 0 auto;
}

.icon-block {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
	padding: 15px;
	margin-bottom: 35px;
	border-radius: 8px;
}

.icon-block.color2-block {
	position: relative;
	top: 50px;
	right: -30px;
}

.padd-text {
	padding-top: 100px;
}

.service-block {
	padding-left: 60px;
	margin-bottom: 35px;
}

.service-block p {
	margin-bottom: 0;
}

.service-block .icon-service {
	display: inline-block;
	width: 65px;
	height: 60px;
	border-radius: 8px;
	margin-bottom: 10px;
	text-align: center;
}

.service-block .icon-service i {
	font-size: 26px;
	color: #fff;
	line-height: 60px;
}

.icon-1 {
	background-color: #84b4fe;
}

.icon-2 {
	background-color: #1f2433;
}

.icon-3 {
	background-color: #5a5773;
}

.icon-4 {
	background-color: #8385e6;
}

.icon-5 {
	background-color: #2ec5b6;
}

.icon-6 {
	background-color: #2d6ad0;
}

.service-block h3 {
	font-size: 18px;
	font-weight: 600;
	color: #4B456F
}

.nav-tabs.tab-element {
	border-bottom: none;
}

.nav-tabs.tab-element .link-tab {
	width: 100%;
	margin-bottom: 20px;
}

.nav-tabs.tab-element .link-tab:last-child {
	margin-bottom: 0;
}

.nav-tabs.tab-element .link-tab a.active {
	background-color: #1f2433;
	color: #fff;
	margin: 12px 0 12px 20px;
}

.nav-tabs.tab-element .link-tab a.active p {
	color: #fff;
}

.nav-tabs.tab-element .link-tab a {
	background-color: white;
	color: rgba(87, 81, 124, 1);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
	box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
	border: 0px;
	display: block;
	border-radius: 8px;
	padding: 25px 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.nav-tabs.tab-element .link-tab h4 {
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 5px;
}

.nav-tabs.tab-element .link-tab p {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	color: #88889b;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.tab-content.content-element .tab_img {
	position: relative;
	text-align: center;
}

.tab-content.content-element .tab_img img {
	width: 520px;
	margin: 0 auto;
}

/*----------------------------------------
Features
----------------------------------------*/

.input-icon {
	position: relative;
}

.input-icon button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 55px;
	border-radius: 8px;
}

.form-quote .form-group {
	margin-bottom: 0
}

.form-quote .input-icon span {
	position: absolute;
	top: 25px;
	left: 12px;
	color: #959595;
}

.form-quote .form-control {
	padding: 12px 30px;
	border-radius: 8px;
	height: 65px;
	border: none;
}

.form-quote .border-left .form-control {
	border-left: none;
}

.form-quote .form-control::placeholder {
	color: #959595;
}

.quote-bloc h3 {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
}

.quote-bloc p {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 0;
	line-height: 26px;
}

.center-quote-bloc p {
	margin-bottom: 30px;
}

.quote-bloc form {
	margin-top: 40px;
}

.quote-bloc .btn-white {
	color: #61428e !important;
}

.tabs-content {
	margin-top: 50px;
	position: relative;
	text-align: center;
}

.tab-content h3 {
	margin-bottom: 30px;
	color: #4B456F;
}

.tabs-content .nav-tabs {
	/* background-color: #ebf5ff; */
	border-radius: 0;
	border-bottom: 1px solid #eee;
	/* border-bottom: none; */
	display: block;
	padding: 0 80px;
	position: relative;
	text-align: center;
}

.tabs-content .nav-tabs .nav-item.show .nav-link,
.tabs-content .nav-tabs .nav-link.active {
	border-bottom: 4px solid #1f2433;
	background-color: transparent;
	color: #1f2433 !important;
	border-radius: 0;
}

.tabs-content .nav-tabs .nav-item a {
	color: #4B456F;
	border-bottom: 4px solid transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
	padding: 12px 15px;
}

.tabs-content .nav-tabs .nav-item a:hover,
.tabs-content .nav-tabs .nav-item a:focus {
	background-color: transparent;
	color: #1f2433 !important;
	border: none;
	border-radius: 0;
	border-bottom: 4px solid #1f2433;
}

.tabs-content .nav-tabs .nav-item {
	display: inline-block;

}


.bloc-icon img {
	width: 380px;
	height: auto;
}

.bloc-icon h3 {
	font-size: 20px;
	color: #4B456F;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
}

.bloc-icon a {
	color: #84b4fe;
	font-size: 16px;
	font-weight: 600;
}

.list-p {
	margin-bottom: 25px;
}

.list-p li {
	position: relative;
	padding-left: 25px;
	color: #88889b;
	margin-bottom: 5px;
	font-weight: 400;
}

.list-p li:before {
	font-family: 'ElegantIcons';
	content: "\52";
	position: absolute;
	left: -5px;
	top: 0px;
	color: #61428e;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.faq-question-title {
	color: #61428e;
	font-size: 1.1rem;
	padding-top: 1.2rem;
}

.faq-question-title i {
	margin-right: 8px;
}

/*----------------------------------------
Features app
----------------------------------------*/

.bg-image1 {
	background-image: url(../images/image1.jpg);
	position: relative;
	background-size: cover;
	background-position: center 0%;
	position: relative;
}

.bg-image1:before {
	background-color: rgba(59, 69, 90, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 9;
}

.title-h3 {
	font-size: 18px;
	font-weight: 600;
}

.number-bloc {
	position: relative;
	text-align: center;
}

.number-bloc span {
	font-size: 65px;
	color: #fff;
	line-height: 75px;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
}

.number-bloc p {
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
}

.bg-image-left {
	position: relative;
}

.bg-image-left {
	background-image: url(../images/image2.jpg);
	width: 100%;
	min-height: 200px;
	background-size: cover;
	padding: 80px 40px;
	background-position: right center;
}

.bg-left {
	padding: 80px 60px;
	background-color: #f8f9f9;
}

/*----------------------------------------
Princing table
----------------------------------------*/

.content-table img {
	width: 50px;
	margin-top: 30px;
}

.content-table h2 {
	font-size: 24px;
	margin-top: 20px;
	list-style: 28px;
	margin-bottom: 25px;
}

.content-table h2.plan1 {
	color: #2d6ad0;
}

.content-table h2.plan2 {
	color: #2ec5b6;
}

.content-table h2.plan3 {
	color: #ffd474;
}

.content-table ul {
	margin-top: 25px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #4B456F;
}

.content-table ul li {
	color: #88889b;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 42px;
}

.content-table .price {
	position: relative;
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
}

.content-table .price .num {
	color: #4B456F;
	font-size: 55px;
	line-height: 65px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;

}

.content-table .price .per {
	font-size: 10px;
	vertical-align: bottom;
	display: inline-block;
	color: #8A8E9D;
}

.price-content-btn {
	margin-top: 25px;
}

.table-price .nav-tabs .nav-link,
.table-price .nav-tabs {
	border: none;
	font-size: 18px;
}

.table-price .nav-tabs {
	background-color: #ebf5ff;
	border-radius: 25px;
	border-bottom: none;
	display: inline-block;
	padding: 0 60px;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.table-price .nav-tabs li {
	display: inline-block;
}

.table-price .nav-tabs li a {
	padding: 12px 25px;
	border-radius: 50px;
}

.table-price .nav-tabs li a.active {
	background-color: #2d6ad0;
	color: #fff !important;
	border: none;
}

.table-plan {
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
	box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
}

.table-plan h2 {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	padding: 15px;
	border-radius: 8px 8px 0 0;
}

.table-plan h2.plan1 {
	background-color: #61428e;
}

.table-plan h2.plan2 {
	background-color: #1f2433;
}

.price {
	padding: 30px 15px 0 15px;
}

.price .num {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
}

.price .num sup {
	font-size: 15px;
	color: #88889b;
	font-weight: 300;
	position: relative;
	top: -25px;
	left: 10px;
}

.table-plan1 .price .num {
	color: #61428e;
}

.table-plan2 .price .num {
	color: #1f2433;
}

.table-plan ul {
	padding: 15px 0 40px 20px;
}

.table-plan ul li {
	line-height: 30px;
}

/*----------------------------------------
Testimonials
----------------------------------------*/

#testimonials {
	position: relative;
}


.item-inner {
	position: relative;
	text-align: center;
}

.avatar-item img {
	border: 6px solid rgba(255, 255, 255, 0.4);
	width: 50px !important;
	height: auto;
	margin-right: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.avatar-info {
	overflow: hidden;
}

.avatar-info h4 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 20px;
	color: #454E69
}

.avatar-info span {
	color: #454E69;
	font-size: 13px;
}

.testimonial-caroussel .owl-controls {
	top: 35%;
	position: absolute;
	width: 100%;


}

.testimonial-caroussel .owl-controls .owl-nav .owl-prev,
.testimonial-caroussel .owl-controls .owl-nav .owl-next {
	font-size: 65px;
	color: #4B456F;
	display: inline-block;
	position: absolute;

}

.testimonial-caroussel .owl-controls .owl-nav .owl-prev {
	left: -15%;
}

.testimonial-caroussel .owl-controls .owl-nav .owl-next {
	right: -15%;
}

.testimonial-caroussel {
	padding-top: 40px;
	text-align: center;
	position: relative;
}

.avatar-photo img {
	width: 80px !important;
	margin-right: 20px;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;

}

.avatar-item {
	padding-top: 25px;
}

.item-inner p {
	font-size: 18px;
	line-height: 32px;
}

.testimonial-slider {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 8px;
}

.testimonial-slider .slick-dots button {
	background: #1f2433;
	color: #1f2433;
	height: 8px;
	padding: 0;
	display: inline-block;
	width: 8px;
	border-radius: 50%;
	font-size: 0;
	opacity: 0.35;
	border: none;
	outline: none;
	cursor: pointer;
}

.testimonial-slider .slick-dots li {
	display: inline-block;
	margin-right: 5px;
}

.testimonial-slider .slick-arrow {
	z-index: 99;
	background-color: transparent;
	border: none;
	font-size: 45px;
	position: absolute;
	top: 50%;
	outline: none;
	color: #3b455a;
	cursor: pointer;
}

.testimonial-slider .slick-arrow.slick-next {
	right: -80px;
}

.testimonial-slider .slick-arrow.slick-prev {
	left: -80px;
}

.testimonial-slider .slick-dots .slick-active button {
	opacity: 1;
}

/*----------------------------------------
Team
----------------------------------------*/

.team-bloc h3 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #4B456F;
	margin-bottom: 0;
}

.social-icon li {
	display: inline-block;
	margin-right: 10px;
}

.social-icon li a {
	color: #fff;
	display: inline-block;
	border-radius: 8px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	height: 38px;
	background-color: #1f2433;
}

.social-icon li:last-child {
	margin-right: 0;
}

.team-img,
.team-img img {
	max-width: 100%;
	width: 100%;
	position: relative;
	border-radius: 8px;
}

.team-overlay {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	border-radius: 8px;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	color: #fff;
	background-color: rgba(59, 69, 90, 0.75);
	z-index: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 0;
}

.team-overlay .social-icon {
	margin: 0;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	display: inline-block;
	list-style-type: none;
}

.team-img:hover .team-overlay {
	opacity: 1;
}

.team-bloc {
	position: relative;
	text-align: center;
}

/*----------------------------------------
Blog
----------------------------------------*/
.blog-item {
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
	box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
}

.top-blog {
	margin-bottom: 20px;
}

.top-blog img {
	border-radius: 50%;
	width: 60px;
	height: auto;
	float: left;
	margin-right: 12px;
}

.top-blog-info {
	padding-top: 10px;
	padding-left: 70px;
}

.top-blog-info span {
	display: block;
	font-weight: 600;
	color: #4B456F;
	line-height: 22px;
	font-size: 17px;
}

.top-blog-info small {
	display: block;
}

.blog-item h3 {
	font-size: 20px;
	color: #4B456F;
}

.blog-item a {
	font-size: 28px;
	color: #61428e;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.blog-item:hover {
	background-color: #1f2433;
}

.blog-item:hover .top-blog {
	visibility: hidden;
}

.blog-item:hover h3,
.blog-item:hover p,
.blog-item:hover a {
	color: #fff;
}

/*----------------------------------------
Footer
----------------------------------------*/

.logo-footer .navbar-brand img {
	width: 33px;
	position: relative;
	top: -3px;
}

.logo-footer a span {
	color: #fff;
	font-size: 24px;
}

.subscribe-form {
	margin-top: 25px;
}

.list-social {
	position: relative;
	text-align: left;
	margin-top: 25px;
}

.list-social li {
	display: inline-block;
	margin-right: 8px;
}

.list-social li:last-child {
	margin-right: 0;
}

.list-social a {
	color: #fff;
	display: inline-block;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 16px;
	height: 38px;
}

.list-social a:hover,
.list-social a:focus {
	background-color: #fff;
	color: #84b4fe;
}

.footer-top {
	padding: 60px 0 40px 0;
	background-color: #1f2433;
}

.footer-middle {
	padding: 60px 0 40px 0;
	background-color: #61428e;
	color: white;
}

.footer-middle a {
	color: white;
}

.footer-middle ul.social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-middle ul.social li {
	display: inline-block;
}

.footer-middle ul.social li a,
.footer-middle ul.social li a i {
	font-size: 1.6rem;
	color: white !important;
	margin-right: 8px;
}

.footer-bottom {
	/*background-color: #3b455a;*/
	padding-bottom: 5px;
}

.copyright {
	text-align: left;
}

.copyright p {
	margin: 0px auto;
	padding: 0px;
	color: #8688a4;
	line-height: 40px;
	font-size: 14px;
}


footer p.error-message {
	color: #e10438;
	margin-top: 5px;
	margin-bottom: 5px;
}

footer p.sucess-message {
	color: #4ec952;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer-inner span {
	line-height: 45px;
	font-size: 13px;

}

#scrollUp {
	background: #61428e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	bottom: 30px;
	color: #ffffff;
	height: 50px;
	font-size: 30px;

	right: 30px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	width: 50px;
}

.text-footer {
	margin-top: 10px;
}

.text-footer p {
	color: #a3a5b9;
	color: rgba(213, 213, 213, 0.6);
}

.footer-top h5 {
	color: #fff;
	font-size: 18px;
}

.footer-top .list-menu a {
	line-height: 28px;
	color: rgba(213, 213, 213, 0.6);
}

.footer-top .list-menu a:hover,
.footer-top .list-menu a:focus {
	color: #fff;
}

.list-contact li {
	color: #adafc7;
	line-height: 32px;
}

.subscribe-form .form-control {
	outline: none;
	float: left;
	height: 45px;
	width: 65%;
	color: #fff;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-wbekit-border-radius: 8px 0 0 8px;
	padding: 0 15px 0 15px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
	background-color: #fff;
	border: none;
}

.subscribe-form .btn-subscribe {
	position: relative;
	margin-left: 0;
	margin-top: 0;
	height: 45px;
	/* width: 100%; */
	float: left;
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-wbekit-border-radius: 0 8px 8px 0;
	padding: 0 15px 0 15px;
	color: #fff;
	background: #1f2433;
}

.btn-subscribe:hover,
.btn-subscribe:focus,
.btn-subscribe:active {

	background: #f18195;
	color: #fff;
}

.contact-list li {
	margin-bottom: 12px;
	color: rgba(213, 213, 213, 0.6);
	font-size: 16px;
}

/*----------------------------------------
list post
----------------------------------------*/



.post-overlay {
	position: relative;
	margin-bottom: 20px;

}

.post-overlay .post-overlay-img {
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 350px;
	position: relative;
	display: flex;
}

.post-overlay .post-overlay-img img {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	object-fit: cover;
}

.post-overlay:hover .post-overlay-img img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}


.post-overlay-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.post-overlay-content {
	width: calc(100% - 30px);
	left: 20px;
	bottom: 20px;
	position: absolute;
}

.post-overlay-content h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.post-overlay-content h2 a {
	color: #fff;
	font-size: 18px;
	display: block;
	text-transform: capitalize;
	line-height: 27px;
	text-decoration: none;
	margin: 0;
}

.post-overlay-content span {
	color: #fff;
	line-height: 22px;
	font-size: 13px;
	display: block;
}

.post-overlay .label,
.bg-blog-section .label {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .5px;
	color: #fff;
	text-transform: uppercase;
	height: 26px;
	min-width: 65px;
	padding: 0 10px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	color: #fff;
}

.post-overlay .red-label,
.bg-blog-section .red-label {
	background-color: #1f2433;
}

.post-overlay .blue-label,
.bg-blog-section .blue-label {
	background-color: #84b4fe;
}

.post-overlay .green-label,
.bg-blog-section .green-label {
	background-color: #2ec5b6;
}

.post-overlay .p-label,
.bg-blog-section .p-label {
	background-color: #8385e6;

}

/*----------------------------------------
Single post
----------------------------------------*/

.blog-1 {
	background-image: url(../images/blog/post6.jpg);
}

.bg-blog-section {
	height: 450px;
	padding-bottom: 150px;
	position: relative;
	background-size: cover;
	padding-top: 150px;
	background-position: 50% 80%;

}

ul.meta-post {
	padding: 0;
	margin-left: 0;
	margin: 0;
}

ul.meta-post li {
	color: #fff;
	margin-bottom: 0;
	opacity: .9;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	display: inline-block;
	padding-right: 10px;
}

ul.meta-post li a {
	color: #fff;
	opacity: .9;
}

ul.meta-post li i {
	padding-right: 5px;
}

.bg-blog-section .label {
	position: relative;
	left: 0;
	top: 0;
}

.bg-blog-section:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}


.blog-header .navbar {
	position: relative;
}

.blog-header .navbar.sticky {
	position: fixed;
}


.bg-blog-section .title-h2 {
	font-size: 30px;
	color: #fff;
}

.post-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

blockquote {
	margin-top: 30px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #1f2433;
}

.blog-single-post blockquote p {
	font-size: 22px;
	line-height: 32px;
	font-weight: 800;
	color: #fff;
	text-align: center;

}

.blog-single-post blockquote i {
	color: #fff;
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 55px;
	opacity: 0.5;
}

.tags-meta {
	position: relative;
	text-align: left;
}


.tags-meta li {
	list-style: none;
	display: inline-block;

	margin-bottom: 0;
}

.tags-meta li a {
	display: inline-block;
	position: relative;
	margin: 0 7px 0 0;
	background: #f4f5fa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px !important;
	line-height: 30px;
	padding: 2px 10px;
	color: #3b455a;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.tags-meta li a:hover {
	background: #1f2433;
	color: #fff;
}

.meta-info {
	margin-bottom: 0;
}

.share-post a {
	display: inline-block;
	margin-right: 5px;
	color: #88889b;
}

.share-post strong {
	color: #4B456F;
}

.related-post h2 {
	font-size: 30px;
	text-align: left;
	margin-bottom: 25px;
}

.navigation-blog {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
	padding: 0;
	padding: 25px 0;
	clear: both;
	box-sizing: border-box;
}

.navigation-blog-image {
	padding-right: 25px;
	float: left;
}

.navigation-blog a {
	display: block;
	position: relative;
}

.navigation-blog .navigation-blog-image img {
	display: block;
	width: 75px;
	border-radius: 8px;
}

.navigation-blog-label {
	overflow: hidden;
	padding-top: 20px;

}

.navigation-blog-label i {
	font-size: 20px;
	color: #42495b;
	position: relative;
	top: 3px;
}

.navigation-blog-label small {
	display: block;
	color: #42495b;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

a.single-nav-blog-prev {
	float: left;
}

a.single-nav-blog-next {
	float: right;
}

a.single-nav-blog-next .navigation-blog-label {
	position: relative;
	text-align: right;
}

a.single-nav-blog-next .navigation-blog-image {
	float: right;
	padding-left: 25px;
	padding-right: 0;
	text-align: right;
}

.commnent-blog h2,
.comments-reply h3 {
	font-size: 30px;
	line-height: 32px;
	text-align: left;
	color: #4B456F;
	margin-bottom: 25px;
}

.form-comment {
	margin-top: 40px;
}

.navigation-blog-label span {
	color: #4B456F;
	font-size: 15px;
}

.newsletter-block-blog {
	text-align: left;
	position: relative;
	box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
	background-color: #1f2433;
	padding: 30px 10px;
	height: 310px;
	border-radius: 8px;
	margin-top: 40px;
}

.newsletter-block-blog h5 {
	color: #fff;
	margin-top: 15px;
}

.newsletter-block-blog .btn {
	width: 95%;
}

.newsletter-block-blog img {
	width: 70px;
	margin: 0 auto;
}

.footer-top .newsletter-block h5 {
	color: #4B456F;
	margin-top: 10px;
}

.newsletter-block-blog .subscribe-form {
	margin-top: 25px;
}

.newsletter-block-blog .subscribe-form .form-control {
	outline: none;
	float: left;
	height: 45px;
	width: 85%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-wbekit-border-radius: 4px;
	padding: 0 15px 0 15px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 10px;
	transition: all .3s;
	background-color: rgb(250, 250, 250);
	border: 1px solid #fafafa;
}

body.modal-open {
	overflow: hidden !important;
	position: fixed;
	width: 100%;
}

.form-comment .form-control {
	width: 100%;
	height: 46px;
	margin: 0 0 30px;
	padding: 13px 16px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: inherit;
	color: #9fa1a8;
	background-color: #fafafa;
	border: 0;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	outline: 0;
	-webkit-appearance: none;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

.form-comment textarea {
	display: block;
	height: auto !important;
}

.scans-receitas i.fas.fa-info-circle {
	font-size: 1.2rem;
}

/*a.mainCTA {
	animation: shake 4s cubic-bezier(.36, .07, .19, .97) infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {

	10%,
	20% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	60% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	60% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}

	70%,
	100% {
		transform: translate3d(0, 0, 0);
	}
}
*/
a.secondaryCTA {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.formBlock-light {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,f4f4f4+100 */
	background: #d6d6d6;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #d6d6d6 0%, #f4f4f4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #d6d6d6 0%, #f4f4f4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #d6d6d6 0%, #f4f4f4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	padding: 20px;
	margin-bottom: 10px;
	border-bottom: 3px solid #1f2433;
}

.formBlock-dark {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,d6d6d6+100 */
	background: #f4f4f4;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #d6d6d6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f4f4f4 0%, #d6d6d6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f4f4f4 0%, #d6d6d6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d6d6d6', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	padding: 20px;
	margin-bottom: 10px;
	border-bottom: 3px solid #1f2433;
}

.close {
	color: #000;
	font-size: 2.5rem;
	right: 10px;
	top: 10px;
}

.close:hover {
	color: #61428e;
}


.popover {
	max-width: 400px;
}

.popover img {
	max-width: 100%;
	width: 100%;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/**************************
		RESPONSIVE
**************************/

@media only screen and (max-width: 480px) {
	.classic-contact {
		/*background-image: none;*/
	}

	.classic-contact a.btn.btn-outline-info {
		font-size: 0.9rem;
		margin-top: 20px;
		width: 100%;
	}

	.classic-contact a.btn.btn-outline-info i {
		display: none;
	}

	.icon-block {
		width: 100%
	}

	.hero-text h1 {
		line-height: 50px;
	}

	.hero-text h1 span {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-header .navbar {
		padding: 10px 15px;
	}

	.navbar-toggler-icon {
		/*height: auto;*/
		color: #61428e;
	}

	.navbar-header .navbar-nav li a {
		color: #171f3c;
		font-size: 15px;
		padding: 10px 12px !important;
		font-weight: 500;
		line-height: 30px;
	}

	.navbar-toggler {
		color: #fff;
		font-size: 35px;
		line-height: 38px;
		padding: 5px 0;
		margin-right: 0;
	}

	.navbar-nav {
		background-color: #fff;
		padding-bottom: 15px;
	}

	.navbar-header .connect-block {
		margin-left: 0;
		margin-top: 0;
	}

	.navbar-header .connect-block a {
		display: block;
	}

	.navbar-header .connect-block .btn-white {
		color: #171f3c !important;
		text-align: left;
	}

	.hero-text {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.hero-text h1 {
		font-size: 45px;
		margin-bottom: 20px;
	}

	.title-h2 {
		font-size: 32px;
		line-height: 35px;
	}

	img.img-width {
		width: 100%;
		margin-bottom: 25px;
	}

	.tab_img {
		margin-top: 50px;
	}

	.features-text,
	.quote-bloc p {
		margin-bottom: 30px;
	}

	.nav-tabs .nav-link {
		padding: 5px 10px;
	}

	.nav-tabs.tab-element .link-tab a.active {
		margin: 0;
	}

	.background-div {
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		padding-bottom: 25px;
		box-shadow: none;
	}

	.price-content-btn {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.table-plan {
		margin-bottom: 30px;
		-webkit-box-shadow: 0 13px 30px rgba(0, 0, 0, 0.15);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
		background-color: #ffffff;
	}

	.prinicng-container {
		background-color: transparent;
		box-shadow: none !important;
		-webkit-box-shadow: none;
		padding-bottom: 0;
	}

	.background-div .price-content-btn {
		padding-bottom: 0;
		margin-bottom: 15px;
	}

	.quote {
		right: 0;
		opacity: 0.5;
		top: 80px;
	}

	.quote i {
		font-size: 160px;
	}

	.list-menu {
		margin-bottom: 35px;
	}

	.list-social {
		margin-top: 15px;
		position: relative;
		text-align: left;
		margin-bottom: 25px;
	}

	.navbar-header .navbar.sticky li a {
		color: #3b455a;
	}

	.navbar-header .navbar.sticky .navbar-nav,
	.navbar-header .navbar.sticky .btn-white {
		background-color: transparent;
	}

	.icon-app {
		margin-bottom: 25px !important;
	}

	.form-comment .row.form-group {
		margin-bottom: 0;
	}

	.testimonial-slider .slick-arrow.slick-next,
	.testimonial-slider .slick-arrow.slick-prev,
	.slide-home .slick-arrow.slick-next,
	.slide-home .slick-arrow.slick-prev {
		display: none !important;
	}

	.meta-info ul li {
		margin-bottom: 15px;
	}

	.blog-single-post ul.list {
		padding-left: 20px;
	}

	.hero {
		height: auto;
		padding-bottom: 0;
	}

	.padd-text {
		margin-bottom: 30px;
		padding-top: 0;
	}

	.hero-padd {
		margin-left: 0;
		margin-right: 0;
		padding-top: 100px;
	}

	#features-app .row {
		margin-left: 0;
		margin-right: 0;
	}

	.icon-block.color2-block {
		position: relative;
		top: 0;
		right: 0;
	}

	.service-block {
		padding-left: 30px;
	}

	.table-plan {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.team-bloc,
	.blog-item {
		margin-bottom: 30px;
	}

	.pd-rg-0,
	.pd-lf-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.quote-bloc .btn {
		width: 100%;
	}

	.tabs-content .nav-tabs {
		padding: 0 20px;
	}

	.blog-content h3,
	.tab-content h3 {
		margin-top: 25px;
	}

	.copyright p {
		margin-top: 10px;
		line-height: 20px;
	}

	.share-post {
		float: left !important;
	}

	.number-bloc,
	.post-overlay {
		margin-bottom: 25px !important;
	}

	.bg-left {
		padding: 80px 30px;
	}

	.table-price .pd-tp-60 {
		padding-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#features-app .row {
		margin-right: 0;
		margin-left: 0;
	}

	.newsletter-block-blog .subscribe-form .form-control {
		width: 80%;
	}

	.form-quote .form-control {
		padding: 12px 35px;
	}

	.hero-padd {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.post-overlay .post-overlay-img {
		height: 250px;
	}

	.slide-home .slick-arrow.slick-next {
		right: 0;
	}

	.slide-home .slick-arrow.slick-prev {
		left: 0;
	}

	img.img-width {
		width: 280px;
		margin: 0 auto;
	}

	.service-block {
		padding-left: 20px;
	}

	.image-hero {
		width: 60%;
	}

	.icon-block.color2-block {
		top: 0;
		right: 0;
	}

	.tabs-content .nav-tabs {
		padding: 0 20px;
	}

	.nav-tabs.tab-element .link-tab a {
		padding: 25px 20px;
	}

	.bg-image-left {
		min-height: 400px;
	}

	.hero-text p {
		font-size: 13px;
		line-height: 24px;
	}

	.hero {
		height: 100%;
		padding-bottom: 0;
	}

	.hero-text a.btn {
		font-size: 0.9rem;
	}

	.classic-contact a.btn.btn-outline-info i {
		display: none;
	}

	.hero-text h1 {
		line-height: 50px;
	}

	.hero-text h1 span {
		font-size: 30px;
	}

	.icon-block {
		width: 100%;
	}

	.navbar-header .navbar.sticky li a,
	.navbar-header .navbar.sticky .search-box-btn {
		color: #fff !important;
	}

	.navbar-header .navbar.sticky .navbar-nav,
	.navbar-header .navbar.sticky .btn-white {
		background-color: transparent;
	}

	.icon_menu {
		height: auto;
		color: #5966d6;
	}

	a.single-nav-blog-prev,
	a.single-nav-blog-next {
		width: 50%;
	}

	.sidebar-side {
		padding-left: 0;
		padding-right: 0;
	}

	.search input {
		width: 60%;
		padding: 10px 0 0 20px;
	}

	.quote {
		right: 0;
	}

	.sidebar-post-inner img {
		float: none;
		margin-bottom: 10px;
	}

	.sidebar-post-inner .date {
		margin-top: 0;
	}

	.navbar-header .navbar-nav li a {
		font-size: 15px;
		padding: 10px 12px !important;
		line-height: 30px;
	}

	.hero-text h2 {
		font-size: 25px;
		line-height: 32px;
	}

	.navbar-toggler {
		color: #fff;
		font-size: 35px;
		line-height: 38px;
		padding: 15px 0;
		margin-right: 15px;
	}

	.navbar-brand {
		padding: 15px;
	}

	.navbar-header .navbar.sticky .navbar-brand {
		padding: 0 15px;
	}

	.navbar-header .navbar.sticky .navbar-toggler {
		padding: 15px 0;
	}

	.navbar-nav {
		padding: 15px;
		background-color: #fff;
	}

	.navbar-header .navbar-nav li a {
		color: #171f3c;
		font-size: 15px;
		padding: 10px 12px !important;
		font-weight: 500;
		line-height: 30px;
	}

	.navbar-header .connect-block {
		margin-left: 0;
		margin-top: 0;
	}

	.navbar-header .connect-block a {
		display: block;
	}

	.navbar-header .connect-block .btn-white {
		color: #171f3c !important;
		text-align: left;
	}

	.nav-tabs .nav-link {
		font-size: 12px;
		padding: 5px 5px !important;
	}

	.icon-app .icon {
		float: none;
	}

	.meta ul li {
		font-size: 11px;
	}

	.meta {
		margin-left: 15px;
		margin-right: 15px;
	}

	#about {
		padding-top: 80px;
	}

	.form-comment .row.form-group {
		margin-bottom: 0;
	}

	.form-comment .form-control {
		margin-bottom: 25px;
	}

	.subscribe-form .form-control {
		width: 40%;
	}

	.meta-info ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	#features-app .row {
		margin-right: 0;
		margin-left: 0;
	}

	#about {
		padding-top: 80px;
	}

	.icon-app h3 {
		font-size: 15px;
	}

	.hero {
		height: auto;
		/*padding-bottom: 80px;*/
	}

	.hero-text p,
	.hero-text h2 {
		font-size: 14px;
	}

	.hero-text h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.tabs-content .nav-tabs .nav-item a {
		font-size: 13px;
	}

	img.img-width {
		width: 380px;
	}

	.subscribe-form .form-control {
		width: 50%;
	}

	.icon-block {
		width: 240px;
	}
}

@media only screen and (max-width: 480px) {
	.modal {
		-webkit-overflow-scrolling: touch !important;
	}

	.navbar-toggler {
		color: #fff;
		font-size: 35px;
		line-height: 38px;
		padding: 15px 0;
		margin-right: 15px;
	}

}

/**************************
		RESPONSIVE - acrescentar novos estilos antes deste bloco
**************************/

.container-duplicated {
	position: relative;
}

.container-duplicated .btn-remove-line {
	position: absolute;
	top: 30px;
	right: -28px;
	padding: 10px;
}


.slide-timetable .slick-arrow {
	z-index: 99;
	background-color: transparent;
	border: none;
	font-size: 45px;
	position: absolute;
	top: 50%;
	outline: none;
	color: #3b455a;
	cursor: pointer;
}

.slide-timetable .slick-arrow:hover {
	color: #1f2433;
}

.slide-timetable .slick-arrow.slick-next {
	right: -25px;
}

.slide-timetable .slick-arrow.slick-prev {
	left: -40px;
}

#header-wrap {
	z-index: 2
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
}

#advantages {
	background: rgb(255, 255, 255);
	background: linear-gradient(350deg, rgba(255, 255, 255, 1) 0%, rgba(97, 66, 142, 1) 100%);
	text-shadow: 1px 1px #000000;
}

#advantages .step img.icon {
	height: 100px;
}

#advantages .step span.caption p {
	color: white;
}

.navbar-light .navbar-toggler {
	border: none;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media (max-width: 820px) {
	.navbar {
		width: 100%;
	}

	.navbar-toggler .fa-bars {
		color: black;

	}

	.navbar-toggler .fa-bars:before {
		content: "";

	}
}

.breadcrumbs {
	padding-top: 10rem;
}

#brands .swiper {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	color: #61428e;
}

.swiper-pagination-bullet-active {
	background-color: #61428e;
}
