body {
    font-size: 18px;
	color: #123456;
}

.page-template-rvn-page-home header#masthead {
    background-color: transparent!important;
    border: 0!important;
}

.footer-backlinks a {
    margin: 2px 5px;
    font-weight: 600 !important;
    border: 1px solid #ccd8ef;
    margin-right: 0;
    border-radius: 20px;
    padding: 5px 15px 7px;
    position: relative;
    background-color: #f8fbff;
    display: inline-block;
    color: #123456;
}

.footer-backlinks a:hover {
    background-color: #ee0044;
    border-color: #ee0044;
    color: #fff;
}

.page-template-page-home #masthead{
	background-color: transparent;
	border-bottom-color: transparent;
}

.flex-middle .half-col p.width-80pc {
    display: flex;
    align-items: center;
}
.flex-middle .half-col p.width-80pc i {
    font-size: 50px;
    margin-right: 20px;
}

strong.rvn {
    color: #ee0044;
    text-transform: uppercase;
}

.page-template-page-home #main-navigation .menu-item i,
.home-button a{
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}

.heading-1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}

#primary.home-page {
    padding-top: 65px;	min-height:calc(100vh - 120px);
}

.main-wrap.main-home {
    display: flex;
}

.main-wrap.main-home {
    overflow: hidden;
}

.home-image {
    max-width: 50%;
}

.home-image img {
    width: 100%;
    height: auto;
}

.home-page div#main-area {
    width: 100%;
    border: none;
	padding:30px 0 0 0;
	background-color: #eff2f5;
	margin: 0;
}

.show-cate .main-container {
    margin-right: -265px !important;
    margin-left: 20px !important;
}

.home-page .sidebar-menu-wrap ul{
	height:150px;
}
.show-cate .home-page .sidebar-menu-wrap ul{
	height: auto;
}

#primary.home-page .cate-wrap .container {
    background-color: transparent;
	border:none;
	box-shadow:none;
	padding: 0 0 0 2px;
}

#primary.home-page .container .heading-1, 
#primary.home-page .container .heading-2 {
    color: var(--main-blue-color);
}

.home-left {
    position: relative;
}

.home-page a.wsite-button {
    display: inline-block;
    background-color: var(--main-red-color);
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: 20px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
}

.home-page h2.heading-2 {
    font-size: 24px;
    max-width: 445px;
}

h2.heading-2 span {
    display: block;
    text-transform: uppercase;
    font-style: italic;
    color: #e04;
    font-weight: 900;
	margin-top: 10px;
}

.home-page a.wsite-button:hover {
    background-color: var(--main-blue-color);
    color: #fff;
}

.home-page .entry-content {
    text-align: left;
	position: relative;
    z-index: 1;
	overflow:hidden;
	display: flex;
    align-items: center;
}

.home-page .entry-content .home-left:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #e7edf5;
    border-radius: 50%;
    top: 40px;
    right: 0;
    -webkit-animation: swing ease-in-out 2s infinite alternate;
    -moz-animation: swing ease-in-out 2s infinite alternate;
    animation: swing ease-in-out 2s infinite alternate;
}
.home-page .entry-content .home-left:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e04;
    border-radius: 50%;
    bottom: 25px;
    right: 50px;
    -webkit-animation: swing ease-in-out 1s infinite alternate;
    -moz-animation: swing ease-in-out 1s infinite alternate;
    animation: swing ease-in-out 1s infinite alternate;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
}

.home-page .entry-content h1, .home-page .entry-content h2, .home-page .entry-content p {
    position: relative;
    z-index: 1;
}

.home-cate li a span.cate-name:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-cate li a {
    padding: 20px 12px;
    text-align: center;
    display: block;
    background-color: #f8fbff;
    margin: 5px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
	display: flex;
    align-items: center;
    text-align: left;
	position: relative;
}

.home-cate li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #e04;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    transition: ease .3s;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
}

.home-cate li a:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.home-cate li a .cate-name span:last-child {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: #123456;
    padding: 2px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5px;
    color: #fff;
    min-width: 25px;
    text-align: center;
}

.heading-1 span.heading-small {
    font-size: 38px;
    display: block;
    line-height: 1;
}

.home-cate li a:hover {
    color: #fff;
}

.home-cate .cate-name {
    z-index: 1;
    transition: .3s;
}

.home-cate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 -5px;
}

.home-cate li {
	list-style: none;
}

#primary.home-page .container {
    padding-right: 10px;
	padding-left: 10px;
	max-width: 1170px;
}

.site-header .container{
	max-width: 1170px;
}


.home-cate li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #eff2f5;
    color: var(--main-blue-color);
    line-height: 40px;
    font-size: 15px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: .3s;
}

.home-cate li a:hover i {
    background-color: #fff;
}

