/*
  Theme Name: Alvon
  Support: johanspond@gmail.com
  Description: Alvon - Multipurpose startup and agency WordPress theme.
  Version: 2.0.2
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. services
5. about-area
6. features
7. pricing
8. skill
9. benifits
10. choice
11. portfolio
12. experience
13. team
14. testimonail
15. faq
16. blog
17. cta
18. contact
19. footer
20. Page loader
*/

/* - 1. Theme default css 
=============================================================================*/
html,
body {
	overflow-x: hidden !important;
}
body {
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Karla', sans-serif;
	color: #000b41;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #7983b1;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7983b1;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.post-share ul,
.post-meta ul,
ul.type {
	padding-left: 0;
	margin-bottom: 10px;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.p-relative {
	position: relative;
}
.display-ib {
	display: inline-block;
}
.h2-benifits {
	z-index: 0;
}
/* button style */
.btn {
	-moz-user-select: none;
	background: transparent;
	border: 2px solid #cfe7ff;
	color: #000b41;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 35px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.5s ease 0s;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
	z-index: 1;
	border-radius: 50px;
}
.btn i {
	font-size: 16px;
	color: #00aeff;
	margin-left: 15px;
	transition: .5s;
}
.btn:hover {
	color: #fff;
	border-color: #00aeff;
}
.btn:hover i {
	color: #fff;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #00aeff;
	border-radius: 50px;
	transition: .5s;
	transform: scaleX(0);
	opacity: 0;
	z-index: -1;
}
.btn:hover::before {
	transform: scaleX(1);
	opacity: 1;
}
.filed-button .btn {
	color: #fff;
	background: #00aeff;
	border-color: #00aeff;
}
.filed-button .btn i {
	color: #fff;
}
.filed-button .btn:hover {
    color: #00aeff;
}
.filed-button .btn:hover i {
    color: #00aeff;
}
.filed-button .btn::before {
    background: #fff;
}

/* - 2. header css 
=============================================================================*/

.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.container-p {
	padding-left: 200px;
	padding-right: 200px;
}
.logo {
	width: 180px;
	display: inline-block;
}
.have-site-desc.sticky-menu .logo {
	margin-top: 3px;
}
.menu-area ul li {
	display: inline-block;
	margin-left: 50px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.menu-area ul li a {
	display: block;
	color: #fff;
	padding: 50px 0;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.breadcrumb_menu_height .menu-area ul li a {
	padding: 30px 0;
}
.sticky-menu .menu-area ul li a {
	display: block;
	color: #fff;
	padding: 30px 0;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.menu-item-has-children > a::before {
	content: "\f107";
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	font-family: "Font Awesome 5 pro";
	font-weight: 400;
	z-index: 9;
}
ul.submenu .menu-item-has-children > a::before,
footer .menu-item-has-children > a::before {
	display: none;
}
.sticky-menu {
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    z-index: 9999;
    position: fixed;
    background: #004dcd;
	background: -webkit-linear-gradient(to right, #00baff, #004dcd);
	background: linear-gradient(to right, #00baff, #004dcd);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.s-header.sticky-menu {
    background: #716aea;
	background: -webkit-linear-gradient(to right, #0755e0, #716aea);
	background: linear-gradient(to right, #0755e0, #716aea);
}
.header-btn .nice-select {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 30px;
	margin-right: 25px;
	border-radius: 50px;
	padding-right: 40px;
	background: #00aeff;
}
.header-btn .nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 29px;
}
.header-btn .btn {
	border-color: #fff;
	color: #fff;
}
.header-btn .btn i {
	color: #fff;
}
.header-btn .btn::before {
	background: #fff;
}
.header-btn .btn:hover {
	border-color: #fff;
}
.header-btn .btn:hover, 
.header-btn .btn:hover i {
	color: #000b41;
}
.header2 .header-btn .nice-select {
	background: #2c32b3;
}
.menu-area ul li .submenu {
	position: absolute;
	top: 80%;
	left: -40px;
	min-width: 225px;
	background-color: #fff;
	opacity: 0;
	transition: all 300ms ease-in;
	visibility: hidden;
	display: block;
	border: none;
	margin-right: 0;
	text-align: left;
	padding: 15px 0;
	box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.5);
	border-radius: 5px;
}
.menu-area ul li:hover> .submenu {
	left: 0px;
    visibility: visible;
    opacity: 1;
}
.menu-area ul ul li .submenu {
	top: 0;
	left: auto;
	right: 110%;
}
.menu-area ul ul li:hover> .submenu {
	left: auto;
	right: 100%;
}
.menu-area ul li .submenu li {
	display: block;
	margin: 0;
}
.menu-area ul li .submenu li a {
	padding: 5px 22px;
	width: 100%;
	font-size: 16px;
	text-transform: capitalize;
	color: #00aeff;
	font-weight: 400;
}
.menu-area ul li .submenu li:hover > a {
	padding-left: 30px;
}
.s-menu-area ul li .submenu li a {color: #000b41 !important;}
.s-menu-area ul li .submenu li:hover a {color: #FF4F4F;}
.sticky-menu .menu-area ul li .submenu {
	top: 100%;
}
ul.alvon-main-menu {
    text-align: right;
    margin-bottom: 0;
    padding-left: 0;
}
/* breadcrumb */
.breadcrumb_menu_height {
	background: #004dcd;
    background: -webkit-linear-gradient(to right, #00baff, #004dcd);
    background: linear-gradient(to right, #00baff, #004dcd);
}
.breadcrumb_height {
	background-size: cover;
	background-position: center;
}
.breadcrumb_height.sticky-menu {
	min-height: auto;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb_menu_height .breadcrumb-wrap {
	display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "|";
	font-size: 16px;
}
.breadcrumb li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb li a:hover {color: #d1d3ff;}
.breadcrumb-wrap h2 {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -4px;
	line-height: 1;
	margin-bottom: 25px;
	word-break: break-word;
}
.breadcrumb-img-none .breadcrumb-wrap h2 {
	font-size: 42px;
}
.breadcrumb-wrap {
	padding-top: 235px;
	padding-bottom: 140px;
}
.s-header-btn .search-btn {
	height: 60px;
	width: 60px;
	display: inline-block;
	text-align: center;
	background: #fff;
	line-height: 60px;
	border-radius: 50%;
	color: #000b41;
	margin-right: 30px;
}
.s-menu-area ul li a {
	color: #000b41;
}
.s-menu-area ul > li:hover a { color: #ff5050; }
.s-menu-area ul li.menu-item-has-children a::before {
	color: #000b41;
	transition: all .5s linear;
}
.s-menu-area ul li.menu-item-has-children:hover a::before {
	color: #ff5050;
}
.s-header-btn .btn {
	box-shadow: 0px 6px 12px 0px rgba(255, 60, 60, 0.3);
	background: #ff5050;
	border-color: #ff5050;
}
.s-header-btn .search-btn:hover {
	background: #ff5050;
	color: #fff;
}
.third-header.sticky-menu {
	background: #fff4f4;
}
.third-header.sticky-menu .menu-area ul li a {color: #000b41;}
/* search-modal */
#search-modal {
	background-color: rgba(23,26,33,.95);
	z-index: 999999;
}
.modal-backdrop {
	z-index: 1;
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	color: #FF4F4F;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}

/* - 3. slider css 
=============================================================================*/
.slider-bg {
	min-height: 1000px;
	background-position: center;
	background-size: cover;
}
.slider-pt {
	padding-top: 110px;
}
.slider-content {
	padding-left: 280px;
}
.slider-content span {
	font-size: 30px;
	color: #fff;
	display: block;
	margin-bottom: 35px;
}
.slider-content h2 {
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -4px;
	line-height: 1.1;
	margin-bottom: 0;
}
.slider-content h2 .underline {
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -4px;
	line-height: 1.1;
	display: initial;
	margin-bottom: 0;
	text-decoration: underline;
}
.s-down-arrow {
	position: absolute;
	left: 228px;
	bottom: 80px;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	z-index: 9;
}
.s-down-arrow a {
	color: #fff;
	font-size: 30px;
}
.s-down-arrow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff;
    background: transparent;
    border-color: transparent;
    background-color: transparent;
}
.s-down-arrow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i {
	font-size: 30px;
}
.s-down-arrow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, 
.s-down-arrow .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff;
    border-color: #00aeff;
    background-color: #00aeff;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
}
.s-slider-content {
	padding-left: 270px;
}
.s-slider-content h2 {
	font-size: 140px;
}
.s-slider-content h2 .underline {
	font-size: 140px;
}
.slider-btn .btn {
	border: 2px solid #002f91;
	background: #002f91;
	color: #fff;
	-webkit-transition: all .3s linear !important;
	-moz-transition: all .3s linear !important;
	-ms-transition: all .3s linear !important;
	-o-transition: all .3s linear !important;
	transition: all .3s linear !important;
}
.slider-btn .btn i {
	color: #fff;
}
.slider-btn .btn.transparent-btn {
	color: #fff;
	margin-left: 30px;
	border-color: #fff;
	background: transparent;
}
.slider-btn .btn.transparent-btn i {
	color: #fff;
}
.slider-btn .btn::before {
	background: #fff;
}
.slider-btn .btn:hover {
	color: #002f91; 
	border-color: #fff;
}
.slider-btn .btn:hover i {
	color: #002f91;
}
.s-slider-img {
	margin-top: 175px;
}
.slider-shape {
	position: absolute;
	top: 200px;
	left: 90px;
	z-index: -1;
}
.slider-line {
	position: absolute;
	right: 27px;
	bottom: 12px;
	z-index: -1;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } 
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
		transform: translateY(-20px); } 
}

.t-slider-bg {
	background: #fff4f4;
	border-bottom-left-radius: 116px;
	min-height: 1000px;
}
.t-slider-content {
	padding-left: 185px;
}
.t-slider-content h2 {
	font-size: 100px;
	font-weight: 700;
	color: #000b41;
	letter-spacing: -4px;
	line-height: 1.1;
	margin-bottom: 25px;
}
.t-slider-content p {
	font-size: 18px;
	padding-right: 20px;
	margin-bottom: 35px;
}
.slider-img-pr {
	padding-right: 200px;
}
.t-slider-img {
	margin-left: 45px;
}
.t-slider-img img {
	width: 100%;
}
.t-slider-img.sv-img {
	margin-left: 0;
	margin-right: 0;
}
.services-video-thumb.t-slider-img.sv-img {
    margin-top: 15px;
}
.t-slider-img .popup-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	background: #fff;
	box-shadow: 0px 16px 32px 0px rgba(255, 60, 60, 0.3);
	border-radius: 50%;
	font-size: 18px;
	color: #ff5050;
	z-index: 1;
}
.t-slider-img .popup-video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 110px;
	width: 110px;
	line-height: 110px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	animation: pulse-border 1500ms ease-out infinite;
}
.pluse-animation .popup-video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 110px;
	width: 110px;
	line-height: 110px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.t-slider-btn .btn {
	box-shadow: 0px 6px 12px 0px rgba(255, 60, 60, 0.3);
	background: #ff5050;
	border-color: #ff5050;
	color: #fff;
	padding: 21px 50px;
}
.t-slider-btn .btn.black-btn {
	box-shadow: none;
	background: #000b41;
	border-color: #000b41;
	margin-left: 30px;
}
.t-slider-btn .btn::before {background: #fff;}
.t-slider-btn .btn:hover {color: #000b41;}
.area-ml {
	background: #ff5050;
	border-bottom-left-radius: 116px;
}
section.vc_section.area-ml {
    margin-left: 80px;
}

/* - 4. services css 
=============================================================================*/
.section-title > span {
	font-size: 16px;
	font-weight: 700;
	color: #a5b0e5;
	display: block;
	margin-bottom: 10px;
}
.section-title h2 {
	font-size: 70px;
	letter-spacing: -4px;
	margin-bottom: 0;
	line-height: 1.1;
	position: relative;
	display: inline-block;
}
.section-title h2 > span {
	text-decoration: underline;
}
.section-title h2 small {
	position: absolute;
	top: -8px;
	right: -15px;
	height: 40px;
	width: 40px;
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.3);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 40px;
	background: #00aeff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.h3-cf-title span.sub-title {
    color: #ff5050;
}
.section-title.service-details-page h2 small {
    left: 0;
	top: -50px;
    right: auto;
}
.services-icon {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.services-icon i {
	font-size: 100px;
}
.services-icon.font-icon {
    padding-bottom: 20px;
}
.services-icon::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 30px;
	left: 0;
	right: 0;
	margin: auto;
	background: #00aeff;
	bottom: 0;
	transition: .5s;
}
.single-services:hover .services-icon::before {
	width: 100px;
}
.services-content h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.services-content p {
	margin-bottom: 0;
}
.s-services-content p {
	position: relative;
	padding-bottom: 25px;
}
.s-services-content p::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 30px;
	transition: .5s;
	background: #beeaff;
	bottom: 0;
	z-index: 1;
}
.single-services:hover .s-services-content p::before {
	width: 70px;
}
.s-services-icon i {
	font-size: 45px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.s-services-icon.font-icon.mb-45 {
    margin-bottom: 10px;
}

.single-services.green .services-content h3:hover a {color: #00c58c;}
.inner-single-about.green .services-icon.iabout-icon.img-icon,
.single-services.green .s-services-icon.image-icon {
	background-color: #00c58c;
}
.single-services.green .s-services-content p::before{background: #00c58c;}
.single-services.green:hover .s-services-content p::before {background: #00c58c;}

.single-services.blue .services-content h3:hover a {color: #5b53ff;}
.single-services.blue .s-services-content p::before{background: #5b53ff;}
.single-services.blue:hover .s-services-content p::before {background: #5b53ff;}
.inner-single-about.blue .services-icon.iabout-icon.img-icon,
.single-services.blue .s-services-icon.image-icon { background-color: #5b53ff; }

.single-services.yellow .s-services-content p::before{background: #fcbe2d;}
.single-services.yellow .services-content h3:hover a {color: #fcbe2d;}
.single-services.yellow .s-services-icon.image-icon,
.inner-single-about.yellow .services-icon.iabout-icon.img-icon,
.single-services.yellow:hover .s-services-content p::before {background: #fcbe2d;}

.single-services.red .s-services-content p::before{background: #fc5454;}
.single-services.red .services-content h3:hover a {color: #fc5454;}
.single-services.red .s-services-icon.image-icon,
.inner-single-about.red .services-icon.iabout-icon.img-icon,
.single-services.red:hover .s-services-content p::before {background: #fc5454;}

.single-services.cyan .s-services-content p::before{background: #0090ff;}
.single-services.cyan .services-content h3:hover a {color: #0090ff;}
.single-services.cyan .s-services-icon.image-icon,
.inner-single-about.cyan .services-icon.iabout-icon.img-icon,
.single-services.cyan:hover .s-services-content p::before {background: #0090ff;}

.single-services.light-g .s-services-content p::before{background: #61b559;}
.single-services.light-g .services-content h3:hover a {color: #61b559;}
.single-services.light-g .s-services-icon.image-icon,
.inner-single-about.light-g .services-icon.iabout-icon.img-icon,
.single-services.light-g:hover .s-services-content p::before {background: #61b559;}

.s-details-image {
	margin-left: -280px;
	z-index: 1;
}
.services-video-thumb {
	float: left;
	display: block;
	margin-right: 40px;
}
.services-video-thumb .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: #fff;
	color: #333;
	border-radius: 50%;
	font-size: 14px;
	z-index: 9;
}
.benifits-video .services-video-thumb {
	margin-right: 0;
}
.s-services-icon {
    width: 100px;
    height: 100px;
    line-height: 123px;
    border-radius: 100%;
    display: inline-block;
}
.s-services-icon.image-icon {
    padding: 25px;
    line-height: 48px;
}
.s-services-icon.image-icon img,
.s-services-icon img {
	width: 100%;
	height: auto;
}
.s-details-content > p {
	margin-bottom: 25px;
}
.s-video-contet p {
	margin-bottom: 0;
}
.services-video {
	display: flex;
	align-items: center;
}
.t-services-icon {
	color: #fff;
    height: 90px;
    width: 90px;
    float: left;
    display: block;
    margin-right: 30px;
    text-align: center;
    line-height: 110px;
    border-radius: 100%;
    background-color: #ff5050;
}
.t-services-icon.image-icon {
    line-height: 85px;
}
.t-services-icon img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.t-services-icon.font-icon i {
	font-size: 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.t-services-content h5 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -2px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.t-services-content h5 span {
	text-decoration: underline;
}
.t-services-content h5:hover a {
	color: #FF4E4E;
}
.t-services-content h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #ffcccc;
	transition: .3s;
}
.t-services-content p {
	margin-bottom: 0;
}
.single-services:hover .t-services-content h5::before {
	width: 70px;
}
.service-details-img-text {
    padding-top: 65px;
}
.aavatar-info {
    padding-top: 5px;
}
.skill-content i {
    padding-top: 4px;
    float: left;
    margin-right: 5px;
}
.white-service .iabout-content h4,
.white-service .iabout-content p {
	color: #fff;
}
.white-service img {
    width: 40px;
}
.white-service .iabout-content h4 a:hover {
	color: #c9eeff;
}
/* - 5. about css 
=============================================================================*/
.experience-section-wrap {
	background-size: cover;
	background-repeat: no-repeat;
}
.about-area {
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.abottom-img {
	margin-top: -120px;
	margin-left: 110px;
	position: relative;
}
.our-experience {
	position: absolute;
	right: 35px;
	height: 165px;
	width: 165px;
	text-align: center;
	background: #00aeff;
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.3);
	top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-experience h4 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 0;
}
.our-experience h4 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.our-experience h4 .odometer-inside span {
	font-size: 50px;
	font-weight: 700;
}
.about-shape::before {
	content: "";
	position: absolute;
	left: -35px;
	bottom: 139px;
	background-image: url(../img/about_shape.png);
	background-repeat: no-repeat;
	width: 161px;
	height: 179px;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 50s;
	animation-duration: 50s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.abour-content-p {
	padding-left: 70px !important;
}
.about-list ul li {margin-bottom: 50px;}
.about-list ul li:last-child {margin-bottom: 0;}
.about-list ul li h3 {
	font-size: 24px;
	color: #005cd3;
	margin-bottom: 15px;
}
.about-list ul li.misson h3 {
	color: #00aeff;
}
.about-list ul li p {
	margin-bottom: 0;
	padding-right: 10px;
}
.s-about-shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 140px;
	z-index: 1;
}
.s-about-shape {
	position: absolute;
	left: 140px;
	bottom: 140px;
	z-index: 1;
	animation-duration: 20s;
	-webkit-animation-duration: 20s;
}
.section-title > .s-title-tag {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.3);
	border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	background: #00aeff;
	color: #fff;
	margin-bottom: 25px;
}
.s-abour-content-p {
	padding-left: 35px !important;
}
.s-about-content h5 {
	font-size: 24px;
	font-weight: 400;
	color: #7983b1;
	line-height: 1.5;
	margin-bottom: 20px;
}
.s-about-content p {
	font-size: 14px;
	margin-bottom: 35px;
}
.about-bottom {
	display: flex;
	align-items: center;
}
.about-avatar {
	margin-right: 30px;
}
.aavatar-info h5 {
	font-size: 16px;
	margin-bottom: 3px;
}
.aavatar-info span {
	font-size: 14px;
	color: #7983b1;
}
.section-title.text-center > .s-title-tag {
	margin-left: auto;
	margin-right: auto;
}
.inner-single-about {
	padding: 50px;
	transition: .5s;
	padding-top: 80px;
	position: relative;
	box-shadow: 0px 8px 16px 0px rgba(128, 110, 236, 0.1);
}
.inner-single-about.style5 {
	padding: 0;
	box-shadow: none;
}
.inner-single-about.style5:hover {
	box-shadow: none;
}
.inner-single-about.style5 .iabout-icon img {
    margin-top: 0; 
    margin-bottom: 0;
}
.inner-single-about.style5 .iabout-icon {
    float: left;
    margin-right: 20px;
}
.services-icon.iabout-icon {
    top: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 90px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    transform: translateX(-50%);
}
.services-icon.iabout-icon.img-icon {
    padding: 25px;
    line-height: 45px;
}
.services-icon.iabout-icon:before {
    display: none;
}
.services-icon.iabout-icon i {
    font-size: 45px;
}
.services-icon.iabout-icon img {
    width: 100%;
    height: auto;
}
/*Style 6*/
.inner-single-about.style6 {
	padding: 0;
	box-shadow: none;
	border: 2px solid #daf2ff;
	transition: all .5s linear; 
}
.inner-single-about.style6:hover {
	box-shadow: none;
}
.inner-single-about.style6 .iabout-content {
	margin: 8px;
	position: relative;
	background-color: #fafdff;
	z-index: 1;
	padding: 50px 30px 45px;
}
.about-icon-img6 {
    margin-bottom: 35px;
}
img.hover-img {
	top: 10px;
    left: 10px;
    z-index: 1;
    width: 0;
    opacity: 0.2;
    position: absolute;
    transform: scale(0);
    transition: all .6s linear;
}
img.img2 {
	top: 50px;
	left: 50%;
	z-index: -1;
	opacity: 0;
    position: absolute;
    transition: all .5s linear;
    transform: translateX(-50%);
}
a.extra-link {
	color: #00aeff;
	font-weight: 700;
	margin-top: 20px;
    display: inline-block;
    position: relative;
}
a.extra-link i {
	opacity: 0;
	transition: all .5s linear
}
.inner-single-about.style6 .iabout-content:after {
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background-color: #00aeff;
	transition: all .5s linear;
}
.inner-single-about.style6:hover {
	border-color: #fff;
	box-shadow: 0px 0px 65px #daf2ff99;
}
.inner-single-about.style6:hover .iabout-content:after {
	opacity: 1;
}
.inner-single-about.style6:hover img.hover-img {
	width: 40%;
	transform: scale(1);
}
.inner-single-about.style6:hover .iabout-content img.img1 {
    opacity: 0;
    z-index: -1;
}
.inner-single-about.style6:hover img.img2 {
	z-index: 1;
	opacity: 1;
}
.inner-single-about.style6:hover h4 a,
.inner-single-about.style6:hover p {
	color: #ffffff;
}
.inner-single-about.style6:hover a.extra-link {
	color: #fff;
}
.inner-single-about.style6:hover a.extra-link i {
	opacity: 1;
	margin-left: 10px;
}
.iabout-content h4 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.iabout-content h4 span {text-decoration: underline;}
.iabout-content p {
	margin-bottom: 0;
	transition: all .3s linear;
}
.inner-single-about:hover {
	box-shadow: 0px 8px 16px 0px rgba(128, 110, 236, 0.3);
}
.third-about-shape::before {
	background-image: url(../img/about_shape01.png);
}
.third-about-shape .our-experience {
	background: #ff5050;
	box-shadow: 0px 8px 16px 0px rgba(255, 80, 80, 0.1);
}
.third-alist ul li h3 {
	color: #ff5050;
}
.alvon-call-to-action {
    background-color: #f7f7f7;
}
.alvon-call-to-action .vc_general.vc_cta3 {
    padding: 0;
    border: none;
}
.alvon-call-to-action .vc_cta3-container {
    margin-bottom: 0;
}
.alvon-call-to-action .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	-moz-user-select: none;
    background: transparent;
    border: 2px solid #cfe7ff;
    color: #000b41;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 35px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    border-radius: 50px;
}
.alvon-call-to-action .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00aeff;
    border-radius: 50px;
    transition: .5s;
    transform: scaleX(0);
    opacity: 0;
    z-index: -1;
}
.alvon-call-to-action .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	color: #fff;
	border-color: #00aeff;
}
.alvon-call-to-action .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover::before {
    opacity: 1;
    transform: scaleX(1);
}
/* - 6. features css 
=============================================================================*/
.cf-title span {
	font-size: 24px;
	font-weight: 400;
	color: #ff5050;
}
.single-c-features {
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(255, 80, 80, 0.06);
	padding: 50px;
	transform: translateY(0);
	transition: .3s;
}
.cf-content h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 15px;
}
.cf-content p {
	font-size: 15px;
	margin-bottom: 0;
	padding-right: 10px;
}
.single-c-features:hover {
	box-shadow: 0px 8px 16px 0px rgba(255, 80, 80, 0.2);
	transform: translateY(-10px)
}
.cf-last-mt {
	margin-top: 80px;
}

/* - 7. pricing css 
=============================================================================*/
.pricing-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: right;
	max-width: 294px;
	background: transparent;
	margin-left: auto;
	border-radius: 50px;
	border: 2px solid #ffb0b0;
	padding: 8px;
}
.pricing-tabs li {
	margin: 0;
	display: inline-block;
}
.pricing-tabs li a {
	border: none !important;
	font-size: 16px;
	font-weight: 700;
	color: #000b41;
	padding: 18px 40px;
	border-radius: 50px !important;
	text-transform: capitalize;
}
.pricing-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #ff5050;
	border-color: unset !important;
	box-shadow: 0px 6px 12px 0px rgba(255, 60, 60, 0.3);
}
.pricing-box {
	background: #fff;
	padding: 70px 55px;
}
.pricing-head > span {
	font-size: 16px;
	font-weight: 700;
	color: #ff3c3c;
	display: block;
	margin-bottom: 15px;
}
.pricing-head h2 {
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1;
}
.pricing-head h2 span {
	font-size: 16px;
}
.pricing-body span {
	font-size: 16px;
	color: #7983b1;
}
span.time {
	width: 100%;
    display: inline-block;
}
.pricing-body p {
	color: #7983b1;
	margin-bottom: 0;
	margin-top: 20px;
}
.pricing-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 22px;
}
.pricing-body ul li {
	color: #7983b1;
	margin: 10px 0;
}
.pricing-body ul li i {
	color: #7983b1;
	margin-right: 10px;
	display: inline-block;
}
.pricing-btn {
    margin-top: 45px;
}
.pricing-btn .btn {
	border-color: #000b41;
	background: #000b41;
	color: #fff;
	padding: 20px 40px;
}
.pricing-btn .btn::before {content: none;}
.pricing-btn .btn i {
	margin-left: 0;
	margin-right: 10px;
	color: #fff;
}
.pricing-btn .btn:hover {
	box-shadow: 0px 16px 32px 0px rgba(255, 60, 60, 0.3);
	background: #ff3c3c;
	border-color: #ff3c3c;
}
.pricing-box.active .pricing-btn .btn {
	box-shadow: 0px 16px 32px 0px rgba(255, 60, 60, 0.3);
	background: #ff3c3c;
	border-color: #ff3c3c;
}

/* - 8. skill css 
=============================================================================*/
.skill-range {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
}
.skill-range > span {
	font-size: 15px;
	color: #7983b1;
}
.skill-range .pie-chart-percent span ,
.skill-range .pie-chart-percent sup {
	font-size: 40px;
	font-weight: 700;
	top: 0;
	color: #000b41;
}
.black-color .skill-range .pie-chart-percent span ,
.black-color .skill-range .pie-chart-percent sup,
.black-color .section-title > span,
.black-color .section-title h2 > span,
.black-color .section-title h2,
.black-color .skill-content h4 {
	color: #fff;
}
.pie-chart-percent {
	display: block;
	margin-bottom: 10px;
}
.skill-content h4 {
	font-size: 30px;
	letter-spacing: -2px;
	margin-bottom: 15px;
}
.skill-content p {margin-bottom: 0;}
.ss-skill {overflow: hidden;}
.ss-skill .circle-wrap {
	float: left;
	display: block;
	width: 215px;
	margin-right: 30px;
}
.ss-skill .skill-content.fix {
	padding-right: 60px;
	padding-top: 13px;
}
.ss-skill .skill-content p {
	margin-bottom: 20px;
}
.black-color .ss-skill .skill-content p,
.black-color .ss-skill .skill-content a,
.black-color .skill-range > span {
	color: #c2caed;
}

.ss-skill .skill-content a {
	color: #7983b1;
	display: inline-block;
}
.ss-skill .skill-content a:hover {
	color: #00aeff;
}
.sv-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	background: #00aeff;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.3);
}
.sv-img .popup-video:hover {
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.5);
}
.bar-title h4 {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.progress-bar span {
	color: #fff;
	font-size: 16px;
	margin-top: -50px;
}
.progress {
	border-radius: 0;
	height: 10px;
	overflow: visible;
	background: #6DEFFB;
}
.progress-bar {
	background-color: #fff;
	text-align: right;
	position: relative;
}
.team-single-skill {
	padding-right: 40px;
	overflow: hidden;
}
/* - 9. benifits css 
=============================================================================*/
.benifits-bg {
	background-position: center;
	background-size: cover;
}
.benifits-img {
	margin-left: -260px;
}
.benifits-img-wrap {
	z-index: 1;
}

.benifits-list ul li h3 {
	color: #fff;
}
.benifits-list ul li p {
	color: #fff;
}
.benifits-p {
	padding-top: 115px;
	padding-bottom: 115px;
	padding-left: 70px;
}
.benifits-text {
	padding-left: 55px !important;
}
.binifits-shape {
	position: absolute;
	bottom: 0;
	left: -240px;
	z-index: -1;
}
.benifits-video img {
	width: 100%;
}
.inner-benifits-wrap {
	background: #0254df;
	background: -webkit-linear-gradient(to bottom, #766beb, #0254df);
	background: linear-gradient(to bottom, #766beb, #0254df);
	padding-top: 115px !important;
	padding-bottom: 98px !important;
	padding-left: 120px !important;
	padding-right: 265px !important;
	height: 100%;
}
.inner-benifits-area .section-title h2 {
	padding-right: 100px;
}
.ibenifits-content p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 37px;
}
.ibenifits-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.ibenifits-list ul li:last-child {margin-bottom: 0;}
.benifits-check i {
	color: #fff;
	margin-right: 15px;
}
.benifits-list-c span {
	font-size: 16px;
	color: #fff;
}
.benifits-video .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	background: #00aeff;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.3);
}

/* - 10. choice css 
=============================================================================*/
.w-title span {color: #fff;}
.w-title h2 {color: #fff;}
.choice-bg {
	background-position: center;
	background-size: cover;
}
.choice-content p {
	color: #fff;
	font-size: 20px;
	padding-right: 60px;
	margin-bottom: 35px;
}
.alvon-list {
	padding: 0;
}
.alvon-list li p {
	margin-bottom: 0;
}
.choice-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.choice-list ul li:last-child {
	margin-bottom: 0;
}
li.single-bs-wrap.style5 {
	display: inline-block;
}
.style5 .bs-number {
	float: left;
	margin-top: 3px;
}
.style5 .choice-list-c {
	overflow: hidden;
}
.choice-check i,
.bs-number {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	color: #7983b1;
	border: 2px solid #7983b1;
	border-radius: 50%;
	margin-right: 15px;
}
ul.alvon-list.border-none .choice-check i {
	width: 15px;
	height: 15px;
	border: none;
	line-height: 25px;
}
.team-info-list li {
	margin-bottom: 5px !important;
}
.team-info-list .choice-check i {
	border: none;
    width: auto;
    height: auto;
}
.bs-number h5 {
	line-height: 35px;
}
.choice-list-c span {
	font-size: 16px;
	color: #7983b1;
}
.choice-shape {
	position: absolute;
	left: 0;
	top: -35px;
}
.choice-list-c h5 {
	font-size: 24px;
}
.white-color li span,
.white-color li h5,
.white-color li h3,
.white-color li p,
.white-color li i,
.white-color li {
	color: #fff;
}
.white-color i,
.bs-number {
	border-color: #fff;
}
.overflow-visible {
	overflow: visible !important;
}
.h1-choose-us {
	padding-top: 85px !important;
}

/* - 11. portfolio css 
=============================================================================*/
.project-thumb img,
.single-rwork img  {
	width: 100%;
	height: auto;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.single-porject,
.single-rwork {
	overflow: hidden;
}
.single-porject:hover .project-thumb img,
.single-rwork:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio-btn .btn {
	color: #fff;
	background: #00aeff;
	border-color: #00aeff;
}
.portfolio-btn .btn:hover { 
	color: #00aeff; 
}
.portfolio-btn .btn::before { 
	background: #fff; 
}
.p-details-img img {
	width: 100%;
}
.portfolio-pl {
	padding-left: 45px;
}
.p-details-content > span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #00aeff;
	display: block;
	margin-bottom: 10px;
}
.p-details-content h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 30px;
}
.p-details-content p {
	margin-bottom: 20px;
}
.product-status {
	border-top: 1px solid #ebe8ff;
	border-bottom: 1px solid #ebe8ff;
	padding: 40px 0;
}
.product-status ul {
	padding: 0;
	list-style: none;
}
.product-status ul li {
	font-size: 14px;
	color: #7983b1;
	margin-bottom: 7px;
}
.product-status ul li:last-child {margin-bottom: 0;}
.product-status ul li a {
	color: #7983b1;
}
.product-status ul li span {
	font-size: 14px;
	font-weight: 700;
	color: #000b41;
	min-width: 95px;
	display: inline-block;
}
.product-share {
	margin-top: 45px;
}
.product-share span {
	font-size: 14px;
	color: #000b41;
	font-weight: 700;
	display: inline-block;
	margin-right: 40px;
}
.product-share a {
	font-size: 14px;
	color: #b0bbc2;
	margin-right: 15px;
}
.product-share a:hover { color: #00aeff; }
.btn.portfolio-d-btn {
	color: #fff;
	margin-top: 40px;
	background: #fff;
}
.btn.portfolio-d-btn::before {
    background: #fff;
}
.btn.portfolio-d-btn:hover {
	color: #00aeff;
}
.container-fluid.rwork-pl {
	padding-left: 160px;
}
.single-rwork img {
	width: 100%;
}
.rwork-title h4 {
	font-size: 30px;
	margin-bottom: 0;
}
.rwork-active .slick-arrow {
	position: absolute;
	right: 160px;
	top: -108px;
	border: none;
	padding: 0;
	background: #fff;
	font-size: 14px;
	color: #7983b1;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	z-index: 9;
	cursor: pointer;
	transition: .5s;
}
.rwork-active .slick-arrow:hover {background: #00aeff;color: #fff;}
.rwork-active .slick-prev {right: 240px;}
.red .section-title h2 small,
.section-title.red h2 small {
	box-shadow: 0px 6px 12px 0px rgba(255, 80, 80, 0.3);
	background: #ff5050;
}
.nb-center h2 {
	
}
.nb-center h2 small {
	top: -65px !important;
    right: 50% !important;
    margin-right: -20px;
}
.single-project .project-thumb {transition: .5s;}
.project-active .slick-active.slick-center .single-project .project-thumb {
	transform: translateY(-30px);
}
.project-active .slick-track {
	padding-top: 50px;
}
.project-active .slick-arrow {
	position: absolute;
	top: -130px;
	right: 19%;
	padding: 0;
	background: none;
	color: #000b41;
	font-size: 16px;
	cursor: pointer;
	z-index: 9;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border: 2px solid #cfe7ff;
	border-radius: 50%;
	transition: .3s;
}
.home3-portfolio .project-active .slick-arrow {
	border-color: #fff4f4;
}
.project-active .slick-prev {
	right: 23%;
}
.project-active .slick-arrow:hover {
	box-shadow: 0px 6px 12px 0px rgba(255, 60, 60, 0.3);
	background: #ff5050;
	color: #fff;
	border-color: #ff5050;
}
.portfolio-area .sidebar-blog.sidebar-default.portfolio-sidebar .widget-wrap {
	margin-bottom: 40px;
}
.portfolio-area .sidebar-blog.sidebar-default.portfolio-sidebar .widget-wrap:last-child {
	margin-bottom: 25px;
}
.portfolio-area .sidebar-blog.sidebar-default.portfolio-sidebar .widget-wrap .sidebar-title {
    margin-bottom: 20px;
}
.portfolio-details .portfolio-sidebar .widget-wrap {
	margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #ebe8ff;
}
.portfolio-area ul.pagination {
    margin-bottom: 0;
}
/* - 12. experience css 
=============================================================================*/
.exp-bg {
	background-position: center;
	background-size: cover;
}
.exp-content > span {
	font-size: 16px;
	font-weight: 700;
	color: #ffff;
	display: block;
	margin-bottom: 30px;
}
.exp-content h2 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -4px;
	color: #fff;
	padding: 0 20px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.exp-content h2 span {
	text-decoration: underline;
}
.exp-content .btn {
	background: #fff;
	border-color: #fff;
	color: #ff4949;
	padding: 21px 50px;
}
.exp-content .btn.black-btn {
	box-shadow: none;
	background: #000b41;
	color: #fff;
	border-color: #000b41;
	margin-left: 30px;
}
.exp-content .btn::before {background: #ff4949;}
.exp-content .btn:hover {color: #fff; border-color: inherit;}
.exp-client ul li {
	position: absolute;
	top: 31px;
	left: 31%;
	list-style: none;
	animation: second-heartbeat .8s infinite alternate;
}
.exp-client ul li img {
	border-radius: 50%;
	box-shadow: 0px 16px 32px 0px rgba(145, 0, 0, 0.3);
}
.exp-client ul li:nth-child(2) {
	top: 40px;
	left: 59%;
	animation: second-heartbeat .5s infinite alternate;
}
.exp-client ul li:nth-child(3) {
	top: 40%;
	left: 40px;
	animation: second-heartbeat 1s infinite alternate;
}
.exp-client ul li:nth-child(4) {
	top: unset;
	left: 20%;
	bottom: 85px;
	animation: second-heartbeat 1.5s infinite alternate;
}
.exp-client ul li:nth-child(5) {
	top: unset;
	left: unset;
	right: 25%;
	bottom: 130px;
	animation: second-heartbeat .6s infinite alternate;
}
.exp-client ul li:nth-child(6) {
	top: 55px;
	left: unset;
	right: 9%;
	animation: second-heartbeat .9s infinite alternate;
}
.exp-client ul li:last-child {
	top: unset;
	left: unset;
	bottom: 55px;
	right: 4%;
	animation: second-heartbeat .7s infinite alternate;
}
@keyframes second-heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes second-heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* - 13. team css 
=============================================================================*/
.team-btn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
.team-btn a {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 52px;
	box-shadow: 0px 6px 12px 0px rgba(0, 174, 255, 0.3);
	display: block;
	border-radius: 50%;
	background: #00aeff;
	color: #fff;
	font-size: 14px;
}
.team-thumb img {
	width: 100%;
	height: auto;
	border-top-left-radius: 75px;
}
.team-content{
	padding: 30px;
	background: #fafafa;
}
.team-content h4 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.team-content span {
	font-size: 16px;
	font-weight: 700;
	color: #00aeff;
	text-decoration: underline;
}
.single-team:hover .team-btn a {
	color: #00aeff;
	background: #fff;
}
.team-content h4:hover a {
	color: #00aeff;
}
.office-img-justify .col-md-6:nth-child(2) .office-img,
.max-width-reset.office-img2 {
	margin-left: -122px;
	margin-top: 80px;
}
.max-width-reset.office-img2 {
	overflow: hidden;
}
.office-img-justify .col-md-6:nth-child(3) .office-img,
.office-img3 {
	margin-left: 89px;
	margin-top: -65px;
}
.office-img-justify .col-md-6:last-child .office-img,
.office-img4 {
	z-index: 9;
	margin-left: -122px;
	margin-top: 10px;
	display: inline-block;
	box-shadow: 0px 8px 16px 0px rgba(0, 174, 255, 0.3);
}
.office-img-overlay {
	position: relative;
	display: inline-block;
	margin-left: -122px;
}
.office-img-justify .col-md-6:last-child .office-img::before,
.office-img-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(left, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: -o-linear-gradient(left, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: linear-gradient(to right, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	opacity: .9;
}
.office-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	width: 100%;
	text-align: center;
}
.office-overlay h4 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -3px;
	margin-bottom: 20px;
}
.office-overlay h4 span {
	text-decoration: underline;
}
.office-overlay .btn {
	border-color: #fff;
	color: #fff;
}
.office-overlay .btn:hover {border-color: #00aeff}
.single-team-d .s-team-shape {
	position: absolute;
	left: -160px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: unset;
}
.single-team-d img {width: 100%;}
.team-details-pl {
	padding-left: 30px !important;
}
.s-team-content span {
	font-size: 14px;
	font-weight: 700;
	color: #00aeff;
	display: block;
	margin-bottom: 25px;
}
.s-team-content h2 {
	font-size: 56px;
	letter-spacing: -4px;
	margin-bottom: 15px;
}
.s-team-content p {
	margin-bottom: 30px;
}
.s-team-info ul li {
	font-size: 16px;
	color: #7983b1;
	margin-bottom: 10px;
}
.s-team-info ul li:last-child {margin-bottom: 0;}
.s-team-info ul li i {
	display: inline-block;
	margin-right: 30px;
}
.team-social a {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #d3d1ff;
	border-radius: 50%;
	font-size: 16px;
	color: #7c8a97;
	margin-right: 15px;
}
.team-social a:hover {
	border-color: #00aeff;
	color: #00aeff;
	color: #fff;
	background: #00aeff;
}

/* - 14. testimonail css 
=============================================================================*/
.h1-testimonial {
	background-size: cover;
	background-repeat: no-repeat;
}
.testi-bg {
	background-position: center;
	background-size: cover;
}
.testi-rating i {
	color: #fff;
}
.testimonial-content p {
	color: #fff;
	font-size: 30px;
	padding: 0 65px;
	line-height: 1.3;
	margin-bottom: 0;
}
.ta-img img {
	border-radius: 50%;
	box-shadow: 3px 4px 0 2px #00fffc;
	display: inline-block;
}
.ta-info h5 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -2px;
	margin-bottom: 5px;
}
.ta-info span {
	font-size: 16px;
	color: #fff;
}
.testi-shape {
	position: absolute;
	right: 60px;
	left: auto;
	top: 0;
}
.testimonial-p {
	padding-left: 375px;
}
.s-single-testimonial {
	background: #fff;
	padding: 50px 25px;
}
.s-single-testimonial .testi-rating i {
	color: #ffa200;
	font-size: 16px;
}
.s-single-testimonial .ta-info h5 {
	font-size: 22px;
	color: #000b41;
}
.s-single-testimonial .ta-info span {
	font-size: 15px;
	color: #7983b1;
}
.s-single-testimonial .st-avatar {
	display: flex;
	align-items: center;
}
.s-single-testimonial .ta-img {
	margin-right: 25px;
}
.s-single-testimonial::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 90%;
	height: 20px;
	bottom: 30px;
	margin: 0 auto;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	transition-delay: .1s;
	z-index: -1;
}
.s-single-testimonial::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 76%;
	height: 40px;
	bottom: 30px;
	margin: 0 auto;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	transition-delay: .2s;
	z-index: -1;
}
.s-single-testimonial:hover::after {
	opacity: .2;
	bottom: -40px;
}
.s-single-testimonial:hover::before {
	opacity: .3;
	bottom: -20px;
}
.slick-current.slick-active.slick-center .s-single-testimonial::after {
	opacity: .2;
	bottom: -40px;
}
.slick-current.slick-active.slick-center .s-single-testimonial::before {
	opacity: .3;
	bottom: -20px;
}
.s-testimonial-active .slick-track {
	padding-bottom: 45px;
}
.s-testimonial-active .slick-arrow {
	position: absolute;
	top: -130px;
	right: 24%;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 9;
}
.s-testimonial-active.tesimonial1 .slick-arrow {
	top: 50%;
	right: -50px;
	margin-top: -30px;
}
.s-testimonial-active.tesimonial1 button.slick-prev.slick-arrow {
    right: auto;
    left: -50px;
}
.s-testimonial-active .slick-prev {right: 27%;}

/* - 15. faq css 
=============================================================================*/
.single-faq {
	border: 2px solid #e6e7ff;
	padding: 35px 40px;
}
.faq-top {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.faq-count span {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 47px;
	border: 2px solid #e6e7ff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 700;
	margin-right: 20px;
	position: relative;
	transition: .3s;
}
.faq-title h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.6;
}
.faq-content p {
	margin-bottom: 0;
}
.faq-count span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	opacity: 0;
	border-radius: 50%;
	z-index: -1;
	transition: .3s;
}
.single-faq:hover .faq-count span {border-color: transparent;color: #fff;}
.single-faq:hover .faq-count span::before {opacity: 1;}
.faq-widget {
	margin-bottom: 30px;
}
.faq-border {
	padding: 40px 45px;
	border: 2px solid #e6e7ff;
}
.faq-cat {
	border: 2px solid #e6e7ff;
	padding: 40px 45px;
}
.faq-widget .faq-title h5 {
	font-size: 18px;
	font-weight: 700;
	color: #00aeff;
	margin-bottom: 30px;
}
.faq-title h5 i {
	float: right;
	font-size: 16px;
	color: #00aeff;
}
.widget_categories.faq-widget ul li {
	padding-left: 0;
    margin-bottom: 12px;
    border-bottom: none;
}
.widget_categories.faq-widget ul li:before {
    display: none;
}
.widget_categories.faq-widget ul li:last-child {
    margin-bottom: 5px;
}
.faq-cat ul li:last-child {
	margin-bottom: 0px;
}
.faq-cat ul li a {
	font-size: 16px;
	color: #7983b1;
	display: block;
}
.faq-cat ul li a span {
	float: right;
}
.faq-cat ul li a:hover {
	color: #00aeff;
}
.faq-pl {
	padding-left: 35px;
}
.faq-cta {
	min-height: 155px;
	background-position: center;
	background-size: cover;
	padding: 0 50px;
}
.faq-cta-content {
    padding-top: 20px;
    padding-bottom: 45px;
}
.faq-cta-content span {
	color: #fff;
	display: block;
	margin-bottom: 8px;
	margin-top: 25px;
}
.faq-cta-content h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 30px;
}
.sidebar-blog.sidebar-default.faq-sidebar {
    margin-bottom: 60px;
}
/* - 16. blog css 
=============================================================================*/
.post-meta ul li {
	color: #7983b1;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px !important;
    transition: all .5s linear;
}
.post-meta ul li:hover {
	border-color: #00aeff;
}
.post-meta ul li:last-child {
	margin-right: 0;
}
.post-meta ul li i { margin-right: 5px; color: #00aeff }
.post-meta ul li a {
	font-size: 14px;
	font-weight: 700;
	color: #00aeff;
}
.post-meta ul li:hover a {
	color: #00aeff;
}
.inner-single-post .post-meta ul li {
	padding: 6px 16px;
	border: 2px solid #eceef0;
}
.blog-thumb img {
	height: auto;
	max-width: 100%;
}
.post-meta {
	margin-bottom: 5px;
}
.post-content address {
	color: #7983b1;
}
.post-content h4:hover a {
	color: #00aeff;
}
.post-content {
	padding: 25px;
    background: #f8f8f8;
}
.blog-post-content .wp-block-media-text {
    margin-bottom: 30px;
}
.blog-post-content .wp-block-media-text p {
    line-height: 24px;
}
.blog-post-content .wp-block-media-text p.has-large-font-size {
    line-height: 40px;
}
.s-single-post .blog-thumb {
	margin-bottom: 0;
}
.s-single-post .blog-thumb img {
	width: 100%;
}
.s-single-post .post-content {
	padding: 35px 30px;
	box-shadow: 0px 6px 12px 0px rgba(179, 193, 255, 0.3);
	margin: 0 25px;
	margin-top: -50px;
	background: #fff;
	position: relative;
}
.s-single-post .post-content h4 {
	font-size: 22px;
	margin-bottom: 10px;
}
.s-single-post .post-content p {margin-bottom: 0;}
.inner-single-post .blog-thumb {
	margin-bottom: 0;
}
.bdetails-content img {
	height: auto;
	max-width: 100%;
}
.bdetails-content li {
	margin: 10px 0;
}
.inner-single-post.bdetails-wrap .blog-thumb {
	margin-bottom: 20px;
}
.inner-single-post .post-content {
	padding: 30px;
	background: #fff;
}
.inner-single-post .post-meta ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #7983b1;
}
.inner-single-post .post-meta ul li:hover a {
	color: #00aeff;
}
.inner-single-post .post-content h4 {
	font-size: 34px;
	margin-bottom: 15px;
	word-break: break-word;
}
.sticky .inner-single-post .post-content h4 a {
	color: #00aeff;
}
.col-lg-8 .col-lg-6.col-md-6 .inner-single-post .post-content h4 {
	font-size: 22px;
}
.col-lg-8 .col-lg-4.col-md-6 .inner-single-post .post-content h4 {
	font-size: 18px;
}
.inner-single-post.alvon-quote .post-content h4 {
	margin-bottom: 0;
}
.inner-single-post .post-content p {
	margin-bottom: 0;
}
.video-blog .popup-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background-image: -webkit-linear-gradient(left, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: background-image: -webkit-linear-gradient(left, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: background-image: -o-linear-gradient(left, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: background-image: linear-gradient(to right, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: linear-gradient(to right, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}
.inner-single-post .blog-thumb img {
	max-width: 100%;
	height: auto;
}
.post-content.quote-post {
	background-position: center;
	background-size: cover;
}
.inner-single-post .quote-post h4 {margin-bottom: 0;}
.bquote-icon {
	float: left;
	display: block;
	margin-right: 30px;
	margin-top: 9px;
}
.pagination-wrap .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	text-align: center;
}
.pagination-wrap .pagination li { 
	display: inline-block;
	margin: 0 5px;
}
.pagination-wrap .pagination li a {
	height: 50px;
	width: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	font-size: 14px;
	color: #6e7797;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.pagination-wrap .pagination li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
	z-index: -1;
	opacity: 0;
	border-radius: 50%;
	transition: .5s;
}
.pagination-wrap .pagination li a:hover {color: #fff;}
.pagination-wrap .pagination li a:hover::before {opacity: 1;}
.widget-wrapper {
	padding-left: 20px;
}
.widget {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.blog-post-content {
    margin-bottom: 30px;
}
.banner-widget p {
	margin-bottom: 0;
}
.widget-title span {
	width: 50px;
	height: 2px;
	display: inline-block;
	background: #00aeff;
	border-radius: 30px;
	position: relative;
	margin-right: 40px;
	top: -4px;
}
.widget-title h4 {
	width: 100%;
	font-size: 22px;
	margin-bottom: 0;
	display: inline-block;
	letter-spacing: -1px;
}
.sidebar-form input {
	width: 100%;
	border: 2px solid #e5e6ea;
	border-radius: 50px;
	padding: 15px 30px;
	padding-right: 70px;
}
.sidebar-form input::placeholder {color: #7983b1;}
.sidebar-form button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	height: 57px;
	width: 57px;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background-color: #00aeff;
}
.footer-widget .sidebar-form button {
	right: 2px;
	width: 56px;
	height: 56px;
}
.sidebar-insta ul li {
	display: inline-block;
	margin: 4px;
	margin-left: 2px;
}
#sb_instagram .sbi_photo {
	margin-top: 5px;
	margin-right: 5px;
}
.sidebar-social br {
	display: none;
}
.sidebar-social a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #e5e5e5;
	color: #7983b1;
	margin: 0 4px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.sidebar-social a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #00aeff;
	z-index: -1;
	opacity: 0;
	border-radius: 50%;
	transition: .5s;
}
.sidebar-social a:hover {color: #fff;border-color: transparent;}
.sidebar-social a:hover::before {opacity: 1;}
.cat-list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat-list li a {
	font-size: 14px;
	color: #7886a0;
}
.cat-list li a span {
	float: right;
	display: block;
}
.cat-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.cat-list li a:hover {
	color: #00aeff;
}
.sidebar-rc-post ul {
	margin: 0;
	padding: 0;
}
.rc-post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.rc-post-content {
	overflow: hidden;
}
.rc-post-content h5 {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.rc-post-content span {
	font-size: 14px;
	color: #7983b1;
}
.footer-widget .rc-post-content span {
	font-size: 12px;
}
.footer-widget .rc-post-thumb {
    width: 50px;
    margin-right: 15px;
}
.footer-widget .rc-post-thumb img {
	width: 100%;
	height: auto;
}
.rc-post-content span i {
	font-size: 16px;
	color: #00aeff;
	margin-right: 5px;
}
.rc-post-content h5:hover a {
	color: #00aeff;
}
.footer-widget .widget-title h4,
.footer-widget .rc-post-content span,
.footer-widget .rc-post-content a {
	color: #fff;
}
.footer-widget .rc-post-content h5 {
	font-size: 16px;
	font-weight: 400;
	margin-top: -4px;
}
.rc-post ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.rc-post ul li:last-child {margin-bottom: 0;}
.widget-tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-tag ul li a {
	display: block;
	border: 1px solid #eaeaea;
	font-size: 14px;
	color: #7983b1;
	padding: 9px 17px;
}
.widget-tag ul li a:hover {
	border-color: #00aeff;
	color: #fff;
	background: #00aeff;
}
.widget.banner-widget {
	padding: 0;
	background: none;
}
.bdetails-wrap .post-content h4 {
	letter-spacing: -2px;
}
.bdetails-wrap {
	padding: 30px;
	background: #fff;
}
.bdetails-wrap .post-content {
	padding: 0;
	width: 100%;
	margin-bottom: 40px;
	display: inline-block;
}
.bdetails-wrap .post-content p {
	margin-bottom: 20px;
}
.bdetails-wrap .post-content {
	color: #7983b1;
}
.bdetails-wrap .post-content li {
	color: #7983b1;
	margin: 10px 0;
}
.bdetails-wrap .post-content img {
	height: auto;
	max-width: 100%;
}
.alvon-quote {
	background-color: #fff;
}
.alvon-quote .inner-single-post {
    background-size: cover;
	background-position: center;
	background: url(../img/quote_bg.png);
}
.alvon-quote .inner-single-post .post-content {
	background-color: transparent;
}
.alvon-quote .inner-single-post .post-content h4 {
    position: relative;
    padding-left: 80px;
}
.alvon-quote .inner-single-post .post-content h4:before {
	left: 0;
	top: 10px;
	content: '';
    width: 54px;
	height: 56px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/quote_icon.png);
}
blockquote.wp-block-quote.is-style-large,
blockquote {
	margin: 0;
	padding: 15px 25px 15px;
	padding-left: 95px;
	margin-bottom: 40px;
	margin-top: 40px;
	color: #fff;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	background-image: -moz-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
}
.bdetails-wrap blockquote cite {
	margin-bottom: 15px;
}
.wp-block-column blockquote {
	padding: 25px;
}
.wp-block-column blockquote p {
	padding-top: 0;
}
blockquote::before {
	content: "";
	position: absolute;
	left: 50px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-repeat: no-repeat;
	background-image: url(../img/blockquote.png);
}
.wp-block-columns blockquote.wp-block-quote::before {
	display: none;
}
blockquote footer {
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
}
.row.tags-share {
    padding-bottom: 20px;
}
.post-tag h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
.post-tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.post-tag ul li a {
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 12px 18px;
	font-weight: 500;
	display: inline-block;
	border-radius: 3px;
	color: #7983b1;
}
.post-tag ul li a:hover {
	background: #00aeff;
	border-color: #00aeff;
	color: #fff;
}
.post-share h5 {
	font-size: 18px;
	margin-bottom: 30px;
}
.post-share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post-share ul li a {
	font-size: 18px;
	display: inline-block;
	color: #b5becc;
}
.post-share ul li a:hover {
	color: #00aeff;
}
.posts-navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.post-previous,
.post-next {
    word-break: break-word;
}
.posts-navigation .post-previous span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6e819e;
}
.posts-navigation .post-previous h4 {
	font-size: 24px;
	margin-bottom: 0;
	letter-spacing: -1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.posts-navigation .post-previous a h4:hover {
	color: #00aeff;
}
.posts-navigation .post-next span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6e819e;
}
.posts-navigation .post-next h4 {
	font-size: 24px;
	margin-bottom: 0;
	letter-spacing: -1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.posts-navigation .post-next a h4:hover {
	color: #00aeff;
}
.avatar-wrap {
	background: #f0f4ff;
	padding: 50px;
	padding-bottom: 40px;
}
.avatar-wrap .avatar-img {
	margin-top: -115px;
	margin-bottom: 35px;
}
.avatar-wrap .avatar-img img { 
	border-radius: 100%;
}
.avatar-info h5 {
	font-size: 26px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.avatar-info-social {
	margin-bottom: 20px;
}
.avatar-info-social a {
	font-size: 15px;
	color: #9498b6;
	display: inline-block;
	margin: 0 5px;
}
.avatar-wrap-content p {
	font-size: 15px;
	margin-bottom: 0;
}
.comment-wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
	letter-spacing: -1px;
}
.comment-wrap-title {
	margin-bottom: 35px;
}
.single-comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single-comment .comments-avatar img {
	border-radius: 100%;
}
.comment-text {
	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.comment-text .avatar-name span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #00aeff;
}
.comment-text .avatar-name a.comment-reply-link {
	float: right;
	display: inline-block;
	border: 2px solid #f3f1ff;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 14px;
	margin-top: -23px;
	color: #7886a0;
	position: relative;
	z-index: 1;
}
.comment-text .avatar-name a.comment-reply-link:hover {
	color: #fff;
	border-color: #00aeff; 
}
.comment-text .avatar-name a.comment-reply-link::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    position: absolute;
    background: #00aeff;
    border-radius: 50px;
    transition: .5s;
    transform: scaleX(0);
    z-index: -1;
}
.comment-text .avatar-name .comment-reply-link:hover::before {
    opacity: 1;
    background: #00aeff;
    transform: scaleX(1);
}
.comment-text .avatar-name .comment-reply-link i {
	margin-right: 5px;
}
.comment-text p {
	font-size: 14px;
	margin-bottom: 0;
}
.single-comment .avatar-name h6 i {
	font-size: 12px;
	color: #cacfef;
	margin-left: 20px;
}
.comment-wrap {
	border-bottom: 1px solid #eaeaea;
}
.comment-form {
	margin-top: 20px;
	padding-bottom: 10px;
}
.comment-reply .comment-form {
	background: transparent;
}
.comment-form .comment-field {
	position: relative;
}
.comment-form .comment-field i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #00aeff;
	font-size: 14px;
}
.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment-form .comment-field textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: 1px solid #eceef0;
}
.comment-form .comment-field textarea::placeholder {
	color: #7983b1;
}
.comment-form .comment-field input {
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: 1px solid #eceef0;
}
.comment-form .comment-field input::placeholder {
	color: #7983b1;
}
.formcomment-box .btn {
	border-color: #00aeff;
	background: #00aeff;
	color: #fff;
}
.formcomment-box .btn::before {background: #fff;}
.formcomment-box .btn:hover {
	color: #00aeff;
}
.t-post-content .post-meta ul li a {color: #ff5050;}
.t-post-content h4:hover a {
	color: #ff5050;
}
.page .blog-comment-area.mt-xl-2 {
	margin-top: 50px !important;
}
.page .blog-post-content .blog-comment-area{
    margin-top: 40px;
}

.blog-comment-area .comment-respond {

}

li .comment-respond {
    margin-bottom: 30px;
}

/* - 17. cta css 
=============================================================================*/
.cta-bg {
	padding: 100px 170px;
	background-position: center;
	background-size: cover;
	margin-bottom: -200px;
	position: relative;
	z-index: 9;
}
.cta-content > span {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.cta-content h2 {
	font-size: 70px;
	letter-spacing: -4px;
	margin-bottom: 0;
	line-height: 1.1;
	color: #fff;
	position: relative;
}
.cta-btn .btn {
	background: #00aeff;
	border-color: #00aeff;
	color: #fff;
}
.cta-btn .btn::before {background: #fff;}
.cta-btn .btn i {
	color: #fff;
	margin-right: 15px;
	margin-left: unset;
}
.cta-btn .btn:hover {
	border-color: #fff;
	color: #00aeff;
	background: #00aeff;
}
.cta-btn .btn:hover i {
	color: #00aeff;
}
.cta-circle {
	height: 235px;
	width: 235px;
	position: absolute;
	top: -90px;
	right: 90px;
	background: #00aeff;
	border-radius: 50%;
	z-index: 99;
}

/* - 18. contact css 
=============================================================================*/
.map-bg {
	height: 570px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.home-map {
	width: 100%;
	height: 570px;
	background-position: center;
	background-repeat: no-repeat;
}
.single-contact-info {
	border: 2px solid #ecebff;
	padding: 35px 30px;
}
.contact-info h5 {
	font-size: 26px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.contact-info span {
	display: block;
	font-size: 16px;
	color: #7983b1;
	margin-bottom: 5px;
}
.contact-info a {
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-top: 20px;
	color: #00aeff;
}
.contact-icon {
	color: #fff;
    width: 120px;
    height: 120px;
    margin-bottom: 35px;
    border-radius: 100%;
    display: inline-block;
    background-image: -webkit-linear-gradient( 0deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
    background-image: -o-linear-gradient( 0deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
    background-image: linear-gradient( 0deg, rgb(0,84,223) 0%, rgb(119,107,235) 100%);
}
.contact-icon.font-icon {
    font-size: 32px;
    line-height: 123px;
}
.contact-icon.img-icon {
    padding: 25px;
}
.contact-icon.img-icon img {
    width: 100%;
    height: auto;
}
.single-contact-info i {
	transition: all .5s linear;
}
.single-contact-info:hover i {
    transform: scale3d(1.5, 1.5, 1.5);
}
.wpcf7-form textarea,
.wpcf7-form input {
	height: 45px;
	padding: 0 15px;
	border: 2px solid #d5e2ff;
}
.wpcf7-form textarea {
	height: 200px;
}
.wpcf7-form [type=submit] {
	padding: 0 25px;
}
.contact-field input {
	width: 100%;
	border: none;
	padding: 15px 50px;
	background: none;
	border-bottom: 2px solid #d5e2ff;
	transition: .3s;
}
.contact-field input:focus {
	border-color: #00aeff;
}
.contact-field textarea:focus {
	border-color: #00aeff;
}
.contact-field i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 17px;
	font-size: 14px;
	color: #00aeff;
}
.contact-field textarea {
	width: 100%;
	border: none;
	padding: 15px 50px;
	background: none;
	border-bottom: 2px solid #d5e2ff;
	transition: .3s;
	height: 150px;
}
.contact-field.message-field i {
	top: 20px;
	transform: unset;
}
.contact-form .btn {
	border-color: #00aeff;
	background: #00aeff;
	color: #fff;
	padding: 20px 41px;
	margin-top: 20px;
}
.contact-form .btn::before {background: #fff;}
.contact-form .btn:hover {color: #00aeff;}
h1.alvon404 {
    font-size: 120px;
}
/* - 19. footer 
=============================================================================*/
.footer-bg.theme-bg.pt-120 {
	padding-top: 320px;
}
.footer-widgets-area {
	padding-top: 120px;
	padding-bottom: 43px;
}
.footer2 .footer-widgets-area {
	padding-bottom: 37px;
}
.footer-widget-activated.footer-cta {
    padding-top: 200px;
}
.footer-bg {
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.fc-info ul li {
	color: #fff;
	margin-bottom: 10px;
}
.fc-info p {
	color: #fff;
}
.fc-info ul li:last-child {
	margin-bottom: 0;
}
.footer-social h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-social a {
	color: #fff;
	margin-right: 15px;
}
.footer-social a:hover {
	color: #00aeff;
}
.fwt-icon i {
	color: #00aeff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #04135c;
	border-radius: 50%;
	font-size: 16px;
}
.fwt-icon {
	float: left;
	display: block;
	margin-right: 20px;
}
.footer-widget .fwt-icon i {
    background: #00aeff;
    color: #fff;
}
.fw-content {
	overflow: hidden;
}
.fw-title h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.fw-title span {
	font-size: 14px;
	color: #fff;
}
.fw-link ul li {
	margin-top: 0;
	margin-bottom: 10px;
}
.fw-link ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
}
.fw-link ul.f-left {
	padding-left: 0;
	list-style: none;
}
.fw-link ul li a:hover {
    color: #00aeff;
}
.fcta-box::before {
	content: "\f0e0";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #00aeff;
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
}
.fcta-box input {
	width: 100%;
	border: none;
	background: #000830;
	padding: 18px 60px;
	padding-right: 30px;
	border-radius: 50px;
	color: #fff;
}
.fcta-box input::placeholder {
	color: #818cc0;
	font-size: 14px;
}
.fwc-form .btn {
	border-color: #00aeff;
	background: #00aeff;
	color: #fff;
}
.fwc-form .btn:hover {
	border-color: #fff;
	color: #00aeff;
}
.fwc-form .btn::before{background: #fff;}
.footer-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.footer-insta ul li {
	display: inline-block;
	width: 32%;
	margin: 3px 0px;
}
.footer-insta ul li img {
	width: 100%;
}
.t-footer-text p {
	color: #fff;
	padding: 0 36px;
	margin-bottom: 0;
}
.t-footer-social a {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	background: #db3030;
	border-radius: 50%;
	margin: 0 10px;
}
.t-footer-social a:hover {
	background: #020b41;
}
.copyright {
	color: #fff;
	padding: 25px 0;
	margin-bottom: 0;
}
.footer3 .copyright {
	padding-bottom: 0;
    padding-top: 50px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #00aeff;
}
.footer-bg-img-none {
	background-color: #00aeff;
}
.t-footer-social a {
    background: #fff;
    color: #FC4F51;
}

/* - 20. Page loader 
=============================================================================*/
#loading{
	background: #F4F7FF;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
	top: 0px;
	z-index: 9999;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100px;
	transform: translate(-50%,-50%);
}
.sk-double-bounce {
	width: 50px;
	height: 50px;
	position: relative;
	margin: auto;
}
.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00aeff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
        animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } 
}

/* Custom Block CSS */
aside.sidebar-blog.sidebar-default .widget.widget_block.widget_search .wp-block-search__label{
    color:#001d67;
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-style: normal;
}
aside.sidebar-blog.sidebar-default .widget.widget_block  h2{
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: capitalize;
}
aside.sidebar-blog.sidebar-default .widget.widget_block.widget_search{

}
aside.sidebar-blog.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper{
	position: relative;
}
aside.sidebar-blog.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper input{
    width: 100%;
    border: 2px solid #e5e6ea;
    border-radius: 50px;
    padding: 15px 30px;
    padding-right: 70px;
}
aside.sidebar-blog.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    height: 57px;
    width: 100px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    background-color: #00aeff;
}
aside.sidebar-blog.sidebar-default .widget.widget_block{

}
aside.sidebar-blog.sidebar-default .widget.widget_block ol.wp-block-latest-comments,
aside.sidebar-blog.sidebar-default .widget.widget_block ul{
	list-style: none;
	padding: 0;
}
aside.sidebar-blog.sidebar-default .widget.widget_block ol.wp-block-latest-comments li,
aside.sidebar-blog.sidebar-default .widget.widget_block ul li{
	position: relative;
	padding-left: 20px;
}
aside.sidebar-blog.sidebar-default .widget.widget_block ul li a{
	color:#7983b1;
}
aside.sidebar-blog.sidebar-default .widget.widget_block ol.wp-block-latest-comments li:before,
aside.sidebar-blog.sidebar-default .widget.widget_block ul li:before {
    left: 0;
    top: 6px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #8a8989;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
}
aside.sidebar-blog.sidebar-default  ul.wp-block-categories-list.wp-block-categories li{
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
}
.blog-sidebar.sidebar-default .widget.widget_block ol.wp-block-latest-comments li, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-categories-list.wp-block-categories li, 
.widget_nav_menu ul li, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-archives-list.wp-block-archives li, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-page-list li, 
.widget_meta ul li {
    position: relative;
    padding-left: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
    list-style: none;
}
.blog-sidebar.sidebar-default .widget.widget_block ol.wp-block-latest-comments li:before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li:before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-categories-list.wp-block-categories li:before, 
.widget_nav_menu ul li:before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-archives-list.wp-block-archives li:before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-page-list li:before, 
.widget_meta ul li:before {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    color: #001d67;
    content: "\f345";
    margin-right: 7px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    font-family: dashicons;
}
.blog-sidebar.sidebar-default .widget.widget_block ol.wp-block-latest-comments li:hover, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-categories-list.wp-block-categories li:hover, 
.widget_nav_menu ul li:hover, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-archives-list.wp-block-archives li:hover, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-page-list li:hover, 
.widget_meta ul li:hover {
    padding-left: 22px;
}
.blog-sidebar.sidebar-default .widget.widget_block ol.wp-block-latest-comments li:hover::before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-latest-posts__list.wp-block-latest-posts li:hover::before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-categories-list.wp-block-categories li:hover::before, 
.widget_nav_menu ul li:hover::before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-archives-list.wp-block-archives li:hover::before, 
.blog-sidebar.sidebar-default .widget.widget_block ul.wp-block-page-list li:hover::before, 
.widget_meta ul li:hover::before {
    color: #d53863;
    left: 5px;
}
.blog-sidebar.sidebar-default .widget.widget_block.widget_tag_cloud {
    display: block;
    overflow: hidden;
}
.blog-sidebar.sidebar-default .widget.widget_block.widget_calendar .wp-block-calendar table caption, .wp-block-calendar table tbody{
    color: #ffffff;
}
.blog-sidebar.sidebar-default .widget.widget_block.widget_calendar .wp-block-calendar table th{
    background: #d53863;
}