/*----------------------------------------------------------------------------
Template Name: Unicrypt - Cryptocurrency Bitcoin & ICO Landing Page Template
Description: This is HTML5 template with bootsrap 4.5x
Author: bootstrapshaper
Version: 1.0
------------------------------------------------------------------------------

[ Unicrypt Table Of Content ]

1.global css
	1.1.background color
	1.2.fixed class
	1.3.global paddin and margin
	1.4.buttons style
	1.5.browserupgrade css
2.Page Loader
3.header style
	3.1.main-menu

4.banner
	4.1.banner scroll down button css
	4.2.token-sale
	4.3.live-sale

5.three-col
6.service3
7.invented
	7.1.bounceY animation css

8.unc-inventment-container
9.features-bns
10.happenning
11.clockdiv
12.benefits
13.timeline
14.our-team
15.core-team-area
16.advisors-team
17.tab_container frequently
	17.1.Vertical tabs
	17.2.tab Accordion styles
	17.3.tab custom css
18.partner-logo
19.form-group
	19.1.contact-form

20.newsletter
21.owl-carousel
22.video currency
23.huge-container
24.token-management
25.un features container
26.progressbar2
27.chart
28.live-sale-col
29.integration container
30.sm-title
31.rating
32.pre-sale-area
33.hz-timeline
	33.1.timeline arrows

34.blog
35.news row area
36.pagination nav
37.sidebar
38.single blog
39.author-box
40.blog single
41.comment-form
42.404 page
43.footer
44.contact form error css
45.transition css
46.backtop

-------------------------------------------------------------------------*/

