<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Theme Name: Digee
  Author: Johanspond
  Support: johanspond@gmail.com
  Description: Digee - Digital Marketing Agency WordPress Theme.
  Version: 1.0.9
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. boots-area 
5. features
6. bf-start
7. counter
8. d-agency
9. counter
10. optimize
11. testimonail
12. skill
13. cta
14. pricing
15. team
16. project
17. faq
18. blog
19. pagination
20. brand
21. contact
22. footer
23. Loader
*/


/* 1. Theme default css 
===========================================================================*/
html,
body {
	overflow-x: hidden !important;
}
body {
	color: #677294;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	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: #5D58F7;
	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: 'Muli', sans-serif;
	font-weight: normal;
	color: #282835;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
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: 26px;
	color: #677294;
	margin-bottom: 15px;
}
p.has-large-font-size + p {
    line-height: 1.1;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	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;
}
.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
}
/* button style */
.btn {
	-moz-user-select: none;
	background: transparent;
	border: 1px solid #5d58f7;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: unset;
	line-height: 1;
	margin-bottom: 0;
	padding: 17px 30px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Muli', sans-serif;
}
.btn:hover {
	border: 1px solid #5d58f7;
	background: #5d58f7;
	color: #fff;
}
.btn:focus {
	box-shadow: none;
}
.breadcrumb &gt; .active {
	color: #888;
	word-break: break-all;
}
/* scrollUp */
#scrollUp {
	background: #5D58F7;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 45px;
	z-index: 9 !important;
	box-shadow: 0px 0px 2px #0c0c0c;
}
#scrollUp:hover {
	background: #444;
}

