@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,800&family=Orbitron:wght@400;500;600;700;900&display=swap');
:root {
  --first-color: #787878;
  --first-color-az: #224b96;
  --first-color-light: #224b96;
  --first-color-am: #ea129e;
  --az-color-cl: #4dd6fd;
  --white-color: #fff;
   --black-color: #000;
  --z-fixed: 888;
}
/*font-family: 'Open Sans', sans-serif;
font-family: 'Orbitron', sans-serif;*/
html,
body {
	height: 100%
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #464646;
	
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	body {
		font-size: 16px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	body {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		font-size: 16px
	}
}

@media(max-width:767px) {
	body {
		font-size: 16px
	}
}

img {
	max-width: 100%
}

a {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	text-decoration: none
}
a {
    color: #000;
   
}
a:hover {
	color: #EA129E
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none
}

a:focus,
a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;	
	margin: 0 0 15px;
	line-height: normal
}

h3 {font-size: 1.5rem;}
p {
	margin: 0 0 15px
}

.banner__bg {
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.slick-slide {
	outline: 0
}

.page-link:focus {
	box-shadow: none
}

@media only screen and (min-width:1600px) {
	.custom-container {
		max-width: 1550px!important
	}
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute
}

.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 55px 0 75px;
	font-size: 26px;
	line-height: 55px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	background-color: #EA129E;     border-radius: 25px;
}

.main-btn:hover {
	background-color: #fff;
	color: #EA129E;
	border-color: #fff
}

.main-btn-2 {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 4px solid #000;
	padding: 0 55px;
	font-size: 26px;
	line-height: 75px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	background-color: #000
}

.main-btn-2:hover {
	background-color: transparent;
	color: #000;
	border-color: #000
}

.section-title {
	margin-bottom: 60px
}

.section-title .title {
	font-size: 2.5rem;
	
	margin: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.section-title .title {
		font-size: 50px;
		line-height: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media(max-width:767px) {
	.section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title {
		font-size: 36px;
		line-height: 46px
	}
}

.section-title p {
	margin: 15px 0 0
}

.preloader {
	background: #224b96;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999
}

.loaderInner {
	width: 70px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.mask {
	position: absolute;
	border-radius: 2px;
	overflow: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.plane {
	background: #fff;
	width: 400%;
	height: 100%;
	position: absolute;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	z-index: 100;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.animation {
	transition: all .3s ease
}

#top .plane {
	z-index: 2000;
	-webkit-animation: trans1 1.3s ease-in infinite 0s backwards;
	animation: trans1 1.3s ease-in infinite 0s backwards
}

#middle .plane {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	background: #fff;
	-webkit-animation: trans2 1.3s linear infinite .3s backwards;
	animation: trans2 1.3s linear infinite .3s backwards
}

#bottom .plane {
	z-index: 2000;
	-webkit-animation: trans3 1.3s ease-out infinite .7s backwards;
	animation: trans3 1.3s ease-out infinite .7s backwards
}

#top {
	width: 53px;
	height: 20px;
	left: 20px;
	-webkit-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	z-index: 100
}

#middle {
	width: 33px;
	height: 20px;
	left: 20px;
	top: 15px;
	-webkit-transform: skew(-15deg, 40deg);
	transform: skew(-15deg, 40deg)
}

#bottom {
	width: 53px;
	height: 20px;
	top: 30px;
	-webkit-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0)
}

.preloader p {
	color: #fff;
	position: absolute;
	left: -3px;
	top: 45px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0
}

@-webkit-keyframes trans1 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0)
	}
}

@keyframes trans1 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0)
	}
}

@-webkit-keyframes trans2 {
	from {
		-webkit-transform: translate3d(-160px, 0, 0);
		transform: translate3d(-160px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
}

@keyframes trans2 {
	from {
		-webkit-transform: translate3d(-160px, 0, 0);
		transform: translate3d(-160px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
}

@-webkit-keyframes trans3 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-220px, 0, 0);
		transform: translate3d(-220px, 0, 0)
	}
}

@keyframes trans3 {
	from {
		-webkit-transform: translate3d(53px, 0, 0);
		transform: translate3d(53px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-220px, 0, 0);
		transform: translate3d(-220px, 0, 0)
	}
}

.header-area {
	position: relative;
	left: 0;
	right: 0;
	top: 0px;
background: #fff;
}
#index .xadrez {z-index: 70;position: absolute;}
.xadrez {
    position: relative;
    width: 100%;
    height: 30px;
    
    background: var(--first-color-az);
}
.xadrez:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%; background-size: contain;
    background-image: url(../image/xadrez.svg);
}
.header-area.colorw {  background: #03a9f4; top:19px; padding: 40px 0;position: relative;}
.header-logo { position: absolute;max-width: 250px;
    top: 5px;    z-index: 99;}
.header-logo img { width: 250px; -webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));}
.header-area.colorw .header-logo { top:-30px}

.header-area.header-4-area .header-items .header-menu ul {
	margin-right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-area.header-4-area .header-items .header-menu ul li {
	display: inline-block;
	margin-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area.header-4-area .header-items .header-menu ul li {
		margin-left: 30px
	}
}

.header-area.header-4-area .header-items .header-menu ul li a {
	color: #fff
}

.header-area.header-4-area .header-items .header-menu ul li .sub_menu {
	margin: 0;
	list-style-type: none;
	padding: 0 24px
}

.header-area.header-4-area .header-items .header-menu ul li .sub_menu li {
	margin: 0;
	display: block
}

.header-area.header-4-area .header-items .header-menu ul li .sub_menu li a {
	color: #000
}

.header-area.header-4-area .header-items .header-menu ul li:hover .sub_menu {
	padding: 20px 24px
}

.header-area.header-4-area .header-items .header-menu.active ul {
	margin-right: 60px;
	opacity: 1;
	visibility: visible
}

.header-area.header-7-area .header-items .header-menu ul li a {
	color: #000
}

.header-area.header-7-area .header-items .header-menu ul li:hover a {
	color: #EA129E
}

.header-page-area .header-items .header-menu .main_menu ul li .sub_menu li a {
	color: #000
}

.header-page-area .header-items .header-menu ul li a {
	color: #fff
}

.header-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.header-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;z-index: 8888;
}

.header-menu .toggle-btn {
	margin-left: 10px;
	cursor: pointer;position: relative;
    top: -5px;
}

.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0
}

.off_canvars_overlay.active {
	opacity: .5;
	visibility: visible
}

.offcanvas_menu_wrapper {
	width: 310px;
	position: fixed;
	background: var(--first-color-az);
	z-index: 9999;
	top: 0;
	height: 100vh;
	transition: .5s;
	right: 0;
	margin-right: -310px;
	padding: 50px 15px 30px;
	overflow-y: auto
}

.offcanvas_menu_wrapper.active {
	margin-right: 0
}

.offcanvas_menu_wrapper .slinky-theme-default {
	background: inherit;
	min-height: 300px;
	overflow-y: auto
}

.offcanvas_menu_wrapper .header-btn {
	margin-bottom: 30px
}

.offcanvas_menu_wrapper .header-btn a {
	color: #fff
}

.offcanvas_menu_wrapper .header-btn a:hover {
	color: #fff
}

.offcanvas_main_menu {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.offcanvas_main_menu li {
	position: relative
}

.offcanvas_main_menu li:last-child {
	margin: 0
}

.offcanvas_main_menu li span.menu-expand {
	position: absolute;
	right: 0
}

.offcanvas_main_menu li a {
	font-size: 18px;
	font-weight: 400;
	
	display: block;
	padding: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--az-color-cl);
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.offcanvas_main_menu li a:hover {
	color: #EA129E
}

.offcanvas_main_menu li ul.sub-menu {
	padding-left: 20px;
	list-style-type: none
}

.offcanvas_footer {
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: left
}

.offcanvas_footer p {
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 1.5em
}

.offcanvas_footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.offcanvas_footer ul li {
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 24px
}

.offcanvas_footer ul li i {
	color: #EA129E;
	position: absolute;
	left: 0;
	top: 7px
}

.canvas_close {
	position: absolute;
	top: 10px;
	right: 13px
}

.canvas_close a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;

	display: block;
	text-align: center;
	line-height: 32px;
	
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.canvas_close a:hover {

	color: #ea129e;
}

.canvas_open a {
	text-align: center
}

.header-social ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none
}

.header-social ul li {
	display: inline-block
}

.header-social ul li a {
	font-size: 16px;
	color: #464646;
	margin-right: 20px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.header-social ul li a:hover {
	color: #000
}

.header-social ul li a::before {
	position: absolute;
	content: '';
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	background: #464646;
	height: 10px;
	width: 1px
}

.header-social ul li:last-child a {
	margin-right: 0
}

.header-social ul li:last-child a::before {
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main_menu nav {
		display: none
	}
}

@media(max-width:767px) {
	.main_menu nav {
		display: none
	}
}

.main_menu nav>ul {
	display: flex;
	justify-content: left;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.main_menu nav>ul>li {
	position: relative;
	margin-left: 20px
}
.toggle-btn { display: none;}
@media only screen and (min-width:992px) and (max-width:1200px) {
	.main_menu nav>ul>li {
		margin-left: 15px
	}
    
}

.main_menu nav>ul>li::last-child {
	margin-right: 0
}

.main_menu nav>ul>li:hover ul.sub_menu {
	visibility: visible;
	max-height: 360px;
	padding: 10px 20px;
	border-bottom: 3px solid #EA129E;
	border-radius: 0 0 5px 5px
}

.main_menu nav>ul>li:hover .mega_menu {
	visibility: visible;
	max-height: 425px;
	padding: 25px 30px 30px
}

.main_menu nav>ul>li:hover a {
	border-color: #fff
}

.main_menu nav>ul>li>a {
	display: block;
	font-size: 17px;
	line-height: 80px;
	color: #000;
	font-family: 'Orbitron', sans-serif;
	font-weight:700;
	letter-spacing: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.main_menu nav>ul>li>a i {
	margin-left: 3px
}


/*#index .main_menu nav>ul>li>a:hover,
#index .main_menu nav>ul>li>a.active {
	color: #4dd6fd
}*/
.main_menu nav>ul>li>a:hover,
.main_menu nav>ul>li>a.active {
	color: #EA129E
}

.main_menu nav>ul>li ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.main_menu nav>ul>li ul.sub_menu {
	position: absolute;
	min-width: 220px;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .1);
	max-height: 0;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	left: 0;
	right: auto;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 99;
	top: 100%;
	text-align: left
}

.main_menu nav>ul>li ul.sub_menu li a {
	font-size: 22px;
	font-weight: 400;
	display: block;
	line-height: 32px;
	text-transform: capitalize;
	color: #000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding: 6px 0
}

.main_menu nav>ul>li ul.sub_menu li a:hover {
	color: #EA129E
}

.header-area.header-style-6 {
	top: 0
}

.header-topbar {
	margin-bottom: 10px
}

@media(max-width:767px) {
	.header-topbar {
		display: none
	}
}

.header-topbar .header-topbar-item .info ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-topbar .header-topbar-item .info ul li {
	display: inline-block
}

.header-topbar .header-topbar-item .info ul li a {
	font-size: 18px;
	margin-right: 15px;
	color: #464646
}

.header-topbar .header-topbar-item .info ul li a i {
	padding-right: 6px
}

.header-topbar .header-topbar-item .social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.header-topbar .header-topbar-item .social ul li {
	display: inline-block
}

.header-topbar .header-topbar-item .social ul li a {
	color: #464646;
	font-size: 18px;
	margin-left: 15px
}

.header-topbar .header-topbar-item .social ul li a:hover {
	color: #EA129E
}

.hero-area {
	height: 1080px;
	position: relative;
	overflow: hidden;
	z-index: 10
}

@media(max-width:767px) {
	.hero-area {
		height: 700px
	}
}

.hero-area::before {
	position: absolute;
	content: 'Christopher';
	right: -430px;
	top: 445px;
	font-size: 134px;
	color: #000;
	opacity: .05;
	font-family: circular-5;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-transform: uppercase;
	z-index: 2
}

.hero-area .hero-thumb {
	position: absolute;
	right: 285px;
	top: 285px;
	z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-area .hero-thumb {
		right: 100px;
		top: 50%;
		transform: translateY(-50%);
		width: 300px
	}
}
.monstro {position: absolute; top:0; left:2%; z-index: 88; max-width: 300px;}
.monstro img  {  width: 300px;-webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));}
@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-area .hero-thumb {
		top: 50%;
		right: 130px;
		width: 240px;
		transform: translateY(-50%)
	}
    
    .monstro img  {  width: 200px;}

    .main_menu nav>ul>li>a {
   
    font-size: 16px;
    
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .toggle-btn { display: block;}
	.hero-area .hero-thumb {
		display: none
	}
    .monstro img  {  width: 200px;}
}