/*-------------------*/
/* 1.global css      */
/*-------------------*/
figure,figcaption { display: block; }
body {
	background: #fff;
	font-size:18px;
	color: #222;
	margin:0;
	padding:0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
a {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

body.no-scroll { overflow: hidden; }
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 48px;
	line-height: 60px;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 23px;
	line-height: 30px;
}
h4 {
	font-size: 19px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
}
h6 {
	font-size: 14px;
	line-height: 22px;
}
a, a:active, a:visited { outline: 0; }
p {
	font-size: 16px;
	line-height: 26px;
	color: #777;
	margin: 0;
}
.clearfix {
	width: 100%;
	overflow: hidden;
	clear: both;
}

/* 1.1.background color */
.bg-gray { background: #ecebfb; }
.bg-blue { background: #7f7de0; }

/* 1.2.fixed class */
.bg-fixed { background-attachment: fixed; }

/* 1.3.global paddin and margin */
.pt-110{ padding-top: 110px; }
.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.pt-50 { padding-top: 50px; }
.pt-40 { padding-top: 40px; }
.pt-30 { padding-top: 30px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }
.pb-150{ padding-bottom: 150px; }
.pb-110 { padding-bottom: 110px; }
.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-40 { padding-bottom: 40px; }
.pb-30 { padding-bottom: 30px; }
.pb-20 { padding-bottom: 20px; }
.pb-10 { padding-bottom: 10px; }
.pyb-5 { padding-bottom: 5px; }
.mt-90 { margin-top: 90px; }
.mt-80 { margin-top: 80px; }
.mt-70 { margin-top: 70px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-40 { margin-top: 40px; }
.mt-30 { margin-top: 30px; }
.mt-20 { margin-top: 20px; }
.mt-10 { margin-top: 10px; }
.mb-90 { margin-bottom: 90px; }
.mb-80 { margin-bottom: 80px; }
.mb-70 { margin-bottom: 70px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-40 { margin-bottom: 40px; }
.mb-30 { margin-bottom: 30px; }
.mb-20 { margin-bottom: 20px; }
.mb-10 { margin-bottom: 10px; }

header ul,
header ul li,
header ol li,
header ol {
	margin: 0;
	padding: 0;
}

/* 1.4.buttons style */
.btn {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: 170px;
	text-align: center;
	padding: 8px 12px;
	background: #00c2f0;
	border: 4px solid transparent;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 5px 0;
}
.btn span { position: relative; z-index: 2; }

/* 1.5.browserupgrade css */
.browserupgrade {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	z-index: 99991;
}

/*----------------------*/
/* 2.Page Loader        */
/*----------------------*/
.unicrypt-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loading {
	background-color: #e94a8a;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.multi-ripple {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.multi-ripple div {
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    animation: 1.5s ripple infinite;
}
.multi-ripple div:nth-child(2) {
	animation-delay: 0.5s;
	opacity: 0;
}

/*-----------------*/
/* 3.header style  */
/*-----------------*/
.header-container { width: 100%; }
.header-area { margin: 0; }
.position-header {
	width: 100%;
	position: absolute;
	left: 0; top: 0; right: 0;
	z-index: 999;
}
.fullwidth-header .header-area {
	padding-left: 39px;
	padding-right: 39px;
}
.logo {
	max-width: 210px;
	margin-top: 4px;
}
.logo a {
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
.logo a:hover { text-decoration: none; }
.logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*-----------------*/
/* 3.1.main-menu   */
/*-----------------*/
.fullwidth-header .menu-area {
	margin-right: -5px;
}
.main-menu ul li  {
	font-size:18px;
	color: #fff;
	margin-left: 37px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 10px;
	font-weight: 400;
	list-style-type: none;
}
.main-menu ul li a {
	position: relative;
	display: block;
	padding-bottom:4px;
}
.main-menu ul li.menuarrow {
	position: relative;
}
.main-menu ul li.menuarrow > a {
	padding-right: 14px;
}
.main-menu ul li.menuarrow:before {
	content: '\f078';
	color: #fff;
	font-size:10px;
	position: absolute;
	top:15px;
	right: 0;
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
}
.main-menu ul li.menuarrow.current-menu-ancestor:before,
.main-menu ul li.menuarrow.current-menu-item:before,
.main-menu ul li.menuarrow:hover:before { color: #e94a8a; }
.main-menu ul li:first-child { margin-left: 0; }
.main-menu ul li a {
	height: 42px;
	line-height: 42px;
	font-size:18px;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.main-menu ul li:hover > a,
.main-menu ul li a:hover,
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-ancestor > a { color: #e94a8a; }
.main-menu ul ul {
	background:#7f7de0;
	width:186px;
	position:absolute;
	left:-10px;
	top:100%;
	visibility:hidden;
	opacity:0;
	padding:0px 0 0 0;
	z-index:500;
	-webkit-border-radius: 5px; border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	-o-transition:  all .3s ease-in-out;
	transition:  all .3s ease-in-out;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.main-menu ul ul:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: #7f7de0 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -8px;
	left: 30px;
}
.main-menu ul ul ul:before { display: none; }
.main-menu ul li ul li {
	width: 100%;
	font-size:15px;
	cursor:default;
	display: block;
	margin: 0;
	padding-bottom: 0;
}
.main-menu ul li ul li.menuarrow:before {
	display: none;
}
.main-menu ul ul li.current-menu-ancestor > a,
.main-menu ul li ul li:hover > a,
.main-menu ul li ul li a:hover,
.main-menu ul li ul li.current-menu-item > a {
	color: #fff;
}
.main-menu ul ul li a {
	height: inherit;
	line-height: 20px;
	/*display:block;*/
	color:#fff;
	font-size:15px;
	padding:10px 10px;
	text-transform:none;
}
.main-menu ul ul li a:before {
	position: absolute;
	content: '';
	left: -10px;
	right: -10px;
	top: 0;
	height: 100%;
	background: #e94a8a;;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.main-menu ul ul li a:hover {
	color: #fff;
}
.main-menu ul li ul li:hover > a:before,
.main-menu ul li ul li a:hover:before,
.main-menu ul > li:hover ul > li.current-menu-item > a:before,
.main-menu ul ul li.current-menu-ancestor > a:before,
.main-menu ul ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.main-menu ul li ul li:first-child a { border-top:none;}
.main-menu ul li ul li.menu-item-has-children { position: relative; }
.main-menu ul li ul li.menu-item-has-children:after {
	content: '\f054';
	color: #fff;
	font-size:10px;
	position: absolute;
	top: 13px;
	right: 14px;
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
}
.main-menu ul ul ul {
	left:100%;
	top:0;
}
.main-menu ul li ul li ul li:first-child a { border-top:none;}
.main-menu li:hover > ul {
	visibility:visible;
	opacity:1;
	transform: inherit;
}
.device-btn a {
	padding: 0 33px;
	color: #fff;
	font-size: 16px;
	height: 42px;
	line-height: 40px;
	display: inline-block;
	text-decoration: none;
	margin: 0 0 0 37px;
	border: 1px solid #fff;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	font-weight: 400;
}
.device-btn a:hover {
	color: #e94a8a;
	border: 1px solid #e94a8a;
}

.header-social li {
	list-style-type: none;
	margin: 0 9px;
}
.header-social li a {
	height: 42px;
	line-height: 42px;
	font-size:18px;
	color: #fff;
	display: inline-block;
}
.header-social li a:hover { color: #e94a8a; }
.main-menu .no-assign-menu li {
	text-transform: none;
}
.main-menu .no-assign-menu li a {
	text-decoration: underline;
	display: inline-block;
}

/*-------------------------*/
/*   4.banner              */
/*-------------------------*/
.inner-header-container {
	background: #4845b4;
}
.page-banner {
	background: #4845b4;
}
.banner-container {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	padding: 299px 0 264px 0;
}
.banner-content-area p,
.banner-content-area h1 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.banner-content { width: 49%; }
.banner-cont-info h1 {
	font-size: 47px;
	line-height: 60px;
	padding-bottom: 24px;
	font-weight: 500;
}
.banner-cont-info h5 {
	font-size: 23px;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: 500;
}
.banner-cont-info p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 44px;
	font-weight: 400;
}
.unc-btn {
	background: #e94a8a;
	width: 100%;
	max-width: 192px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow:0 6px 15px 2px rgba(38,70,83,0.20);
	box-shadow:0 6px 15px 2px rgba(38,70,83,0.20);
	font-weight: 400;
}
.unc-btn:hover {
	background: #e2196a;
	color: #fff;
	text-decoration: none;
}

/* 4.1.banner scroll down button css */
a.btn-scroll {
    width: 23px;
    display: block;
    padding-top: 41px;
    position: relative;
    color: #fff;
    margin: 90px auto 0;
}
a.btn-scroll::before {
    background: #fff;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -31px;
    left: 0; right: 0;
    margin: 0 auto;
    content: '';
}
a.btn-scroll span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23px;
	height: 31px;
    margin-left: -12px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-radius: 6px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
a.btn-scroll span::before {
	position: absolute;
	top: 4px;
	left: 50%;
	content: '';
	width: 5px;
	height: 9px;
	margin-left: -2px;
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% { opacity: 1; }
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% { opacity: 0; }
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% { opacity: 1; }
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% { opacity: 0; }
}

.banner3 {
	padding: 270px 0 70px 0;
}
.banner3 a.btn-scroll {
    margin-top: 160px;
}
.page-banner p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

/*  4.2.token-sale */
.token-sale {
	background: #7f7de0;
	width: 100%;
	max-width: 460px;
	padding: 40px 36px 45px 36px;
}
.token-sale .clocktimes {
	background: #fff;
	width: 82px;
	height: 82px;
	padding-top: 14px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}
.token-sale .clocktimes span {
    font-size: 29px;
    line-height: 30px;
    padding-bottom: 0;
}
.token-sale .clocktimes small {
    font-size: 14px;
}
.current-bonus small,
.total-token small {
	font-size: 14px;
	display: block;
	font-weight: 500;
}
.current-bonus strong,
.total-token strong {
	font-size: 20px;
	line-height: 22px;
	display: block;
	font-weight: 500;
}
.current-bonus { text-align: right; }
.banner-right .unc-btn {
	margin: 18px auto 0;
}

/*  4.3.live-sale  */
.live-sale-area {
	margin: -155px 0 0 0;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.livesale { padding: 0 45px; }
.livesale #clockdiv {
	max-width: 445px;
	margin: 0 auto;
}
.livesale .clocktimes {
	background: #7f7de0;
	width: 94px;
	height: 94px;
	padding-top: 20px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}
.livesale .clocktimes span {
	color: #fff;
    font-size: 29px;
    line-height: 30px;
    padding-bottom: 0;
}
.livesale .clocktimes small {
	color: #fff;
    font-size: 14px;
}

/*-------------------------*/
/*  5.three-col            */
/*-------------------------*/
.three-col-container .container {
	padding-left: 0; padding-right: 0;
}
.three-col-area {
	margin: -155px 0 0 0;
}
.three-col:nth-child(3n+2) {
   margin-top: -48px;
}
.three-col-info {
	background: #fff;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.three-col-info:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.three-col-icon {
	max-width: 118px;
	margin: 0 auto;
}
.three-col-icon {
	max-width: 118px;
	margin: 0 auto;
}
.three-col-icon img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 50px;
}
.three-col-cont { text-align: center; }
.three-col-cont h3 {
	color: #222;
	font-size: 24px;
	padding-bottom: 26px;
	font-weight: 500;
}
.three-col-cont p {
	color: #777;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 35px;
}
.more-btn {
	color: #222;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}
.three-col-container .more-btn {
	color: #222;
	padding-right: 0;
}
.three-col-container .more-btn::after { display: none; }
.more-btn:hover {
	color: #4845b4;
	text-decoration: none;
}

/*-------------------------*/
/*  6.service3             */
/*-------------------------*/
.service3 .three-col:nth-child(3n+2) {
    margin-top: 0;
}
.service3 .three-col-area {
    margin: 0;
}
.service3 .three-col-info {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.service3 .three-col:hover .three-col-info {
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.service3 .three-col-icon {
	background: #ecebfb;
	width: 105px;
	height: 105px;
	margin: 0 auto 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.service3 .three-col-icon img {
    margin: 0;
}
.service3 .three-col-info {
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}
.service3 .more-btn {
    color: #222;
    padding-right: 0;
    font-weight: 500;
}
.service3 .more-btn:hover { color: #e64988; }
.service3 .more-btn::after { display: none; }

/*-------------------------*/
/*  7.invented             */
/*-------------------------*/
.invented-cont { padding-bottom: 50px; }
.invented-img { margin-left: -143px; }
.invented-img img {
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-animation:bounceY 1.8s ease-in-out 0s infinite alternate;
	animation:bounceY 1.8s ease-in-out 0s infinite alternate;
}
.invented-cont h3 {
	color: #4845b4;
	font-size: 23px;
	line-height: 20px;
	padding-bottom: 2px;
	font-weight: 400;
}
.invented-cont h2 {
	color: #222;
	font-size: 46px;
	line-height: 58px;
	padding-bottom: 16px;
	font-weight: 500;
}
.invented-cont p {
	color: #777;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 25px;
}
.invented-cont .unc-btn { margin-top: 16px; }

/* 7.1.bounceY animation css */
@-webkit-keyframes bounceY {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
}

@keyframes bounceY {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
}

/*-------------------------------*/
/*  8.unc-inventment-container   */
/*-------------------------------*/
.unc-inventment-container {
	background-image: url(../images/bgr-unc-inventment.png);
	background-repeat: no-repeat !important;
	background-position: center 0 !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	overflow: hidden;
}
.unc-inventment-container2 .unc-inventment-image { background-image: url(../images/inv-img.png); }
.unc-inventment-container { position: relative; z-index: 10; }
.unc-inventment-container:after {
	width: 40%;
    min-height: 800px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 0 center !important;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
.unc-inventment-container3:after {
	min-height: 625px;
}
.unc-inventment-content {
	position: relative;
	z-index: 3;
}
.unc-inventment-content h3 {
	color: #fff;
	font-size: 24px;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 400;
}
.unc-inventment-content h2 {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 30px;
	margin: 0;
	font-weight: 500;
}
.unc-inventment-content p {
	color: #bab9ec;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
}
.unc-inv-col-area {
	margin: 40px 0 0 -30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.unc-inv-col {
	width: 50%;
	padding: 0 0 29px 30px;
}
.unc-inv-col-row { overflow: hidden; }
.unc-inv-col-img {
	width: 60px;
	float: left;
	margin-top: 5px;
}
.unc-inv-col-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.unc-inv-col-cont {
	padding: 0 0 0 85px;
}
.unc-inv-col-cont h4 {
	color: #fff;
	font-size: 21px;
	padding-bottom: 9px;
	margin: 0;
	font-weight: 500;
}
.unc-inv-col-cont p { font-weight: 400; }

/*-------------------------*/
/*  9.features-bns         */
/*-------------------------*/
.features-bns-left { padding-right: 10px; }
.features-bns-cont {
	width: 100%;
	max-width: 590px;
	padding: 0 0 0 5px;
}
.features-bns-left img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: -90px;
}
.features-bns-cont h3 {
	color: #4845b4;
	font-size: 23px;
	line-height: 20px;
	padding-bottom: 12px;
	font-weight: 400;
}
.features-bns-cont h2 {
	color: #222;
	font-size: 47px;
	line-height: 60px;
	padding-bottom: 20px;
	font-weight: 500;
}
.features-bns-cont p {
	color: #777;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: 300;
}
.features-bns-area { padding-top: 28px; }
.features-bns-col-row {
	overflow: hidden;
	padding-bottom: 30px;
}
.features-bns-col-img {
	background: #7f7de0;
	width: 120px;
	height: 120px;
	float: left;
	margin-top: 3px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.features-bns-col-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.features-bns-img {
	width: 60px;
}
.features-bns-col-cont {
	padding: 0 0 0 165px;
}
.features-bns-col-cont h4 {
	color: #222;
	font-size: 24px;
	padding-bottom: 21px;
	font-weight: 500;
}
.features-bns-col-cont p { font-weight: 400; }

/*-------------------------*/
/*  10.happenning          */
/*-------------------------*/
.unc-happenning-container {
	background-repeat: no-repeat !important;
	background-position: center 0 !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.unc-happenning-left h3 {
	color: #fff;
	font-size: 23px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: 400;
}
.unc-happenning-left h2 {
	color: #fff;
	font-size: 47px;
	line-height: 59px;
	padding-bottom: 18px;
	font-weight: 500;
}
.unc-happenning-left p {
	color: #bab9ec;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: 300;
}

/*-------------------------*/
/*  11.clockdiv            */
/*-------------------------*/
.clockdiv-area {
	background: #fff;
	padding: 20px 10px 32px 10px;
	margin-left: 6px;
	-webkit-box-shadow: 0 0px 34px 0px rgba(0,0,0,0.20);
	box-shadow: 0 0px 34px 0px rgba(0,0,0,0.20);
}
.clockdiv-area #clockdiv {
	max-width: 444px;
	margin: 0 auto;
}
.clockdiv_column { width:25%; }
.unc-happenning-right .clockdiv_column { width:21.6%; }
.clocktimes {
	width:100%;
	height:100%;
}
.clocktimes span {
	font-size:48px;
	line-height:normal;
	color:#222;
	text-align:center;
	display:block;
	padding-bottom: 3px;
	font-weight:500;
}
.clocktimes small {
	font-size:18px;
	color:#4845b4;
	text-align:center;
	display:block;
	font-weight:500;
}
.token-amount-area { padding: 42px 0 8px 0; }
.token-amount-col {
	width: 100%;
	max-width: 234px;
	padding: 0 0 29px 7px;
}
.token-amount-col h5 {
	font-size:16px;
	line-height:normal;
	color:#fff;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.token-amount-col p {
	font-size:14px;
	line-height:normal;
	color:#bab9ec;
	font-weight: 400;
}
.unc-happenning-right .unc-btn { margin: 0 auto; }

/*-------------------------*/
/*  12.benefits            */
/*-------------------------*/
.benefits-container {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.big-title { width: 100%; }
.big-title h3 {
	color: #4845b4;
	font-size: 23px;
	line-height: 20px;
	padding-bottom: 11px;
	font-weight: 400;
}
.our-team-container3 .big-title h3 { font-weight: 500; }
.big-title h2 {
	color: #222;
	font-size: 47px;
	line-height: 59px;
	padding-bottom: 22px;
	font-weight: 500;
}
.white-text h3,
.white-text h2 {
	color: #fff;
}
.benefits-left { padding-right: 10px; }
.benefits-left img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: -90px;
}
.benefits-cont {
	width: 100%;
	max-width: 593px;
	padding: 0 0 0 5px;
}
.benefits-left img {
	max-width: 100%;
	height: auto;
	display: block;
}
.benefits-cont p {
	color: #bab9ec;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: 400;
}
.bnf-col-row { overflow: hidden; }
.bnf-col-img {
	background: #fff;
	width: 58px;
	height: 58px;
	line-height: 58px;
	float: left;
	color: #4845b4;
	font-size: 15px;
	text-align: center;
	margin-top: 3px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bnf-col-cont { padding: 0 0 0 98px; }
.bnf-col-cont p { font-weight: 400; }

/*---------------------*/
/*  13.timeline        */
/*---------------------*/
.road-map-timeline {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
.road-map-timeline .more-event {
	display: block;
	width: 48px;
	height: 48px;
	color: #fff;
	background: #00c2f0;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	margin: 0 auto;
	-webkit-transition: border-radius 0.3s;
	transition: border-radius 0.3s;
}
.road-map-timeline .more-event:hover {
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.road-map-tl-event {
	position: relative;
	margin: 10px 0;
}
.road-map-tl-event li { position: relative; }
.road-map-tl-event:before,
.road-map-tl-event li:before {
	content: '';
	display: block;
	width: 3px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: -1px;
}
.road-map-tl-event:before {
	background: url(../images/bgr-timeline.png) repeat-y center 0;
	left: 50%;
	top: 60px;
	bottom: 115px;
}
.road-map-tl-event::after {
    content: '\f078';
    background: #e94a8a;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0; left: 0;
    bottom: 98px;
    margin: 0 auto;
    z-index: 8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size:20px;
	color:#fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.10);
}
.road-map-tl-event li:before {
	content: '\f00c';
	width: 36px;
	height: 36px;
	line-height: 36px;
	top: 16px;
	right: -19px !important;
	z-index: 2;
	background: #7f7de0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	text-align: center;
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
}
.road-map-timeline ul li:nth-child(even):before {
	left: -16px;
	top: 19px;
}
.road-map-tl-event li:hover:before {
	background-color: #7f7de0;
}
.road-map-tl-event li:nth-child(even) .event { padding-left: 116px; }
.road-map-tl-event li:nth-child(odd) .event {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
	padding-right: 114px;
}
.road-map-tl-event li.line-blue:after,
.road-map-tl-event li.line-blue:nth-child(2n+2):after {
	content: '';
	width: 3px;
	background: #7f7de0;
	position: absolute;
	right: -2px; top: 33px; bottom: 77px;
	z-index: 1;
}
.road-map-tl-event li.line-blue:nth-child(2n+2):after {
	left: -1px;
}
.road-map-tl-event li.line-blue:nth-child(2)::after {
	top: 43%;
}
.road-map-tl-event li .event .content {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.road-map-tl-event li:nth-child(odd) .event .content:before,
.road-map-tl-event li:nth-child(even) .event .content:before {
	content: '';
	width: 120px;
	height: 3px;
	background: #7f7de0;
	position: absolute;
	top: 36px;
	left: -120px;
	z-index: -1;
}
.road-map-tl-event li:nth-child(odd) .event .content:before {
	top: 33px;
	left: inherit;
	right: -120px !important;
}
.road-map-tl-event li.circle-row:nth-child(2n) .event .content::before {
    content: '';
    width: 120px;
    height: 3px;
    background: url(../images/bgr-timeline2.png) repeat-x 0 0;
    position: absolute;
    top: 34px;
    left: -120px;
    z-index: -1;
}
.road-map-tl-event li.circle-row::before {
    content: '\f111';
}
.road-map-tl-event li.circle-row2:nth-child(2n+1) .event .content::before {
    content: '';
    width: 120px;
    height: 3px;
    background: url(../images/bgr-timeline2.png) repeat-x 0 0;
    position: absolute;
    top: 33px;
    right: -120px;
    z-index: -1;
}
.timeline-container {
	max-width: 970px;
	margin: 0 auto 100px;
}
.road-map-timeline ul {
	padding: 0;
	margin: 25px 0 0 0;
	padding: 0 25px;
	overflow: hidden;
}
.road-map-timeline ul li {
	list-style-type: none;
	margin: 30px 0 33px 0;
	width: 50%;
	float: left;
	clear: left;
}
.road-map-timeline ul li:nth-child(even) {
	float: right;
	clear: right;
}
.road-map-timeline ul li:nth-child(2) { padding-top: 19%; }
.road-map-timeline ul li:nth-child(2):before {
	top: 40.3%;
}
.content h3 {
	background: #4845b4;
	margin: 0;
	padding: 22px 10px 26px 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: normal;
	font-weight: 500;
}
.timeline-cont-info {
	max-width: 290px;
	margin: 0 auto;
	height: 246px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.content h5 {
	margin: 0;
	color: #222;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 20px;
	font-weight: 500;
}
.content h5 a {
	color: #222;
	text-decoration: none;
}
.content p {
	margin: 0;
	color: #777;
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
	min-height: 90px;
}
.road-map-tl-event li.dotted-gray .event .content:before {
background: url(../images/bgr-timeline2.png) repeat-x 0 0;
}
.road-map-tl-event li.circle-gray:before {
   background: #d1d1d1;
   content: '\f111';
}

/*-------------------------*/
/*  14.our-team            */
/*-------------------------*/
.team3 {
	background-repeat: no-repeat !important;
	background-position: center 0 !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.team-mem {
	background: url(../images/bgr-team-col.png) no-repeat center center;
	padding: 7px 15px;
}
.team-mem-info {
	width: 214px;
	height: 214px;
	margin: 0 auto;
	border: 13px solid #fff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.10);
}
.team-mem-info img {
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.team-mem-info:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.team-mem-info a {
	display: block;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.team-cont {
	text-align: center;
	padding: 22px 0 0 0;
}
.team-cont h3 {
	color: #fff;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: 500;
}
.team-cont small {
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: normal;
	font-weight: 400;
}
.team-cont h3 a,
.team-cont small a { color: #fff; }
.team-cont h3 a:hover { text-decoration: none; }

/*-------------------------*/
/*  15.core-team-area      */
/*-------------------------*/
.core-team-area .team-mem {
	background: none;
    width: 164px;
    padding: 6px 0 0 0;
    border: none;
	float: left;
}
.core-team-area .team-mem-info {
	width: 164px;
    height: 164px;
    margin: 0;
    border: none;
}
.core-team-area .team-cont {
    text-align: left;
    padding: 0 0 0 192px;
}
.core-team-area .team-cont h3 { padding-bottom: 6px; }
.core-team-area .team-cont small { padding-bottom: 15px; }
.team-cont p {
	color: #fff;
	font-weight: 400;
}
.team-social {
	padding: 14px 0 0 0;
	margin: 0;
}
.team-social li {
	list-style-type: none;
	color: #fff;
	font-size: 18px;
	padding: 0 13px 5px 0;
}
.team-social li a { color: #fff; }
.team-social li a:hover {
    color: #e94a8a;
}

/*-------------------------*/
/*  16.advisors-team       */
/*-------------------------*/
.advisors-team .team-mem {
	background: none;
    width: 214px;
    padding: 0;
    margin: 0 auto;
}
.advisors-team .team-mem-info {
	width: 214px;
    height: 214px;
    margin: 0;
    border: none;
}
.advisors-team .team-social li { padding: 0 7px 5px 6px; }
.advisors-team .team-cont { padding: 27px 0 0 0; }
.advisors-team .team-social { padding: 7px 0 0 0; }

.team2 {
	background: #fff;
}
.team2 .team-mem {
	background: none;
}
.team2 .team-cont h3 a,
.team2 .team-cont h3,
.team2 .team-cont small {
    color: #222;
}

/*----------------------------------*/
/*  17.tab_container frequently     */
/*----------------------------------*/

ul.resp-tabs-list,
p {
	margin: 0px;
	padding: 0px;
}
ul.resp-tabs-list { text-align: center; }
.resp-tabs-list li {
	font-weight: 500;
	color: #aaa;
	font-size:18px;
	display: inline-block;
	padding: 13px 24px 13px 24px;
	margin: 0 -3px 0 -2px;
	list-style: none;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.resp-tabs-container {
	padding: 22px 0 0 0;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content { display: none; }
.resp-tab-item.resp-tab-active {
	color: #222;
	border-bottom: 1px solid #4845b4;
}
.resp-content-active,
.resp-accordion-active { display: block; }
h2.resp-accordion {
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	margin: 0px;
	padding: 10px 10px;
	font-weight: 500;
}
h2.resp-tab-active {
	border-bottom: 0px solid #e5e5e5 !important;
	margin-bottom: 0px !important;
	padding: 10px 10px !important;
}

/*  17.1.Vertical tabs */
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
	color: #aaa;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background: #fff;
	border: 1px solid #e5e5e5;
	float: left;
	width: 68%;
	min-height: 250px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content { border: none; }
.resp-vtabs li.resp-tab-active {
	border: 1px solid #e5e5e5;
	border-right: none;
	background: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 14px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #222;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	margin-top: 12px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #222;
}

/*  17.2.tab Accordion styles  */
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active { display: block; }
h2.resp-accordion:first-child { border-top: 1px solid #e5e5e5 !important; }

/* 17.3.tab custom css */
.horizontal_tab_data {
	width: 100%;
	padding-top: 25px;
}
.tab_inner {
	overflow:hidden;
	padding-top:30px;
	width:100%;
}
.asked-cont { text-align: center; }
.tab-col {
	width: 48%;
	padding: 0 15px 32px 15px;
}
.tab_content h3 {
	font-size:29px;
	color:#222;
	padding-bottom:18px;
	margin: 0;
	line-height:normal;
	font-weight: 500;
}
.tab_content p {
	color: #777;
	font-size:17px;
	padding-bottom:15px;
	line-height:27px;
	font-weight: 400;
}
.tab_content ul li { padding-bottom:10px; }
.tab_content ul li a {
	font-size:14px;
	color:#040404;
	font-weight:bold;
	display:inline-block;
	padding-left:20px;
	position:relative;
}
.tab_content ul li a:before {
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #c8dc01;
    font-size:9px;
    position: absolute;
    top:5px;
    left: 0;
}

/*-------------------------*/
/*  18.partner-logo        */
/*-------------------------*/
.partner {
	background-image: url(../images/bgr-brands-logo.png);
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	 background-size: cover;
}
.partner-logo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.contact-content {
	background-image: url(../images/bgr-contact-area.png);
	background-repeat: no-repeat;
	background-position: center 0;
	max-width: 1305px;
	margin: 0 auto;
}
.contact-form { padding-top: 7px; }
.contact-us { max-width: 375px; }
.contact-us h2 {
	color: #222;
	font-size: 48px;
	line-height: normal;
	padding-bottom: 22px;
	font-weight: 500;
}
.contact-us h3 {
	color: #4845b4;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 6px;
	font-weight: 400;
}
.contact-us p {
	color: #777;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 14px;
	font-weight: 300;
}
.contact-social { padding: 36px 0 0 0;  }
.contact-social li {
	list-style-type: none;
	padding-bottom: 12px;
}
.contact-social li:last-child .social-row p:hover { text-decoration: none; }
.contact-social li a { text-decoration: none; }
.social-row { overflow: hidden; }
.social-row a { display: inline-block; }
.social-row span {
	background: #4845b4;
	width: 47px;
	height: 47px;
	line-height: 47px;
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 19px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.social-row span a { color: #fff; }
.social-row p {
	color: #777;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0 0 66px;
	font-weight: 400;
}
.social-row p a { color: #777; }

/*---------------------*/
/*  19.form-group      */
/*---------------------*/
.form-col { margin: 0 -15px; }
.form-col .form-group {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.form-group {
	padding-bottom: 30px;
	margin-bottom: 0;
}

/* 19.1.contact-form */
.search-form-area .search-form input[type='search'],
.post-password-form input[type='password'],
.form-group textarea,
.form-group input[type='email'],
.form-group input[type='text'] {
	background: #fff;
	width: 100%;
	height: 58px;
	font-size: 18px;
	color: #999;
	border: none;
	outline: none;
	padding: 0 22px 0 22px;
	resize: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.form-group textarea {
	height: 185px;
	padding-top: 20px;
}
.form-control:focus {
	color: #999;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.form-group textarea::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder { color: #999 !important; opacity: 1 !important; }
.form-group textarea::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder,
.form-group input::-moz-placeholder { color: #999 !important; opacity: 1 !important; }
.form-group textarea::-ms-input-placeholder,
.post-password-form input[type='password']::-ms-input-placeholder,
.form-group input::-ms-input-placeholder { color: #999 !important; opacity: 1 !important; }
.submit-col { width: 192px; position: relative; }
.submit-col input[type='submit'] {
	background: #e94a8a;
	width: 100%;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	border: none;
	outline: none;
	padding: 0 10px;
	text-align: center;
	resize: none;
	cursor: pointer;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	-webkit-box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
}
.submit-col input[type='submit']:hover { background: #e2196a; }
.wpcf7 .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 5px;
}
.search-form-area .search-form input[type='search'],
.post-password-form input[type="password"] {
    height: 50px;
}
.search-form-area .search-form label,
.post-password-form label { margin-right: 10px; }
.search-form-area .search-form .search-submit { text-indent: 0px; }

/*  contact-form-7 */
.wpcf7-form label { display: block; }
select,
textarea,
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='date'],
input[type='email'],
input[type='text'] {
	background: #fff;
	width: 100%;
	height: 58px;
	font-size: 18px;
	color: #999;
	border: none;
	outline: none;
	padding: 0 22px 0 22px;
	resize: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
textarea {
	height: 185px;
	padding-top: 20px;
}
textarea:focus,
input:focus {
	color: #999;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { color: #999 !important; opacity: 1 !important; }
textarea::-moz-placeholder,
input::-moz-placeholder { color: #999 !important; opacity: 1 !important; }
textarea::-ms-input-placeholder,
input::-ms-input-placeholder { color: #999 !important; opacity: 1 !important; }
input[type='submit'] {
	background: #e94a8a;
	width: 192px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	border: none;
	outline: none;
	padding: 0 10px;
	text-align: center;
	resize: none;
	cursor: pointer;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	-webkit-box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
}
input[type='submit']:hover { background: #e2196a; }

input[type='file'] {
    outline: none;
	font-size: 18px;
	text-align: center;
	color: #999;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input[type='file']:focus { outline: none; box-shadow: none; }
select {
	background: url(../images/bgr-sidebar-select.png) no-repeat right center;
	width: 100%;
	height: 58px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/*-------------------*/
/*  20.newsletter    */
/*-------------------*/
.newsletter-content {
	background: #7f7de0;
	width: 100%;
	max-width: 970px;
	margin: 0 auto -75px;
	padding: 41px 15px 55px 15px;
	position: relative;
	z-index: 10;
}
.newsletter-content2 { margin-bottom: -150px; }
.newsletter-content h2 {
	font-size: 35px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding-bottom: 34px;
}
.newsletter-form {
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}
.newsletter-form p,
.newsletter-form .mc4wp-response p { color:  #fff; }
.mail-chimp-int-msg { text-align: center; }
.newsletter-field {
	padding: 0;
	position: relative;
}
.mc4wp-form-fields { position: relative; }
.sidebar .mc4wp-form-fields input[type='email'],
.sidebar .mc4wp-form-fields input[type='text'],
.footer-col .mc4wp-form-fields input[type='email'],
.footer-col .mc4wp-form-fields input[type='text'],
.newsletter-field input[type='email'],
.newsletter-field input[type='text'] {
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #777;
	border: none;
	outline: none;
	padding: 0 65px 0 23px;
	margin-top: 0;
	resize: none;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	box-shadow: inherit;
	-webkit-box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
	box-shadow: 0 0 28px 0 rgba(0,0,0,0.10);
}
.sidebar .mc4wp-form-fields input[type='email'],
.sidebar .mc4wp-form-fields input[type='text'],
.footer-col .mc4wp-form-fields input[type='email'],
.footer-col .mc4wp-form-fields input[type='text'] {
	height: 46px;
	padding: 0 45px 0 15px;
}
.newsletter-field input::-webkit-input-placeholder { color: #777 !important; opacity: 1 !important; }
.newsletter-field input::-moz-placeholder { color: #777 !important; opacity: 1 !important; }
.newsletter-field input::-ms-input-placeholder { color: #777 !important; opacity: 1 !important; }
.sidebar .mc4wp-form-fields input[type='submit'],
.footer-col .mc4wp-form-fields input[type='submit'],
.newsletter-field input[type='submit'] {
	background: url(../images/bgr-submit.svg) no-repeat 0 center;
	background-size: 29px;
	width: 60px;
	position: absolute;
	right: 0; top: 0;
	height: 60px;
	font-size: 18px;
	color: #777;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.sidebar .mc4wp-form-fields input[type='submit'],
.footer-col .mc4wp-form-fields input[type='submit'] {
	background-size: 24px 14px;
	width: 40px;
	height: 46px;
}
.newsletter-field input[type='submit']:hover {
	background-position: 15px center;
}
.sidebar .mc4wp-form-fields input[type='submit']:hover,
.footer-col .mc4wp-form-fields input[type='submit']:hover {
	background-position: 9px center;
}
.newsletter-field p {
	color: #fff;
	text-align: center;
}
.newsletter-container {
	background: #7f7de0 url(../images/bgr-newsletter-container.png);
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.newsletter-text { padding-right: 20px; }
.newsletter-text h4 {
 	font-size: 23px;
 	font-weight: 400;
 	padding-bottom: 8px;
}
.newsletter-text h2 {
	font-size: 47px;
 	font-weight: 500;
 	padding-bottom: 14px;
}
.newsletter-text p {
	color: #fff;
	font-weight: 300;
}
.sidebar .mc4wp-form { padding: 20px 25px 20px 30px; }
.footer-col .mc4wp-form { padding-bottom: 30px; }

/*-------------------------*/
/* 21.owl-carousel         */
/*-------------------------*/
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: block;
}

/*-----------------------*/
/*  22.video currency    */
/*-----------------------*/
.video3 .invented-cont h3 { padding-bottom: 12px; }
.video3 .invented-cont h2 { padding-bottom: 26px; }
.video3 .invented-cont p { padding-bottom: 34px; }
.unicrypt-video {
	width: 421px;
	height: 421px;
	position: relative;
}
.video-img {
	width: 421px;
	height: 421px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.video-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.video-img::after {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s;
}
.video-img:hover::after {
    opacity: 1;
}
.video-btn {
	width: 70px;
	position: absolute;
	right: 35px;
	bottom: 29px;
}
.video-btn a {
	background: #e94a8a;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	display: block;
	position: relative;
	overflow: inherit;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.video-btn a:hover {
    color: #fff;
}
.video-btn a:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-color: rgba(233, 74, 138, 0.5);
	border: 10px solid #e94a8a;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	animation: bubble-ripple 1.5s linear infinite;
}
.video-btn a:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	border: 15px solid #e94a8a;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	animation: bubble-ripple 1.5s linear infinite;
}
.video-btn a .btn-hover-anim {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	border: 17px solid #e94a8a;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	animation: bubble-ripple 2s linear infinite;
}

@-webkit-keyframes bubble-ripple {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .75
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }
    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes bubble-ripple {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .75
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}
.modal-video {
  padding: 50px;
}
.modal-video .modal-video-body {
    max-width: 700px;
}

/*-------------------------*/
/*  23.huge-container      */
/*-------------------------*/
.huge-container {
	position: relative;
	z-index: 4;
}
.huge-container:before {
	background: url(../images/bgr-huge-left.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 567px;
	height: 580px;
	content: '';
	position: absolute;
	left: 0; top: 180px;
	z-index: -1;
}
.huge-container:after {
	background: url(../images/bgr-huge-right.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 450px;
	height: 470px;
	content: '';
	position: absolute;
	right: 0; bottom: 110px;
	z-index: -1;
}
.pbl-img { margin-bottom: 40px; }
.pbl-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.pbl-col-info {
	padding: 35px 35px 22px 35px;
	height: 100%;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.pbl-col-info h4 {
	color: #222;
	font-size: 22px;
	line-height: 31px;
	padding-bottom: 14px;
	font-weight: 500;
}
.pbl-col-info p {
	color: #222;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 10px;
	font-weight: 400;
}
.unc-btn-area .unc-btn {
	width: 100%;
	margin: 37px 16px 0 0;
}
.one-btn {
	background: transparent;
	border: 1px solid #fff;
	margin-right: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.one-btn:hover { border: 1px solid #e2196a; }
.unc-inventment-container2 .unc-inventment-content {
    max-width: 540px;
}
.unc-inventment-container2 {
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	overflow: hidden;
}
.unc-inventment-container2 .unc-inventment-content { max-width: 540px; }
.unc-inv-img {
	max-width: 600px;
	padding-left: 80px;
}
.unc-inv-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.inv-social { margin: 47px 0 0 5px; }
.inv-social a {
	color: #fff;
	font-size: 22px;
	margin-right: 25px;
	display: inline-block;
}
.inv-social a:last-child {
	margin-right: 0;
}
.inv-social a:hover {
	color: #e94a8a;
}

/*-------------------------*/
/*  24.token-management    */
/*-------------------------*/
.token-title h3 {
	font-size: 29px;
	font-weight: 500;
}
.token-three-col-info {
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.token-three-col-cont { padding: 50px 10px 43px 10px; }
.token-three-col-info h3 {
	background: #4845b4;
	font-size: 23px;
	padding: 19px 10px 20px 10px;
	-webkit-box-shadow: 0px 3px 23px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 23px -14px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 23px -14px rgba(0,0,0,0.75);
}
.token-three-col-info p {
	font-size: 20px;
	padding-bottom: 16px;
	font-weight: 400;
}
.token-three-col-info span {
	color: #e94a8a;
	font-size: 16px;
	display: block;
	padding-bottom: 15px;
	font-weight: 400;
}
.token-three-col-info strong {
	font-size: 29px;
	display: block;
	line-height: 30px;
	font-weight: 400;
}
.token-three-col-info small {
	color: #777;
	font-size: 16px;
	display: block;
	font-weight: 400;
}

/*--------------------------*/
/* 25.un features container */
/*--------------------------*/
.un-features-container { background: #4845b4; }
.un-features-container .unc-inv-col-img { width: 47px; }
.un-features-container .unc-inv-col-cont { padding: 0 0 0 75px; }
.unc-inv-col-cont h4 {
    font-size: 22px;
    padding-bottom: 29px;
}
.unc-inv-col-cont p { color: #fff; }

/*-------------------*/
/*  26.progressbar2  */
/*-------------------*/
.progressbar-area { padding: 0 0 12px 0; }
.progressbar-area small {
	color: #fff;
	font-size: 16px;
	margin-bottom: 7px;
	display: inline-block;
	font-weight: 500;
}
.progressbar-area .progress {
   height: 10px;
   font-size: .75rem;
   background-color: #fff;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
.progress-bar {
   background-color: #4845b4;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

/*-------------------*/
/*  27.chart         */
/*-------------------*/
.canvas4 {
	width: 464px;
	height: 464px;
}
.chart-container {
	max-width: 1638px;
	margin: 0 auto;
}
.chart-col {
	width: 50%;
	position: relative;
}
.chart-col:nth-child(2):before {
	background: #ccc;
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	left: 0; top: 0;
}
.chart-cycle {
	width: 464px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.chart-un {
	background: #fff url(../images/chart-icon.png) no-repeat center center;
	background-size: 61px 52px;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0; right: 0; top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.chart-point {
	width: 165px;
	margin-left: 60px;
}
.chart-col:nth-child(2) .chart-point {
	margin: 0 60px 0 0;
}
.chart-cycle:hover .chart-un {
	opacity: .6;
}
.chartjs-render-monitor {
    overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sale-item {
	overflow: hidden;
	padding-bottom: 14px;
}
.sale-item-cont { padding-left: 30px; }
.sale-item-color {
	float: left;
}
.sale-right-text .sale-item-cont {
	padding: 0 30px 0 0;
	text-align: right;
}
.sale-right-text .sale-item-color {
	float: right;
}
.chart-col h3 {
	font-size: 30px;
}
.sale-item-color span {
	background: #4845b4;
	width: 12px;
	height: 12px;
	display: block;
	margin-top: 9px;
}
.color-green span { background: #4fc489; }
.color-blue span { background: #0ba1d6; }
.color-yellow span { background: #efe943; }
.color-burnt span { background: #e9734a; }
.color-forceblue span { background: #5990a4; }
.sale-item-cont strong {
	display: block;
	color: #222;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 3px;
	font-weight: 500;
}
.sale-item-cont small {
	display: block;
	color: #e94a8a;
	font-size: 14px;
	font-weight: 500;
}

.sale-item-col { width: 50%; }
.sale-item-col .sale-item {
	width: 100%;
}

.dst-chart-container {
	width: 100%;
	max-width: 1015px;
}
.dst-sale-area {
	width: 190px;
}
.dst-chart-cycle {
	width: 62.5%;
}
.dst-chart-cycle .chart-cycle { margin: 0 auto; }

.chart-alc-sale-area,
.chart-allocation-area {
	width: 100%;
	max-width: 974px;
	margin: 0 auto;
	padding: 0 15px;
}

.chart-alc-col {
	width: 30%;
	height: 47px;
}
.chart-alc1 { background: #4845b4; }
.chart-alc2 { background: #4fc489; }
.chart-alc3 { background: #0ba1d6; }
.chart-alc4 { background: #efe943; }
.chart-alc5 { background: #e9734a; }

.chart-alc-sale-area .sale-item {
	width: 23.19%;
	padding-left: 12px;
}
.dst-sale-area .sale-item {
    padding-bottom: 38px;
}
.dst-sale-area .sale-item-cont {
    padding-left: 35px;
}
.dst-sale-area.sale-right-text .sale-item-cont { padding: 0 35px 0 0; }
.chart-alc-sale-area .sale-item:nth-child(2) {
	width: 22.77%;
}
.chart-alc-sale-area .sale-item:nth-child(3) {
	width: 21.92%;
}
.chart-alc-sale-area .sale-item:nth-child(4) {
	width: 18.96%;
}
.chart-alc-sale-area .sale-item:nth-child(5) {
	width: 11.86%;
}

.dst-sale-area .sale-item-color span,
.chart-alc-sale-area .sale-item-color span {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}
.chart-alc-sale-area .sale-item-cont small { font-size: 15px; }
.chart-alc-sale-area .sale-item-cont strong { padding-bottom: 6px; }
.chart-alc-sale-area .sale-item-cont { padding-left: 35px; }

/*-------------------*/
/* 28.live-sale-col  */
/*-------------------*/
.live-sale-col {
	background: #fff;
	padding-top: 14px;
	padding-bottom: 13px;
}
.live-sale-col:nth-child(2) { background: #ecebfa; }
.live-sale-col h2 {
	font-size: 29px;
	padding-bottom: 4px;
}
.live-sale-col h5 {
	color: #777;
	font-weight: 400;
}
.livesale .progressbar-area small {
    font-size: 14px;
    margin-bottom: 3px;
}
.livesale .total-token small { font-size: 18px; font-weight: 500; }
.livesale .total-token span {
	color: #e94a8a;
    font-size: 23px;
    display: block;
    line-height: 23px;
    font-weight: 500;
}
.livesale .progressbar-area small{
    color: #222;
}
.total-token { position: relative; }
.livesale .total-token:first-child:before {
	background: #e94a8a;
	content: '';
	width: 2px;
	height: 18px;
	position: absolute;
	left: 0; right: 0; top: -22px;
	margin: 0 auto;
}
.join-btn a {
    color: #222;
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid #e94a8a;
    padding-bottom: 4px;
    text-decoration: none;
    font-weight: 500;
}

/*--------------------------*/
/* 29.integration container */
/*--------------------------*/
.int-content {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.int-img {
	width: 94px;
	margin: 0 auto 32px;
}
.int-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.int-content p {
	color: #fff;
	padding: 26px 0 31px 0;
	font-weight: 300;
}
.int-content a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}
.int-content a:hover {
	text-decoration: underline;
}

/*---------------------*/
/*  30.sm-title        */
/*---------------------*/
.sm-title h3 {
	color: #4845b4;
	padding-bottom: 10px;
	font-weight: 500;
}
.sm-title h2 {
	color: #222;
	font-size: 47px;
	line-height: 58px;
	padding-bottom: 22px;
	font-weight: 500;
}
.uni-img {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.uni-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.opt-content p {
	padding-bottom: 44px;
	font-weight: 400;
}
.nunc-list ul { padding: 13px 0 0 0; }
.nunc-list ul li {
	color: #777;
	font-size: 17px;
	line-height: 27px;
	position: relative;
	list-style-type: none;
	padding: 0 0 19px 42px;
	font-weight: 400;
}
.nunc-list ul li:after {
	content: '\f00c';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration:inherit;
	position: absolute;
	font-size:15px;
	color:#4845b4;
	left:0px;
	top:2px;
	z-index:1;
}
.mlt-row { display: table; }
.mlt-img {
	width: 36px;
	float: left;
}
.mlt-img img {
	max-width: 100%;
	height: auto;
	display: block;
}
.mlt-content h4 {
	padding-left: 27px;
	display: table-cell;
	vertical-align: middle;
}
.mlt-content p {
	color: #777;
	font-weight: 400;
}

/*---------------------*/
/*  31.rating          */
/*---------------------*/
.rating-container {
	background-repeat: no-repeat !important;
	background-position: center 0 !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.rating-col-area { margin: 0 -39px; }
.rating-col {
	width: 20%;
	padding: 0 39px 30px 39px;
}
.rating-col-info {
	background: #fff;
	width: 100%;
	padding: 34px 10px 84px 10px;
	position: relative;
}
.rating-col-info h5 {
	background: #4845b4;
	width: 100%;
	padding: 13px 10px 16px 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}
.rating-col-info h5 a {
	color: #fff;
	text-decoration: none;
}
.rating-box { text-align: center; }
.star-area {
	width: 96px;
	margin: 0 auto;
	position: relative;
}
.star {
	padding-top: 6px;
	font-size: 0;
}
.star small {
	color: #e5e5e5;
	font-size: 17px;
	display: table-cell;
}
.rated-star {
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 0;
}
.rated-star small {
	font-size: 17px;
	color: #ffc64d;
	display: table-cell;
}

/*–––––––––––––––––––––*/
/*  32.pre-sale-area   */
/*–––––––––––––––––––––*/
.token-container .sm-title h3 { padding-bottom: 4px; }
.pre-sale-area {
	position: relative;
	padding-left: 52px;
	margin-top: 30px;
}
.pre-sale-area .sale-title {
	width: auto;
	position: absolute;
	left: -37px; top: 45%;
	transform: translateY(-45%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.pre-sale-area:nth-child(2) .sale-title { left: -51px; }
.pre-sale-area h4 {
	color: #222;
	font-size: 23px;
	line-height: 20px;
	font-weight: 500;
}
.pre-sale {
	background: #fff;
	padding: 35px 45px 35px 5px;
	border-left: 6px solid #7f7de0;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.pre-sale-area:first-child { margin-top: 0; }
.sale-date h5 {
	font-size: 18px;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: 500;
}
.sale-date small {
	font-size: 16px;
	color: #777;
	line-height: 16px;
	font-weight: 400;
}
.pre-sale .sale-col {
	border-left: 1px solid #e5e5e5;
	padding: 22px 0 0 45px;
}
.sale-col:first-child,
.sale-col:nth-child(2) { padding-top: 0; }
.pre-sale .sale-col:nth-child(2n+1) { border-left: none; }
.token-details {
	margin-left: 27px;
	padding: 35px 10px 30px 40px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.token-row {
	overflow: hidden;
	padding-bottom: 17px;
}
.token-row strong {
	width: 215px;
	float: left;
	display: block;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
}
.token-row small {
	padding-left: 215px;
	font-size: 16px;
	color: #777;
	line-height: normal;
	display: block;
	font-weight: 400;
}

/*----------------------*/
/*  33.hz-timeline      */
/*----------------------*/
.roadmap-container2 {
	background-repeat: no-repeat !important;
	background-position: center 0 !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.timeline-area {
	margin: 0 -3px;
}
.timeline__item {
    padding: 0 10px 50px 10px;
}
.timeline__item:nth-child(even) {
	padding-top: 50px;
	padding-bottom: 0;
}
.timeline__content {
    background-color: #fff;
    border: 0;
    border-radius: inherit !important;
    color: #777;
    display: block;
    padding: 0;
    position: relative;
}
.timeline__content h3 {
	background: #4845b4;
	font-size: 18px;
	color: #fff;
	padding: 10px;
}
.timeline__content h5 {
	color: #222;
	font-size: 21px;
	padding: 10px 0;
}
.hz-cont-info {
	background: #fff;
	padding: 20px;
}
.timeline__content p {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #777 !important;
    margin: 0 !important;
}
.timeline__item { position: relative; }
.timeline__item:nth-child(2):before,
.timeline__item:nth-child(1):before {
	content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 3px;
}
.timeline__item:nth-child(2):before {
	width: 50%;
	top: -1px;
	bottom: inherit;
	right: inherit;
}
.timeline__item .timeline__content:before { display: none; }
.timeline--horizontal .timeline__item .timeline__content:after {
	content: '';
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    border: 0;
    z-index: -1;
    width: 3px;
    height: 50px;
    margin: 0 auto;
}
.timeline--horizontal .timeline__item:nth-child(even) .timeline__content:after {
	bottom: inherit;
	top: -50px;
}
.timeline__item:after {
    content: '\f111';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    margin: 0 auto;
    width: 29px;
    height: 29px;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #4845b4;
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 12px;
    color: #ecebfa;
    line-height: 19px;
    text-align: center;
}
.timeline__item:nth-child(odd):after {
	top: inherit;
	bottom: -30px;
}
.timeline__item:first-child:after {
    content: '\f00c';
    color: #e94a8a;
}
.timeline__item:nth-child(2):after {
    color: #e94a8a;
}
.timeline--horizontal .timeline-divider {
	background: url(../images/bgr-timeline-li.png) repeat-x 0 center;
	margin: 0 0;
}
.timeline-divider:before {
	background: #fff;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: -17px;
    top: -7px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.timeline-divider:after {
	background: #fff;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    right: -19px;
    top: -7px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* 33.1.timeline arrows */
.timeline-nav-button {
    background: none;
    width: 12px;
    height: 18px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
button.timeline-nav-button:focus { outline: none; }
.timeline-nav-button--prev:before {
	background: url(../images/arrow-left.svg) no-repeat 0 0;
    width: 12px;
    height: 18px;
    content: '\f111';
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.timeline-nav-button--next:before {
	background: url(../images/arrow-right.svg) no-repeat right 0;
    width: 12px;
    height: 18px;
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.timeline-nav-button:disabled {
    opacity: 1;
}

/*----------------------*/
/*  34.blog             */
/*----------------------*/
.sidebar {
	padding-left: 17px;
}
.left-sidebar .sidebar {
	padding-left: 0;
	padding-right: 17px;
}
.single-content-area {
	padding: 20px 30px;
}

/*----------------------*/
/*  35.news row area    */
/*----------------------*/
.blog-item-row {
	overflow:hidden;
	padding:18px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.blog-item-img {
	width:316px;
	float:left;
	font-size: 15px;
}
.blog-item-content {
	padding:22px 0 0 350px;
}
.blog-item-img img {
	max-width:100%;
	height:auto;
	display:block;
}
.blog-item-content h2 {
	color:#222;
	font-size:24px;
	line-height:30px;
	font-weight:500;
	padding-bottom:22px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-item-content h2 a {
	color:#222;
	text-decoration: none;
}
.blog-item-content p {
	color:#333;
	font-size:17px;
	line-height:27px;
	padding-bottom:4px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.date-time {
	padding-bottom:5px;
}
.date-time a {
	color:#222;
	font-size:16px;
	display:inline-block;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	font-weight: 500;
}
.date-time small {
	color:#777;
	font-size:16px;
	display:inline-block;
	margin-left: 22px;
	position: relative;
}
.date-time small:before {
	content: '/';
	width: 9px;
	height: 17px;
	position: absolute;
	left: -17px; top: 0;
	color:#777;
	font-size: 17px;
}
.read-more-btn,
.more-btn-area .more-btn {
	color: #e64988;
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding-right: 17px;
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.read-more-btn:after,
.more-btn-area .more-btn:after {
	content: '\f0da';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration:inherit;
	position: absolute;
	font-size:18px;
	color:#e64988;
	right:0px;
	top:0;
	z-index:1;
}
.read-more-btn {
	color: #777;
	font-size: 17px;
	line-height: 1.1;
	padding: 0;
}
.read-more-btn:after { display: none; }
.read-more-btn:hover { color: #777; }
.blog-social {
	padding: 0;
	margin: 0 -7px;
}
.blog-social li {
	list-style-type: none;
	color: #3b5998;
	font-size: 18px;
	margin: 0 7px 6px 7px;
}
.blog-social li a { color: #3b5998; }
.blog-social li.blog-social-tw a { color: #1da1f2; }
.blog-social li.blog-social-gop a { color: #dd4b39; }
.blog-social li a.share-btn-facebook-f { color: #3b5998; }
.blog-social li a.share-btn-twitter { color: #1da1f2; }
.blog-social li a.share-btn-linkedin-in { color: #0077b5; }
.blog-social li a.share-btn-pinterest-p { color: #E60023; }
.blog-social li a.share-btn-whatsapp { color: #53f26f; }
.blog-social li a.share-btn-tumblr { color: #7c5cff; }
.blog-social li a.share-btn-reddit-alien { color: #ff4500; }

/*----------------------*/
/*  36.pagination nav   */
/*----------------------*/
.pagination { border-radius: 0; }
.page-numbers {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-numbers li,
.pagination li {
	color:#777;
	text-align:center;
	font-size:18px;
	width:58px;
	text-decoration:none;
	margin: 0 11px 10px 0;
	font-weight: 400;
}
.page-numbers li .page-numbers,
.page-numbers li span.dots,
.pagination li .page-link {
	background: #fff;
	color:#777;
	width:58px;
	height:58px;
	line-height:58px;
	padding: 0;
	border: none;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.page-numbers li span.dots {
	box-shadow: inherit;
}
.page-numbers li a { display: block; }
.pagination li:last-child .page-link,
.pagination li:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination li .current,
.prev-next-area a:hover,
.pagination li a:hover {
	background: #e94a8a;
	color: #fff;
}
.comment-prev-link a,
.comment-next-link a,
.prev-next-area a {
	color: #444;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.prev-next-area a.prev-link { padding: 0 35px 0 53px; float: left; }
.prev-next-area a.next-link { padding: 0 53px 0 35px; float: right; }
.comment-next-link a:after,
.prev-next-area a.next-link:after {
    content: '\f0da';
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 18px;
    color: #444;
    right: 40px;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.comment-prev-link a:after,
.prev-next-area a.prev-link:after {
    content: '\f0d9';
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 18px;
    color: #444;
    left: 40px;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.pagination li .current { cursor: default !important; }
.comment-prev-link a:hover:after,
.comment-next-link a:hover:after,
.prev-next-area a.prev-link:hover::after,
.prev-next-area a.next-link:hover::after { color: #fff; }
.comment-prev-link { float: left; }
.comment-next-link { float: right; }
.comment-prev-link a { padding: 0 35px 0 53px; }
.comment-next-link a { padding: 0 53px 0 35px; }

/*----------------------*/
/*  37.sidebar          */
/*----------------------*/
.sidebar .widget_search {
	width:100%;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.sidebar .wp-block-search__inside-wrapper {
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.sidebar .wp-block-search__inside-wrapper,
.search-form { position: relative; }
.sidebar .wp-block-search .wp-block-search__label,
.widget_search label { display: block; }
.sidebar .wp-block-search .wp-block-search__label {
	background: #4845b4;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 13px 15px 15px 29px;
	margin: 0;
	font-weight: 500;
}
.sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0 !important;
	border: 0 !important;
}
.sidebar .wp-block-search__inside-wrapper input[type="search"],
.sidebar .wp-block-search__inside-wrapper input[type="email"],
.sidebar .wp-block-search__inside-wrapper input[type="text"],
.sidebar .wp-block-search__inside-wrapper input[type="search"],
.widget_search .search-form input[type="search"],
.search-field input[type="email"],
.search-field input[type="text"],
.search-field input[type="search"]  {
    background: #fff;
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #777;
    border: none;
    outline: none;
    padding: 0 49px 0 22px !important;
    resize: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    box-shadow: inherit;
}
.widget_search .search-form input[type="submit"],
.sidebar .wp-block-search__inside-wrapper .wp-block-search__button,
.search-btn {
	background: #fff url(../images/bgr-submit2.svg) no-repeat center center;
	background-size: 23px;
	width: 48px;
	height: 59px;
	position: absolute;
	right: 0; top: 0;
	color: #e64988;
	font-size: 24px;
	min-width: 48px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.sidebar .wp-block-search__inside-wrapper .wp-block-search__button,
.search-submit { text-indent: -9999px; }
.search-submit,
.search-btn:hover {
	color: #e64988;
}
.search-btn:focus { outline: none; box-shadow: none; }
.sidebar-post-col {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.sidebar-post-cat { padding: 26px 25px 20px 30px; }
.sidebar .wp-block-group h2,
.sidebar-post-col h3 {
	background: #4845b4;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 13px 15px 15px 29px;
}
.sidebar .wp-block-group h2 span,
.sidebar-post-col h3 span {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 22px;
	display: inline-block;
}
.sidebar .wp-block-group h2 { line-height: normal; }
.sidebar-post-col h3 span:after {
	content: '\f101';
	font-family: 'Font Awesome\ 5 Free';
	font-style: normal;
	font-weight: 900;
	text-decoration:inherit;
	position: absolute;
	font-size:16px;
	color:#fff;
	right:0px;
	top:0;
	z-index:1;
}
.sidebar-post-row {
	overflow:hidden;
	padding: 8px 0 13px 0;
}
.sidebar-post-img {
	width:71px;
	float:left;
	margin-top: 6px;
}
.sidebar-post-content { padding:0 0 0 90px; }
.sidebar-post-img img {
	max-width:100%;
	height:auto;
	display:block;
}
.sidebar-post-content h4 {
	color: #222;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 7px;
	font-weight: 500;
}
.sidebar-post-content h4 a {
	color: #222;
	text-decoration: none;
}
.sidebar-post-content small {
	color: #777;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
}

.sidebar .widget_archive ul,
.sidebar-post-cat ul {
	padding: 7px 0 3px 0;
	margin: 0;
}
.sidebar ul,
.sidebar .widget_categories ul { margin: 0; }
.sidebar .wp-block-group ol,
.sidebar ul,
.sidebar .widget_meta ul,
.sidebar .widget_categories ul,
.sidebar .widget_archive ul {
	padding: 27px 25px 21px 30px;
}
.sidebar .wp-block-group ul { padding-left: 30px; }
.sidebar .wp-block-group ol li,
.sidebar ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #777;
	font-size: 18px;
    font-weight: 500;
}
.sidebar .wp-block-group ol li { padding-bottom: 12px; }
.sidebar .widget_categories ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_archive ul li { color: #777; }
.sidebar .wp-block-group ol li a,
.sidebar ul li a,
.sidebar .widget_categories ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_archive ul li a {
	color: #222;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.4;
}
.sidebar .sidebar-post-cat ul li,
.sidebar .sidebar-post-cat ul li a { color: #fff; }
.sidebar-post-cat ul li a:hover { opacity: .8; }
.sidebar .widget_custom_html .custom-html-widget { padding: 27px 25px 20px 30px; }
.sidebar .widget_custom_html ol {
	list-style-type: decimal;
}
.sidebar .widget_custom_html ol { padding-top: 13px; }
.sidebar .widget_custom_html ol li,
.sidebar .widget_custom_html ul li {
	padding: 0 0 8px 0;
	margin: 0;
	color: #222;
	font-size: 18px;
    font-weight: 500;
}
.sidebar .sidebar-social ul { padding: 0; }
.sidebar .widget_custom_html ol li a,
.sidebar .widget_custom_html ul li a {
	color: #222;
	font-size: 18px;
	text-decoration: none;
}
.sidebar ul li > ul,
.sidebar .widget_meta ul li > ul,
.sidebar .widget_categories ul li > ul,
.sidebar .widget_archive ul li > ul {
	padding-top: 0;
	padding-bottom: 0;
}
.sidebar .widget_text .textwidget p,
.sidebar .widget_custom_html .custom-html-widget p {
	color: #222;
	font-size: 18px;
	padding-bottom: 8px;
	font-weight: 500;
}
.sidebar .widget_text .textwidget p a,
.sidebar .widget_custom_html .custom-html-widget p a {
	color: #222;
}
.sidebar .widget_block ul.sidebar-contact-widget,
.sidebar .widget_unicrypt_contact_widget ul {
	padding: 27px 25px 22px 30px;
	margin: 0;
}
.sidebar .widget_block ul li,
.sidebar .widget_unicrypt_contact_widget ul li {
	list-style-type: none;
	overflow: hidden;
}
.sidebar ul li,
.sidebar ul li a {
	line-height: 1.9;
}
.sidebar .widget_block ul li .foo-social span,
.sidebar .widget_unicrypt_contact_widget ul li .foo-social span,
.sidebar .widget_block ul li .foo-social p,
.sidebar .widget_unicrypt_contact_widget ul li .foo-social p {
	color: #222;
	font-size: 18px;
	font-weight: 500;
}
.sidebar .widget_block ul li .foo-social span,
.sidebar .widget_unicrypt_contact_widget ul li .foo-social span {
    margin-top: 4px;
}
.sidebar-post-cat ul li small {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #888;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.sidebar .wp-widget-group__inner-blocks .wp-block-tag-cloud,
.sidebar .widget_tag_cloud .tagcloud,
.sidebar .widget_tag_cloud .sidebar-widgets {
	padding: 20px 25px 20px 30px;
}
.sidebar .wp-widget-group__inner-blocks .wp-block-tag-cloud { margin: 0 !important; }
.sidebar .widget_tag_cloud .sidebar-widgets .tagcloud { padding-bottom: 0; }
.sidebar .wp-widget-group__inner-blocks .wp-block-tag-cloud,
.sidebar .widget_tag_cloud .sidebar-widgets .tagcloud,
.tags-list { margin: 13px -2px 9px -2px; }
.sidebar .wp-widget-group__inner-blocks .wp-block-tag-cloud a,
.sidebar .widget_tag_cloud .tagcloud a,
.tags-list a {
	height: 40px;
	line-height: 38px;
	color: #777;
	font-size: 16px !important;
	padding: 0 28px 0 21px;
	margin: 0 2px 7px 1px;
	border: 1px solid #ececec;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	font-weight: 400;
}
.tags-list a { margin: 0 5px 7px 2px; }
.sidebar .wp-widget-group__inner-blocks .wp-block-tag-cloud a:hover,
.sidebar .widget_tag_cloud .tagcloud a:hover,
.tags-list a:hover {
	background: #7f7de0 !important;
	border: 1px solid #7f7de0 !important;
	color: #fff !important;
}
.tags-list a:hover {
	background: #e94a8a !important;
	border-color: #e94a8a !important;
	color: #fff !important;
}
.sidebar-social ul { margin: 0 -6px 0 -5px; }
.sidebar-social ul li {
	width: 59px;
	margin: 0 6px 0 5px;
	list-style-type: none;
}
.sidebar-social ul li a {
	background: #3b5998;
	width: 59px;
	height: 59px;
	line-height: 59px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.subscribe {
	background:#f3f3f3;
	padding:30px;
	margin-bottom:26px;
}
.subscribe a {
	background:#e46c2b;
	height:52px;
	line-height:52px;
	padding:0px 23px;
	color:#fff;
	font-size:21px;
	text-align:center;
	display:block;
	font-family: 'HelveticaNeueHeavy';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px -5px rgba(0,0,0,0.69);
	-moz-box-shadow: 2px 2px 5px -5px rgba(0,0,0,0.69);
	box-shadow: 2px 2px 5px -5px rgba(0,0,0,0.69);
}
.subscribe a:hover { background:#c75e25; }
.advertisement {
	padding:0 20px 28px 20px;
	border-bottom:2px solid #ea5a4f;
	margin-bottom:16px;
}
.advertisement2 { border-bottom:2px solid #2d6a97; }
.advertisement a {
	color:#666;
	font-size:20px;
	display:inline-block;
	margin-bottom:3px;
	font-family: 'helveticaneuelight';
}
.single-blog-img {
	font-size: 15px;
	margin-bottom: 26px;
}
.single-blog-img img,
.advertisement_img img {
	max-width:100%;
	height:auto;
	display:block;
}
.single-blog-img img { margin-bottom: 10px; }
.tips_area { padding-bottom:38px;}
.tips_area h2 {
	color:#202020;
	font-size:30px;
	padding-bottom:10px;
	font-family: 'HelveticaNeueLTProLt';
}
.tips_area h2 a { color:#202020; }
.tips_info {width:100%;}
.tips_row {
	overflow:hidden;
	border-bottom:1px solid #ebebeb;
	padding:14px 10px 14px 10px;
	cursor:pointer;
}
.tips_row_left {
	width:50px;
	float:left;
}
.tips_row_content { padding-left:81px; }
.tips_row_content h3 {
	font-size:20px;
	color:#333;
	padding-top:8px;
}
.tips_row_left span {
	background:#ea5a4f;
	width:50px;
	height:50px;
	line-height:50px;
	display:block;
	color:#fff;
	font-size:26px;
	text-align:center;
	font-family: 'HelveticaNeueLTProBd';
}
.tips_row:hover {background:#f9f9f9;}
.focus .tips_row_left span {
	background:#2d6a97;
}

.sidebar .widget_media_audio,
.sidebar .widget_media_video {
	padding-bottom: 0;
}
.sidebar .widget_categories select,
.sidebar .widget_categories .sidebar-widgets select,
.sidebar .widget_archive select {
	background: url(../images/bgr-sidebar-select.png) no-repeat right center;
	width: 100%;
	height: 45px;
    padding: 0 20px;
    margin: 13px 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.sidebar select option { cursor: pointer; }
.sidebar .gallery {
    margin: 15px 5px 10px 5px;
}
.sidebar .widget_media_image .sidebar-widgets {
	padding: 10px;
}
.sidebar .widget_media_image img {
	width: 100%;
	padding: 10px;
}
.sidebar .widget_media_image .sidebar-widgets img { width: 100%; }

.sidebar .widget_text .textwidget,
.sidebar .widget_recent_entries .sidebar-widgets,
.sidebar .widget_recent_comments .sidebar-widgets,
.sidebar .widget_pages .sidebar-widgets,
.sidebar .widget_nav_menu .sidebar-widgets,
.sidebar .widget_meta .sidebar-widgets { padding: 15px 20px 15px 30px; }
.sidebar .widget_meta .sidebar-widgets,
.sidebar .widget_nav_menu .sidebar-widgets,
.sidebar .widget_pages .sidebar-widgets,
.sidebar .widget_recent_comments .sidebar-widgets,
.sidebar .widget_recent_entries .sidebar-widgets,
.sidebar .widget_text .textwidget { padding-top: 25px; }
.sidebar .widget_text .textwidget ul,
.sidebar .widget_text .textwidget ol,
.sidebar .widget_recent_entries .sidebar-widgets ul,
.sidebar .widget_recent_comments .sidebar-widgets ul,
.sidebar .widget_pages .sidebar-widgets ul,
.sidebar .widget_nav_menu .sidebar-widgets ul,
.sidebar .widget_meta .sidebar-widgets ul { padding: 0 0 0 0; margin: 0; }
.sidebar .widget_text .textwidget ol li,
.sidebar .widget_text .textwidget ul li,
.sidebar .widget_recent_entries .sidebar-widgets ul li,
.sidebar .widget_recent_comments .sidebar-widgets ul li,
.sidebar .widget_pages .sidebar-widgets ul li,
.sidebar .widget_nav_menu .sidebar-widgets ul li,
.sidebar .widget_meta .sidebar-widgets ul li {
	padding: 0 0 8px 0;
	margin: 0;
	color: #222;
	font-size: 18px;
    font-weight: 500;
}
.sidebar .widget_text .textwidget ul,
.sidebar .widget_text .textwidget ol {
    padding: 0 0 0 16px;
    margin: 0;
}
.sidebar .widget_text .textwidget ol li a,
.sidebar .widget_text .textwidget ul li a,
.sidebar .widget_recent_entries .sidebar-widgets ul li a,
.sidebar .widget_recent_comments .sidebar-widgets ul li a,
.sidebar .widget_pages .sidebar-widgets ul li a,
.sidebar .widget_nav_menu .sidebar-widgets ul li a,
.sidebar .widget_meta .sidebar-widgets ul li a {
	color: #222;
	font-size: 18px;
	text-decoration: none;
}
.sidebar .widget_calendar .calendar_wrap {
	padding: 25px 25px 20px 30px;
}
.sidebar .widget_calendar .calendar_wrap table {
	width: 100%;
	color: #222;
}
.sidebar .widget_calendar .calendar_wrap table,
.sidebar .widget_calendar .calendar_wrap table caption,
.sidebar .widget_calendar .calendar_wrap table tr th,
.sidebar .widget_calendar .calendar_wrap table tr td {
	color: #222;
	font-size: 18px;
}
.sidebar .widget_calendar .calendar_wrap table caption,
.sidebar .widget_calendar .calendar_wrap table tr td { font-weight: 500; }
.sidebar .widget_calendar .calendar_wrap table tr td a {
	color: #222;
}
.sidebar .widget_calendar .calendar_wrap .wp-calendar-nav-prev a {
    color: #4845b4;
    font-weight: 400;
}
.sidebar .widget_rss .rss-widget-icon {
	width: 19px;
	height: 17px;
}
.sidebar .widget_rss h3 .rsswidget {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-weight: 400;
}
.sidebar .widget_rss ul li {
	color: #222;
	font-size: 18px;
	font-weight: 400;
}
.sidebar .widget_rss ul li,
.sidebar .widget_rss ul li a,
.sidebar .widget_text .textwidget p,
.sidebar .widget_text .textwidget p a,
.sidebar .widget_text .textwidget a,
.sidebar .widget_text .textwidget strong,
.sidebar .widget_text .textwidget {
	color: #222;
	font-weight: 500;
}
.sidebar .widget_text .textwidget p { padding-bottom: 15px; }
.sidebar .widget_rss ul li .rssSummary {
	padding: 8px 0;
}
.sidebar .widget_custom_html ol li {
	list-style-type: decimal;
}
.sidebar .widget_text .textwidget ul li,
.sidebar .widget_custom_html ul li {
	list-style-type: disc;
}
.sidebar ul li .post-date { display: block; }
.sidebar .widget_categories select,
.sidebar .widget_categories .sidebar-widgets select,
.sidebar .widget_archive select,
.footer-container .widget_search .search-form input[type="submit"],
.sidebar .widget_search .search-form input[type="submit"] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*--------------------*/
/*  38.single blog    */
/*--------------------*/
.single-blog-content { padding: 20px 30px; }
.single-blog-title {
	font-size: 28px;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-blog-content p {
	color: #777;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 28px;
	font-weight: 400;
}
.single-blog-content blockquote {
	background: url(../images/bgr-blockquote.png) no-repeat 9px 0;
	padding: 5px 0 40px 71px;
	margin-top: 20px;
	font-size: 20px;
	color: #999;
	line-height: 29px;
}
.single-blog-content blockquote p {
	font-size: 20px;
	color: #999;
	line-height: 29px;
	padding: 0;
}
.single-blog-content blockquote cite,
.single-blog-content blockquote span,
.entry-content blockquote cite {
	display: block;
	color: #222;
	font-size: 16px;
	padding-left: 35px;
	margin-top: 13px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
}
.single-blog-content blockquote cite a { color: #222; }
.single-blog-content blockquote span small,
.entry-content blockquote cite code {
	display: inline-block;
	color: #777;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
.single-blog-content blockquote cite:before,
.single-blog-content blockquote span:before,
.entry-content blockquote cite:before {
	background: #222;
	width: 23px;
	height: 2px;
	content: '';
	position: absolute;
	left: 0; top: 15px;
}
.single-blog-content .tags-list {
    margin: 0 0 10px 0;
}
.post-meta ul {
	padding: 0;
	margin: 0;
}
.post-meta ul li {
	color: #777;
	font-size: 18px;
	list-style-type: none;
	padding: 0 33px 8px 0;
	font-weight: 400;
}
.post-meta ul li:first-child {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.post-meta ul li:last-child { padding-right: 0; }
.post-meta ul li .fas { margin-right: 5px; }
.post-meta ul li a {
	color: #777;
	text-decoration: none;
}

/*----------------------*/
/*  39.author-box       */
/*----------------------*/
.author-box {
	overflow: hidden;
	padding: 28px 20px 20px 30px;
}
.author-img {
	width: 117px;
	height: 117px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.author-info { padding: 0 0 0 151px; }
.author-info .blog-social li:first-child { margin-left: 0; }
.author-info h3 {
	font-size: 20px;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 18px;
}
.author-info p {
	color: #777;
	font-size: 18px;
	line-height: 27px;
	padding-bottom: 21px;
}
.format-image .blog-item-img,
.format-gallery .blog-item-img {
	width: 100%;
	float: none;
}
.blog-item iframe {
	display: block;
	width: 100%;
}
.format-audio .blog-item iframe {
	height: 166px;
}
.format-audio .blog-item-content,
.format-video .blog-item-content, 
.format-image .blog-item-content,
.format-gallery .blog-item-content {
	padding-left: 0;
}
.video-wrapper {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.video-wrapper iframe {
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}
.format-quote .single-blog-content blockquote,
.format-link .single-blog-content p {
	padding-bottom: 0;
}
.format-quote .single-blog-content blockquote span a {
	color: #222;
	text-decoration: none;
}
.format-link .single-blog-content p a {
	position: relative;
	margin-left: 30px;
}
.format-link .single-blog-content p a::before {
	content: '\f35d';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	top: -3px;
	left: -30px;
}
.no-padding-left {
	padding-left: 0;
}
.author-box .blog-social { margin: 0; }

.gallery-carousel .owl-nav {
    top: 42%;
}
.gallery-carousel .owl-nav button:focus { outline: none; }

.blog-item-content.search-result-item {
	padding: 0;
}
.blog-item-content.search-result-item h2 {
    padding-bottom: 12px;
}

/*--------------------*/
/*  40.blog single    */
/*--------------------*/
.blog-postcomment {
	padding: 39px 45px 5px 45px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.blog-postcomment h2 {
	color: #222;
	font-size: 29px;
	line-height: normal;
	padding-bottom: 34px;
}
.comment-author {
	width: 96px;
	float: left;
	margin-top: 6px;
}
.comment-meta { padding:0 0 0 122px; }
.comment-meta h4 {
	float: left;
	font-size:20px;
	color:#222;
}
.comment-meta h4 a {
	color:#222;
	text-decoration: none;
}
.posttimeinfo small {
	font-size:16px;
	color:#888;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.comment-content { padding: 40px 0 38px 122px; }
.posttimeinfo { float: right; }
.comment-content p {
	font-size:18px;
	color:#777;
	line-height:27px;
	padding-bottom: 21px;
	font-weight: 400;
}
.comment-awaiting-moderation {
	color: #777;
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}
.button-reply-edit { margin: 0 -4px }
.comment-content a {
	margin: 4px 4px 4px 4px;
	font-size:16px;
	color:#222;
	text-transform: capitalize;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
.comment-content a.comment-reply-link {
	background: #e64988;
	padding: 0 38px;
	height: 40px;
	line-height: 40px;
	color:#fefefe;
	display: inline-block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
}
.comment-content a.comment-reply-link:hover {
	background: #e2196a;
	text-decoration: none;
}
#blogform h4 {
	font-size:29px;
	color:#222;
	padding-bottom: 26px;
	font-weight: 500;
}
.comment-reply-title small {
    font-weight: 500;
	font-size:16px;
	color:#222;
	margin-left: 6px;
}
.comment-reply-title small a {
	color: #222;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.comment-respond { padding: 43px 45px 18px 45px; }
.postcomment-box h4 img {
	width: 27px;
	display: inline-block;
	vertical-align: middle;
}
.comment-respond h4 {
	font-size: 29px;
	padding-bottom: 41px;
}
.logged-in-as a {
	color: #222;
	margin-left: 8px;
	text-decoration: none;
	display: inline-block;
}
.logged-in-as a:last-child { margin-left: 0; }
.blog-postcomment .comment-respond { padding: 25px 0 0 0; }

/*-------------------*/
/*  41.comment-form  */
/*-------------------*/
.comment-form { margin: 0 -6px; }
.input-field {
	width: 33.33%;
	padding: 0 6px 12px 6px;
}
.input-field textarea,
.input-field input[type="url"],
.input-field input[type="text"],
.input-field input[type="email"] {
	background:#ffffff;
	border:1px solid #e5e5e5;
    width:100%;
    height:59px;
	color: #777;
	font-size: 18px;
    padding: 0 21px;
    outline: none;
    font-weight: 400;
    position: relative;
}
.input-field textarea {
	height:171px;
	padding: 18px 21px;
	resize: none;
}
.form-submit {
	width: 160px;
	margin: 0 0 30px 6px;
}
.form-submit input[type="submit"] {
    background:#e64988;
    width:100%;
    height:47px;
    line-height:47px;
    padding:0 4px;
    font-size:18px;
	color:#fff;
	text-align:center;
    cursor:pointer;
    outline:none;
    border:none;
    text-transform: capitalize;
	font-weight: 400;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.form-submit input[type="submit"]:hover {
    background: #e2196a;
}
.input-field input[placeholder],
.input-field [placeholder],
.input-field [placeholder] {
      color:#777;
}
.input-field ::-webkit-input-placeholder {
    color:#777;
    opacity:1;
}
.input-field :-moz-placeholder {
    color:#777;
	opacity:1;
}
.input-field ::-moz-placeholder {
    color:#777;
	opacity:1;
}
.input-field :-ms-input-placeholder {
   color:#777;
   opacity:1;
}
.depth-2 { padding-left: 123px; }
.postcomment-container {
	background:#f8fafb;
	padding: 50px 30px;
	margin-top: 50px;
}
.postcomment-container .form-submit {
	margin: 0 auto;
}
.comment-meta h4 { text-transform: capitalize; }
.blog-postcomment .blog-item-row {
	margin-top: 0;
	padding-top: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.logged-in-as { padding: 0 0 15px 6px; }
.comment-mt-0 select,
.comment-mt-0 textarea,
.comment-mt-0 input[type='password'],
.comment-mt-0 input[type='url'],
.comment-mt-0 input[type='tel'],
.comment-mt-0 input[type='date'],
.comment-mt-0 input[type='email'],
.comment-mt-0 input[type='text'] {
	margin-top: 0;
}
#commentform select,
#commentform textarea,
#commentform input[type='password'],
#commentform input[type='url'],
#commentform input[type='tel'],
#commentform input[type='date'],
#commentform input[type='email'],
#commentform input[type='text'] {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#commentform textarea {
	margin-top: 0;
}
.postcomment-area .comment-respond h4 {
	font-size: 29px;
	padding-bottom: 20px;
}

.single-blog-content .sidebar-post-content h4 {
	color: #222;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 7px;
	margin: 0;
	font-weight: 500;
}
.single-blog-content .sidebar-post-content h4 a {
	color: #222;
}
.single-blog-content .sidebar-post-content h4 a:hover { text-decoration: none; }
.single-blog-content .sidebar-social ul li a {
	color: #fff;
}
.single-blog-content .sidebar-contact-widget {
    padding: 10px 0 20px 0;
}
.single-blog-content .sidebar-contact-widget li {
    color: #222;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 13px;
    list-style-type: none;
    font-weight: 400;
}
.single-blog-content .sidebar-contact-widget li .foo-social span {
    width: 20px;
    float: left;
    margin-top: 6px;
    display: block;
    color: #222;
    font-size: 15px;
}
.single-blog-content .sidebar-contact-widget li .foo-social p {
    color: #222;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 40px;
    font-weight: 400;
}
.single-blog-content .sidebar-post-cat {
    padding: 16px 0 10px 0;
}
.single-blog-content .sidebar-post-cat ul {
	padding: 0;
}
.single-blog-content .wp-block-search__inside-wrapper {
	position: relative;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
.single-blog-content .wp-block-search .wp-block-search__label {
	color: #222;
	font-size: 26px;
	padding: 13px 0 15px 0;
	display: block;
	margin: 0;
	font-weight: 500;
}
.single-blog-content .wp-block-search__inside-wrapper input[type="search"],
.single-blog-content .wp-block-search__inside-wrapper input[type="email"],
.single-blog-content .wp-block-search__inside-wrapper input[type="text"],
.single-blog-content .wp-block-search__inside-wrapper input[type="search"] {
    background: #fff;
    width: 100%;
    height: 55px;
    font-size: 18px;
    color: #777;
    border: none;
    outline: none;
    padding: 0 39px 0 15px;
    resize: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    box-shadow: inherit;
}
.single-blog-content .wp-block-search__inside-wrapper .wp-block-search__button {
	background: #fff url(../images/bgr-submit2.svg) no-repeat center center;
	background-size: 23px;
	width: 38px;
	height: 55px;
	min-width: 38px;
	position: absolute;
	right: 0; top: 0;
	color: #e64988;
	font-size: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.single-blog-content .wp-block-search__inside-wrapper .wp-block-search__button { text-indent: -9999px; }

/*-----------------------*/
/* 42.404 page           */
/*-----------------------*/
.error404 .hamburger { display: none; }
.container-404 {
	background: #4845b4;
	color: #fff;
	height: 100vh;
	min-height: 100vh;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.not-found-wrap {
	background: #4845b4;
	text-align: center;
	padding: 50px 20px;
}
.not-found-wrap small {
	display: block;
	font-size: 50px;
	letter-spacing: 2px;
}
.text-404 {
	font-size: 220px;
	line-height: 185px;
	position: relative;
	display: inline-block;
	z-index: 2;
	letter-spacing: 15px;
}
.text-404 strong { font-weight: 400; }
.text-thepage {
	text-align: center;
	display: block;
	position: relative;
	letter-spacing: 12px;
	font-size: 50px;
	line-height: 80px;
}
.not-found-wrap .btn {
	background-color: #e94a8a;
	position: relative;
	display: inline-block;
	min-width: 200px;
	padding: 5px 15px;
	z-index: 5;
	font-size: 25px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}
.not-found-wrap .btn:hover {
	background: #e2196a;
}

/*-------------------*/
/*  43.footer        */
/*-------------------*/
.footer-container {
	background: #4845b4;
	padding: 178px 0 5px 0;
}
.footer-curve { position: relative; }
.footer-curve:before {
	background: url(../images/bgr-footer.png) no-repeat center 0 / cover;
	width: 100%;
	height: 79px;
	content: "";
	position: absolute;
	left: 0; top: -78px;
}
.footer-container2 { padding-top: 254px; }
.footer-container3 { padding-top: 104px; }
.footer-top-padding {
	padding-top: 104px !important;
}
.footer-pt-0 { padding-top: 0 !important; }
.footer-unicrypt {
	max-width: 370px;
	padding-right: 10px;
}
.footer-col {
	padding-right: 5px;
	padding-bottom: 25px;
}
.footer-unicrypt img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 28px;
}
.footer-col h3,
.footer-col h4 {
	color: #fff;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 28px;
	font-weight: 500;
}
.footer-col p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
	font-weight: 400;
}
.footer-col ul {
	padding: 4px 0 0 0;
	margin-bottom: 0;
}
.footer-col ul li {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 13px;
	list-style-type: none;
	font-weight: 400;
}
.footer-col ul li a {
	color: #fff;
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.footer-container .widget_tag_cloud .tagcloud a:hover,
.footer-col ul li a:hover { text-decoration: none; }
.foo-social a,
.foo-social a p {
	overflow-wrap: break-word;
	word-break: break-word;
}
.social-link li a:hover:before,
.social-link li a:before {
	display: none;
}
.footer-contant ul li { padding-bottom: 3px; }
.footer-col .social-link { padding-top: 10px; }
.social-link li { padding-right: 19px; }
.social-link li a {
	color: #fff;
	font-size: 22px;
}
.social-link li a:hover { color: #e94a8a; }
.social-link li:last-child { padding-right: 0; }

.footer-bottom-content {
	border-top: 1px solid #7f7dcb;
}
.footer-pt-0 .footer-bottom-content {
	border-top: none;
}
.footer-bottom-content p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: 400;
}
.footer-bottom-content p a {
	color: #fff;
	font-weight: 500;
}
.footer-bottom-content p a:hover {
	text-decoration: none;
}
.footer-bottom-content ul {
	padding: 0;
	margin: 0;
}
.footer-bottom-content ul li {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	padding: 2px 0 10px 51px;
	list-style-type: none;
	font-weight: 400;
}
.footer-bottom-content ul li:first-child { padding-left: 0; }
.footer-bottom-content ul li a {
	color: #fff;
	text-decoration: none;
}
.foo-social a { display: inline-block; }
.foo-social span {
	width: 20px;
	float: left;
	margin-top: 6px;
	display: block;
	color: #fff;
	font-size: 15px;
}
.foo-social span a { color: #fff; }
.foo-social p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 0 40px;
	font-weight: 400;
}
.foo-social p a { color: #fff; }
.social-row span .fa-phone,
.foo-social .fa-phone {
	padding-left: 1px;
}
.foo-social a .fa-envelope,
.foo-social a .fa-map-marker-alt { padding-left: 1px; }
.social-row span:hover .fa-phone {
	transform: rotate(450deg);
}
.social-row span:hover i,
.social-row a:hover span .fa-map-marker-alt,
.social-row a:hover span .fa-envelope {
	transform: rotate(360deg);
}
.submit-col input[type='submit'] {
	-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -ms-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out;
}
.header-social li a:hover {
    color: #e94a8a;
}

.footer-col ol { padding-left: 17px; }
.footer-col ol li {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 13px;
    list-style-type: decimal;
    font-weight: 400;
}
.footer-col ol li a {
    color: #fff;
}
.footer-container .widget_tag_cloud .tagcloud { margin-left: -8px; }
.footer-container .widget_tag_cloud .tagcloud a {
    color: #fff;
    font-size: 18px !important;
    display: inline-block;
    margin: 0 0 6px 8px;
}
.footer-container .widget_search { padding-bottom: 15px; }
.footer-container .widget_search .search-form input[type="search"] {
    height: 45px;
    padding: 0 39px 0 10px;
}
.footer-container .widget_search .search-form input[type="submit"] {
    width: 38px;
    height: 44px;
    min-width: 38px;
}
.gallery {
	margin: 0 -5px 10px -5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery-item {
	padding: 0 5px;
	margin-bottom: 18px;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.111%;
}
.gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
}
.footer-container .widget_recent_comments,
.footer-container .widget_rss,
.footer-container .widget_categories,
.footer-container .widget_tag_cloud .tagcloud,
.footer-container .widget_archive {
	padding-bottom: 30px;
}
.footer-container .widget_calendar,
.footer-container .widget_media_video,
.footer-container .widget_media_audio,
.footer-container .widget_media_image,
.footer-container .widget_search {
	padding-bottom: 40px;
}
.footer-container .widget_text,
.footer-container .widget_media_gallery { padding-bottom: 10px; }
.footer-container .widget_search label { margin-bottom: 0; }
.footer-container .widget_nav_menu,
.footer-container .widget_pages,
.footer-container .widget_meta,
.footer-container .widget_recent_entries,
.footer-container .widget_unicrypt_contact_widget { padding-bottom: 20px; }
.footer-container .widget_archive select,
.footer-container .widget_categories select {
	background: #fff url(../images/bgr-sidebar-select2.png) no-repeat right center;
	width: 100%;
	height: 45px;
    padding: 0 25px 0 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.footer-container .widget_rss .rss-widget-icon {
	width: 19px;
    height: 17px;
    display: inline-block;
    margin-bottom: 2px;
}
.widget_rss .rss-widget-icon {
    width: 19px;
    height: 17px;
    display: inline-block;
    margin-bottom: 2px;
}
.footer-container .widget_rss .rsswidget {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	font-weight: 400;
}
.footer-container .widget_rss .rsswidget:hover { text-decoration: none; }
.widget_rss ul li .rss-date,
.widget_rss ul li cite { display: block; }

.footer-container .widget_calendar .calendar_wrap table {
	width: 100%;
	color: #fff;
}
.footer-container .widget_calendar .calendar_wrap table caption,
.footer-container .widget_calendar .calendar_wrap table tr th,
.footer-container .widget_calendar .calendar_wrap table tr td {
	color: #fff;
	font-size: 18px;
}
.footer-container .widget_calendar .calendar_wrap table tr td a { color: #fff; }
.footer-container .widget_calendar .calendar_wrap .wp-calendar-nav-prev a {
	color: #fff;
	font-weight: 400;
}
.footer-container .widget_text p strong,
.footer-container .widget_text p a,
.footer-container .custom-html-widget strong,
.footer-container .custom-html-widget a,
.footer-container .custom-html-widget {
	color: #fff;
	font-weight: 400;
}
.footer-container .custom-html-widget a {
	text-decoration: underline;
}
.footer-container .custom-html-widget a:hover {
	text-decoration: none;
}
.footer-container .sidebar-post-cat {
    padding: 10px 0 30px 0;
}
.footer-container .sidebar-post-content h4 {
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
}
.footer-container .sidebar-post-content small,
.footer-container .sidebar-post-content h4 a {
	color: #fff;
}
.footer-container .sidebar-post-img { margin-top: 0; }
.footer-container .sidebar-post-img img { margin-bottom: 0; }
.sidebar-social ul li a:before { display: none; }
.footer-container .widget_recent_entries ul li .post-date {
	display: block;
}
.footer-container .sidebar-contact-widget {
	padding-bottom: 20px;
}

.footer-container .wp-block-search__inside-wrapper { position: relative; }
.footer-container .wp-block-search .wp-block-search__label {
	color: #fff;
	font-size: 24px;
	padding: 13px 0 15px 0;
	display: block;
	margin: 0;
	font-weight: 500;
}
.footer-container .wp-block-search__inside-wrapper input[type="search"],
.footer-container .wp-block-search__inside-wrapper input[type="email"],
.footer-container .wp-block-search__inside-wrapper input[type="text"],
.footer-container .wp-block-search__inside-wrapper input[type="search"] {
    background: #fff;
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: #777;
    border: none;
    outline: none;
    padding: 0 39px 0 10px;
    resize: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    box-shadow: inherit;
}
.footer-container .wp-block-search__inside-wrapper .wp-block-search__button {
	background: #fff url(../images/bgr-submit2.png) no-repeat center center;
	width: 38px;
	height: 44px;
	min-width: 38px;
	position: absolute;
	right: 0; top: 0;
	color: #e64988;
	font-size: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.footer-container .wp-block-search__inside-wrapper .wp-block-search__button { text-indent: -9999px; }

/*---------------------------*/
/* 44.contact form error css */
/*---------------------------*/
.contact-form .form-group .alert-error {
    width: 100%;
    color: red;
    display: block;
}
.contact-form .form-group .alert-error br {
	display: block;
}
.contact-form .contact-message {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}
.wpcf7-not-valid-tip {
	color: red;
	font-weight: 300;
}
.wpcf7 form .wpcf7-response-output {
	margin-top: 0;
	margin-bottom: 0;
}

/*------------------------*/
/*  45.transition css     */
/*------------------------*/
.mc4wp-form-fields input[type='submit'],
.social-row span i,
.social-row a span .fa-map-marker-alt,
.social-row a span .fa-envelope,
.social-row a span .fa-phone,
.foo-social a .fa-phone,
.foo-social a .fa-envelope,
.foo-social a .fa-map-marker-alt,
.footer-col ul li a,
.newsletter-field input[type='submit'],
.three-col-info {
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

/*-------------------------*/
/*  46.backtop             */
/*-------------------------*/
.backtop {
	background: #e94a8a;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	position: fixed;
	right: 30px; bottom: 30px;
	z-index: 99999;
	visibility: hidden;
    opacity: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -moz-transition: visibility 0.5s, opacity 0.5s;
    -ms-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
}
.backtop:hover { color: #fff; }
.skip_swing.show_icon {
    visibility: visible;
    opacity: 1;
}

/*Theme Suported*/
.screen-reader-text {
	display: none;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	margin-bottom: 5px;
}
.sticky {
	display: block;
}
.gallery-caption {
	display: block;
}
.bypostauthor {
	display: block;
}
.alignleft {
	float: left;
	margin: 10px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 10px 0 10px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content > .alignleft {
	margin-right: 25px;
}

/*-------------------------*/
/*  common style           */
/*-------------------------*/
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	color: #222;
    line-height: normal;
    padding-bottom: 16px;
    font-weight: 500;
}
.main-content h1 { font-size: 50px; }
.main-content h2 { font-size: 46px; }
.main-content h3 { font-size: 40px; }
.main-content h4 { font-size: 35px; }
.main-content h5 { font-size: 30px; }
.main-content h6 { font-size: 24px; }
.main-content a {
	color: #777;
	display: inline-block;
	margin-bottom: 10px;
}
.main-content p {
    color: #777;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 25px;
}
.main-content p a {
	color: #777;
	margin-bottom: 0;
}
.main-content ul {
	padding: 0 0 20px 18px;
	margin: 0;
}
.main-content ul li {
	font-size: 18px;
	line-height: 27px;
	list-style-type: disc;
	padding-bottom: 5px;
}
.main-content ol {
	padding: 0 0 20px 18px;
	margin: 0;
}
.main-content ol li {
	font-size: 18px;
	line-height: 27px;
	list-style-type: decimal;
	padding-bottom: 5px;
}
.main-content ul li,
.main-content ol li,
.main-content ul li a,
.main-content ol li a { color: #777; }
.main-content ul li a,
.main-content ol li a {	margin-bottom: 0; }
.main-content p a:hover,
.main-content a:hover,
.main-content ul li a:hover,
.main-content ol li a:hover { text-decoration: none; }
.main-content blockquote {
	width: 100%;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	padding:10px;
	margin:0 0 20px 0;
	color: #777;
	font-size: 18px;
	line-height:27px;
}
.main-content blockquote p { padding-bottom: 0; }
.main-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.main-content table,
.main-content table th,
.main-content table td {
	color: #777;
	font-size: 18px;
    border: 1px solid #777;
	line-height: 27px;
	text-align: center;
	padding: 5px 0;
}
.benefits-cont h1,
.benefits-cont h2,
.benefits-cont h3,
.benefits-cont h4,
.benefits-cont h5,
.benefits-cont h6,
.unc-happenning-left h1,
.unc-happenning-left h2,
.unc-happenning-left h3,
.unc-happenning-left h4,
.unc-happenning-left h5,
.unc-happenning-left h6,
.unc-inventment-content h1,
.unc-inventment-content h2,
.unc-inventment-content h3,
.unc-inventment-content h4,
.unc-inventment-content h5,
.unc-inventment-content h6 {
	color: #fff;
}
.benefits-cont ul li,
.benefits-cont ol li,
.benefits-cont ul li a,
.benefits-cont ol li a,
.benefits-cont p,
.benefits-cont p a,
.unc-happenning-left ul li,
.unc-happenning-left ol li,
.unc-happenning-left ul li a,
.unc-happenning-left ol li a,
.unc-happenning-left p,
.unc-happenning-left p a,
.unc-inventment-content ul li,
.unc-inventment-content ol li,
.unc-inventment-content ul li a,
.unc-inventment-content ol li a,
.unc-inventment-content p,
.unc-inventment-content p a {
	color: #bab9ec;
}
.benefits-cont blockquote,
.unc-happenning-left blockquote,
.unc-inventment-content blockquote {
	border-top:1px solid #bab9ec;
	border-bottom:1px solid #bab9ec;
	color: #bab9ec;
}
.benefits-cont table,
.benefits-cont table th,
.benefits-cont table td,
.unc-happenning-left table,
.unc-happenning-left table th,
.unc-happenning-left table td,
.unc-inventment-content table,
.unc-inventment-content table th,
.unc-inventment-content table td {
	color: #bab9ec;
    border: 1px solid #bab9ec;
}
.benefits-cont .main-content a,
.unc-happenning-left .main-content a,
.unc-inventment-content .main-content a { color: #bab9ec; }
.tab_content .main-content ul li a {
	font-size: 18px;
	color: #777;
	font-weight: 300;
	padding-left: 0;
}
.tab_content .main-content ul li a::before { display: none; }

/*----------------------*/
/*   entry-content      */
/*----------------------*/
.entry-content { width:100%; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #222;
    line-height: normal;
	padding: 6px 0;
	margin: 0 0 6px 0;
}
.entry-content h1 { font-size: 36px; }
.entry-content h2 { font-size: 32px; }
.entry-content h3 { font-size: 28px; }
.entry-content h4 { font-size: 24px; }
.entry-content h5 { font-size: 20px; }
.entry-content h6 { font-size: 18px; }
.entry-content p {
	color: #777;
	font-size: 18px;
	line-height: 1.55;
	padding-bottom: 28px;
	font-weight: 400;
}
.entry-content p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content p a {
	color: #222;
}
.entry-content p a:hover {
	text-decoration: underline;
}
.entry-content ul {
	padding: 0 0 20px 17px;
	margin: 0;
}
.entry-content ul ul > li,
.entry-content ul ul ul > li,
.entry-content ul ul,
.entry-content ul ul ul {
	padding-bottom: 0;
}
.entry-content ul li {
	color: #777;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
}
.entry-content ol li a,
.entry-content ul li a {
	color: #222;
}
.entry-content ol {
	padding: 0 0 20px 19px;
	margin: 0;
}
.entry-content ul li ol,
.entry-content ol ul,
.entry-content ol ul > li,
.entry-content ol ol > li,
.entry-content ol ol ol > li,
.entry-content ol ol,
.entry-content ol ol ol {
	padding-bottom: 0;
}
.entry-content ol li {
	list-style-type:decimal;
	color: #777;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}
.entry-content ol li a:hover,
.entry-content ul li a:hover {
	text-decoration: underline;
}
.entry-content a {
	color: #222;
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content blockquote {
    background: url(../images/bgr-blockquote.png) no-repeat 9px 0;
    padding: 5px 0 40px 71px;
    margin: 20px 0 15px 0;
    font-size: 20px;
    color: #999;
    line-height: 29px;
}
.entry-content blockquote p {
    font-size: 20px;
    color: #999;
    line-height: 29px;
    padding: 0;
    margin: 0;
	font-weight: 400;
}
.entry-content blockquote span {
    display: block;
    color: #222;
    font-size: 16px;
    padding-left: 35px;
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.entry-content blockquote span:before {
    background: #222;
    width: 23px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
}
.entry-content blockquote span small {
    display: inline-block;
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}
.entry-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry-content table,
.entry-content table tr th,
.entry-content table tr td {
	color: #777;
    font-size: 18px;
    border: 1px solid #777;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	font-weight: 400;
}
.entry-content blockquote p a,
.entry-content table tr th a,
.entry-content table tr td a {
	color: #222;
}
.entry-content table tr th a:hover,
.entry-content table tr td a:hover {
	text-decoration: underline;
}
.entry-content form p {
	padding-bottom: 24px;
}
.entry-content form p span > span > span{
	display: block;
	margin: 0;
}
.entry-content form p span > span > span > span {
	display: inline-block;
	margin: 0 8px 0 0;
}

/* gutenberg-blocks css */
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wp-block-code {
	padding: 0 0 15px 0;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
.wp-block-quote {
    border-left: 0;
}
.wp-block-pullquote {
	text-align: left;
    border-top: 0;
    border-bottom: 0;
	padding: 0;
    margin-bottom: 0;
    border-top: 2px solid #b80000;
	border-bottom: 2px solid #b80000;
	border-left: 0;
    border-right: 0;
}
.wp-block-categories,
.wp-block-gallery,
.wp-block-archives-dropdown,
.wp-block-embed,
.wp-block-media-text,
.wp-block-cover { margin-bottom: 20px; }

.wp-block-buttons {
	margin-bottom: 15px;
}
.wp-block-button a:hover {
	text-decoration: none;
}
.wp-block-button__link {
	color: #fff;
	line-height: 1.2;
	padding: 10px 50px 13px 50px;
	text-decoration: none;
	border: 2px solid #32373c;
}
.wp-block-button__link:hover {
	background-color: transparent;
	color: #32373c;
}
.is-style-outline .wp-block-button__link:hover {
	background-color: #32373c;
	color: #fff;
}
.wp-block-column:not(:first-child) {
    margin-left: 15px;
}
.wp-block-columns {
    margin-bottom: 10px;
}
.wp-block-site-logo.aligncenter {
	text-align: center;
	margin-bottom: 25px;
}
.wp-calendar-table {
	margin-bottom: 0;
}
.wp-block-calendar {
    text-align: left;
    margin-bottom: 20px;
}
.wp-block-gallery ul {
	padding: 0;
}
p.wp-block-site-tagline {
    padding: 15px 10px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p { margin-bottom: 0; }
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt:last-child p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt:last-child { padding-bottom: 0; margin-bottom: 0; }

.wp-block-latest-posts__featured-image.aligncenter img {
	margin: 0 auto;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image { margin-bottom: 10px; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image ~ a {
	margin-bottom: 10px;
	display: inline-block;
}
.wp-block-rss__item-excerpt { padding-bottom: 20px; }
.entry-content ul li.wp-block-social-link {
	padding: unset;
	font-size: unset;
}
.wp-block-loginout { margin-bottom: 10px; }
.single-blog-content .wp-block-search {
	padding-bottom: 30px;
}
.entry-content p.has-x-large-font-size {
	line-height: 1 !important;
}
.entry-content p.has-large-font-size {
	line-height: 1.1 !important;
}
.entry-content p.has-small-font-size {
	line-height: inherit !important;
}
.entry-content ul.wp-block-social-links,
.entry-content ul.wp-block-rss { padding-left: 0; }
.entry-content p.wp-block-tag-cloud a {
	height: 40px;
	line-height: 38px;
	color: #777;
	font-size: 16px !important;
	padding: 0 20px;
	margin: 0 2px 7px 1px;
	border: 1px solid #ececec;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	font-weight: 400;
}
.entry-content p.wp-block-tag-cloud a:hover {
	background: #7f7de0;
	border: 1px solid #7f7de0;
	color: #fff;
}
.page-links {
	color: #777;
	font-size: 18px;
	font-weight: 400;
}
.page-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.page-links .post-page-numbers {
    background: #fff;
    color: #777;
    width: 58px;
    height: 58px;
    line-height: 58px;
    padding: 0;
    margin: 6px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
	background: #e94a8a;
	color: #fff;
}

/*  link hover style  */
.sidebar ul li a::before,
.footer-bottom-content ul li a::before,
.footer-col ul li a::before { display: none; }
.sidebar .wp-block-group ol li a,
.footer-container .widget_tag_cloud .tagcloud a,
.comment-content a,
.comment-content a.comment-edit-link,
.logged-in-as a,
.comment-reply-title small a,
.sidebar ul li a,
.footer-bottom-content ul li a,
.footer-col ul li a {
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .4s ease;
    text-decoration: none !important;
    padding-bottom: 1px;
    -ms-word-wrap: break-word;
	word-wrap: break-word;
}
.sidebar .wp-block-group ol li a:hover,
.footer-container .widget_tag_cloud .tagcloud a:hover,
.comment-content a:hover,
.comment-content a.comment-edit-link:hover,
.logged-in-as a:hover,
.comment-reply-title small a:hover,
.sidebar ul li a:hover,
.footer-bottom-content ul li a:hover,
.footer-col ul li a:hover {
    background-size: 100% 1px;
    text-decoration: none !important;
    cursor: pointer !important;
}
.comment-content table tr td a,
.read-more-btn {
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .4s ease;
    text-decoration: none !important;
    padding-bottom: 1px;
    -ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-content table tr td a:hover,
.read-more-btn:hover {
	background-size: 0% 1px;
	background-position: 100% 100%;
}
.entry-content ol li a,
.entry-content ul li a,
.entry-content a { color: #222; }
.footer-col ul.social-link li a:hover {
	background-size: 0 0;
}
.pass-protected-container .post-password-form label {
	text-align: left;
}
.single-blog-content .edit-link a.post-edit-link {
	color: #222;
}
.wp-block-button a {
	color: #fff;
	margin-bottom: 15px;
}
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text a,
.wp-block-cover p,
.wp-block-cover p a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text {
	color: #fff;
	line-height: 1.2;
}
.has-background { margin-bottom: 28px; }
.entry-content iframe {
	max-width: 100%;
}
.entry-content p iframe {
	max-height: 340px;
}
.wp-block-gallery:not(.has-nested-images) { margin-bottom: 30px; }
.post-thumbnail { margin-bottom: 0; }
.gallery-item figcaption,
.wp-block-embed figcaption,
.post-thumbnail .wp-caption-text,
.blocks-gallery-caption,
.wp-caption figcaption,
.wp-block-image figcaption {
	font-size: 16px;
	margin-top: 13px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.post-thumbnail .wp-caption-text a,
.blocks-gallery-caption a,
.wp-caption figcaption a,
.wp-block-image figcaption a {
	color: #222;
	text-decoration: underline;
}
.blocks-gallery-caption a:hover,
.wp-caption figcaption a:hover,
.wp-block-image figcaption a:hover {
	text-decoration: none;
}

.wp-block-image.alignwide {
	margin: 0 -24px 1em -24px;
}
.wp-block-image.alignfull {
	margin: 0 -48px 1em -48px;
}
.wp-block-media-text.alignfull,
.wp-block-embed.alignfull,
.wp-block-columns.alignfull,
.wp-block-cover.alignfull {
    position: relative;
    left: calc( 0% - 48px);
    width: calc( 100% + 96px);
    max-width: calc( 100% + 96px);
}
.wp-block-media-text.alignwide,
.wp-block-columns.alignwide,
.wp-block-cover.alignwide {
    position: relative;
    left: calc( 0% - 24px);
    width: calc( 100% + 48px);
    max-width: calc( 100% + 48px);
}
.wp-block-gallery.alignfull {
    position: relative;
    left: calc( 0% - 48px);
    width: calc( 100% + 96px);
    max-width: calc( 100% + 96px);
}
.wp-block-columns.alignfull .wp-block-column {
	padding-left: 20px;
	padding-right: 20px;
}
.wp-block-quote.has-text-align-right { border-right: 0; }
.wp-block-pullquote {
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	padding-top: 30px;
	margin-bottom: 40px;
}
.wp-block-pullquote.has-background {
	border: 3px solid #222;
}
.wp-block-pullquote .has-text-color p {
	color: #222;
	line-height: 1.1;
}

.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding-left: 71px;
	padding-right: 0;
}
.wp-block-quote.has-text-align-right cite { display: inline-block; }
.wp-block-quote.has-text-align-right cite::before {
	position: relative;
	display: inline-block;
	left: -9px;
	top: -5px;
}
.wp-block-quote.is-style-large cite {
	display: inline-block;
	text-align: left;
}
.wp-block-quote.is-style-large cite::before {
	display: inline-block;
	top: 39px;
}
.wp-block-file a {
	text-decoration: underline;
}
.wp-block-file a:hover {
	text-decoration: none;
}
.wp-block-file a.wp-block-file__button {
	border: 2px solid #32373c;
}
.wp-block-file a.wp-block-file__button:hover {
	background-color: transparent;
	color: #32373c;
}
p.has-background { padding: 20px 20px 20px 20px; }
.wp-block-embed.alignfull .wp-block-embed__wrapper::before {
	padding-top: 50.25%;
}
.wp-block-calendar caption {
	padding-bottom: 15px;
	caption-side: inherit;
	font-weight: 700;
}
.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
}
.wp-block-calendar a:hover { text-decoration: none; }
.entry-content ol.wp-block-latest-comments li a {
	text-decoration: underline;
}
.entry-content ol.wp-block-latest-comments li a:hover {
	text-decoration: none;
}
.entry-content ul.wp-block-latest-posts li { padding-bottom: 30px; }
.entry-content ul.wp-block-latest-posts li a {
	text-decoration: underline;
}
.entry-content ul.wp-block-latest-posts li a:hover {
	text-decoration: none;
}
.entry-content ul.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
	margin-bottom: 10px;
}
.entry-content ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
	margin-top: 5px;
}
.entry-content ul.wp-block-rss li {
	padding-bottom: 30px;
}
.entry-content table tr th a, 
.entry-content table tr td a,
.entry-content ul.wp-block-rss li a {
	text-decoration: underline;
}
.entry-content table tr th a:hover, 
.entry-content table tr td a:hover,
.entry-content ul.wp-block-rss li a:hover {
	text-decoration: none;
}
.entry-content .wp-calendar-table tr th,
.entry-content .wp-calendar-table tr td {
	padding: 7px;
}
.entry-content .wp-block-group {
	padding: 30px;
}
.entry-content .wp-block-group p:last-child {
	padding-bottom: 0;
}
.entry-content .wp-block-preformatted {
	white-space: pre;
}
.single-blog-img .post-thumbnail img {
	margin: 0 auto;
}

/* comment-content */
.comment-content {width:100%;}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	color: #222;
    line-height: normal;
	padding: 6px 0;
	margin: 0 0 6px 0;
}
.comment-content h1 { font-size: 36px; }
.comment-content h2 { font-size: 32px; }
.comment-content h3 { font-size: 28px; }
.comment-content h4 { font-size: 24px; }
.comment-content h5 { font-size: 20px; }
.comment-content h6 { font-size: 18px; }
.comment-content p {
	color: #777;
	font-size: 18px;
	line-height: 1.55;
	padding-bottom: 28px;
	font-weight: 400;
}
.comment-content p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment-content p a {
	color: #222;
}
.comment-content p a:hover {
	text-decoration: underline;
}
.comment-content ul {
	padding: 0 0 20px 17px;
	margin: 0;
}
.comment-content ul ul > li,
.comment-content ul ul ul > li,
.comment-content ul ul,
.comment-content ul ul ul {
	padding-bottom: 0;
}
.comment-content ul li {
	color: #777;
	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
}
.comment-content ol li a,
.comment-content ul li a {
	color: #777;
}
.comment-content ol {
	padding: 0 0 20px 19px;
	margin: 0;
}
.comment-content ol ol > li,
.comment-content ol ol ol > li,
.comment-content ol ol,
.comment-content ol ol ol {
	padding-bottom: 0;
}
.comment-content ol li {
	list-style-type:decimal;
	color: #777;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}
.comment-content ol li a:hover,
.comment-content ul li a:hover {
	text-decoration: underline;
}
.comment-content a {
	color: #777;
}
.comment-content a:hover {
	text-decoration: underline;
}
.comment-content blockquote {
    background: url(../images/bgr-blockquote.png) no-repeat 9px 0;
    padding: 5px 0 40px 71px;
    margin: 20px 0 15px 0;
    font-size: 20px;
    color: #999;
    line-height: 29px;
}
.comment-content blockquote p {
    font-size: 20px;
    color: #999;
    line-height: 29px;
    padding: 0;
    margin: 0;
	font-weight: 400;
}
.comment-content blockquote span {
    display: block;
    color: #222;
    font-size: 16px;
    padding-left: 35px;
    margin-top: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.comment-content blockquote span:before {
    background: #222;
    width: 23px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
}
.comment-content blockquote span small {
    display: inline-block;
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}
.comment-content table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment-content table,
.comment-content table tr th,
.comment-content table tr td {
	color: #777;
    font-size: 18px;
    border: 1px solid #777;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	font-weight: 400;
}
.comment-content table tr th a,
.comment-content table tr td a {
	color: #777;
}
.comment-content table tr th a:hover,
.comment-content table tr td a:hover {
	text-decoration: underline;
}
.comment-content form p {
	padding-bottom: 24px;
}
.comment-content form p span > span > span{
	display: block;
	margin: 0;
}
.comment-content form p span > span > span > span {
	display: inline-block;
	margin: 0 8px 0 0;
}
.comment-content dl dd {
	padding-left: 20px;
}
.comment-content p a {
	color: #222;
	text-decoration: underline !important;
}
.comment-content p a:hover {
	background-size: 0 0;
	text-decoration: none !important;
}
.entry-content .gallery-item img { width: 100%; }
.single-blog-content .entry-content p:last-child { overflow: hidden; }
.blog-item-img .post-thumbnail figcaption { margin-bottom: 0; }
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 90%;
}
.single-blog-content .entry-content .post-password-form p:last-child {
	overflow: inherit;
}
.sidebar .sidebar-social ul li { margin-bottom: 9px; }