/* 2. header 
===========================================================================*/
.logo img {
    max-width: 100px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.admin-bar .transparent-header { 
	top: 32px;
}
ul.digee-main-menu {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
.main-menu ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
	padding: 25px 0;
	position: relative;
}
.main-menu ul li&gt; a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 2px;
	width: 0;
	background: #e7dffd;
	transition: .3s linear;
}
.main-menu ul li.active a:before{width: 100%;}
.main-menu ul li:hover a:before{width: 100%;}
.header-icon .search-icon {
	color: #fff;
	font-size: 22px;
	position: relative;
	top: 5px;
}
.header-icon .btn {
	background: #fff;
	color: #5d58f7;
	padding: 17px 45px;
	margin-left: 35px;
	border-color: #fff;
}
.header-icon .btn:hover {
	border-color: #fff;
	background: transparent;
	color: #fff;
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: -webkit-linear-gradient(to right, #733EF9, #9166F5);
	background: linear-gradient(to right, #733EF9, #9166F5);
	padding: 0;
	border: none;
}
.admin-bar .sticky-menu {
	top: 32px;
}
.admin-bar .header2.sticky-menu {
	top: 32px;
}
.sticky-menu.header-padding {
	background: -webkit-linear-gradient(to left, #48a7f3, #2039dc);
	background: linear-gradient(to left, #48a7f3, #2039dc);
}
.header-padding {
	padding-left: 45px;
	padding-right: 45px;
}
.s-hader-icon .btn span{color: #fff;}
.s-hader-icon .btn {
	font-size: 16px;
	padding: 17px 18px;
	font-family: 'Lato', sans-serif;
	color: #03fef5;
	background: #3463d6;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	font-weight: 400;
	border-color: #3463d6;
}
.header-cta ul {
	margin: 0;
	padding: 0;
}
.header-cta ul li {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
}
.header-cta ul li span { 
	color: #29f98b;
}
.header-social a {
	color: #fff;
	font-size: 16px;
	margin-left: 15px;
	line-height: 34px;
}
.header-social a:first-child {
	margin-left: 0;
}
.header-top {
	border-bottom: 1px solid #fff3;
}
.header3 .sticky-menu {
	padding: 0 !important;
}
.third-header .sticky-menu {
	background: -webkit-linear-gradient(to right, #0A196C, #0870D3);
	background: linear-gradient(to right, #0A196C, #0870D3);
}
.third-mobile-menu.mean-container .mean-nav {
	background: linear-gradient(to left, #086dd0, #0a1b6e);
}
.first-mobile-menu.mean-container .mean-nav {
	background: linear-gradient(to right, #733EF9, #9166F5);
}
.second-mobile-menu.mean-container .mean-nav {
	background: linear-gradient(to left, #48a7f3, #2039dc);
}
.main-menu ul li .submenu {
    position: absolute;
    top: 120%;
    min-width: 260px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0,0,0,.17);
    transition: all .3s ease-in;
    text-align: left;
    z-index: 9;
}
.mean-container .mean-nav ul li li a {
	text-transform: capitalize;
}
.main-menu ul ul li .submenu {
	left: auto;
    right: 109%;
    top: 0 !important;
}
.main-menu ul li .submenu li {
    margin-left: 0;
    display: block;
    margin: 0;
}
.main-menu ul li .submenu li a {
    padding: 5px;
    color: #5d58f7;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}
.main-menu ul li .submenu li a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background: #5d58f7;
    z-index: 99;
    border-radius: unset;
    opacity: 0;
    transition: .5s;
}
.main-menu ul li .submenu li:hover &gt; a::before {
    opacity: 1;
    left: 0;
}
.main-menu ul li:hover&gt; .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu ul li .submenu li:hover &gt; a {
    padding-left: 20px;
}
/* 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: #5d58f7;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}

/* breadcrumb */
.breadcrumb-area {
	height: 460px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.breadcrumb-area.breadcrumb_menu_height {
	height: 85px;
}
.breadcrumb-area.breadcrumb_menu_height.header3-height {
	height: 180px;
}
.breadcrumb-area:before {
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #6B3BF1;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #6B3BF1, #9776F9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6B3BF1, #9776F9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	z-index: -1;
	opacity: .9;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb-item {
	display: inline-block;
}
.breadcrumb-item {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.breadcrumb &gt; .active {
	color: #fff;
	font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	content: "-";
	font-size: 18px;
	font-weight: 700;
}
.breadcrumb-wrap h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: capitalize;
	word-break: break-word;
}
.breadcrumb-wrap {
	border-left: 5px solid #fff;
	padding-left: 20px;
}
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-p {
	padding-top: 60px;
}
.header3-height .breadcrumb-p {
	padding-top: 120px;
}
.breadcrumb-item a:hover {
    color: #c0beff;
}
/* 3. slider 
===========================================================================*/
.slider-bg {
	min-height: 1119px;
	background-repeat: no-repeat;
	background-position: top center;
}
.slider-content span {
	color: #fff;
	font-size: 36px;
	font-family: 'Muli', sans-serif;
	text-transform: capitalize;
	display: block;
}
.slider-content h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 25px;
	line-height: 1.1 !important;
	font-family: 'Muli', sans-serif !important;
}
.slider-content p {
	color: #fff;
	margin-bottom: 45px;
	padding-right: 30px;
}
.slider-btn .btn {
	border: 1px solid #fff !important;
}
.slider-btn .btn:hover {
	border-color: #fff;
	color: #5d58f7;
	background: #fff;
}
.slider-img {
	margin-top: 225px;
}
.slider-content {
	padding-top: 210px;
}
.p-relative {position: relative;}
.theme-bg.p-relative {z-index: 1;}
.start-bg {
	position: absolute;
	left: 0;
	top: -280px;
	width: 1185px;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
}
.start-img {
	margin-left: -290px;
}
.start-area {
	padding-top: 230px;
	overflow: visible !important;
}
.section-title h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 15px;
}
.section-title {
	margin-top: 0;
	font-weight: 900;
}
.start-content p {
	margin-bottom: 25px;
}
.start-btn {
	padding-top: 20px;
}
.start-btn .btn {
	color: #282835;
}
.slider-btn a.btn.btn-style2 {
    padding: 14px 30px !important;
}
.start-btn .btn:hover {
	color: #fff;
}
.section-title &gt; span {
	color: #5d58f7;
	font-size: 18px;
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 5px;
	line-height: 15px;
}
.section-title h2&gt; span{font-weight: 400;color: #5d58f7;}
.section-title p {
	margin-bottom: 0;
}
.start-shape {
	position: absolute;
}
.start-shape.ss-01 {
	right: 95px;
    top: -90px;
}
.start-shape.ss-02 {
	right: -15px;
    top: -210px;
    z-index: -1;
}
.second-slider-bg {
	min-height: 930px;
	background-position: center;
	background-size: cover;
}
.s-slider-img {
	margin-left: -227px;
	margin-top: 165px;
}
.slider-three-img {
	position: absolute;
	right: 290px;
	top: 260px;
	z-index: 1;
}
.third-slider-content {
	padding-top: 0;
}
.third-slider-bg {
	min-height: 1000px;
	background-position: center;
	background-size: cover;
}
.slider-active .slick-dots {
	display: none;
}
.third-slider-active .slick-dots {
	position: absolute;
	left: 0;
	bottom: -130px;
	z-index: 1;
	display: block;
}
.third-slider-active .slick-dots li {
	display: inline-block;
	margin-right: 12px;
}
.third-slider-active .slick-dots li button {
	padding: 0;
	border: none;
	text-indent: -999999px;
	height: 10px;
	width: 10px;
	background: #8597c2;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}
.third-slider-active .slick-dots li.slick-active button{
	width: 30px;
	border-radius: 50px;
	background: #ffffff;
}
.home3Slider {
	z-index: 1;
	overflow: visible !important;
	position: relative !important;
}
.home3Slider .tp-bullets {
    top: 80% !important;
    left: 23.5% !important;
    width: 100px !important;
    z-index: 999;
}
.third-slider-image {
	left: 50%;
	z-index: 9;
	bottom: -65px;
	position: absolute;
}
.third-slider-image img {
	width: 90%;
}
.ares .tp-bullet {
	width: 10px !important;
    float: left;
    height: 10px !important;
    position: relative !important;
	border-radius: 15px !important;
	display: inline-block;
    background: rgba(253, 253, 253, 0.41);
}
.tp-bullet.selected {
    width: 30px !important;
}
/* 4. boots-area 
===========================================================================*/
.single-boots h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.boots-icon {
	margin-bottom: 13px;
	position: relative;
}
.boots-icon::before {
	content: "";
	position: absolute;
	right: -90px;
	background: url(../img/line_01.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 35px;
	top: 53px;
	z-index: 1;
}
.boots-area .row:last-child &gt; .col-lg-3:nth-child(2n) .single-boots {
	margin-top: 50px;
}
.boots-area .row:last-child &gt; .col-lg-3:nth-child(2n) .single-boots .boots-icon::before {
	background: url(../img/line_02.png);
	top: 0;
}
.boots-area .row:last-child &gt; .col-lg-3:last-child .single-boots .boots-icon:before {
	content: none;
}
.boots-shape{position: absolute;right: 0;z-index: -1;}
.b-shape-01 {
	top: 200px;
	right: 180px;
}
.b-shape-02 {
	top: 65px;
}
.s-start-img {
	margin-left: -190px;
}
/* 5. features 
===========================================================================*/
.features-area {
	overflow: visible !important;
}
.features-area.home2-feature {
	overflow: hidden !important;
}
.features-content h4 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 12px;
}
.features-content p{margin-bottom: 0;}
.features-shape {
	position: absolute;
	top: -270px;
	right: 0;
	width: 380px;
	height: 1140px;
	z-index: -1;
}
.features-icon i {
	font-size: 52px;
}
.s-features-icon i {
	height: 70px;
	width: 70px;
	display: inline-block;
	line-height: 70px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	font-size: 30px;
	position: relative;
	z-index: 1;
	transition: all 0.3s linear;
}
.s-features-icon i::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s linear;
}
.single-features:hover .s-features-icon i { color: inherit;}

.purple-color .s-features-icon i {
	color: #6e40f1;
}
.purple-color .s-features-icon i::after { 
	background: linear-gradient(to left, #9674fa, #6e40f1);
	z-index: -1;opacity: 0;
}
.green-color .s-features-icon i {
	color: #59b92b;
}
.green-color .s-features-icon i::after { 
	background: linear-gradient(to left, #6fde39, #59b82a);
	z-index: -1;opacity: 0;
}

.orange-color .s-features-icon i {
	color: #e44a34;
}
.orange-color .s-features-icon i::after { 
	background: linear-gradient(to left, #f6956f, #e54b35);
	z-index: -1;opacity: 0;
}

.seagreen-color .s-features-icon i {
	color: #29d1bc;
}
.seagreen-color .s-features-icon i::after { 
	background: linear-gradient(to left, #2ad2be, #10b29e);
	z-index: -1;opacity: 0;
}

.cyan-color .s-features-icon i {
	color: #18a2d0;
}
.cyan-color .s-features-icon i::after { 
	background: linear-gradient(to left, #3ccfff, #18a2d0);
	z-index: -1;opacity: 0;
}

.yellow-color .s-features-icon i {
	color: #d98809;
}
.yellow-color .s-features-icon i::after { 
	background: linear-gradient(to left, #f6ac37, #d98809);
	z-index: -1;opacity: 0;
}
.single-features.purple-color:hover .s-features-icon i,
.single-features.green-color:hover .s-features-icon i,
.single-features.orange-color:hover .s-features-icon i,
.single-features.seagreen-color:hover .s-features-icon i,
.single-features.cyan-color:hover .s-features-icon i,
.single-features.yellow-color:hover .s-features-icon i { 
	color: #fff;
}

.single-features:hover .s-features-icon i::after{ opacity: 1;}
.s-features-shape {
	position: absolute;
	right: 0;
	top: -120px;
	width: 412px;
	height: 913px;
	z-index: -1;
}
.choose-list ul li {
	overflow: hidden;
	margin-bottom: 45px;
}
.choose-list ul li:last-child {
	margin-bottom: 0;
}
.choose-icon {
	float: left;
	width: 75px;
	height: auto;
	display: block;
}
.choose-content {
	overflow: hidden;
	display: block;
}
.choose-content h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}
.choose-content p{margin-bottom: 0;color: #677294;font-size: 15px;}
.ss-features {
	padding: 40px 10px;
	margin-right: 7px;
}
.padding-lr {
	padding: 0 7px;
}
.ssf-icon i {
	color: inherit;
	font-size: 52px;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
.ss-features h6 {
	color: inherit;
	font-size: 15px;
	font-weight: 800;
	margin: 0;
}
.ss-features.seagreen-gradient h6,
.ss-features.yellow-gradient h6,
.ss-features.greeen-gradient h6,
.seagreen-gradient .ssf-icon i,
.ss-features.blue-gradient h6,
.ss-features.cyan-gradient h6,
.greeen-gradient .ssf-icon i,
.yellow-gradient .ssf-icon i,
.cyan-gradient .ssf-icon i,
.blue-gradient .ssf-icon i,
.red-gradient .ssf-icon i,
.ss-features h6 {
	color: #fff;
}
.bm-bg {
	background: linear-gradient( 0deg, rgb(251,251,251) 0%, rgb(242,250,255) 100%);
}
.bm-icon {
	float: left;
	display: block;
	margin-right: 12px;
}
.bm-icon i {
	font-size: 30px;
	color: #fba927;
}
.bm-content {
	overflow: hidden;
}
.bm-content p {
	font-size: 15px;
	margin-bottom: 0;
}
.bm-list {
	padding: 0;
	list-style: none;
}
.bm-list li {
	margin-bottom: 15px;
}
.bm-list li:last-child {
	margin-bottom: 0px;
}
.inner-features-shape {
	position: absolute;
	height: 477px;
	width: 652px;
	right: 65px;
	top: 45px;
	z-index: -1;
}
/* 6. bf-start 
===========================================================================*/
.bf-list ul li {
	margin-bottom: 35px;
}
.bf-list ul li:last-child{margin-bottom: 0;}
.bf-icon {
	float: left;
	display: block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #dfdfe1;
	border-radius: 50%;
	margin-right: 20px;
}
.version5 .bf-icon {
	border: none;
	line-height: 24px;
}
.bf-content {
	overflow: hidden;
	display: block;
}
.bf-content h5 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.bf-content p {
	margin-bottom: 0;
	font-size: 15px;
	padding-right: 20px;
}
/* 7. counter 
===========================================================================*/
.home2-counter {
	padding-top: 57px !important;
	padding-bottom: 70px;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center center;
}
.counter-bg {
	z-index: 1;
	background-size: cover;
	background-position: center;
	overflow: visible !important;
}
.counter-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient( 0deg, rgb(106,59,240) 0%, rgb(152,118,250) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(106,59,240) 0%, rgb(152,118,250) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(106,59,240) 0%, rgb(152,118,250) 100%);
	opacity: .8;
	z-index: -1;
	display: inline-block !important;
}
.counter-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
}
.counter-bg {
	background-size: cover;
	background-position: center;
	z-index: 1;
	padding-top: 163px;
	padding-bottom: 133px;
}
.counter-bg .vc_col-sm-12 {
	position: unset;
}
.single-counter .count {
	font-size: 40px;
	color: #fff;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
}
.single-counter span {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.features-p {
	padding-bottom: 212px;
}
.s-counter-bg {
	background-position: center;
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 65px;
}
.s-counter .count { 
	color: #282835;
}
.s-counter span { 
	color: #282835;
}
.third-counter-bg {
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 100px;
}
/* 8. d-agency 
===========================================================================*/
.dd-content p {
	margin: 10px 0;
}
.da-btn .btn {
	background: #5d58f7;
}
.da-btn .btn:hover {
	background: transparent;
	border-color: #5d58f7;
	color: #5d58f7;
}
.da-btn {
	margin-top: 40px;
}
.play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
    z-index: 1;
    width: 60px;
    margin: auto;
}
.play-icon:hover {color: #fff;}
.dd-shape {
	position: absolute;
	left: 155px;
	bottom: 0;
	z-index: -1;
}
.dd-content p {
	margin-bottom: 35px;
}
.dd-content .btn {
	color: #282835;
}
.dd-content .btn:hover {
	color: #fff;
}
/* 10. optimize 
===========================================================================*/
.area-bg {
	background-repeat: no-repeat;
	background-position: top left;
}
.optimize-padding {
	padding-left: 35px !important;
}
.optimize-margin {
	margin-left: 35px;
}
.opti-head {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.opti-head img {
	margin-right: 20px;
}
.opti-head h3 {
	font-size: 24px;
	font-weight: 800;
	margin: 0;
}
.optimize-list .opti-item {
	margin-bottom: 25px;
}
.optimize-list p {
	margin-bottom: 0;
}
.optimize-content p {
	margin-bottom: 45px;
}
/* 11. testimonail
===========================================================================*/
.testi-content p {
	font-size: 24px;
	margin: 0;
	line-height: 1.3;
}
.testi-content span b {
	font-size: 18px;
	font-weight: 800;
	margin-right: 5px;
}
.testi-rateing i {
	font-size: 24px;
	color: #febc1d;
	margin: 0 4px;
}
.testimonial-nav {
	margin: 0 auto auto;
	text-align: center;
	width: 160px;
}
.testimonial-img.slick-center &gt; img {
    transform: scale(01);
}
.testimonial-img &gt; img {
    transform: scale(0.7);
}
.testimonial-active .slick-arrow {
	position: absolute;
	top: 20px;
	left: -240px;
	height: 60px;
	width: 60px;
	padding: 0;
	border: none;
	background: #fff;
	border-radius: 50%;
	line-height: 60px;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
	font-size: 18px;
	color: #282835;
	z-index: 9;
	cursor: pointer;
}
.testimonial-active .slick-arrow.slick-next{
	right: -240px;
	left: auto;
}
/* 12. skill 
===========================================================================*/
.home1-client-logo {
	padding-bottom: 112px;
}
.brand-logo-default .slick-slide {
	text-align: center;
}
.skill-area {
	padding-bottom: 90px;
	padding-top: 94px !important;
}
.skill-area.about-us-skill {
	padding-bottom: 85px;
	padding-top: 110px !important;
}
.single-progress {
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
	padding: 35px 45px;
	padding-top: 40px;
	margin-bottom: 30px;
}
.progress-bar-wrap {
    position: relative;
    text-align: center;
}
.circle-wrap {
    display: inline-block;
}
.pie-chart {
	position: relative;
	display: inline-block;
}
.pie-chart-percent {
    position: absolute;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    font-family: 'Muli', sans-serif;
}
.pie-chart-percent sup {
	top: 0;
    font-size: 18px;
    font-style: italic;
}
.single-progress h6 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 0;
}
.our-skill-image {
    padding-top: 170px;
}
/* 13. cta 
===========================================================================*/
.cta-bg {
	background: linear-gradient( 90deg, rgb(42,202,255) 0%, rgb(9,154,202) 100%);
}
.s-cta-bg {
	background: linear-gradient( 0deg, rgb(31,53,219) 0%, rgb(72,167,243) 100%);
}
.cta-title h2 {
	font-size: 40px;
	color: #fff;
	padding-right: 50px;
	margin-bottom: 5px;
}
.cta-title p{color: #fff;}
.cta-btn .btn{border-color: #fff;color: #fff;}
.cta-btn .btn:hover{border-color: #fff;color: #5d58f7;background: #fff;}
.cta-shape { 
	position: absolute;
	-webkit-animation: bounce 8s ease-in-out 0s infinite alternate;
	-moz-animation: bounce 8s ease-in-out 0s infinite alternate;
	-ms-animation: bounce 8s ease-in-out 0s infinite alternate;
	-o-animation: bounce 8s ease-in-out 0s infinite alternate;
	animation: bounce 8s ease-in-out 0s infinite alternate;
}
.cta-gapping {
	padding-top: 90px !important;
	padding-bottom: 75px;
}
.cs-1 {
	top: 50%;
    left: -300px;
    margin-top: -30px;
}
.cs-2 { 
	top: 50%;
    left: -150px;
    animation-duration: 15s;
    margin-top: -75px;
}
.cs-3 {
	right: -150px;
	top: 50%;
	margin-top: -100px;
}
.cs-3 img.vc_single_image-img {
	width: 150px;
}
@keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(-30px);
       -ms-transform: translateY(-30px);
       -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
     100% {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }

}
@-webkit-keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(-30px);
       -ms-transform: translateY(-30px);
       -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
     100% {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }

}
.cta-content h2 {
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 30px;
}
.s-cta-btn .btn {
	background: #5d58f7;
}
.s-cta-btn .btn:hover {
	background: transparent;
	border-color: #fff;
}
.third-cta-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative !important;
}
.third-cta-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #282835;
	opacity: .75;
	display: inline-block !important;
}
/* 14. pricing 
===========================================================================*/
.pricing-box {
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	transition: all .5s linear;
	padding-bottom: 45px;
    background-size: cover;
    background-position: center center;
	position: relative;
	z-index: 1;
}
.pricing-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
    background: #fff;
	transition: all .5s;
	z-index: -1;
}
.pricing-box:hover::after{opacity: 0;}
.pricing-box.active::after{opacity: 0;}
.pricing-box::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient( 0deg, rgb(31,53,219) 0%, rgb(72,167,243) 100%);
	opacity: 0;
	z-index: -1;
	transition: .5s;
}
.pricing-box:hover::before{opacity: .9;}
.pricing-box.active::before{opacity: .9;}
.pricing-head {
	padding: 35px 0;
	border-bottom: 1px solid #e4e4e4;
}
.price-count h2 {
	font-size: 36px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
	transition: .5s;
}
.price-count h2&gt; span{font-size: 20px;font-weight: 400;color: #abaaaa;transition: .5s;}
.pricing-head h3 {
	font-size: 18px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
	transition: .5s;
}
.pricing-list {
	padding: 40px 0;
	padding-left: 50px;
}
.pricing-list ul {
	padding: 0;
}
.pricing-list ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.pricing-list ul li:last-child{margin-bottom: 0;}
.pricing-list ul li span {
	font-size: 15px;
	color: #677294;
	transition: .5s;
}
.pricing-list ul li i {
	font-size: 20px;
	color: #3ac086;
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
	transition: .5s;
}
.pricing-btn .btn {
	background: #5d58f7;
	transition: .5s;
}
.pricing-box:hover .pricing-btn .btn {
	background: #fff;
	border-color: #fff;
	color: #5d58f7;
}
.pricing-box.active .pricing-btn .btn {
	background: #fff;
	border-color: #fff;
	color: #5d58f7;
}
.pricing-box:hover .price-count h2{color: #fff;}
.pricing-box:hover .price-count h2&gt; span{color: #fff;}
.pricing-box:hover .pricing-head h3{color: #fff;}
.pricing-box:hover .pricing-list ul li span {color: #fff;}
.pricing-box:hover .pricing-list ul li i {color: #fff;}
.pricing-box.active .price-count h2{color: #fff;}
.pricing-box.active .price-count h2&gt; span{color: #fff;}
.pricing-box.active .pricing-head h3{color: #fff;}
.pricing-box.active .pricing-list ul li span {color: #fff;}
.pricing-box.active .pricing-list ul li i {color: #fff;}
.border-b{border-bottom: 1px solid #d5d4d4;}

/* 15. team 
===========================================================================*/
.title-btn .btn {
	background: #5d58f7;
}
.team-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	font-size: 15px;
}
.team-social a {
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	line-height: 28px;
	border-radius: 50%;
	margin: 0 5px;
	background: #fff;
}
.team-social a.facebook{color: #4267b2;}
.team-social a.twitter{color: #1da1f2;}
.team-social a.instagram{color: #f81cad;}
.team-social a.pinterest{color: #bd081b;}
.team-social a.facebook:hover{background-color: #4267b2;color: #fff;border-color: #4267b2}
.team-social a.twitter:hover{background-color: #1da1f2;color: #fff;border-color: #1da1f2}
.team-social a.instagram:hover{background-color: #f81cad;color: #fff;border-color: #f81cad}
.team-social a.pinterest:hover{background-color: #bd081b;color: #fff;border-color: #bd081b}
.team-social {
	position: relative;
}
.team-social::before,
.team-social::after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
.team-social::before {
	width: 100%;
	z-index: -1;
	background: #e0e0e0;
}
.single-team:hover .team-social::after {
	width: 100%;
	z-index: -1;
	background: #5d58f7;
}
.team-info {
	margin-bottom: 8px;
}
.team-thumb img {
	width: 100%;
	height: auto;
}
/* 16. project 
===========================================================================*/
.single-project {
	position: relative;
	overflow: hidden;
	margin: 0 15px;
}
.inner-single-project {
	position: relative;
	overflow: hidden;
}
.project-thumb {
	position: relative;
}
.project-thumb a {
	position: absolute;
	left: 0;
	top: 23%;
	right: 0;
	text-align: center;
	font-size: 45px;
	color: #fff;
	z-index: 1;
	opacity: 0;
	width: 50px;
	margin: 0 auto;
	transition: .3s linear;
}
.single-project:hover .project-thumb a {
	opacity: 1;
	top: 32%;
}
.inner-single-project:hover .project-thumb a {
	opacity: 1;
	top: 32%;
}
.project-thumb img {
	width: 100%;
	height: auto;
}
.project-info {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -10px;
	z-index: 1;
	padding-top: 10px;
	border-top: 1px solid #7387cb;
	transition: .3s linear;
	opacity: 0;
}
.single-project:hover .project-info {
	opacity: 1;
	bottom: 20px;
}
.inner-single-project:hover .project-info {
	opacity: 1;
	bottom: 20px;
}
.project-info h6 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
.project-info h6:hover a{color: #fff;}
.project-info span{font-size: 15px;color: #fff;font-weight: 300;}
.project-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( 0deg, rgb(31,53,219) 0%, rgb(72,167,243) 100%);
	opacity: 0;
	transition: all .3s linear;
}
.single-portfolio-thumb img {
	height: auto;
	max-width: 100%;
}
.single-project:hover .project-thumb::before {opacity: .9;}
.inner-single-project:hover .project-thumb::before {opacity: .9;}
.portfolio-btn .btn {
	background: #5d58f7;
}
.portfolio-menu button {
	border: 1px solid #c9c9cc;
	padding: 11px 20px;
	background: none;
	font-size: 18px;
	font-weight: 600;
	color: #282835;
	font-family: 'Muli', sans-serif;
	border-radius: 5px;
	margin: 0 10px;
	cursor: pointer;
}
.portfolio-menu button.active {
	border-color: #5d58f7;
	background: #5d58f7;
	color: #fff;
}
.s-project-thumb img {
	height: auto;
	max-width: 100%;
}
.s-project-info h6 {
	font-size: 24px;
	font-weight: 700;
	color: #282835;
	margin-bottom: 0;
	text-transform: capitalize;
}
.s-project-info span {
	font-size: 15px;
}
.s-project-info h6:hover a {
	color: #5d58f7;
}
.pdetails-title p {
	font-size: 15px;
}
.pdetails-content p {
	font-size: 15px;
	margin-bottom: 0;
}
.pdetails-thumb img {
	width: 100%;
}
.project-prev {
	float: left;
	display: inline-block;
}
.project-prev a {
	font-size: 15px;
	color: #677294;
	font-weight: 800;
}
.project-prev a:hover {
	color: #6A3DF0;
}
.project-prev a i { 
	margin-right: 5px; 
}
.project-next a {
	font-size: 15px;
	color: #677294;
	font-weight: 800;
}
.project-next a:hover {
	color: #6A3DF0;
}
.project-next a i{ 
	margin-left: 5px;
}
.pdetails-widget {
	background: #f7f7f7;
	padding: 30px;
}
.portfolio-sidebar-area {
    margin-bottom: 50px;
}
.portfolio-sidebar-area .widget-wrap {
    margin-bottom: 30px;
}
.portfolio-sidebar-area .calendar_wrap caption {
	margin-bottom: 0;
}
.s-portfolio-content img {
    max-width: 100%;
    height: auto;
}
ul.p-widget-list {
	padding: 0;
	list-style: none;
}
.p-widget-list li {
	margin-bottom: 20px;
}
.p-widget-list li:last-child {
	margin-bottom: 0px;
}
.p-widget-list li h6 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
}
.p-widget-list li span {
	font-size: 15px;
	font-family: 'Muli', sans-serif;
}
span.font-weight-bold i {
    margin-right: 5px;
}
.pshare-icon a {
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	margin: 0 7px;
}
.pshare-icon .fb{ background: #3d5b99;}
.pshare-icon .tw{ background: #1da1f2;}
.pshare-icon .ins{ background: #dd5044;}
.pshare-icon .gp{background: #eb3100;}

/* 17. faq 
===========================================================================*/
.faq-wrap {
	background: #fff;
	height: 100%;
	padding: 180px 65px;
	padding-top: 175px;
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.faq-wrap h4 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 25px;
}
.ff-field input {
	border: none;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	padding: 15px 30px;
	transition: .5s;
}
.ff-field input:focus {
	border-color: #5d58f7;
}
.ff-field input::placeholder{font-size: 18px;color: #93939a;}
.ff-field i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #93939a;
	font-size: 18px;
	z-index: 1;
}
.faq-wrap p {
	display: inline-block;
}
.faq-wrap .btn {
	background: #5d58f7;
}
.faq-call {
	float: right;
	margin-right: 40px;
}
.faq-call span {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.faq-call .faq-number {
	font-weight: 900;
	color: #5d58f7;
	margin-top: 4px;
}
/* 18. blog 
===========================================================================*/
.h3-blog-section,
.h2-blog-section,
.h1-blog-section {
	padding-bottom: 85px;
	padding-top: 118px !important;
}
.single-blog-wrap {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
	transition: .3s;
}
.single-blog-wrap:hover {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.single-blog-wrap.active {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.blog-details {
    padding-bottom: 25px;
}
.blog-details .blog-thumb img {
	margin-bottom: 15px;
}
.blog-thumb img {
	height: auto;
	max-width: 100%;
}
.blog-content h3 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	word-break: break-word;
}
.blog-content h3:hover a {
	color: #5d58f7;
}
.blog-content p {
	margin-bottom: 25px;
}
.blog-content {
	padding: 15px 25px 25px;
}
.blog-meta ul {
	margin: 0;
	padding: 0;
}
.blog-meta ul li {
	margin: 0;
	margin-right: 20px;
	display: inline-block;
	text-transform: capitalize;
}
.blog-meta ul li img {
	border-radius: 100%; 
}
.blog-meta ul li:last-child {
	margin-right: 0px;
}
.blog-meta ul li img {
	margin-right: 6px;
}
.blog-meta ul li a {
	font-size: 13px;
	color: #ea660f;
}
.blog-meta ul li a:hover {
	color: #5d58f7;
}
.blog-meta ul li a.tag {
	color: #677294;
}
.blog-meta ul li span {
	font-size: 13px;
	line-height: 1;
	color: #677294;
}
.blog-meta ul li a i{
	font-size: 13px;
	color: #677294;
	transition: .3s;
}
.blog-meta ul li a i:hover{
	color: #ea660f;
}
.sidebar-form {
    position: relative;
}
.widget-wrap {
	margin-bottom: 45px;
}
aside.sidebar-blog .widget-wrap:last-child {
	margin-bottom: 30px;
}
.sidebar-form input {
	border: 1px solid #c8c8c8;
	width: 100%;
	padding: 15px 25px;
	transition: .5s;
}
.sidebar-form input:focus {
	border-color: #5d58f7;
}
.sidebar-form input::placeholder {
	font-size: 15px;
	font-weight: 600;
	color: #282835;
}
.sidebar-form button {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 18px;
    color: #282835;
    padding: 0;
    cursor: pointer;
}
.sidebar-title h4 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 15px;
}
.widget-cat ul li {
	overflow: hidden;
	margin-bottom: 5px;
}
.widget-cat ul li:last-child {
	margin-bottom: 0px;
}
.widget-cat ul li a {
	font-size: 15px;
	color: #282835;
}
.widget-cat ul li a:hover {
	color: #5D58F7;
}
.widget-cat ul li a span {
	float: right;
}
.rc-post-thumb {
	float: left;
	display: block;
	margin-right: 15px;
}
.rc-content {
	overflow: hidden;
	display: block;
}
.sidebar-rc-post ul {
	padding-left: 0;
}
.sidebar-rc-post ul li {
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.sidebar-rc-post ul li:last-child{
	margin-bottom: 0;
}
.rc-content span {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}
.rc-content h5 {
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1.4;
}
.rc-content h5:hover a{
	color: #5D58F7;
}
.archives-list ul li {
	margin-bottom: 10px;
}
.archives-list ul li:last-child {
	margin-bottom: 0px;
}
.archives-list ul li a {
	font-size: 15px;
	color: #282835;
	width: 100%;
	display: block;
}
.archives-list ul li a:hover {
	color: #5D58F7;
}
.widget-tag ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.widget-tag ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #282835;
	padding: 12px 15px;
	display: block;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
.widget-tag ul li a:hover{
	background: #5D58F7;
	color: #fff;
	border-color: #5D58F7;
}
.inner-blog-content p {
	font-size: 15px;
	margin-bottom: 20px;
}
.inner-blog-content {
	padding: 0;
}
.page-details-content img,
.inner-blog-content img {
	height: auto;
	max-width: 100%;
}
blockquote {
	margin: 15px 0;
	background: #5d58f7;
	color: #fff;
	padding: 40px 60px;
	padding-left: 100px;
	font-size: 15px;
	font-style: italic;
	position: relative;
	z-index: 1;
}
.wp-block-column blockquote {
	padding: 40px 40px;
	padding-left: 40px;
}
blockquote::before {
	content: "\f10d";
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
	font-family: "FontAwesome";
	font-size: 77px;
	font-style: initial;
	opacity: .1;
	z-index: -1;
}
.post-s-wrap {
	margin: 0;
	width: 100%;
	padding: 20px 0;
	margin-top: 30px;
	display: inline-block;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.blog-post-tag span, 
.blog-post-tag a {
	font-size: 15px;
	color: #677294;
	text-transform: capitalize;
}
.blog-share-icon span, 
.blog-share-icon i, 
.blog-share-icon a {
	font-size: 15px;
	color: #677294;
	text-transform: capitalize;
}
.blog-post-tag span {
	font-size: 16px;
	font-weight: 900;
}
.blog-post-tag a:hover {
	color: #5D58F7;
}
.blog-share-icon a {
	margin-left: 10px;
}
.author-img {
	float: left;
	display: block;
	margin-right: 30px;
}
.author-img img {
	border-radius: 15px;
}
.author-post-content span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.author-post-content h5 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.author-post-content p {
	font-size: 15px;
	margin-bottom: 0;
}
.author-post {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.comments-avatar {
	float: left;
	display: block;
	margin-right: 10px;
}
.comment-text {
	display: block;
	overflow: hidden;
	padding-left: 15px;
}
.avatar-name {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.avatar-name h5 {
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	display: block;
	margin-top: 0;
}
.avatar-name span {
	font-size: 12px;
}
.comment-text p {
	font-size: 15px;
	margin-bottom: 5px;
}
.comment-text a {
	font-size: 12px;
	color: #677294;
}
.latest-comments ul li {
	overflow: hidden;
	margin-bottom: 30px;
}
.latest-comments ul li.children {
	margin-left: 80px;
}
.comments-wrap h3 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 35px;
}
.comments-box h2 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 15px;
}
.comment-form .form-group {
    margin-bottom: 0;
}
.comment-form input {
	width: 100%;
	border: 1px solid #dbdbdb;
	padding: 14px 20px;
	border-radius: 5px;
	margin-bottom: 25px;
	transition: .5s linear;
}
.comment-form input::placeholder{
	font-size: 15px;
	color: #677294;
}
.comment-form textarea {
	width: 100%;
	border: 1px solid #dbdbdb;
	padding: 14px 20px;
	border-radius: 5px;
	margin-bottom: 25px;
	height: 210px;
	transition: .5s linear;
}
.comment-form input:focus, .comment-form textarea:focus{
	border-color: #5d58f7;
}
.comment-form textarea::placeholder{
	font-size: 15px;
	color: #677294;
}
.comment-form .btn{
	background: #5d58f7;
}
.comment-form .btn:hover{
	color: #5d58f7; 
	background: transparent;
}

/* 19. pagination 
===========================================================================*/
.only-post-erap {
    display: inline-block;
    width: 100%;
}
.blog-post-pagination {
	width: 100%;
	display: inline-block;
}
.pagination {
	display: block;
	display: block;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination li.page-item {
	display: inline-block;
}
.pagination li.page-item a {
	padding: 0;
	color: #282835;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Muli', sans-serif;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border: 1px solid #c8c8c8;
	border-radius: 0 !important;
}
.pagination li.page-item a i {
	color: #b3b1b0;
	font-weight: 700;
}
.pagination li.page-item a:hover {
	color: #fff;
	background: #5d58f7;
	border-color: #5d58f7;
}
.pagination li.page-item a:hover i {
	color: #fff;
}
.pagination li.page-item.active a {
	color: #fff;
	background: #5d58f7;
	border-color: #5d58f7;
}
.s-project-thumb {
    text-align: center;
}
/* 20. brand 
===========================================================================*/
.default-brandlogo-slider {
	padding-bottom: 110px;
}
.default-logo-class {
	padding-bottom: 110px;
}
.single-brand img {
	max-width: 100%;
	display: inline-block;
	filter: grayscale(100%);
	transition: .5s;
	cursor: pointer;
}
.single-brand img:hover {
	filter: grayscale(0);
}
.brand-border {
	border-top: 1px solid #dfdfe1;
	border-bottom: 1px solid #dfdfe1;
	padding: 35px 0;
}

/* 21. contact 
===========================================================================*/
.contact-area {
	position: relative;
	padding-bottom: 330px;
	margin-right: 0 !important;
}
.contact-wrapper {
	position: absolute;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 65px;
	background: #fff;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.inner-cta h3 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 0;
}
.inner-cta &gt; p {
	margin-bottom: 21px;
	padding-right: 10px;
	color: #282835;
}
.bm-list.inner-cta li {
    margin-bottom: 10px;
}
.inner-cta .offer-icon,
.inner-cta .bm-icon,
.cc-icon {
	float: left;
	display: block;
	margin-right: 15px;
}
.inner-cta .offer-icon i,
.inner-cta .bm-icon i,
.cc-icon i {
	font-size: 22px;
	color: #5d58f7;
}
.inner-cta p,
.cc-content p {
	margin-bottom: 0;
	color: #282835;
}
.single-bs-wrap .bs-number {
	float: left;
	margin-right: 15px;
}
.single-bs-wrap .bs-number h3 {
	margin-top: 0;
}
.single-bs-wrap h6 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.offer-content h5 {
	margin-bottom: 0;
    font-weight: 700;
}
.offer-icon {
    float: left;
    margin-right: 15px;
}
.offer-icon i {
	font-size: 20px;
}
.cc-content {
	overflow: hidden;
}
.single-c-cta {
	overflow: hidden;
	margin-bottom: 10px;
}
.single-c-cta:last-child { 
	margin-bottom: 0;
}
.cc-social p a,
.cc-social a {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 28px;
	border: 1px solid;
	text-align: center;
	margin-right: 15px;
	border-radius: 50%;
	font-size: 15px;
}
.cc-social a.facebook {border-color: #4267b2;color: #4267b2;}
.cc-social a.twitter {border-color: #1da1f2;color: #1da1f2;}
.cc-social a.linkedin {border-color: #0274b3;color: #0274b3;}
.cc-social a.pinterest {border-color: #e60023;color: #e60023;}

.cc-social a.facebook:hover {background-color: #4267b2;color: #fff;}
.cc-social a.twitter:hover {background-color: #1da1f2;color: #fff;}
.cc-social a.linkedin:hover {background-color: #0274b3;color: #fff;}
.cc-social a.pinterest:hover {background-color: #e60023;color: #fff;}
.c-form input {
	width: 100%;
	border: 1px solid #d8d8d8;
	padding: 12px 30px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.c-form input::placeholder {
	color: #8d8d8d;
}
.c-form textarea {
	width: 100%;
	border: 1px solid #d8d8d8;
	padding: 12px 30px;
	border-radius: 3px;
	margin-bottom: 30px;
	height: 220px;
}
.c-form textarea::placeholder {
	color: #8d8d8d;
}
.c-btn {
	background: #5d58f7;
}
.c-btn:hover {
	background: transparent;
	color: #5d58f7;
}
.map-wrap {
	background-position: center;
	background-size: cover;
	z-index: -1;
	position: relative;
}
.map-wrap iframe {
	width: 100%;
	height: 660px;
}
.error-img img {
    max-width: 100%;
    height: auto;
}
/* 22. footer 
===========================================================================*/
.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-bg-img-none .footer-top {
	padding-bottom: 20px;
}
.footer-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.footer-bg-img-none {
	background-color: #6C3CF0;
}
.footer2.footer-bg-img-none {
	background-color: #1e3dde;
} 
.footer3.footer-bg-img-none {
	background-color: #0a1b6d;
} 
.footer-padding {
	padding-top: 170px;
}
.footer3.footer-padding.footer-bg-img {
	padding-top: 115px;
}
.s-footer-padding {
	padding-top: 150px;
}
.footer-text p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px;
}
.sidebar-blog .footer-text p {
	color: #677294;
}
.footer-text a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	font-family: 'Muli', sans-serif;
}
.footer-social a {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	color: #cdd3ff;
	border: 1px solid #cdd3ff;
	border-radius: 50%;
	margin-right: 13px;
	font-size: 14px;
}
.sidebar-blog .footer-social a {
	color: #495df1;
    border: 1px solid #cdd3ff;
}
.footer2 .footer-social a {
    color: #b7c4fd;
    border-color: #b7c4fd;
}
.footer-bg-img-none .footer-social a {
	color: #fff;
}
.second-footer-social a{
	color: #7c90eb;
	border-color: #7c90eb;
}
.footer-social a:hover {
	background: #fff;
	border-color: #fff;
	color: #5d58f7;
}
.f-widget-title h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li a {
	color: #fff;
	font-size: 15px;
}
.footer-link ul li a:hover {
	margin-left: 5px;
}
.sidebar-default .digee_support_adress_widget .footer-download h6,
.sidebar-default .digee_support_adress_widget .footer-download a,
.sidebar-default .digee_support_adress_widget .f-widget-title h5,
.sidebar-default .digee_support_adress_widget span {
	color: #677294;
}
.footer-cta span {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
.footer-download h6 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}
.footer-download a {
	height: 35px;
	width: 120px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
	border: 1px solid #444ca7;
}
.footer2 .footer-download a {
	border: 1px solid #6a75f5;
}
.footer-bg-img-none .footer-download a {
	border: 1px solid #6b71a3;
}
.copyright-area {
	border-top: 1px solid #222a76;
	padding: 12px 0;
}
.second-copyright {
	border-top: 1px solid #4258e1;
}
.copyright-text p {
	font-size: 15px;
	color: #fff;
	margin: 0;
}
.footer-bg-img-none .second-copyright,
.footer-bg-img-none .copyright-area {
	border-top: 1px solid #8358fb;
}
.footer2.footer-bg-img-none .copyright-area {
	border-top: 1px solid #3151f1;
}
.footer3.footer-bg-img-none .copyright-area {
	border-top: 1px solid #333d6f;
}
.copyright-text p a {
	font-weight: 600;
	color: #fff;
}
.f-bottom-link ul {
	padding: 0;
	margin-bottom: 0;
}
.f-bottom-link ul li {
	display: inline-block;
	margin-left: 10px;
}
.f-bottom-link ul li a {
	color: #fff;font-size: 15px;
}

/* - 23. 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: #FF8A73;
    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); } 
}</pre></body></html>