@media(max-width:767px) {
    .toggle-btn { display: block;}
	.hero-area .hero-thumb {
		display: none
	}
}

.hero-area .hero-thumb img {
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
	-ms-transition: all .8s ease-out 0s;
	-o-transition: all .8s ease-out 0s;
	transition: all .8s ease-out 0s
}

.hero-area .hero-thumb img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hero-area .hero-shape {
	position: absolute;
	right: 510px;
	bottom: 0
}

.hero-area .hero-scroll {
	position: absolute;
	right: 200px;
	bottom: 80px;
	z-index: 3
}

@media(max-width:767px) {
	.hero-area .hero-scroll {
		display: none
	}
}

.hero-area .hero-scroll a {
	text-align: center
}

.hero-area .hero-scroll a span {
	display: block;
	font-size: 18px;
	color: #000;
	font-family: circular-5;
	line-height: 22px
}

.hero-area.hero-2-area .hero-bg {
	background-image: url(../image/hero-bg.jpg);
	height: 580px;
	width: 1180px;
	left: auto;
	right: 200px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-area.hero-2-area .hero-bg {
		display: none
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-area.hero-2-area .hero-bg {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-2-area .hero-bg {
		display: none
	}
}

@media(max-width:767px) {
	.hero-area.hero-2-area .hero-bg {
		display: none
	}
}

.hero-area.hero-2-area .hero-content .title {
	background: url(../image/text-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-position: 66% 100%
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-area.hero-2-area .hero-content .title {
		background: 0 0;
		-webkit-text-fill-color: #000;
		-webkit-background-clip: inherit
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-area.hero-2-area .hero-content .title {
		background: 0 0;
		-webkit-text-fill-color: #000;
		-webkit-background-clip: inherit
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-2-area .hero-content .title {
		background: 0 0;
		-webkit-text-fill-color: #000;
		-webkit-background-clip: inherit
	}
}

@media(max-width:767px) {
	.hero-area.hero-2-area .hero-content .title {
		background: 0 0;
		-webkit-text-fill-color: #000;
		-webkit-background-clip: inherit
	}
}

.hero-area.hero-style-6 {
	position: relative;
	height: auto;
	padding-top: 200px;
	padding-bottom: 200px
}

@media(max-width:767px) {
	.hero-area.hero-style-6 {
		padding-bottom: 100px
	}
}

.hero-area.hero-style-6::before {
	display: none
}

.hero-area.hero-style-6::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 76%;
	background: #f7f7f7;
	left: 0;
	top: 0;
	right: auto;
	opacity: 1;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-style-6::after {
		width: 100%
	}
}

@media(max-width:767px) {
	.hero-area.hero-style-6::after {
		width: 100%
	}
}

.hero-area.hero-style-6 .hero-thumb-6 {
	margin-left: 150px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-area.hero-style-6 .hero-thumb-6 {
		margin-left: 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-area.hero-style-6 .hero-thumb-6 {
		margin-left: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-style-6 .hero-thumb-6 {
		margin-left: 0;
		margin-top: 40px
	}
}

@media(max-width:767px) {
	.hero-area.hero-style-6 .hero-thumb-6 {
		margin-left: 0;
		margin-top: 40px
	}
}

.hero-area.hero-style-6 .hero-thumb-6 img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.hero-area.hero-style-6 .hero-content a {
	margin: 0;
	padding: 0;
	line-height: 70px;
	padding: 0 40px;
	background: #EA129E;
	color: #fff;
	border: 4px solid #EA129E;
	margin-top: 30px
}

.hero-area.hero-style-6 .hero-content a:hover {
	background-color: transparent;
	color: #EA129E
}

.hero-area.hero-style-6 .hero-content a::after {
	display: none
}

.hero-area.hero-style-6 .hero-content a::before {
	display: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-area.hero-7-area {
		height: 800px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-7-area {
		height: 800px
	}
}

@media(max-width:767px) {
	.hero-area.hero-7-area {
		height: 700px
	}
}

.hero-area.hero-7-area::before {
	display: none
}

.hero-area.hero-7-area::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 40%;
	background: #eae2e1;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-area.hero-7-area::after {
		width: 50%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-7-area::after {
		width: 0%
	}
}

@media(max-width:767px) {
	.hero-area.hero-7-area::after {
		width: 0%
	}
}

.hero-area.hero-7-area .hero-7-thumb {
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 570px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-area.hero-7-area .hero-7-thumb {
		width: 350px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-area.hero-7-area .hero-7-thumb {
		display: none
	}
}

@media(max-width:767px) {
	.hero-area.hero-7-area .hero-7-thumb {
		display: none
	}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-area.hero-7-area .hero-content .title {
		font-size: 100px;
		line-height: 110px
	}
}

.hero-content .title {
	font-size: 134px;
	line-height: 144px;
	margin-bottom: 2px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-content .title {
		font-size: 120px;
		line-height: 130px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-content .title {
		font-size: 100px;
		line-height: 110px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-content .title {
		font-size: 90px;
		line-height: 100px
	}
}

@media(max-width:767px) {
	.hero-content .title {
		font-size: 50px;
		line-height: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-content .title {
		font-size: 70px;
		line-height: 80px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-content p {
		font-size: 18px;
		line-height: 28px
	}
}

@media(max-width:767px) {
	.hero-content p {
		font-size: 18px;
		line-height: 28px
	}
}

.hero-content a {
	font-size: 26px;
	font-family: circular-5;
	color: #EA129E;
	position: relative;
	padding-left: 25px;
	z-index: 10;
	-webkit-transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-ms-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
	margin-top: 53px;
	display: inline-block;
	line-height: 42px
}

.hero-content a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #EA129E;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	z-index: -2
}

.hero-content a::after {
	position: absolute;
	content: '';
	left: 10px;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: -1
}

.hero-content a:hover {
	padding-left: 60px
}

.hero-3-area {
	height: 1100px
}

@media(max-width:767px) {
	.hero-3-area {
		height: 800px
	}
}

.hero-3-area .hero-content {
	position: relative;
	z-index: 10;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	height: 800px
}

@media(max-width:767px) {
	.hero-3-area .hero-content {
		height: 500px
	}
}

.hero-3-area .hero-content .hero-bg {
	left: 0;
	right: 0;
	background-image: url(../image/hero-bg-3.jpg);
	z-index: -1
}

.hero-3-area .hero-content .hero-bg::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%)
}

.hero-3-area .hero-content .title {
	color: #fff;
	padding-left: 55px;
	padding-bottom: 30px;
	font-size: 105px;
	line-height: 115px;
	text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-3-area .hero-content .title {
		font-size: 80px;
		line-height: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-3-area .hero-content .title {
		font-size: 60px;
		line-height: 70px;
		padding-left: 30px
	}
}

@media(max-width:767px) {
	.hero-3-area .hero-content .title {
		font-size: 34px;
		line-height: 44px;
		padding-left: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-3-area .hero-content .title {
		font-size: 40px;
		line-height: 50px;
		padding-left: 20px
	}
}

.hero-3-area .hero-scroll {
	z-index: 99;
	right: 215px;
	bottom: 170px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-3-area .hero-scroll {
		right: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-3-area .hero-scroll {
		right: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-3-area .hero-scroll {
		right: 50px
	}
}

.hero-3-area .hero-scroll a span {
	color: #fff
}

@-webkit-keyframes hero-zoom {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.3)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes hero-zoom {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.3)
	}
	100% {
		transform: scale(1)
	}
}

.hero-4-area, .slider {

	position: relative;
	z-index: 10;
	overflow: hidden
}

.hero-4-area .hero-bg {
	background-image: url(../image/hero-bg-4.jpg);
	z-index: -1;
	width: 100%;
	animation: 50s linear hero-zoom infinite
}

.hero-4-area .hero-bg::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 95%)
}

.hero-4-area .hero-bg .hero-scroll {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 3
}

@media(max-width:767px) {
	.hero-4-area .hero-bg .hero-scroll {
		display: none
	}
}

.hero-4-area .hero-bg .hero-scroll a {
	text-align: center
}

.hero-4-area .hero-bg .hero-scroll a span {
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: circular-5;
	line-height: 22px
}

.hero-4-area .hero-content {
	color: #fff;
	padding-top: 150px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-4-area .hero-content {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-4-area .hero-content {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.hero-4-area .hero-content {
		text-align: center
	}
}

.hero-4-area .hero-content .title {
	font-size: 80px;
	line-height: 90px;
	color: #fff;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-4-area .hero-content .title {
		font-size: 68px;
		line-height: 78px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-4-area .hero-content .title {
		font-size: 54px;
		line-height: 64px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-4-area .hero-content .title {
		font-size: 58px;
		line-height: 68px
	}
}

@media(max-width:767px) {
	.hero-4-area .hero-content .title {
		font-size: 32px;
		line-height: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hero-4-area .hero-content .title {
		font-size: 46px;
		line-height: 56px
	}
}

.hero-4-area .hero-content p {
	padding-right: 140px;
	padding-bottom: 22px;
	padding-top: 17px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.hero-4-area .hero-content p {
		padding-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero-4-area .hero-content p {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-4-area .hero-content p {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.hero-4-area .hero-content p {
		padding-right: 0
	}
}

.hero-4-area .hero-content a {
	background: 0 0;
	color: #fff;
	padding-left: 0;
	margin-top: 0;
	border: 5px solid #fff;
	display: inline-block;
	line-height: 74px;
	padding: 0 45px
}

.hero-4-area .hero-content a::before {
	display: none
}

.hero-4-area .hero-content a::after {
	display: none
}

.hero-4-area .hero-content a:hover {
	background: #fff;
	color: #EA129E
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.solution-area .solution-thumb {
		text-align: center
	}
}

@media(max-width:767px) {
	.solution-area .solution-thumb {
		text-align: center
	}
}

.solution-area .solution-title {
	margin-left: -300px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.solution-area .solution-title {
		margin-left: -210px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.solution-area .solution-title {
		margin-left: 0;
		text-align: center
	}
}

@media(max-width:767px) {
	.solution-area .solution-title {
		margin-left: 0;
		text-align: center
	}
}

.solution-area .solution-title .title {
	font-size: 76px;
	line-height: 86px;
	background: url(../image/text-bg-2.jpg) no-repeat;
	background-size: 116% 100%;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-position: 100% 100%
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.solution-area .solution-title .title {
		background-size: 109% 100%
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.solution-area .solution-title .title {
		font-size: 58px;
		line-height: 68px;
		background-size: 114% 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.solution-area .solution-title .title {
		-webkit-text-fill-color: #000;
		font-size: 50px;
		line-height: 60px;
		padding-top: 30px
	}
}

@media(max-width:767px) {
	.solution-area .solution-title .title {
		-webkit-text-fill-color: #000;
		font-size: 32px;
		line-height: 42px;
		padding-top: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.solution-area .solution-title .title {
		-webkit-text-fill-color: #000;
		font-size: 50px;
		line-height: 60px
	}
}

.page-title-area {
	
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-title-area {
		height: 550px
	}
}

@media(max-width:767px) {
	.page-title-area {
	
	}
}

.page-title-area .bg-image {
	background-image: url(../image/page-bg.jpg);
	left: 0;
	top: 0
}

.page-title-area .bg-image::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%)
}

.page-title-area .page-title-content .title {
	font-size: 2.5rem;

	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.page-title-area .page-title-content .title {
		font-size:2rem;
		line-height: 68px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-title-area .page-title-content .title {
		font-size: 56px;
		line-height: 66px;
		text-align: center
	}
}

@media(max-width:767px) {
	.page-title-area .page-title-content .title {
		font-size: 30px;
		line-height: 40px;
		text-align: center
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-title-area .page-title-content .title {
		font-size: 45px;
		line-height: 55px;
		text-align: center
	}
}

.page-title-area.blog-page-title-area {
	background: #224b96;
padding:95px 0 0px;
    position: relative;
}
/*.page-title-area.blog-page-title-area:before {position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 33px;
    width: 100%;
    background-image: url(../image/xadrez.svg);}*/
    .blog-highlight-area {background-color: #224b96;
    padding-bottom: 50px;}
@media(max-width:767px) {
	.page-title-area.blog-page-title-area {
		
	}
}

.page-title-area.blog-page-title-area .bg-image {
	display: none
}

.page-title-area.blog-page-title-area .page-title-content {
	color: #fff
}

.page-title-area.blog-page-title-area .page-title-content .title {
	margin-bottom: 10px
}

.page-title-area.contact-page-title-area {
	background: #03a9f4;

}

.page-title-area.contact-page-title-area .bg-image {
	display: none
}

.page-title-area.contact-page-title-area .page-title-content .title {
	color: #000
}

.page-title-area.blog-details-page-area {
	background: #fff;
	
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.page-title-area.blog-details-page-area {
		
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-title-area.blog-details-page-area {
		height: 300px
	}
}

@media(max-width:767px) {
	.page-title-area.blog-details-page-area {
		height: 300px
	}
}

.page-title-area.blog-details-page-area .bg-image {
	display: none
}

.page-title-area.blog-details-page-area .page-title-content .title {
	color: #000
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.page-title-area.blog-details-page-area .page-title-content .title {
		font-size: 60px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.page-title-area.blog-details-page-area .page-title-content .title {
		font-size: 48px
	}
}

.work-area {
	overflow: hidden;
	position: relative
}

.work-area .section-title {
	margin-bottom: 55px
}

.work-area.work-2-area {
	padding-bottom: 117px
}

.work-area.work-2-area .section-title {
	margin-bottom: 75px
}

.work-area.work-2-area .portfolio-item .portfolio-content {
	padding-top: 18px
}

.work-area.work-2-area .portfolio-item .portfolio-content a {
	display: block;
	font-size: 26px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.work-area.work-2-area .portfolio-item .portfolio-content a {
		font-size: 22px;
		margin: 0
	}
}

.work-area.work-2-area .portfolio-item .portfolio-content span {
	color: #EA129E;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.work-area.work-2-area .portfolio-item .portfolio-content span {
		font-size: 16px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-item {
		margin-top: 30px
	}
}

.portfolio-item .item {
	overflow: hidden
}

.portfolio-item .item a {
	display: block;
	position: relative
}

.portfolio-item .item a img {
	width: 100%
}

.portfolio-item .item a .item-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	padding-left: 26px;
	padding-bottom: 10px;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding-right: 26px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.portfolio-item .item a .item-overlay {
		padding-left: 20px;
		padding-bottom: 0
	}
}

.portfolio-item .item a .item-overlay .title {
	color: #fff;
	font-size: 34px;
	line-height: 40px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.portfolio-item .item a .item-overlay .title {
		font-size: 15px;
		line-height: 25px
	}
}

.portfolio-item .item a:hover .item-overlay {
	opacity: 1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-item .item.mt-120,
	.portfolio-item .item.mt-90,
	.portfolio-item .item.mt-130 {
		margin-top: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-item .item.mt-120,
	.portfolio-item .item.mt-90,
	.portfolio-item .item.mt-130 {
		margin-top: 20px
	}
}

@media(max-width:767px) {
	.portfolio-item .item.mt-120,
	.portfolio-item .item.mt-90,
	.portfolio-item .item.mt-130 {
		margin-top: 20px
	}
}

.about-area {
	padding-top: 148px;
	position: relative;
	z-index: 10
}

.about-area .section-title {
	margin-bottom: 55px
}

.about-area .about-shape-2 {
	position: absolute;
	right: 170px;
	top: 130px;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .about-shape-2 {
		display: none
	}
}

@media(max-width:767px) {
	.about-area .about-shape-2 {
		display: none
	}
}

.about-area.about-6-area {
	padding-top: 147px
}

.about-item {
	background: #fff;
	padding: 35px 150px 22px 40px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-item {
		padding: 35px 100px 22px 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-item {
		padding: 35px 120px 22px 40px
	}
}

@media(max-width:767px) {
	.about-item {
		padding: 30px 30px 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-item {
		padding: 35px 120px 22px 40px
	}
}

.about-item .title {
	font-size: 40px;
	color: #000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media(max-width:767px) {
	.about-item .title {
		font-size: 30px
	}
}

.about-item p {
	display: inline-block;
	color: #464646;
	font-size: 20px;
	font-family: circular-5;
	line-height: 27px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media(max-width:767px) {
	.about-item p {
		font-size: 18px
	}
}

.about-item .icon {
	position: absolute;
	right: 20px;
	bottom: -10px
}

.about-item.active,
.about-item:hover {
	background: #EA129E
}

.about-item.active .title,
.about-item:hover .title {
	color: #fff
}

.about-item.active p,
.about-item:hover p {
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-item.item-3 {
		display: none
	}
}

.about-text {
	padding-top: 65px
}

.about-text p {
	font-size: 33px;
	line-height: 56px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-text p {
		font-size: 24px;
		line-height: 44px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-text p {
		font-size: 20px;
		line-height: 40px
	}
}

@media(max-width:767px) {
	.about-text p {
		font-size: 18px;
		line-height: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-text p {
		font-size: 22px;
		line-height: 36px
	}
}

.about-top-tltle-area {
	position: relative;
	

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-top-tltle-area .about-top-tltle-content {
		text-align: center
	}
}

@media(max-width:767px) {
	.about-top-tltle-area .about-top-tltle-content {
		text-align: center
	}
}

.about-top-tltle-area .about-top-tltle-content span {
	color: #EA129E
}

.about-top-tltle-area .about-top-tltle-content .title {
	font-size: 76px;
	line-height: 86px;
	padding-top: 20px;
	padding-right: 50px;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-top-tltle-area .about-top-tltle-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-top-tltle-area .about-top-tltle-content .title {
		font-size: 54px;
		line-height: 64px;
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-top-tltle-area .about-top-tltle-content .title {
		font-size: 50px;
		line-height: 60px;
		padding-right: 0
	}
}

@media(max-width:767px) {
	.about-top-tltle-area .about-top-tltle-content .title {
		font-size: 24px;
		line-height: 34px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-top-tltle-area .about-top-tltle-content .title {
		font-size: 38px;
		line-height: 48px;
		padding-right: 0
	}
}

.about-top-tltle-area .about-shape {
	position: absolute;
	right: 310px;
	top: 70%;
	transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-top-tltle-area .about-shape {
		right: 100px;
		top: 85%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-top-tltle-area .about-shape {
		display: none
	}
}

@media(max-width:767px) {
	.about-top-tltle-area .about-shape {
		display: none
	}
}

.about-thumb {
	padding-top: 125px
}

.about-service-area {
	padding-top: 107px;
	padding-bottom: 137px;
	position: relative
}

.about-service-area .about-service-shape {
	position: absolute;
	left: 160px;
	top: 400px;
	transform: rotate(-45deg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-service-area .about-service-shape {
		display: none
	}
}

@media(max-width:767px) {
	.about-service-area .about-service-shape {
		display: none
	}
}

.about-service-area .section-title {
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-service-area .section-title {
		text-align: center
	}
}

.about-service-area .section-title .title {
	font-size: 66px;
	line-height: 76px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-service-area .section-title .title {
		font-size: 54px;
		line-height: 64px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-service-area .section-title .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-service-area .section-title .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media(max-width:767px) {
	.about-service-area .section-title .title {
		font-size: 28px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-service-area .section-title .title {
		font-size: 28px;
		line-height: 40px
	}
}

.about-service-item {
	margin-top: 40px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-service-item {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.about-service-item {
		text-align: center
	}
}

.about-service-item h3 {
	font-size: 42px;
	color: #EA129E;
	position: relative;
	margin-bottom: 10px
}

.about-service-item h3::before {
	position: absolute;
	content: '';
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 80%;
	background: rgba(0, 0, 0, .12)
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-service-item h3::before {
		width: 75%
	}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-service-item h3::before {
		width: 75%
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-service-item h3::before {
		width: 70%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-service-item h3::before {
		display: none
	}
}

@media(max-width:767px) {
	.about-service-item h3::before {
		display: none
	}
}

.about-service-item .title {
	text-transform: capitalize;
	font-size: 40px;
	margin-bottom: 8px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-service-item .title {
		font-size: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-service-item .title {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.about-service-item .title {
		font-size: 30px
	}
}

.about-relationship-area {
	background-color: #fff; 
	padding: 165px 0 130px;
	position: relative
}
.svg-branco { fill:#fff}


.about-relationship-area .bg-image {
	background-image: url(../image/carlota-vert.jpg);
	left: 0;
	top: 0;
	width: 50%
}
.sec-sobre-video {background-color:#224b96; padding:50px 0}
@media only screen and (min-width:768px) and (max-width:991px) {
	.about-relationship-area .bg-image {
		width: 0
	}
}

@media(max-width:767px) {
	.about-relationship-area .bg-image {
		width: 0
	}
}

.about-relationship-content {
	padding-left: 50px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-relationship-content {
		padding-left: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-relationship-content {
		padding-left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-relationship-content {
		padding-left: 0
	}
}

@media(max-width:767px) {
	.about-relationship-content {
		padding-left: 0
	}
}

.about-relationship-content .title {
	font-size: 44px;
	line-height: 66px;
	margin-bottom: 23px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.about-relationship-content .title {
		font-size: 35px;
		line-height: 45px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-relationship-content .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media(max-width:767px) {
	.about-relationship-content .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-relationship-content .title {
		font-size: 36px;
		line-height: 46px
	}
}

.about-relationship-content .user {
	padding-top: 17px
}

.about-relationship-content .user h5 {
	font-size: 44px;
	color: #EA129E;
	margin-bottom: 0
}

.about-relationship-content .user span {
	font-size: 18px;
	font-family: circular-5;
	text-transform: uppercase;
	color: #838383
}

.team-item .team-thumb {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative
}

.team-item .team-thumb .social-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	opacity: 0
}

.team-item .team-thumb .social-overlay ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	width: 100%;
	text-align: center
}

.team-item .team-thumb .social-overlay ul li {
	display: inline-block
}

.team-item .team-thumb .social-overlay ul li a {
	color: #fff;
	font-size: 24px;
	margin: 0 8px
}

.team-item .team-thumb img {
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.team-item .team-thumb:hover .social-overlay {
	opacity: 1
}

.team-item .team-thumb:hover .social-overlay ul {
	top: 50%
}

.team-item .team-content .title {
	font-size: 26px;
	font-family: circular-3;
	font-weight: 500;
	margin-bottom: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-item .team-content .title {
		font-size: 20px;
		margin: 0
	}
}

.team-item .team-content span {
	font-size: 20px;
	font-weight: 500;
	font-family: circular-3;
	color: #464646;
	display: inline-block;
	line-height: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-item .team-content span {
		font-size: 16px
	}
}

.team-item .team-content .social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.team-item .team-content .social ul li {
	display: inline-block
}

.team-item .team-content .social ul li a {
	color: #464646;
	font-size: 18px;
	margin-right: 10px
}

.team-item .team-content .social ul li a:hover {
	color: #EA129E
}

.team-item:hover .team-thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.play-area {
	margin-left: 200px;
	overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.play-area {
		margin-left: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.play-area {
		margin-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.play-area {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.play-area {
		margin-left: 0
	}
}

.play-thumb {
	position: relative;
	height: 830px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.play-thumb {
		height: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.play-thumb {
		height: 400px
	}
}

@media(max-width:767px) {
	.play-thumb {
		height: 400px
	}
}

.play-thumb::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 1
}

.play-thumb .bg-image {
	background-image: url(../image/play-bg.jpg);
	background-attachment: fixed
}

.play-thumb .play-btn {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.play-thumb .play-btn a {
	height: 160px;
	width: 160px;
	backdrop-filter: blur(30px);
	--webkit-backdrop-filter: blur(30px);
	background-color: rgba(255, 255, 255, .43);
	display: inline-block;
	text-align: center;
	line-height: 160px;
	border-radius: 50%;
	color: #fff;
	font-size: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.play-thumb .play-btn a {
		height: 100px;
		width: 100px;
		line-height: 100px
	}
}

@media(max-width:767px) {
	.play-thumb .play-btn a {
		height: 100px;
		width: 100px;
		line-height: 100px
	}
}

.skill-area {
	padding-top: 568px;
	padding-bottom: 137px;
	background: rgba(240, 240, 240, .56);
	margin-top: -420px
}

.skill-2-area {
	padding: 110px 0 120px;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-2-area {
		padding: 0 0 120px
	}
}

@media(max-width:767px) {
	.skill-2-area {
		padding: 0 0 120px
	}
}

.skill-2-area .skill-bg {
	right: 0;
	top: 0;
	left: auto;
	width: 50%;
	background-image: url(../image/skill-play-bg.jpg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-2-area .skill-bg {
		display: none
	}
}

@media(max-width:767px) {
	.skill-2-area .skill-bg {
		display: none
	}
}

.skill-2-area .skill-box {
	margin: 50px 180px 0 0
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.skill-2-area .skill-box {
		margin: 50px 30px 0 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.skill-2-area .skill-box {
		margin: 50px 30px 0 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-2-area .skill-box {
		margin: 50px 0 0 0
	}
}

@media(max-width:767px) {
	.skill-2-area .skill-box {
		margin: 50px 0 0 0
	}
}

.skill-2-area .skill-box .skills .skill-item .skill-bar .bar-inner {
	border-top: 5px solid #f3f3f3;
	border-bottom: 5px solid #f3f3f3
}

.skill-2-area .skill-play {
	margin-right: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-2-area .skill-play {
		display: none
	}
}

@media(max-width:767px) {
	.skill-2-area .skill-play {
		display: none
	}
}

.skill-2-area .skill-play a {
	position: relative;
	height: 160px;
	width: 160px;
	display: inline-block;
	text-align: center;
	line-height: 160px;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	z-index: 10;
	overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-2-area .skill-play a {
		height: 100px;
		width: 100px;
		line-height: 100px
	}
}

@media(max-width:767px) {
	.skill-2-area .skill-play a {
		height: 100px;
		width: 100px;
		line-height: 100px
	}
}

.skill-2-area .skill-play a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../image/shape.png);
	background-size: 100% 100%;
	background-position: center center;
	z-index: -1;
	opacity: 1;
	filter: blur(50px)
}

@media(max-width:767px) {
	.skill-content {
		font-size: 18px
	}
}

.skill-content .title {
	font-size: 76px;
	line-height: 86px;
	padding-right: 70px;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.skill-content .title {
		padding-right: 0;
		font-size: 70px;
		line-height: 80px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.skill-content .title {
		font-size: 50px;
		line-height: 60px;
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-content .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media(max-width:767px) {
	.skill-content .title {
		font-size: 36px;
		line-height: 46px;
		padding-right: 0
	}
}

.skill-box {
	margin: 0 80px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.skill-box {
		margin: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.skill-box {
		margin: 30px 0 0
	}
}

@media(max-width:767px) {
	.skill-box {
		margin: 30px 0 0
	}
}

.skill-box .skills {
	position: relative
}

.skill-box .skills .skill-item {
	position: relative;
	margin-bottom: 45px
}

.skill-box .skills .skill-item .skill-header {
	position: relative;
	margin-bottom: 17px
}

.skill-box .skills .skill-item .skill-header .skill-title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0;
	color: #000;
	font-family: circular-3
}

.skill-box .skills .skill-item .skill-header .skill-percentage {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 26px;
	font-weight: 500;
	color: #000;
	font-family: circular-3
}

.skill-box .skills .skill-item:last-child {
	margin-bottom: 0
}

.skill-box .skills .skill-item .skill-bar {
	position: relative;
	width: 100%
}

.skill-box .skills .skill-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-radius: 0
}

.skill-box .skills .skill-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: -1px;
	top: -2px;
	width: 0;
	height: 10px;
	background: #EA129E;
	-webkit-transition: all 2000ms ease;
	transition: all 2000ms ease;
	border-radius: 0;
	margin-top: -3px
}

.blog-area {
	padding-top: 147px;
	padding-bottom: 210px
}

.blog-area.blog-4-area {
	padding: 55px 0;
    background-color: #224b96; color:#fff
}
.blog-area.blog-4-area .section-title .title {
    font-size: 56px;;
    margin: 0;color:#fff
}
.blog-area.blog-4-area .blog-content a h3 {color:#fff; font-size:1.2em}

.blog-area.articles-details-area {
	padding-top: 149px
}

.blog-area.blog-6-area {
	padding-bottom: 137px
}

.blog-area.blog-7-area {
	padding-top: 107px;
	padding-bottom: 136px
}

.blog-item .blog-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px
}

.blog-item .blog-thumb::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(234, 18, 158, 0);
	z-index: 1;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}/**/

.blog-item .blog-thumb img {
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.blog-item .blog-thumb .blog-categories {
	position: absolute;
	left: 30px;
	bottom: 18px;
	z-index: 2
}

.blog-item .blog-thumb .blog-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-item .blog-thumb .blog-categories ul li {
	display: inline-block
}

.blog-item .blog-thumb .blog-categories ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase
}

.blog-item .blog-content .title {
	font-size: 20px;
	padding-right: 80px;
	margin-bottom: 2px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
#index .blog-item a { color:#fff}
.blog-item a:hover { color:var(--first-color-am);}

.blog-item .blog-content a.main-btn { color:#fff;font-size: 18px;}
.blog-item .blog-content a.main-btn:hover {
    background-color: var(--first-color-az);
    color: #fff;
    border-color: var(--first-color-az);
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
	.blog-item .blog-content .title {
		padding-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-item .blog-content .title {
		font-size: 28px;
		line-height: 38px;
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-item .blog-content .title {
		font-size: 24px;
		line-height: 34px;
		padding-right: 0
	}
}

@media(max-width:767px) {
	.blog-item .blog-content .title {
		font-size: 24px;
		line-height: 34px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-item .blog-content .title {
		font-size: 34px;
		line-height: 44px;
		padding-right: 0
	}
}

.blog-item .blog-content .title:hover {
	color: #EA129E
}

.blog-item:hover .blog-thumb::before {
	background: rgba(234, 18,158, .8)
}

.blog-item:hover .blog-thumb img {
	transform: scale(1.1)
}

.blog-meta {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.blog-meta .admin {
	padding-right: 10px
}

.blog-meta .admin a {
	font-size: 18px;
	font-weight: 400;
	color: #464646;
	text-transform: capitalize
}

.blog-meta .admin a i {
	padding-right: 6px
}

.blog-meta .admin a span {
	color: #EA129E
}

.blog-meta .date {
	padding-right: 10px
}

.blog-meta .date p {
	font-size: 18px;
	font-weight: 400
}

.blog-active .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-active .slick-dots li {
	display: inline-block
}

.blog-active .slick-dots li button {
	border: 0;
	background: rgba(255, 255, 255, .7);
	height: 18px;
	width: 18px;
	font-size: 0;
	border-radius: 50%;
	margin: 0 5px
}

.blog-active .slick-dots li.slick-active button {
	background: #EA129E
}

.join-box {
	background: #EA129E;
	padding: 120px 0
}

.join-box .title {
	color: #fff;
	font-size: 112px;
	line-height: 176px;
	text-decoration: underline;
	font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.join-box .title {
		font-size: 80px;
		line-height: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.join-box .title {
		font-size: 80px;
		line-height: 90px
	}
}

@media(max-width:767px) {
	.join-box .title {
		font-size: 40px;
		line-height: 50px
	}
}

.blog-highlight-box {
	padding: 30px;
	background: #fff;
	margin-top:25px
}

@media(max-width:767px) {
	.blog-highlight-box {
		padding: 0;
		margin-top: 60px
	}
}

.blog-highlight-thumb {
	position: relative
}

.blog-highlight-thumb .blog-highlight-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5)
}

.blog-highlight-thumb .blog-highlight-overlay .blog-categories {
	padding-left: 26px;
	padding-bottom: 15px
}

.blog-highlight-thumb .blog-highlight-overlay .blog-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-highlight-thumb .blog-highlight-overlay .blog-categories ul li {
	display: inline-block
}

.blog-highlight-thumb .blog-highlight-overlay .blog-categories ul li a {
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-highlight-content {
		padding: 20px
	}
}

@media(max-width:767px) {
	.blog-highlight-content {
		padding: 20px
	}
}

.blog-highlight-content .title {
	font-size: 54px;
	line-height: 64px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.blog-highlight-content .title {
		font-size: 35px;
		line-height: 45px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-highlight-content .title {
		font-size: 34px;
		line-height: 44px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-highlight-content .title {
		font-size: 46px;
		line-height: 56px
	}
}

@media(max-width:767px) {
	.blog-highlight-content .title {
		font-size: 26px;
		line-height: 36px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-highlight-content .title {
		font-size: 32px;
		line-height: 42px
	}
}

.blog-highlight-content>p {
	padding: 15px 0 10px
}


.blog-details-area {
    background: var(--first-color-az);
    padding: 120px 0;
    position: relative; color:#fff
}
/*.blog-details-area:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 33px;
    width: 100%;
    background-image: url(../image/xadrez.svg);
}*/
.blog-details-content p { color:#fff}
.blog-details-area .blog-details-top-bg {
	position: relative;
	
	z-index: 10
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-details-area .blog-details-top-bg {
		
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-area .blog-details-top-bg {
		
	}
}

@media(max-width:767px) {
	.blog-details-area .blog-details-top-bg {
		
	}
}

.blog-details-area .blog-details-top-bg .bg-image {
	left: 0;
	top: 0;
	background-image: url(../image/page-bg.jpg);
	z-index: -1
}



@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-details-area .blog-details-top-bg .blog-details-bg {
		
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-area .blog-details-top-bg .blog-details-bg {
		
	}
}

@media(max-width:767px) {
	.blog-details-area .blog-details-top-bg .blog-details-bg {
		
		display: block
	}
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-categores ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-categores ul li {
	display: inline-block
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-categores ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-social ul li {
	display: inline-block
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-social ul li a {
	color: #fff;
	margin-left: 15px
}

.blog-details-area .blog-details-top-bg .blog-details-bg .blog-social ul li span {
	color: #fff;
	font-size: 18px
}

.blog-tags-item {
	margin-top: -48px
}

.blog-tags-item .blog-tag {
	border: 1px solid #f2f2f2;
	padding: 25px 40px;
	background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-tags-item .blog-tag {
		padding: 25px 20px
	}
}

@media(max-width:767px) {
	.blog-tags-item .blog-tag {
		padding: 25px 20px
	}
}

.blog-tags-item .blog-tag ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.blog-tags-item .blog-tag ul li {
	display: inline-block
}

.blog-tags-item .blog-tag ul li a {
	font-size: 18px;
	color: #000;
	text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-tags-item .blog-tag ul li a {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.blog-tags-item .blog-tag ul li a {
		font-size: 16px
	}
}

.blog-tags-item .blog-tag ul li a:hover {
	color: #EA129E
}

.blog-tags-item .blog-tag ul li span {
	font-size: 24px;
	font-family: circular-5;
	color: #EA129E;
	margin-right: 35px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-tags-item .blog-tag ul li span {
		margin-right: 10px
	}
}

@media(max-width:767px) {
	.blog-tags-item .blog-tag ul li span {
		margin-right: 10px
	}
}

.blog-tags-item .blog-likes {
	border: 1px solid #f2f2f2;
	padding: 25px 40px;
	background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-tags-item .blog-likes {
		padding: 25px 20px
	}
}

@media(max-width:767px) {
	.blog-tags-item .blog-likes {
		padding: 25px 20px
	}
}

.blog-tags-item .blog-likes span {
	font-size: 18px;
	text-transform: uppercase;
	color: #000
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-tags-item .blog-likes span {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.blog-tags-item .blog-likes span {
		font-size: 16px
	}
}

.blog-tags-item .blog-likes span i {
	color: #EA129E;
	padding-left: 10px
}

.blog-form-area {
	padding-top: 150px
}

.blog-form-area .blog-form-title {
	padding-bottom: 20px
}

.blog-form-area .blog-form-title .title {
	font-size: 50px
}

@media(max-width:767px) {
	.blog-form-area .blog-form-title .title {
		font-size: 30px
	}
}

.blog-form-box .input-box input {
	width: 100%;
	border: 1px solid #9b9b9b;
	padding-left: 20px;
	line-height: 75px;
	color: rgba(0, 0, 0, .5)
}

.blog-form-box .input-box input::placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1;
	text-transform: uppercase
}

.blog-form-box .input-box input:focus {
	border: 1px solid #EA129E
}

.blog-form-box .input-box textarea {
	width: 100%;
	height: 240px;
	border: 1px solid #9b9b9b;
	padding-top: 10px;
	padding-left: 20px;
	color: rgba(0, 0, 0, .5);
	resize: none
}

.blog-form-box .input-box textarea::placeholder {
	color: rgba(0, 0, 0, .5);
	opacity: 1
}

.blog-form-box .input-box textarea:focus {
	border: 1px solid #EA129E
}

.blog-form-box .input-box button {
	border: 2px solid #EA129E
}

.blog-comment-area {
	padding-top: 150px
}

.blog-comment-area .blog-comment-title {
	padding-bottom: 30px
}

.blog-comment-area .blog-comment-title .title {
	font-size: 50px
}

@media(max-width:767px) {
	.blog-comment-area .blog-comment-title .title {
		font-size: 30px
	}
}

.blog-comment-box {
	background: #f2f2f2;
	padding: 40px
}

@media(max-width:767px) {
	.blog-comment-box {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-comment-box {
		padding: 40px
	}
}

.blog-comment-box .blog-comment-box-item .blog-comment-user .user img {
	width: 90px
}

.blog-comment-box .blog-comment-box-item .blog-comment-user .user span {
	color: #000;
	font-size: 24px;
	padding-left: 15px;
	font-family: circular-3
}

@media(max-width:767px) {
	.blog-comment-box .blog-comment-box-item .blog-comment-user .blog-time {
		padding-top: 15px
	}
}

.blog-comment-box .blog-comment-box-item .blog-comment-user .blog-time span {
	color: #000;
	font-size: 24px;
	padding-left: 15px;
	font-family: circular-3
}

.blog-comment-box .blog-comment-box-item .blog-comment-content {
	padding: 30px 35px;
	border-radius: 0 0 0 60px
}

@media(max-width:767px) {
	.blog-comment-box .blog-comment-box-item .blog-comment-content {
		padding: 30px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-comment-box .blog-comment-box-item .blog-comment-content {
		padding: 30px 35px
	}
}

.blog-comment-box .blog-comment-sub {
	padding-left: 50px;
	border-left: 2px solid #acacac
}

@media(max-width:767px) {
	.blog-comment-box .blog-comment-sub {
		padding-left: 20px
	}
}

.blog-comment-box .blog-comment-sub .blog-comment-box-item .user img {
	width: 60px
}

.blog-grid-area {
	padding-bottom: 135px
}

.blog-grid-area .section-title {
	margin-bottom: 30px
}

.blog-grid-area .section-title .title {
	margin-bottom: 0
}

.footer-area { position: relative;
	
}



.footer-top {
    background-color: #224b96;
    padding: 90px 0 25px 0;
    position: relative;
}
.footer-top:after { height: 30px; background-image: url(../image/xadrez.svg); position: absolute; top:0; left:0; content:''; width: 100%; background-size: contain;}
.footer-logo img {
    width: 160px;
}
.footer-last {
    padding: 25px 0 0;
    border-top: 1px solid #fff;
}
.footer-box .footer-links li, .footer_widget li {
    margin-bottom: 5px;
}
.footer-links li a, .footer-box.box-4 ul li p, .footer-box.box-4 ul li a {
    font-size: 15px;
    color: #fff;
}
.footer_widget p, .footer_widget a {
    color: #fff;
    margin: 0;
}
.widget {
	margin-top: 30px
}

.widget .widget-title {
	font-size: 26px;
	font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-widget {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.list-widget {
		text-align: center
	}
}

.list-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.list-widget ul li {
	display: block;
	margin-bottom: 8px
}

.list-widget ul li a {
	color: #464646;
	font-size: 23px;
	line-height: 38px;
	margin-bottom: 5px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	display: inline-block;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.list-widget ul li a {
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.list-widget ul li a {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px
	}
}

.list-widget ul li a:hover {
	color: #EA129E
}

@media(max-width:767px) {
	.gallery-widget {
		text-align: center
	}
}

.gallery-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.gallery-widget ul li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.gallery-widget ul li {
		margin-bottom: 10px;
		margin-right: 5px
	}
}

.gallery-widget ul li a {
	display: block
}

.gallery-widget ul li a img {
	width: 100px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.gallery-widget ul li a img {
		width: 70px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.gallery-widget ul li a img {
		width: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.gallery-widget ul li a img {
		width: 90px
	}
}

@media(max-width:767px) {
	.gallery-widget ul li a img {
		width: 75px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.gallery-widget ul li a img {
		width: 100px
	}
}

.gallery-widget .widget-title {
	padding-bottom: 13px
}

.footer-copyright {
	background: #224b96;

}

.footer-copyright .copyright-items {
	position: relative;
}

@media(max-width:767px) {
	.footer-copyright .copyright-items {
		text-align: center;
		height: auto;
		padding: 20px 0
	}
}

.footer-social {
	padding: 24px 0
}

.footer-social ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

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

.footer-social ul li a {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: #EA129E;
	color: #fff;
	font-size: 28px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 4px 0 0;
}

.footer-social ul li a:hover {
	background: #fff;
	color: #EA129E
}

.footer-copyright .copyright-items .footer-copyright-text p {
	color: #fff;
	margin: 0;
    font-size:14px
}

.footer-copyright .copyright-items .footer-copyright-text p a {
	color: #EA129E
}

@media(max-width:767px) {
	.about-widget {
		font-size: 18px;
		text-align: center
	}
}

.back-to-top {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	background: #EA129E;
	box-shadow: 0 8px 16px 0 rgba(99, 102, 234, .2);
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	cursor: pointer;
	z-index: 99
}

.footer-2-area {
	padding-top: 150px;
	background: #000
}

.footer-top {
	
}

@media(max-width:767px) {
.footer-social {
		margin-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
.footer-social {
		margin-top: 0
	}
}

.footer-social ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

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



.footer-social ul li a:hover {
	background: #EA129E;
	color: #fff
}

.footer-item {
	padding-top: 45px
}

.footer-item .footer-about {
	color: #fff;
	padding-right: 10px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.footer-item .footer-about {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-item .footer-about {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.footer-item .footer-about {
		padding-right: 0
	}
}

.footer-item .footer-about .title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 37px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.footer-item .footer-list.ml-95 {
		margin-left: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-item .footer-list.ml-95 {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.footer-item .footer-list.ml-95 {
		margin-left: 0
	}
}

.footer-item .footer-list .title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 37px
}

.footer-item .footer-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.footer-item .footer-list ul li a {
	color: #fff;
	line-height: 36px
}

.footer-item .footer-list ul li a:hover {
	color: #EA129E
}

.footer-item .footer-list.footer-list-11 ul li a:hover {
	color: #EA129E
}

.footer-item .footer-info .title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 37px
}

.footer-item .footer-info ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.footer-item .footer-info ul li {
	padding-left: 31px;
	color: #e0e0e0;
	position: relative;
	padding-bottom: 30px
}

.footer-item .footer-info ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 20px;
	color: #EA129E
}

.footer-copyright-2 {
	color: #fff;
	margin-top: 58px;
	margin-bottom: 30px;
	border-top: 1px solid #383838;
	padding-top: 26px
}

.footer-copyright-2 p a {
	color: #EA129E
}

.counter-area {
	background: #ea129e;
	padding-top: 50px;
	padding-bottom: 55px;
	position: relative
}

.counter-area::before {
position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 30px;
	width: 100%;
	background-image:url(../image/xadrez.svg); 
    background-size: contain;
}
.counter-area::after {
position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-image:url(../image/xadrez.svg);background-size: contain; 
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.counter-area::before {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-area::before {
		display: none
	}
}

@media(max-width:767px) {
	.counter-area::before {
		display: none
	}
}

.counter-item {
	font-size: 22px;
	font-weight: 700;
	color: #fff
}

.counter-item .title {
	font-size: 65px;
	font-weight: 700;
	line-height: 55px;color: #fff
}

.pricing-area {
	padding-top: 147px
}

.pricing-area .section-title {
	margin-bottom: 55px
}

.pricing-area.pricing-4-area {
	background: #f3f3f3;
	margin-top: 160px;
	padding-bottom: 160px
}

.pricing-item {
	padding: 50px 50px 115px;
	border: 0;
	background: #000;
	text-align: center;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pricing-item {
		margin-bottom: 30px
	}
}

@media(max-width:767px) {
	.pricing-item {
		padding: 50px 15px 115px;
		margin-bottom: 30px
	}
}

.pricing-item .pricing>span {
	color: #fff;
	padding-bottom: 44px;
	display: block;
	font-family: circular;
	font-weight: 400;
	font-size: 26px
}

.pricing-item .pricing .title {
	color: #fff;
	font-weight: 400;
	font-size: 100px;
	font-family: circular;
	margin-bottom: 98px;
	display: block
}

.pricing-item .pricing .title sup {
	font-size: 48px
}

.pricing-item .pricing p {
	font-size: 23px;
	line-height: 33px;
	color: #fff
}

@media(max-width:767px) {
	.pricing-item .pricing p {
		font-size: 18px
	}
}

.pricing-item .pricing-list {
	text-align: left;
	padding-top: 23px
}

.pricing-item .pricing-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.pricing-item .pricing-list ul li {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-bottom: 18px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.pricing-item .pricing-list ul li {
		font-size: 22px
	}
}

.pricing-item .pricing-list ul li .icon {
	padding-right: 12px
}

.pricing-item .pricing-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.pricing-item .pricing-btn a {
	width: 100%;
	background: #EA129E;
	color: #fff;
	display: block;
	line-height: 86px
}

.pricing-item.item-2 {
	background-color: transparent;
	border: 4px solid #000
}

.pricing-item.item-2 .pricing>span {
	color: #000
}

.pricing-item.item-2 .pricing .title {
	color: #000
}

.pricing-item.item-2 .pricing p {
	color: #000
}

.pricing-item.item-2 .pricing-list ul li {
	color: #000
}

.pricing-item.item-2 .pricing-btn a {
	border-top: 4px solid #000;
	background-color: transparent;
	color: #EA129E
}

.testimonial-area {
	padding-top: 149px;
	background: #f3f3f3;
	margin-top: 130px;
	padding-bottom: 152px;
	position: relative
}

.testimonial-area .section-title {
	margin-bottom: 25px
}

.testimonial-area.testimonial-7-area {
	margin-top: 0;
	background: #eae2e1
}

.testimonial-area.testimonial-7-area .testimonial-slider .slick-arrow::after {
	background: #eae2e1
}

.testimonial-slider .testimonial-content {
	font-size: 30px;
	line-height: 56px;
	padding: 0 190px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.testimonial-slider .testimonial-content {
		font-size: 24px;
		line-height: 44px;
		padding: 0 80px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.testimonial-slider .testimonial-content {
		padding: 0 90px;
		font-size: 20px;
		line-height: 34px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-slider .testimonial-content {
		padding: 0 50px;
		font-size: 20px;
		line-height: 34px
	}
}

@media(max-width:767px) {
	.testimonial-slider .testimonial-content {
		padding: 0;
		font-size: 20px;
		line-height: 34px
	}
}

.testimonial-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: circular-3;
	color: #EA129E;
	z-index: 10
}

@media(max-width:767px) {
	.testimonial-slider .slick-arrow {
		opacity: 0
	}
}

.testimonial-slider .slick-arrow.prev {
	left: 0;
	padding-left: 20px;
	padding-right: 40px
}

.testimonial-slider .slick-arrow.prev::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80px;
	width: 80px;
	border: 2px solid #EA129E;
	border-radius: 50%;
	z-index: -2
}

.testimonial-slider .slick-arrow.prev::after {
	position: absolute;
	content: '';
	left: 10px;
	top: 0;
	height: 100%;
	width: 100%;
	background: #f3f3f3;
	z-index: -1
}

.testimonial-slider .slick-arrow.next {
	right: 0;
	padding-right: 20px;
	padding-left: 40px
}

.testimonial-slider .slick-arrow.next::before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80px;
	width: 80px;
	border: 2px solid #EA129E;
	border-radius: 50%;
	z-index: -2
}

.testimonial-slider .slick-arrow.next::after {
	position: absolute;
	content: '';
	right: 10px;
	top: 0;
	height: 100%;
	width: 100%;
	background: #f3f3f3;
	z-index: -1
}

.testimonial-slider.testimonial-slider-style-2 .slick-arrow {
	background: #EA129E;
	color: #fff;
	padding: 0 15px!important
}

.testimonial-slider.testimonial-slider-style-2 .slick-arrow::before {
	display: none
}

.testimonial-slider.testimonial-slider-style-2 .slick-arrow::after {
	display: none
}

.testimonial-user {
	padding-top: 20px
}

.testimonial-user .user-item {
	width: 320px
}

.testimonial-user .user-item img {
	display: inline-block;
	opacity: .25
}

.testimonial-user .user-item .title {
	display: none;
	font-size: 15px;
	font-weight: 500;
	font-family: circular-3;
	padding-top: 10px;
	margin-bottom: 0
}

.testimonial-user .user-item span {
	display: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #EA129E;
	line-height: 26px
}

.testimonial-user .user-item .slick-center img {
	opacity: 1
}

.testimonial-user .user-item .slick-center .title {
	display: block
}

.testimonial-user .user-item .slick-center span {
	display: block
}

.testimonial-4-area {
	padding-top: 110px;
	margin-top: 135px;
	position: relative
}

.testimonial-4-area .section-title .title {
	font-size: 60px;
	line-height: 60px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.testimonial-4-area .section-title .title {
		font-size: 46px;
		line-height: 56px
	}
}

@media(max-width:767px) {
	.testimonial-4-area .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-4-area .section-title .title {
		font-size: 40px;
		line-height: 50px
	}
}

.testimonial-4-area .bg-image {
	right: 0;
	top: 0;
	width: 45%;
	background-image: url(../image/testimonial-bg.jpg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-4-area .bg-image {
		width: 0
	}
}

@media(max-width:767px) {
	.testimonial-4-area .bg-image {
		width: 0
	}
}

.testimonial-4-area .section-title {
	padding-bottom: 20px
}

.testimonial-4-area .testimonial-slider-2 .testimonial-4-content {
	margin-bottom: 60px;
	background: #f3f3f3;
	padding: 85px 85px 0;
	font-size: 32px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content {
		font-size: 26px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content {
		font-size: 24px;
		padding: 30px 30px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content {
		font-size: 24px;
		padding: 30px 30px 0
	}
}

@media(max-width:767px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content {
		font-size: 20px;
		padding: 30px 30px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content {
		font-size: 24px;
		padding: 30px 30px 0
	}
}

.testimonial-4-area .testimonial-slider-2 .testimonial-4-content p {
	line-height: 53px;
	padding-right: 40px;
	color: #707070
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content p {
		line-height: 42px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content p {
		line-height: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content p {
		line-height: 40px;
		padding-right: 0
	}
}

@media(max-width:767px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content p {
		line-height: 40px;
		padding-right: 0
	}
}

.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .client-user {
	padding-top: 30px;
	padding-bottom: 45px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .client-user {
		padding-bottom: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .client-user {
		padding-bottom: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .client-user {
		padding-bottom: 0
	}
}

@media(max-width:767px) {
	.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .client-user {
		padding-bottom: 0
	}
}

.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .client-user .title {
	font-size: 24px
}

.testimonial-4-area .testimonial-slider-2 .testimonial-4-content .quote-icon {
	position: relative;
	left: 0;
	bottom: -60px
}

.services-area {
	padding-top: 147px;
	padding-bottom: 123px
}

.services-area .section-title {
	margin-bottom: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-item {
		margin-bottom: 25px
	}
}

.services-item .services-thumb {
	position: relative
}

.services-item .services-thumb a {
	position: absolute;
	left: 95px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	display: inline-block;
	line-height: 105px;
	padding: 0 42px;
	border-radius: 50px;
	font-size: 38px;
	color: #000;
	font-weight: 700;
	font-family: circular-5;
	white-space: nowrap
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-item .services-thumb a {
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 70px;
		padding: 0 60px 0 15px;
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-item .services-thumb a {
		left: 0;
		line-height: 60px;
		padding: 0 20px;
		font-size: 20px
	}
}

@media(max-width:767px) {
	.services-item .services-thumb a {
		left: 0;
		line-height: 60px;
		padding: 0 20px;
		font-size: 20px
	}
}

.services-item .services-thumb a img {
	padding-right: 0
}

.services-item .services-content {
	font-size: 24px;
	line-height: 38px;
	padding-top: 22px;
	padding-right: 40px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-item .services-content {
		padding-right: 0;
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-item .services-content {
		padding-right: 0;
		font-size: 20px
	}
}

@media(max-width:767px) {
	.services-item .services-content {
		padding-right: 0;
		font-size: 20px
	}
}

.services-3-area {
	position: relative;
	z-index: 10;
	margin-top: 5px
}

.services-3-area::before {
	position: absolute;
	content: '';
	left: 0;
	top: 25%;
	height: 500px;
	width: 830px;
	background-image: url(../image/wellcome-thumb.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-92deg) translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-3-area::before {
		display: none
	}
}

@media(max-width:767px) {
	.services-3-area::before {
		display: none
	}
}

.services-3-area .services-shape {
	position: absolute;
	left: 500px;
	bottom: 175px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-3-area .services-shape {
		left: 300px;
		bottom: 90px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-3-area .services-shape {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-3-area .services-shape {
		display: none
	}
}

@media(max-width:767px) {
	.services-3-area .services-shape {
		display: none
	}
}

.services-3-area .section-title {
	margin-bottom: 20px
}

.services-3-area .section-title .title {
	font-size: 70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-3-area .section-title .title {
		font-size: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-3-area .section-title .title {
		font-size: 50px
	}
}

@media(max-width:767px) {
	.services-3-area .section-title .title {
		font-size: 40px
	}
}

.services-3-area .section-text p {
	margin-left: -40px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-3-area .section-text p {
		margin-left: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-3-area .section-text p {
		margin-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-3-area .section-text p {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.services-3-area .section-text p {
		margin-left: 0;
		font-size: 20px
	}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-3-item {
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-3-item {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.services-3-item {
		font-size: 20px;
		text-align: center
	}
}

.services-3-item .title {
	font-size: 40px;
	margin-bottom: 8px;
	padding-top: 15px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-3-item .title {
		font-size: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-3-item .title {
		font-size: 24px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-4-area.services-7-area {
		padding-top: 0
	}
}

@media(max-width:767px) {
	.services-4-area.services-7-area {
		padding-top: 0
	}
}

.services-4-item {
	padding-right: 100px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-4-item {
		padding-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-4-item {
		padding-right: 0;
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-4-item {
		padding-right: 0;
		font-size: 20px;
		text-align: center
	}
}

@media(max-width:767px) {
	.services-4-item {
		padding-right: 0;
		font-size: 20px;
		text-align: center
	}
}

.services-4-item .title {
	font-size: 42px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.services-4-item .title {
		font-size: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-4-item .title {
		font-size: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-4-item .title {
		justify-content: center
	}
}

@media(max-width:767px) {
	.services-4-item .title {
		justify-content: center;
		font-size: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-4-item .title {
		justify-content: center
	}
}

.services-4-item .title img {
	padding-right: 6px
}

.partners-area .partners-box {
	padding: 90px;
	background: #f3f3f3
}
.partners-item {  vertical-align: middle;
    min-height: 200px;
    display: flex;
    align-self: center;
    align-items: center;
    justify-items: center;padding:0 20px 0 0 }
@media only screen and (min-width:768px) and (max-width:991px) {
	.partners-area .partners-box {
		padding: 50px
	}
}

@media(max-width:767px) {
	.partners-area .partners-box {
		padding: 30px;
		font-size: 18px
	}
}

.partners-area .partners-box .title {
	font-size: 74px;
	font-weight: 700;
	line-height: 84px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.partners-area .partners-box .title {
		font-size:2.5rem
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.partners-area .partners-box .title {
		font-size: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.partners-area .partners-box .title {
		font-size: 40px
	}
}

@media(max-width:767px) {
	.partners-area .partners-box .title {
		font-size: 36px
	}
}

.partners-area .partners-box p {
	padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.partners-area .partners-box p {
		padding-left: 0
	}
}

@media(max-width:767px) {
	.partners-area .partners-box p {
		padding-left: 0
	}
}

.partners-area .partners-box .partners-item a {
	display: inline-block
}

.partners-area.about-partners-area {
	padding: 50px 0 70px;
}

.partners-area.about-partners-area .partners-box {
	background-color: transparent;
	padding: 0
}
.partners-area { position: relative;}
.partners-area::after {position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-image: url(../image/xadrez_blk.svg);background-size: contain;}
.partners-area.partners-6-arae {
	background: #f3f3f3
}

.partners-area.partners-6-arae .partners-box {
	padding: 90px 0
}

.awards-area {
	padding-top: 147px;
	padding-bottom: 160px
}

.awards-area .section-title {
	margin-bottom: 73px;
	font-size: 26px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.awards-area .section-title {
		font-size: 22px
	}
}

@media(max-width:767px) {
	.awards-area .section-title {
		font-size: 18px
	}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.awards-area .section-title .title {
		font-size: 60px
	}
}

.awards-area .no-gutters .col-lg-3 {
	padding-left: 0;
	padding-right: 0
}

.awards-area.about-awards-area {
	padding-top: 136px
}

.awards-item {
	background: #EA129E;
	text-align: center;
	padding: 45px 0 20px;
	margin: 0 2px 0
}

.awards-item h5 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	font-family: circular-3;
	margin-bottom: 0;
	padding-top: 112px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.awards-item h5 {
		font-size: 20px
	}
}

.awards-item span {
	font-weight: 300;
	color: #fff;
	font-size: 20px
}

.awards-item .title {
	font-size: 100px;
	color: #fff;
	padding-top: 10px
}

.awards-item img {
	display: inline-block
}

.awards-item.black {
	background: #000
}

.awards-item img {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.awards-item:hover img {
	transform: scale(1.3)
}

.awards-4-area {
	padding-bottom: 0
}

.awards-4-area .awards-item {
	background: #fff;
	margin: 0 0 0;
	padding: 0 0 20px
}

.awards-4-area .awards-item h5 {
	color: #000;
	padding-top: 55px
}

.awards-4-area .awards-item span {
	color: #000
}

.awards-4-area .awards-item .title {
	color: #000
}

.awards-4-area .awards-item .thumb {
	background: #000;
	padding: 55px 0
}

.contact-box-area {
	overflow: hidden;background:var(--first-color-az);
    position: relative;
}

.contact-box-area .contact-box {
	padding: 130px 130px;
	position: relative;
	z-index: 10;
   /* background: #224b96;*/
}
.contact-box  a{ color:#fff}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

  .contact-box-area .contact-box .input-box  input[type=checkbox],
 .contact-box-area .contact-box .input-box   input[type=radio] {
        --active: #EA129E;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #EA129E;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:after,
   .contact-box-area .contact-box .input-box input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:checked,
   .contact-box-area .contact-box .input-box input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:disabled,
  .contact-box-area .contact-box .input-box  input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:disabled:checked,
   .contact-box-area .contact-box .input-box input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:disabled+label,
   .contact-box-area .contact-box .input-box input[type=radio]:disabled+label {
        cursor: not-allowed;
    }

    .contact-box-area .contact-box .input-box input[type=checkbox]:hover:not(:checked):not(:disabled),
   .contact-box-area .contact-box .input-box input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:focus,
  .contact-box-area .contact-box .input-box  input[type=radio]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

  .contact-box-area .contact-box .input-box  input[type=checkbox]:not(.switch),
  .contact-box-area .contact-box .input-box  input[type=radio]:not(.switch) {
        width: 21px;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:not(.switch):after,
  .contact-box-area .contact-box .input-box  input[type=radio]:not(.switch):after {
        opacity: var(--o, 0);
    }

  .contact-box-area .contact-box .input-box  input[type=checkbox]:not(.switch):checked,
   .contact-box-area .contact-box .input-box input[type=radio]:not(.switch):checked {
        --o: 1;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]+label,
   .contact-box-area .contact-box .input-box input[type=radio]+label {
        font-size: 14px;
        line-height: 21px;
        display: inline;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

   .contact-box-area .contact-box .input-box input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }

   .contact-box-area .contact-box .input-box input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

   .contact-box-area .contact-box .input-box input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }

   .contact-box-area .contact-box .input-box input[type=radio] {
        border-radius: 50%;
    }

   .contact-box-area .contact-box .input-box input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }

  .contact-box-area .contact-box .input-box  input[type=radio]:checked {
        --s: .5;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-box-area .contact-box {
		padding:183px 50px 50px;
	}
}

@media(max-width:767px) {
	.contact-box-area .contact-box {
		padding:183px 30px 50px;
	}
}
@media only screen and (max-width:480px) {
	.header-logo img{ width: 200px;}
    .contact-box-area .contact-box {
		padding:130px 30px 50px;
	}
}
.contact-box-area .contact-box .shape-1 {
	position: absolute;
	left: -190px;
	bottom: -30px;
	z-index: -2
}

.contact-box-area .contact-box .shape-2 {
	position: absolute;
	right: -150px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -2
}

.contact-box-area .contact-box .section-title {
	color: #fff
}

@media(max-width:767px) {
	.contact-box-area .contact-box .section-title {
		font-size: 18px;
		line-height: 32px
	}
}

.contact-box-area .contact-box .section-title .title {
	color: #fff
}

.contact-box-area .contact-box .input-box input {
	border: 0;
	border-bottom: 2px solid #fff;
	font-size: 20px;
	font-weight: 500;
	background-color: transparent;
	color: #fff;
	line-height: 60px;
	width: 100%
}

.contact-box-area .contact-box .input-box input::placeholder {
	color: rgba(255, 255, 255, .72)
}

.contact-box-area .contact-box .input-box textarea {
	border: 0;
	border-bottom: 2px solid #fff;
	font-size: 20px;
	font-weight: 500;
	background-color: transparent;
	color: #fff;
	height: 170px;
	width: 100%;
	resize: none
}

.contact-box-area .contact-box .input-box textarea::placeholder {
	color: rgba(255, 255, 255, .72)
}

.contact-box-area.contact-page-box-area {
	/*margin-top: -230px*/
}

.contact-item-area {
	padding-top: 130px;
	padding-bottom: 146px
}

.contact-item .icon {
	display: inline-block;
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 91px;
    background: #ea129e;
    border-radius: 50%;
}

.contact-item .title {
	font-size: 22px;
	padding-top: 28px;
	margin-bottom: 12px
}

.contact-item ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.creative-area {
	padding-top: 130px;
	padding-bottom: 160px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.creative-area {
		padding-top: 0;
		padding-bottom: 0
	}
}

@media(max-width:767px) {
	.creative-area {
		padding-top: 0;
		padding-bottom: 0
	}
}

.creative-area .creative-box {
	position: relative;
	height: 508px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.creative-area .creative-box {
		height: auto;
		padding: 60px 0
	}
}

@media(max-width:767px) {
	.creative-area .creative-box {
		height: auto;
		padding: 60px 0
	}
}

.creative-area .creative-box::before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 880px;
	background-image: url(../image/creative-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.creative-area .creative-box::before {
		width: 680px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.creative-area .creative-box::before {
		width: 445px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.creative-area .creative-box::before {
		width: 0
	}
}

@media(max-width:767px) {
	.creative-area .creative-box::before {
		width: 0
	}
}

.creative-area.creative-7-area {
	position: relative;
	padding-top: 0;
	padding-bottom: 0
}

.creative-area.creative-7-area .creative-box {
	height: auto
}

.creative-area.creative-7-area .creative-box::before {
	display: none
}

.creative-area.creative-7-area .creative-thumb {
	text-align: center
}

.creative-area.creative-7-area .creative-thumb img {
	width: 350px
}

.creative-content .title {
	font-size: 76px;
	line-height: 86px;
	font-weight: 700;
	text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.creative-content .title {
		font-size: 50px;
		line-height: 60px
	}
}

@media(max-width:767px) {
	.creative-content .title {
		font-size: 40px;
		line-height: 50px
	}
}

.creative-content .text {
	padding-right: 240px;
	padding-bottom: 12px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.creative-content .text {
		padding-right: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.creative-content .text {
		padding-right: 40px
	}
    .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.creative-content .text {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.creative-content .text {
		padding-right: 0;
		font-size: 20px
	}
}

.creative-content a {
	font-size: 26px;
	font-family: circular-5;
	color: #EA129E
}

.working-progress-area {
	background: #f3f3f3;
	padding-top: 155px;
	padding-bottom: 80px
}

.working-progress-area .section-text {
	margin-left: -40px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.working-progress-area .section-text {
		margin-left: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.working-progress-area .section-text {
		margin-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-area .section-text {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.working-progress-area .section-text {
		margin-left: 0;
		font-size: 20px
	}
}

.working-progress-area .section-title .title {
	font-size: 70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.working-progress-area .section-title .title {
		font-size: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-area .section-title .title {
		font-size: 50px
	}
}

@media(max-width:767px) {
	.working-progress-area .section-title .title {
		font-size: 40px
	}
}

.working-progress-box .working-progress-thumb {
	margin-right: -25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-box .working-progress-thumb {
		margin-right: 0
	}
}

@media(max-width:767px) {
	.working-progress-box .working-progress-thumb {
		margin-right: 0
	}
}

.working-progress-box .working-progress-thumb img {
	width: 100%
}

.working-progress-box .working-progress-content {
	padding-left: 110px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.working-progress-box .working-progress-content {
		padding-left: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.working-progress-box .working-progress-content {
		padding-left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-box .working-progress-content {
		padding-left: 0;
		padding-top: 30px
	}
}

@media(max-width:767px) {
	.working-progress-box .working-progress-content {
		padding-left: 0;
		padding-top: 30px
	}
}

.working-progress-box .working-progress-content span {
	font-size: 20px;
	font-weight: 500;
	font-family: circular-3;
	color: #000
}

.working-progress-box .working-progress-content .title {
	font-size: 76px;
	line-height: 86px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.working-progress-box .working-progress-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-box .working-progress-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media(max-width:767px) {
	.working-progress-box .working-progress-content .title {
		font-size: 40px;
		line-height: 50px
	}
}

.working-progress-box .working-progress-content a {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-family: circular-5;
	color: #000;
	padding-left: 60px
}

.working-progress-box .working-progress-content a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	width: 50px;
	background: #000;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.working-progress-box .working-progress-content a:hover {
	color: #EA129E
}

.working-progress-box .working-progress-content a:hover::before {
	background: #EA129E
}

.working-progress-box .working-progress-content a:hover {
	padding-left: 90px
}

.working-progress-box .working-progress-content a:hover::before {
	width: 80px
}

.working-progress-box.item-2 .working-progress-thumb {
	margin-left: -25px;
	margin-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-box.item-2 .working-progress-thumb {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.working-progress-box.item-2 .working-progress-thumb {
		margin-left: 0
	}
}

.working-progress-box.item-2 .working-progress-thumb img {
	width: 100%
}

.working-progress-box.item-2 .working-progress-content {
	padding-left: 0;
	padding-right: 110px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.working-progress-box.item-2 .working-progress-content {
		padding-right: 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.working-progress-box.item-2 .working-progress-content {
		padding-right: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.working-progress-box.item-2 .working-progress-content {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.working-progress-box.item-2 .working-progress-content {
		padding-right: 0
	}
}

.portfolio-area {
	overflow: hidden;
	position: relative;
	padding-top:0px;
	
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.portfolio-area {
		margin-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-area {
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-area {
		margin-right: 0
	}
}

@media(max-width:767px) {
	.portfolio-area {
		margin-right: 0
	}
}

.portfolio-area.portfolio-3-style-area {
	padding-top: 55px;
	padding-bottom: 160px;
	margin-right: 0
}

.portfolio-item {
	position: relative;
	z-index: 10;
	overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-item {
		margin-top: 0
	}
}

.portfolio-item img {
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.portfolio-item .portfolio-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.portfolio-item .portfolio-overlay .portfolio-text {
	padding-left: 37px;
	padding-bottom: 21px
}

.portfolio-item .portfolio-overlay .portfolio-text .title {
	color: #fff;
	font-size: 38px;
	line-height: 48px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-item .portfolio-overlay .portfolio-text .title {
		font-size: 30px;
		line-height: 40px
	}
}

.portfolio-item:hover img {
	transform: scale(1.1)
}

.portfolio-item:hover .portfolio-overlay {
	opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-item.item-3 {
		display: none
	}
}

.portfolio-style-1-area {
	padding-top: 210px;
	padding-bottom: 160px
}

.portfolio-style-1-item span {
	display: block;
	font-size: 18px;
	color: rgba(0, 0, 0, .35);
	text-transform: uppercase;
	padding-top: 29px;
	line-height: 16px
}

.portfolio-style-1-item a {
	color: #000;
	font-size: 24px
}

.portfolio-style-1-item .portfolio-thumb {
	overflow: hidden
}

.portfolio-style-1-item .portfolio-thumb img {
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.portfolio-style-1-item:hover .portfolio-thumb img {
	transform: scale(1.1)
}

.portfolio-style-2-area {
	padding-top: 25px;
	padding-bottom: 146px
}

.portfolio-style-2-area.portfolio-6-area {
	padding-top: 147px;
	padding-bottom: 16px
}

.portfolio-style-2-area.portfolio-6-area .section-title {
	margin-bottom: 10px
}

.portfolio-style-2-content {
	padding-top: 18px
}

.portfolio-style-2-content a {
	display: block;
	font-size: 26px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
	text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-style-2-content a {
		font-size: 22px;
		margin: 0
	}
}

.portfolio-style-2-content span {
	color: #EA129E;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-style-2-content span {
		font-size: 16px
	}
}

.created-area {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.created-area {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.created-area {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media(max-width:767px) {
	.created-area {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.created-area .bg-image {
	background-image: url(../image/created-bg.jpg);
	left: 0;
	top: 0;
	height: 100%;
	width: 90%;
	background-attachment: fixed
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.created-area .bg-image {
		width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.created-area .bg-image {
		width: 100%
	}
}

@media(max-width:767px) {
	.created-area .bg-image {
		width: 100%
	}
}

.created-area .bg-image::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5)
}

.created-area .created-content {
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.created-area .created-content {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.created-area .created-content {
		font-size: 20px
	}
}

.created-area .created-content .title {
	color: #fff;
	font-size: 76px;
	line-height: 86px;
	text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.created-area .created-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.created-area .created-content .title {
		font-size: 52px;
		line-height: 62px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.created-area .created-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media(max-width:767px) {
	.created-area .created-content .title {
		font-size: 32px;
		line-height: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.created-area .created-content .title {
		font-size: 44px;
		line-height: 54px
	}
}

.project-box-area {
	padding: 110px 0;
	background: #000
}

@media(max-width:767px) {
	.project-box-area .project-content {
		text-align: center
	}
}

.project-box-area .project-content .title {
	color: #fff;
	font-size: 76px;
	line-height: 86px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.project-box-area .project-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.project-box-area .project-content .title {
		font-size: 50px;
		line-height: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.project-box-area .project-content .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media(max-width:767px) {
	.project-box-area .project-content .title {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 20px
	}
}

.project-box-area .project-content a {
	border-color: #EA129E
}

.project-box-area .project-content a:hover {
	background: #EA129E;
	color: #fff
}

.project-box-area.project-box-6-area {
	background-image: url(../image/hero-bg.jpg);
	position: relative
}

.project-box-area.project-box-6-area::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5)
}

.project-box-area.project-box-6-area .project-content .title {
	color: #fff
}

.project-box-area.project-box-6-area .project-content a {
	background-color: #EA129E;
	color: #fff
}

.project-box-area.project-box-6-area .project-content a:hover {
	background-color: transparent;
	color: #EA129E
}

.project-box-area.project-box-6-area.project-box-7-area {
	background: #eae2e1
}

.project-deatils-area {
	padding-top: 160px
}

.project-deatils-topbar {
	background: #f4f4f4
}

.project-deatils-topbar .project-deatils-topbar-content {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px 30px;
	border-right: 1px solid #b0b0b0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.project-deatils-topbar .project-deatils-topbar-content {
		border-right: 0;
		text-align: center
	}
}

@media(max-width:767px) {
	.project-deatils-topbar .project-deatils-topbar-content {
		border-right: 0;
		text-align: center
	}
}

.project-deatils-topbar .project-deatils-topbar-content .title {
	font-size: 34px;
	color: #EA129E;
	font-family: circular-3;
	font-weight: 500;
	margin-bottom: 12px
}

.project-deatils-topbar .project-deatils-topbar-content span {
	color: rgba(0, 0, 0, .46);
	display: inline-block;
	line-height: 30px
}

.project-deatils-topbar .row .col-lg-3:last-child .project-deatils-topbar-content {
	border-right: 0
}

.related-project-area {
	padding-bottom: 160px
}

.related-project-area .related-project-box {
	background: #f4f4f4;
	padding: 70px 80px 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.related-project-area .related-project-box {
		padding: 70px 40px 150px
	}
}

@media(max-width:767px) {
	.related-project-area .related-project-box {
		padding: 70px 30px 150px
	}
}

.related-project-area .related-project-box .section-title {
	margin-bottom: 55px
}

.related-project-slide .slick-dots {
	position: absolute;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	list-style-type: none
}

.related-project-slide .slick-dots li {
	display: inline-block
}

.related-project-slide .slick-dots li button {
	border: 0;
	background: rgba(99, 102, 234, .2);
	height: 17px;
	width: 17px;
	border-radius: 50%;
	font-size: 0;
	margin: 0 3px
}

.related-project-slide .slick-dots li.slick-active button {
	background: #EA129E
}


.canvas_open svg { fill:#fff;}
.stage {
  position: relative;
  width: 100%;
    background: var(--first-color-az);
color:#fff;
}

.split-list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.split-list--vertical {
  flex-direction: column;
}

.split-list--horizontal {
  flex-direction: row;
}

.split-list > li {
  position: relative;
  color: #FFF;
  transition: 500ms flex ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  height: 300px;
}

.split-list--horizontal > li {
  height: 300px;
}

.split-list--vertical > li {
  width: 100%;
  height: auto;
}

.split-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  transform: skew(-15deg);
  z-index: 1;
}

.split-list--vertical > li:before {
  transform: skewY(-3deg);
}

.split-list .left,
.split-list .left:before {
  background-color: #fff;
}

.split-list .center,
.split-list .center:before {
  background-color: #000;
}

.split-list .right,
.split-list .right:before {
  background-color: #1f2041;
}

.split-list:hover > li {
  flex: 1 1 auto;
}

.split-list .button,
.split-list p {
  transition: 400ms opacity ease;
  z-index: 2;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1);
 
  margin-bottom: 7px;
}
.split-list .left p {
  transition: 400ms opacity ease;
  z-index: 2;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 7px;
}

.split-list .left svg, .split-list .center svg {z-index:8;}
.split-list:hover > li > * {
  opacity: 0.25;
}

.split-list > li:hover {
 flex: 4 1 auto;
}

.split-list > li:hover > * {
  opacity: 1;
}
.menus-footer a { display: block; color:#fff;font-size:1.2rem}

.galeria-box { background-color: #224b96; position: relative; padding-bottom:100px}

.galeria-box-home {background-color: #224b96; padding:50px 0}
.grid {
 
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  float: left; 
}
/* portfolio grid - gutter */
.gutter .grid-item { margin-left: -14px}
.gutter .grid-item  { padding: 0 0 14px 14px;}


.grid-item img {
  display: block;
  max-width: 100%;
}
.box-fanwall {background-color:#fff; font-size:14px; line-height:normal; padding:20px}
.main-btn { position: relative;}
.main-btn.monstro:before{    position: absolute;
    content: '';
    top: -8px;
    left: -18px;
    background-image: url(../image/monstro.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 78px;
    width: 70px;  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));
  filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .5));}

@media(max-width:767px) {

.monstro img {
      width: 200px;
}

.header-logo a img {
    width: 200px;
}
.grid-sizer,
.grid-item {
  width: 50%;
}
.stage {
    position: relative;
    width: 100%;
    height: auto;

}
.split-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.split-list > li {
height: 100px; width: 100%;
}
.split-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
 
}
.about-relationship-area {
  
    padding: 65px 0;
   
}
}
  .grecaptcha-badge { visibility: hidden; }

  .copyright p {
    font-size: 14px;
    color: #fff;
line-height:18px;
    margin: 0;
    
}
.copyright a { color: #fff;}

.cart-box {
	position: absolute;
	right: 0;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	transition: all 0.3s ease-in-out;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 0px 4px rgba(0,0,0,0.12);
	padding: 20px;
	width: 320px;
}
.header-cart{
	position: relative;
	display: inline-block;
}
.header-cart >a{ color:#fff;font-weight: bold;
  font-size: 17px;
    line-height: 80px;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
}
.header-cart >a:hover { color:var(--first-color-am)}
.login-bx {display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
    }
    .login-bx i { font-size:20px; color:#4dd6fd}
    .login-bx span {color:#fff}
.cart-icon {
	display: inline-block;
	position: relative;
	/*padding-right: 10px;*/
    top:-4px;
}

.login-bx svg, .cart-icon svg { fill:#000}
.svg-az { fill: var(--az-color-cl) !important;}
.cart-icon span {
	position: absolute;
	top:22px;
	width: 20px;
	height: 20px;
	font-size: 10px;
	background-color: #4dd6fd;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	border-radius: 100%;
	right:-15px;
}

.header-cart a i {
	/*padding-left: 5px;*/
}
.header-cart:hover .cart-box {
    opacity: 1;
    visibility: visible;
}
.header-cart {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.cart-box .btn-primary {
    margin: 0 auto;
    display: inline-block;
}
.header-cart .btn-primary {
    background-color: var(--first-color-az);
    border-radius: 25px;
    padding: 10px 25px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--first-color-az);
    position: relative;
    z-index: 99;
    font-size: 0.9rem;
}
.cart-product a {
    display: block;
    font-size: 14px;
    color: #000;
    margin: 0px 0 5px 0;
    font-weight: 500;
}
.cart-prodect {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}
.cart-btn {
    text-align: center;
}
.total-price {
    color: #224b96;
}
.link-loja { margin-right:5px ;}
.divtabela-corridas div{ padding:30px 20px;border: 1px dashed #224b96;
    margin-bottom: 10px; position: relative;}
.breadcrumbs-section {
	padding:30px 0 30px 0;
    position: relative;
  background-color: #224b96;
}

.page_title h1 {
	color:  var(--white-color);
	
	margin-bottom: 10px;
}
.breadcrumb {
    background-color: transparent;
	padding: 0;
	margin: 0;justify-content: center;
}
.breadcrumb li {
	display: inline-block;
	color:  var(--white-color);

}
.breadcrumb li a {
	color:  var(--white-color);

}
.breadcrumb li a:hover {
	color:  var(--first-color-am);
}
.breadcrumb li:first-child::before {
    content: normal;
}
.breadcrumb li::before {
    color:  var(--white-color);
    content: "\f105";
    margin: 5px;font-family: 'FontAwesome';
}
.breadcrumb li.active {
	display: inline-block;
	color:  var(--first-color-am);

}
@media (max-width: 575px) {.header-logo {
    top: 0;
    left: 0;
}
.breadcrumbs-section {
    padding: 67px 0 40px;
}
.galeria-box.fanwall .grid-sizer,
.galeria-box.fanwall .grid-item {
  width: 100%;
}
}


@media (max-width: 360px) {
.header-logo {
    
    max-width: 150px !important;
}
.monstro {
 
    max-width: 150px;
}
.page-title-area.blog-page-title-area {
    padding: 50px 0;
}
}

.scrollup {
    background-color: #4dd6fd;
    border-radius: 100%;
    bottom: 85px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
    z-index: 99;
}
.scrollup:hover {
    background-color: var(--first-color-am);
    color: #fff;
}
.resultados { cursor: pointer; position: absolute;
    top: 0;
    right: 0;
    /* font-size: 10px; */
    background: #ea129e;
    padding: 3px;
    font-size: 12px; color:#fff}
    .resultados:hover { background: #224b96;}

    /*ideis*/
.asss{width: 17px;
    height: 16px;
    top: 2px;
    color:#000;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzAwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMDAgMzAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMzQuMDY5LDEzNGgtODYuOTAyYy03LjEyMSwwLTEzLjE2Nyw1LjQwNi0xMy4xNjcsMTIuNTI3djc2LjU0OWMwLDcuMTIxLDAsMTguNzc1LDAsMjUuODk4djEyLjQzOA0KCQljMCw3LjExOSw0LjQ3Miw5LjA4NCw5LjgwNSw0LjM2NGwyMy45NjEtMjEuMTgyYzUuMzMzLTQuNzIyLDE1LjU3OC04LjU5OCwyMi42OTktOC41OThoNDMuNjA0YzcuMTIxLDAsMTIuOTMyLTUuNzk5LDEyLjkzMi0xMi45MjQNCgkJdi03Ni41NDlDMjQ3LDEzOS40MDYsMjQxLjE5LDEzNCwyMzQuMDY5LDEzNHogTTE3Mi4yNzMsMTg5Ljc2MmMtMy42OTIsMC02LjY4Ny0yLjk5Mi02LjY4Ny02LjY4NGMwLTMuNjkzLDIuOTkzLTYuNjg5LDYuNjg3LTYuNjg5DQoJCWMzLjY5NCwwLDYuNjg4LDIuOTk2LDYuNjg4LDYuNjg5QzE3OC45NiwxODYuNzcsMTc1Ljk2NywxODkuNzYyLDE3Mi4yNzMsMTg5Ljc2MnogTTE5MS43OSwxODkuNzYyDQoJCWMtMy42OTMsMC02LjY4OC0yLjk5Mi02LjY4OC02LjY4NGMwLTMuNjkzLDIuOTkzLTYuNjg5LDYuNjg4LTYuNjg5YzMuNjkzLDAsNi42ODcsMi45OTYsNi42ODcsNi42ODkNCgkJQzE5OC40NzcsMTg2Ljc3LDE5NS40ODMsMTg5Ljc2MiwxOTEuNzksMTg5Ljc2MnogTTIxMS40NDMsMTg5Ljc2MmMtMy42OTIsMC02LjY4NS0yLjk5Mi02LjY4NS02LjY4NA0KCQljMC0zLjY5MywyLjk5MS02LjY4OSw2LjY4NS02LjY4OWMzLjY5NCwwLDYuNjg4LDIuOTk2LDYuNjg4LDYuNjg5QzIxOC4xMzIsMTg2Ljc3LDIxNS4xMzcsMTg5Ljc2MiwyMTEuNDQzLDE4OS43NjJ6Ii8+DQoJPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNjMuNDY5IiBjeT0iNjMuNzIiIHI9IjQ4LjI5OCIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAsMjY5LjQ3MWMwLDguNTc2LTYuOTUzLDE1LjUyOS0xNS41MjksMTUuNTI5SDMzLjUyOUMyNC45NTMsMjg1LDE4LDI3OC4wNDcsMTgsMjY5LjQ3MVYxNDguNTI5DQoJCUMxOCwxMzkuOTUzLDI0Ljk1MywxMzMsMzMuNTI5LDEzM2g2MC45NDJjOC41NzYsMCwxNS41MjksNi45NTMsMTUuNTI5LDE1LjUyOVYyNjkuNDcxeiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yODUsOTQuNDcxYzAsOC41NzYtNi45NTIsMTUuNTI5LTE1LjUyOCwxNS41MjlIMTQ4LjUyOEMxMzkuOTUyLDExMCwxMzMsMTAzLjA0NywxMzMsOTQuNDcxVjMzLjUyOQ0KCQlDMTMzLDI0Ljk1MywxMzkuOTUyLDE4LDE0OC41MjgsMThoMTIwLjk0M0MyNzguMDQ4LDE4LDI4NSwyNC45NTMsMjg1LDMzLjUyOVY5NC40NzF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");}