section.section-fullwidth {
    padding: 60px 0;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.flex-top{
    display: flex;
}

.red {
    color: #e04;
    text-shadow: 5px 5px 0 #ccc;
}

.big-size {
    font-size: 5rem;
}

.flex-middle .half-col {
    width: 50%;
}

.third-col {
    width: 33%;
}

.bigbutton {
    display: inline-block;
    background-color: #123456;
    color: #fff;
    padding: 15px 55px 25px 25px;
    font-size: 22px;
    text-align: left;
    margin-bottom: 5px;
}

.bigbutton:hover {
    background-color: #e04;
	color:#fff;
}

.bigbutton span {
    display: block;
    font-size: 12px;
}

.width-80pc {
    width: 85%;
}

.arrow:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow {
    position: relative;
}

.site-coming {
    list-style: none;
}

.site-coming li {
    border: 1px solid #c3c3c3;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 22px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.size-25{
	font-size:25px;
}


.size-35{
	font-size:35px;
}

.size-50 {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e04;
}

.size-65{
	display: block;
	font-size: 65px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e04;
}

img {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.boxes .col {
    background-color: #fff;
    padding: 30px;
    margin: 10px;
}

.feature-list {
    margin-top:60px;
}

.feature-list li {
    display: block;
    max-width: 550px;
    margin: 0 auto 15px;
}

.space-top {
    margin-top: 70px;
}

.step-box p:last-child {
    font-size: 16px;
}

.bottom-img-overflow img {
    margin-top: -190px;
}

@media screen and (min-width:1200px){
	#primary.home-page {
		padding-top: 0;
	}
}

@media screen and (max-width:1200px){
	#primary.home-page {
		padding-top: 80px;
	}
}

@media screen and (min-width:992px){
	.home-cate li {
		width: calc(100% / 6);
	}
	.hide-on-desktop{
		display:none;
	}
}
@media screen and (max-width:992px){
	.home-cate li {
		width: calc(100% / 4);
	}
	.heading-1 {
		font-size: 45px;
	}
	.hide-on-mobile{
		display:none;
	}
	.mobile-center, .align-right {
		text-align: center !important;
	}
	.flex-middle {
		display: flex;
		align-items: flex-start;
	}
	.third-col {
		width: 50%;
	}
	.bottom-img-overflow img {
		margin-top: -100px;
	}
}

@media screen and (max-width:800px){
	.heading-1 {
		font-size: 42px;
	}	
}

@media screen and (max-width:767px){
	.home-page .entry-content:before,
	.home-page .entry-content:after {
		background-color: rgba(0,0,0,.2);
	}
	.heading-1 {
		font-size: 36px;
		max-width: 440px;
	}
	.heading-1 span.heading-small {
		font-size: 30px;
	}
	.home-page .entry-content{
		display:block;
	}
	.home-left {
		width: 65%;
	}
	.home-image {
		max-width: 68%;
		position: absolute;
		top: 0;
		right: -10%;
		opacity: .5;
	}
	.flex-middle {
		display: block;
	}
	.flex-middle .half-col,
	.width-75pc ,
	.third-col {
		width: 100%;
	}
	.flex-top {
		display: block !important;
	}
	.boxes .col {
		width: calc(100% - 80px);
		max-width: 500px;
		margin: 0 auto 20px;
	}
	.mobile-center, .align-right {
		text-align: center !important;
	}
	#primary.home-page {
		padding-top: 0 !important;
	}
	.bottom-img-overflow img {
		margin-top: -50px;
	}
	.bigbutton {		
		padding: 15px 60px 25px 25px;
	}
	.hide-on-desktop img {
		max-width: 65vw;
	}
	.section-fullwidth {
		padding: 30px 0 !important;
	}
	.section-fullwidth:last-child {
		padding-bottom: 0;
	}
}

@media screen and (max-width:620px){
	.size-35 {
		font-size: 18px !Important;
	}
	.size-65, .size-50{
		font-size: 35px !Important;
	}
	.bigbutton{
		font-size:22px!important;
	}
	.big-size {
		font-size: 3rem!important;
	}
	body {
		font-size: 16px !important;
	}
	.width-80pc{
		width:100%!important;
	}	
	.feature-list {
		margin-top: 35px !important;
	}
}

@media screen and (max-width:500px){
	.heading-1 {
		font-size: 34px !important;
	}
	.home-page h2.heading-2 {
		font-size:15px;
	}
	.home-left {
		width: 90%;
		padding-left:10px;
	}
	.home-image {
		max-width: 100%;
		position: relative;
		margin-top: -2%;
		right: -10%;
		opacity: 1;
	}
	.heading-1 span.heading-small {
		font-size: 20px;
		line-height: 1.5;
	}
	.site-coming li{
		padding:12px !important;
	}
}

@media screen and (max-width:360px){
	.heading-1 {
		font-size: 30px !important;
	}
}