/*
  Theme Name: Arrowtic
  Author: Johanspond
  Support: johanspond@gmail.com
  Description: Arrowtic - Digital Marketing Agency WordPress Theme.
  Version: 2.0.3
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. features
5. Succeed
6. Reports
7. Services
8. App Task 
9. Our Skill 
10. Portfolio
11. Work Process
12. Best Features 
13. Our Offer 
14. App Display 
15. Pricing
16. Funfact
17. Testimonial
18. Team
19. Project
20. Counter
21. Cta
22. Brand
23. Get Start
24. Screenshot
25. Contact
26. Blog
27. Sidebar
28. Shop
29. Footer
30. Loader
31. Instgram 

***/


/* - 1. Theme default css 
=============================================================================*/
html,
body {
	overflow-x: hidden;
}
body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #242424;
}
.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 {
	color: #ff8a73;
	text-decoration: none;
}
.btn.focus, 
.btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.separator {
	border-top: 1px solid #f2f2f2;
}
/* button style */
.arrowtic-custom-btn {
	margin-right: 15px;
	display: inline-block;
}
.btn {
	-moz-user-select: none;
	background: #ff8a73;
	border: medium none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding: 13px 36px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.btn:hover {
	color: #fff;
	box-shadow: 0px 4px 7px 0px rgba(0,0,0,.3);
}
.btn.grape-bg-btn{ 
	background: #6a55a6;
}
/* 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: #ff8a73;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}

/* - 2. header 
=============================================================================*/
.header-top {
	background: #343351;
}
.tranparent-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
.header2 {
	background-color: #FEFEFF;
}
.admin-bar .header2.sticky-menu {
	top: 32px;
}
.logo {
	max-width: 200px;
}
.logo img {
    height: auto;
    max-width: 100%;
}
.main-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu {

}
.main-menu-area {
    align-items: center;
    display: flex;
}
.menu-right-icon {
    padding-left: 70px;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 35px;
	position: relative;
	margin-top: 0;
    margin-bottom: 0;
}
.main-menu ul li > a {
	color: #6a55a6;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 35px 0;
	position: relative;
}
.main-menu ul li > a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
	height: 2px;
	width: 0px;
	background: #ff8a73;
	transition: .3s;
	opacity: 0;
}
.mobile-menu.white-menu .mean-bar .meanmenu-reveal {
	border-color: #fff;
	color: #fff;
}
.mobile-menu.white-menu .mean-bar .meanmenu-reveal span {
	background: #fff;
}
.main-menu ul li.current_page_item > a:before,
.main-menu ul li.active > a::before,
.main-menu ul li:hover> a::before { 
	width: 10px; 
	opacity: 1; 
}
.dropdown-toggle::after {
	display: none;
}
.menu-icon{

}
.menu-icon a {
	font-size: 21px;
	color: #6a55a6;
	border-left: 1px solid #d5d5d5;
}
.menu-icon a:first-child {
	border-left: none;
}
.menu-icon a.shop-cart {
	padding-left: 20px;
    position: relative;
    margin-left: 20px;
}
.menu-icon a.shop-cart::before {
	position: absolute;
	content: "0";
	width: 12px;
	height: 12px;
	right: -5px;
	top: 0px;
	background: #ff8a73;
	font-size: 8px;
	color: #fff;
	line-height: 12px;
	border-radius: 50%;
	text-align: center;
}
.single-cta-wrap {
	display: inline-block;
	margin-right: 35px;
	padding: 14px 0;
}
.header-top.ht-home5 {
	background: transparent;
}
.single-cta-wrap i {
	color: #fff;
	font-size: 15px;
	margin-right: 5px;
}
.single-cta-wrap span {
	color: #fff;
	font-size: 12px;
}
.header-social a {
	margin-left: 15px;
}
.header-social a i {
	color: #fff;
}
.header-top-h4 {
	background: #f3f6ff;
}
.header-top-h4 a i {
	color: #242424;
}
.second-htop-cta .single-cta-wrap i {
	color:#242424;
}
.second-htop-cta .single-cta-wrap span {
	color:#242424;
}
.header-social a:hover i {
	color: #1eb8ff;
}
.main-header.tranparent-header {
	top: 50px;
}
.home-four-menu ul li a {
	color: #fff;
}
.menu-icon.home-four-menu a {
	color: #fff;
}
.main-header.mh-home5 {
	background: #0006;
}
ul.arrowtic-main-menu {
    margin: 0;
}
.main-menu ul li .submenu {
	position: absolute;
	left: 0;
	top: 120%;
	width: 210px;
	background: #6a55a6;
	z-index: 9;
	padding: 10px 0;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.breadcrumb-img-none .main-menu ul li .submenu {
	background: #403364;
}
.main-menu ul li:hover> .submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li .submenu li {
	margin: 0;
	display: block;
	text-align: left;
	padding: 0 20px;
}
.main-menu ul ul li .submenu {
	top: 100% !important;
	right: 100%;
	left: auto;
}
.mean-container .mean-nav ul li {
	margin: 0;
}
.mean-container .mean-nav ul ul li a {
	text-transform: capitalize;
}
.main-menu ul ul li:hover .submenu {
	top: 0 !important;
}
.main-menu ul li .submenu li a:before {
	content: none;
}
.main-menu ul li .submenu li a {
	color: #fff;
	padding: 7px 0px;
	text-transform: capitalize;
	width: 100%;
}
.main-menu ul li .submenu li:hover> a {
	padding: 7px 0px;
	padding-left: 10px;
}
.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;
	background: #fff;
    -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);
}
.header-four.sticky-menu {
	background: #6a55a6;
	top: 0;
}
.main-header.mh-home5.sticky-menu {
	background: -webkit-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background: linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
/* breadcrumb */
.breadcrumb-area {
	background-position: center;
	background-size: cover;
}
.breadcrumb-title h2 {
	color: #fff;
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	word-break: break-all;
}
.breadcrumb-wrap {
    padding-top: 296px;
    padding-bottom: 160px;
}
.breadcrumb-img-none .breadcrumb-wrap {
	padding: 250px 0 160px;
}

.breadcrumb-wrap.transparent-none {
	padding-top: 150px;
	padding-bottom: 150px;
}
.breadcrumb-wrap.transparent-menu {
	padding-top: 180px;
	padding-bottom: 155px;
}
.breadcrumb-wrap.transparent-header {
    padding-top: 296px;
    padding-bottom: 160px;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	border-radius: 0;
}
.breadcrumb-item {
	display: inline-block;
}
.breadcrumb-item::before {
	padding: 0 4px !important;
	color: #fff !important;
}
.breadcrumb-item a {
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.breadcrumb-item a:hover {
	color: #ff8a73;
}
.breadcrumb-item.active {
	color: #ff8a73;
	word-break: break-all;
}
.breadcrumb-bg {
	background-size: cover;
	background-position: center;
	background-color: #6a55a6;
}
.image-overlay {
	z-index: 0;
	position: relative;
}
.image-overlay:after {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .9;
	position: absolute;
	background-color: #6a55a6;

    background-image: -webkit-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background-image: -ms-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);

    background-image: -moz-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background-image: -webkit-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background-image: -ms-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
/* - 3. Slider 
=============================================================================*/
.overflow-visible {
	overflow: visible !important;
}
.slider-height {
	height: 1330px;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
}
.slider-one-content {
	padding-top: 390px;
}
.home-four-slider {
	height: 1085px;
	background-size: cover;
	background-position: bottom center;
}
.slider-area.slider-home5.slider-v2 {
    padding-top: 400px;
    padding-bottom: 290px;
}

.home-four-slider.slider-home5 {
	height: unset;
	position: relative;
}
.slider-v3 .single-slider:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #ffffff99;
}
.home-four-slider.slider-home5 .single-slider {
	padding-top: 30px;
}
.slider-h5-padding {
	padding-top: 400px;
}
.slider-home5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background-image: -webkit-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background-image: -ms-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	opacity: .9;
}
.slider-shape{
	position: relative;
}
.slider-shape::before {
	content: "";
	position: absolute;
	left: 0;
	top: 300px;
	background: url(../img/slider/s-shape01.png);
	width: 213px;
	height: 470px;
}
.slider-shape-wrap {
	position: absolute;
	right: 0;
	bottom: -218px;
	width: 340px;
	height: 470px;
}
.s-slider-height {
	height: 900px;
	background-position: center;
	background-size: cover;
}
.slider-one-content span {
	font-size: 60px;
	text-transform: capitalize;
	color: #6a55a6;
	font-weight: 300;
	line-height: 1;
}
.slider-one-content h1 {
	font-size: 60px;
	font-weight: 900;
	color: #6a55a6;
	margin-bottom: 18px;
}
.slider-one-content p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.slider-btn {
	display: inline-block;
}
.slider-btn a {
	margin-right: 15px;
	-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-one-img {
	padding-top: 180px;
}
.second-slider-height {
	height: 956px;
	background-size: cover;
	background-position: top center;
}
.second-slider-content span {
	font-size: 24px;
	font-weight: 600;
	color: #ff8a73;
}
.second-slider-content h1 {
	font-weight: 600;
	color: #242424;
	padding-right: 60px;
}
.second-slider-content p {
	font-size: 15px;
	padding-right: 90px;
}
.slider-two-img {
	margin-left: -205px;
	padding-top: 235px;
}
.second-slider-content {
	padding-top: 340px;
}
.slider-three-content span {
	font-size: 45px;
	font-weight: 700;
	color: #ff8a73;
	font-style: italic;
	line-height: 1;
}
.slider-three-content h2 {
	margin-top: 0;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 20px;
}
.slider-three-content p {
	margin-bottom: 42px;
}
.slider-four-content span {
	color: #fff;
	font-style: normal;
}
.slider-four-content h2 {
	color: #fff;
	font-size: 58px;
}
.slider-four-content p {
	color: #fff;
	padding: 0px 205px;
}
.slider-active .slick-dots,
.slider-four-active .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 90px;
}
.slider-active .slick-dots li,
.slider-four-active .slick-dots li{
	display: inline-block;
	line-height: 1;
	margin: 0 5px;
}
.slider-active .slick-dots li.slick-active button,
.slider-four-active .slick-dots li.slick-active button {
	width: 30px;
	background: #ff8a73;
}
.slider-active .slick-dots li button,
.slider-four-active .slick-dots li button {
	text-indent: -9999999px;
	padding: 0;
	border: none;
	height: 9px;
	width: 20px;
	background: #6a55a6;
	border-radius: 30px;
	line-height: 1;
	cursor: pointer;
}
.slider-four-active .slick-dots,
.slider-home5 .slick-dots {
	bottom: -120px;
}
.slider-four-active .slick-arrow,
.slider-home5 .slick-arrow {
	position: absolute;
	top: 50%;
	left: 10%;
	font-size: 36px;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}
.slider-home5 .slick-arrow {
    margin-top: 0px;
}
.slider-four-active .slick-arrow i,
.slider-home5 .slick-arrow i {
	font-weight: 700;
}
.slider-four-active .slick-next,
.slider-home5 .slick-next {
	right: 10%;
	left: auto;
}
.slider-five-btn .btn {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}
.slider-five-btn .btn:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #6a55a6;
}
.slider-five-btn .btn.grape-bg-btn {
	background: #fff;
	color: #6a55a6;
}
.slider-five-btn .btn.grape-bg-btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.slider-home5 .slider-content.slider-three-content {
    padding-top: 0px;
}
/* - 4. features 
=============================================================================*/
.home2-sec2 {
	
}
.section-title span {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #ff8a73;
}
.section-title h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}
.section-title.center-title h2 {
	margin-top: 0;
	position: relative;
	margin-bottom: 20px;
}
.section-title.bg-icon h2 {
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.section-title.bg-icon.text-left h2 {
	background-position: left bottom;
}
.section-title.bg-icon.text-right h2 {
	background-position: right bottom;
}
.second-title span {
	text-transform: capitalize;
}
.second-title h2 {
	margin-bottom: 10px;
}
.second-title p {
	padding: 0 70px;
}
.center-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 247px;
	height: 14px;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.section-title p {
	margin-bottom: 0;
	padding: 0px;
}
.section-title.center-title p {
	padding: 0 50px;
}
.section-title.text-left p {
	padding-right: 30px;
}
.section-title.text-right p {
	padding-left: 140px;
}
.section-title.second-title p {
	padding: 0 75px;
}
.blue-bf i.arrowtic-icon,
.blue-bf i.arrowtic-icon,
.blue-f i.arrowtic-icon,
.blue-s i.arrowtic-icon { 
	color: #5580ff;
}
.liteb-bf,
.liteb-icon { 
	color: #7bb9ff;
}
.green-bf i.arrowtic-icon,
.green-f i.arrowtic-icon,
.green-s i.arrowtic-icon { 
	color: #45ba8d;
}
.red-bf i.arrowtic-icon,
.red-f i.arrowtic-icon,
.red-s i.arrowtic-icon { 
	color: #ff616b;
}
.cyan-bf i.arrowtic-icon,
.cyan-s i.arrowtic-icon {
	color: #06b4fd; 
}
.violet-bf i.arrowtic-icon { 
	color: #cd68f4; 
}
.lightv-bf,
.lightv-icon { 
	color: #6a55a6; 
}
.darkg-bf i.arrowtic-icon { 
	color: #fbb94c; 
}
.single-features {
	border: 1px solid #ebebeb;
	padding: 25px 20px;
	position: relative;
	padding-top: 58px;
	transition: .3s;
	border-radius: 5px;
}
.features-icon {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.features-icon i {
	font-size: 37px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	display: inline-block;
	background: #fff;
	transition: .3s;
}
.features-content h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 7px;
	margin-top: 0;
}
.single-features.blue-f:hover{ 
	border-color: #5580ff; 
}
.single-features.blue-f:hover .features-icon i { 
	border-color:#5580ff; 
	background: #5580ff; 
	color: #fff;
}
.single-features.green-f:hover { 
	border-color: #45ba8d;
}
.single-features.green-f:hover .features-icon i {
	border-color: #45ba8d; 
	background: #45ba8d; 
	color: #fff;
}
.single-features.red-f:hover { 
	border-color:#ff616b; 
}
.single-features.red-f:hover .features-icon i { 
	border-color: #ff616b; 
	background: #ff616b; 
	color: #fff; 
}
.second-features .features-icon {
	position: unset;
	margin-bottom: 10px;
}
.best-features.inner-features {
	background: #f4f9fd;
}
.second-features .features-icon i {
	height: unset;
	width: unset;
	border: none;
	border-radius: unset;
	font-size: 65px;
	line-height: 1;
	color: #6a55a6;
}
.second-features:hover i {
    color: #ff8a73;
}
.home-three-t span {
	text-transform: capitalize;
	font-style: italic;
}
.home-three-t h2 {
	font-weight: 900;
}
.third-features-icon {
	position: relative;
	height: 100px;
	margin-bottom: 20px;
}
.third-features-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/icon/i_bg.png);
	height: 100px;
	width: 100px;
	right: 0;
	margin: auto;
}
.third-features-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -112px;
	background: url(../img/icon/line.png);
	width: 220px;
	height: 2px;
}
.dashed-line-none .third-features-icon::after {
	display: none;
}
.third-features-icon.four-i::before,.third-features-icon.four-i::after {
	content: none;
}
.third-features-icon i {
	font-size: 46px;
	line-height: 100px;
	text-align: center;
}
.third-features-content h3 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 13px;
}
.inner-fContent h3 {
	font-weight: 700;
}
.row .col-lg-4.col-md-6.text-center:last-child .third-features> .third-features-icon::after{
	content: none;
}
.third-features-icon.four-i {
	margin-bottom: 0;
}
.third-features.four-f {
	border: 1px solid #f5f5f5;
	padding-top: 25px;
	padding-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
	transition: .3s;
}
.third-features.four-f:hover {
	border: 1px solid transparent;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.solutions-title p {
	padding-left: 0;
	padding-right: 120px;
}
.solutions-wrap {
	position: relative;
}
.solutions-shape {
	height: 451px;
	width: 666px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.solutions-icon i {
	font-size: 35px;
	color: #777777;
	line-height: 1;
}
.sigle-solutions h6 {
	font-size: 18px;
	font-weight: 800;
	transition: .3s;
}
.sigle-solutions.fsv-9 h5 {
	font-size: 18px;
	font-weight: 800;
	transition: .3s;
}
.sigle-solutions p{
	margin-bottom: 0;
}
.sigle-solutions {
	border: 1px solid #ededed;
	padding: 25px;
	border-radius: 5px;
	transition: .3s;
}
.sigle-solutions:hover{
	border-color: #6a55a6;
}
.sigle-solutions:hover h6{
	color: #6a55a6;
}
.sigle-solutions:hover h6,
.sigle-solutions:hover h5 {
    color: #6a55a6;
}
.solutios-services.grey-bg {
	background: #f4f9fd;
}
.s_services-icon i {
	font-size: 45px;
	line-height: 1;
	transition: .3s;
}
.s_services-padding {
	padding: 1px;
}
.s_services-wrap {
	background: #fff;
	padding: 45px 30px;
}
.s_services-wrap:hover .s_services-content h5 {
	color: #6a55a6;
}
.s_services-wrap:hover .s_services-icon i {
	color: #ff8a73;
}
.s_service-num {
	font-size: 48px;
	font-weight: 900;
	background: linear-gradient(to bottom, #e9e9e9, #fff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	line-height: 0.7;
	margin-bottom: -15px;
}
.s_services-content h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}
.s_services-content p {
	margin-bottom: 0;
}
.ourVision,
.slogan-wrap {
	padding: 60px 25px;
	border-radius: 10px;
}
.slogan-wrap {
	margin-right: 0 !important;
	background: -webkit-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}

.ourVision {
	margin-left: 0 !important;
	background: #ff8a73;
}
.slogan-content h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.slogan-content p {
	color: #fff;
	margin-bottom: 0px;
}
/* - 5. Succeed
=============================================================================*/
.border-b { 
	border-bottom: 1px solid #dee0e2; 
}
.area-bg-wrapper {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.area-bg-wrapper.home2-sec3-1 {
	padding-top: 190px !important;
	padding-bottom: 65px;
}
.area-bg-wrapper.home-2 {
	padding-top: 180px !important;
	padding-bottom: 77px;
}
.area-bg-wrapper.sec3-wrap {
	margin-top: 38px;
	padding-bottom: 0;
	padding-top: 100px !important;
}
.home1-sec3-feature {
	padding-bottom: 70px;
}
.single-succeed {
	padding: 30px 20px;
	box-shadow: 0px 0px 16px 4px rgba(0,0,0,.1);
	background: #fff;
	border-radius: 5px;
	transition: .3s;
}
.wpb_single_image.succeed-img img {
    right: -100px;
    position: relative;
}
.succeed-icon i {
	font-size: 50px;
	transition: .3s;
	line-height: 1.2;
}
.succeed-content h3 {
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 700;
	transition: .3s;
	margin-top: 0;
}
.succeed-content p{
	margin-bottom: 0;
	transition: .3s;
}
.single-succeed.green-s:hover{
	background: #45ba8d;
}
.single-succeed.green-s:hover .succeed-icon i,.green-s:hover .succeed-content h3,.green-s:hover .succeed-content p{
	color: #fff;
}
.single-succeed.blue-s:hover{
	background: #5580ff;
}
.single-succeed.blue-s:hover .succeed-icon i,.blue-s:hover .succeed-content h3,.blue-s:hover .succeed-content p{
	color: #fff;
}
.single-succeed.red-s:hover{
	background: #ff616b;
}
.single-succeed.red-s:hover .succeed-icon i,.red-s:hover .succeed-content h3,.red-s:hover .succeed-content p{
	color: #fff;
}
.single-succeed.red-s:hover{
	background: #ff616b;
}
.single-succeed.red-s:hover .succeed-icon i,.red-s:hover .succeed-content h3,.red-s:hover .succeed-content p{
	color: #fff;
}
.single-succeed.cyan-s:hover{
	background: #06b4fd;
}
.single-succeed.cyan-s:hover .succeed-icon i,.cyan-s:hover .succeed-content h3,.cyan-s:hover .succeed-content p{
	color: #fff;
}
.succeed-title h1 {
	padding-right: 60px;
}
.second-succeed-icon {
	margin-bottom: 15px;
}
.second-succeed-icon i {
	font-size: 35px;
	color: #777777;
	line-height: 1;
}
.single-succeed-wrap h6 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}
.single-succeed-wrap p {
	margin-bottom: 0;
}
.succeed-btn .btn:first-child {
	margin-right: 20px;
}
.area-bb {
	border-bottom: 1px solid #e2e2e2;
}
.wpb_single_image.reports-img img,
.wpb_single_image.succeed-img img {
	max-width: initial;
}
/* - 6. Reports
=============================================================================*/
.reports-img {
	margin-left: -155px;
}
.reports-content {
	padding-top: 90px;
}
.arrowtic-btn a {
	color: #fff !important;
    background-color: #ff8a73 !important;
    border: none !important;
    background-image: none !important;
    padding: 0 !important;
}
/* - 7. Services 
=============================================================================*/
.single-services-wrap {
	background: #fff;
	padding-top: 35px;
	transition: .3s;
}
.services-bg {
	background: #f3f9fd;
}
.single-services-wrap:hover {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.services-icon {
	padding: 0 30px;
	margin-bottom: 15px;
}
.services-icon i {
	font-size: 45px;
	line-height: 1;
}
.services-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.services-content h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	transition: .3s;
	margin-top: 0;
}
.services-content p {
	margin-bottom: 0;
}
.services-bottom {
	padding: 15px 20px;
}
.read-more {
	float: left;
	display: block;
}
.bottom-icon {
	text-align: right;
	overflow: hidden;
	display: block;
}
.read-more a {
	font-size: 15px;
	color: #242424;
	font-weight: 600;
}
.bottom-icon a {
	font-size: 18px;
	line-height: 1;
	color: #242424;
}
.single-services-wrap.blue-s:hover .services-content h5{
	color: #5580ff;
}
.single-services-wrap.blue-s:hover .read-more a,.single-services-wrap.blue-s:hover .bottom-icon a {
	color: #5580ff;
}
.single-services-wrap.red-s:hover .services-content h5{
	color: #ff616b;
}
.single-services-wrap.red-s:hover .read-more a,.single-services-wrap.red-s:hover .bottom-icon a {
	color: #ff616b;
}
.single-services-wrap.green-s:hover .services-content h5{
	color: #45ba8d;
}
.single-services-wrap.green-s:hover .read-more a,.single-services-wrap.green-s:hover .bottom-icon a {
	color: #45ba8d;
}
.single-services-wrap.darkg-s:hover .services-content h5{
	color: #fbb94c;
}
.single-services-wrap.darkg-s:hover .read-more a,.single-services-wrap.darkg-s:hover .bottom-icon a {
	color: #fbb94c;
}
.single-services-wrap.violet-s:hover .services-content h5{
	color: #cd68f4;
}
.single-services-wrap.violet-s:hover .read-more a,.single-services-wrap.violet-s:hover .bottom-icon a {
	color: #cd68f4;
}
.single-services-wrap.cyan-s:hover .services-content h5{
	color: #06b4fd;
}
.single-services-wrap.cyan-s:hover .read-more a,
.single-services-wrap.cyan-s:hover .bottom-icon a {
	color: #06b4fd;
}

.best_services.grey-bg {
	position: relative;
}
.services-img::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(../img/bg/services.jpg);
	width: 44%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.full-feft-contact-map,
.full-feft-bg-img {
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.full-feft-bg-img.laptop-mockup {
	top: 43px;
}
.section-overflow-visible {
	overflow: visible !important;
}
.full-feft-contact-map {
	top: 15px;
}
.full-feft-contact-map iframe {
	height: 575px !important;
}
.full-feft-bg-img.team-skill {
	width: 50%;
	left: -66px;
}
.full-feft-bg-img.home-5-solutions {
	top: 95px;
	width: 30%;
    left: 4%;
	z-index: -1;
	background-size: contain;
}
.services-title span {
	text-transform: capitalize;
}
.services-title h1 {
	margin-bottom: 10px;
}
.single-bs-wrap {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.single-bs-wrap:hover .bs-number { 
	background: #6a55a6;
}
.single-bs-wrap:hover .bs-number h2 { 
	color: #fff;
}
.single-bs-wrap:hover .bs-content h6 { 
	color: #6a55a6;
}
.single-bs-wrap:last-child{
	border-bottom: none;
}
.bs-number {
	float: left;
	height: 60px;
	width: 60px;
	display: block;
	background: #f2f2f2;
	text-align: center;
	margin-right: 25px;
	transition: .3s;
}
.bs-number h2 {
	margin-top: 0;
	color: #6a55a6;
	font-size: 36px;
	transition: .3s;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 60px;
}
.bs-content {
	overflow: hidden;
	display: block;
}
.bs-content h6 {
	margin-top: 0;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	transition: .3s;
}
.bs-content p{ 
	margin-bottom: 0;
}
.services-wrapper{
	position: relative;
}
.services-img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
}
.services-item i {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 15px;
	display: inline-block;
}
.s-content h5 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 8px;
}
.fsv-6 .s-content h5 {
	font-size: 20px;
}
.s-content p {
	margin-bottom: 0;
}
.services-item i {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 10px;
	display: inline-block;
}
.s-services-item i {
	font-size: 63px;
	float: left;
	display: block;
	margin-right: 30px;
}
.s-services-item .s-content {
	overflow: hidden;
}
.s-services-item .s-content h5 {
	font-weight: 700;
}
.home5-watch-sec {
	padding-top: 99px !important;
	padding-bottom: 65px;
}
.home5-watch .shadow {
	bottom: -100px;
}
/*Service Details*/
.contact-service {
	color: #fff;
    padding: 30px;
    background: -webkit-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background: linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.contact-service h5,
.contact-service p {
	color: #fff;
}
.contact-service p.contact-service-desc {
    margin-bottom: 20px;
}
.contact-service p {
	margin-bottom: 5px;
}
.contact-service i {
	margin-right: 5px;
}
.service-list-group {
    position: relative;
}
.service-list-group ul {
    margin: 0;
    padding: 0;
}
.service-list-group ul li {
    list-style: none;
    position: relative;
}
.service-list-group ul li a {
    color: #061538;
    font-size: 18px;
    font-weight: 600;
    background-color: #f4f4f4;
    padding: 15px;
    display: block;
    overflow: hidden;
}
.service-list-group ul li a.active {
    color: #fff;
    background: -webkit-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background: linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.service-list-group ul li a.active:before{
    position: absolute;
    content: "";
    border-right: 6px solid #ff8a73;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.service-list-group ul li a:hover{
    background-color: #ff8a73;
    color: #fff;
}
/* - 8. App Task 
=============================================================================*/
.task-title p {
	padding-right: 80px;
}
.task-icon {
	margin-bottom: 15px;
}
.task-icon i {
	font-size: 35px;
	color: #777777;
	line-height: 1;
}
.single-task-wrap h6 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}
.single-task-wrap p {
	margin-bottom: 0;
}
.task-btn .btn:first-child {
	margin-right: 20px;
}
/* - 9. Our Skill 
=============================================================================*/
h2.our-achivement {
    font-size: 40px;
    font-weight: 500;
}
.skill-img {
	margin-left: -320px;
}
.progress-bar-wrap {
	float: left;
	display: block;
	margin-right: 15px;
	position: relative;
}
.circle-wrap {
  width: 93px;
  height: 93px;
}
.pie-chart {
  position: relative; 
  text-align: center;
}
.pie-chart canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.pie-chart .pie-chart-percent {
  top: -10px;
  font-size: 22px;
  font-weight: 900;
  color: #333333;
}
.pie-chart .pie-chart-percent span {
  font-size: 22px;
}
.pie-chart .pie-chart-percent sup {
  top: -0.1em;
  margin-left: -5px;
  font-size: 20px;
}
.progress-content {
	overflow: hidden;
	display: block;
}
.progress-content h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 8px;
}
.progress-content p {
	margin-bottom: 0;
}
.second-skill-area.w-bg {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
.second-skill-area.border-bn {
	border-bottom: none;
}
.d-app-img.skill-app {
	margin-left: -370px;
	position: relative;
}
.mobile-zooming-sec {
	padding-top: 32px !important;
	padding-bottom: 20px;
}
.single-app {
    top: 240px;
    left: -22px;
	position: absolute;
}
.single-app img {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-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);
  }
}
.skill-app img {
	width: 100%;
}
.app-img .watch img,.app-img .shadow img {
	width: 100%;
}
.sec-moving-watch {
	padding-top: 110px !important;
	padding-bottom: 200px;
	background-size: cover;
	background-repeat: no-repeat;
}
.watch {
	position: relative;
	z-index: 9;
	animation-name: app-animation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: app-animation;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: app-animation;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: app-animation;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: app-animation;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.shadow {
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	z-index: 1;
}
@-webkit-keyframes app-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* - 10. Portfolio 
=============================================================================*/
.portfolio-area {
	border-bottom: 1px solid #ebebeb;
}
.portfolio-item {
	position: relative;
	overflow: hidden;
}
.s-portfolio-content img {
    max-width: 100%;
    height: auto;
}

.masonry-layout img {
	width: 100%;
	height: auto;
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.p-overly {
	position: absolute;
	left: 35px;
	bottom: 45px;
	transition: .3s;
	z-index: 1;
	opacity: 0;
}
.p-overly h4 {
	font-size: 12px;
	color: #ff8a73;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.p-overly h4:hover a{color: #ff8a73;}
.p-overly span {
	font-size: 18px;
	color: #fff;
}
.portfolio-thumb {
	position: relative;
}
.portfolio-thumb::before {
	position: absolute;
	content: "";
	left: 15px;
	top: 15px;
	background: #000000;
	transition: .3s;
	opacity: 0;
	right: 15px;
	bottom: 15px;
}
.portfolio-item:hover .p-overly{
	opacity: 1;
	bottom: 35px;
}
.portfolio-item:hover .portfolio-thumb::before{
	opacity: .75;
}
.best-project-wrap {
	border-top: 1px solid #e3e3e3;
}
.single-project {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.project-thumb {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.project-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s;
}
.project-overly.text-center {
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
	z-index: 9;
	transition: .3s;
	opacity: 0;
}
.project-overly h6 {
	color: #ff8a73;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 13px;
}
.project-overly span {
	color: #fff;
	text-transform: capitalize;
	font-size: 22px;
}
.single-project:hover .project-overly.text-center {
	opacity: 1;
	top: 50%;
}
.single-project:hover .project-thumb::before{
	opacity: .75;
}
.inner-portfolio-thumb {
	position: relative;
}
.portfolio-inner {
	position: relative;
}
.inner-portfolio-thumb img {
	width: 100%;
	height: auto;
}
.portfolio-content {
	position: absolute;
	text-align: center;
	bottom: -40px;
	left: 40px;
	right: 40px;
	background: #fff;
	box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: .5s;
}
.portfolio-content.portfolio-g {
	position: absolute;
	width: 285px;
	left: 30px;
	bottom: -85px;
	background: linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background: -webkit-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.portfolio-columan-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -200px;
	background: linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background: -webkit-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.p-second-inner {
	overflow: hidden;
}
.inner-portfolio-thumb::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	background: #000;
	opacity: .5;
	transition: .5s;
	right: 0;
	margin: auto;
}
.second-pthumb::before {
	margin: unset;
}
.portfolio-content span {
	font-size: 15px;
	font-weight: 600;
	transition: .3s;
	color: #c4c4c4;
}
.portfolio-content h6 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 0;
	color: #242424;
}
.portfolio-content.portfolio-g span,.portfolio-columan-content span {
	color: #fff;
}
.portfolio-content.portfolio-g h6,.portfolio-columan-content h6 {
	color: #fff;
}
.portfolio-content h6:hover a {
	color: #fff;
}
.portfolio-inner:hover .inner-portfolio-thumb::before {
	width: 100%;
}
.portfolio-inner:hover .portfolio-content  {
	background:  linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background: -webkit-linear-gradient( 160deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.portfolio-inner:hover .portfolio-content h6,.portfolio-inner:hover .portfolio-content span {
	color: #fff;
}
.portfolio-inner:hover .portfolio-content.portfolio-g {
	bottom: 30px;
}
.portfolio-inner:hover .portfolio-columan-content {
	bottom: 30px;
}
.single-portfolio-thumb img {
	width: 100%;
	height: auto;
}
.single-portfolio-title h2 {
	font-size: 36px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
}
.single-portfolio-title h2 span {
	font-size: 24px;
	font-weight: 700;
}
.project-status {
	padding: 15px 40px 27px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.14);
}
.project-status-title h6 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.project-status li {
	margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
}
.project-status li:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.project-status li b {
	font-size: 15px;
    font-weight: 700;
    float: left;
    width: 135px;
}
.project-status li span {
	font-size: 14px;
	overflow: hidden;
    display: block;
    width: inherit;
}
.project-status ul {
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
.project-share-wrap h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.project-share-wrap a i {
	color: #a7a7a7;
	margin: 0 5px;
}
.project-prev a,.project-next a {
	height: 50px;
	width: 50px;
	border: 1px solid #eeeeee;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: #242424;
	transition: .3s;
}
.project-prev a:hover,.project-next a:hover {
	border-color: transparent;
	color: #fff;
	background:  linear-gradient( -180deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background: -webkit-linear-gradient( -180deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.project-prev {
	float: left;
	display: inline-block;
}
.project-next {
	overflow: hidden;
	display: block;
}
.project-menu-wrap {
	position: relative;
}

.project-menu-wrap> a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	height: 50px;
	width: 50px;
	margin: auto;
	display: inline-block;
	line-height: 50px;
	background:  linear-gradient( -180deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	background: -webkit-linear-gradient( -180deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
	border-radius: 50%;
	color: #fff;
	z-index: 9;
}
.single-portfolio-area.pt-100.pb-50 {
	border-bottom: 1px solid #eeeeee;
}
.r-post-title h4 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 0;
}
/* - 11. Work Process 
=============================================================================*/
.s-number {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	border: 1px dashed #e3e3e3;
	border-radius: 50%;
}
.s-number p {
	font-size: 24px;
	font-weight: 800;
	color: #e3e3e3;
	line-height: 60px;
}
.wp-content {
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 30px;
}
.work-process .row .col-12:nth-child(2) > .work-process-wrapper .row .col-lg-6:first-child {
	order: 12;
}
.wp-inner {
	padding-top: 25px;
}
.wp-border-l {
	border-left: 1px dashed #e3e3e3;
}
.wp-border-t {
	border-top: 1px dashed #e3e3e3;
}
.wp-border-b {
	border-bottom: 1px dashed #e3e3e3;
}
/* - 12. Best Features 
=============================================================================*/
.best-features-icon {
	line-height: 1;
	margin-bottom: 13px;
}
.best-features-icon i {
	font-size: 45px;
}
.best-features-content h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 9px;
	transition: .3s;
	margin-top: 0;
}
.s-content .best-features-content h4 {
	font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}
.best-features-content p {
	margin-bottom: 0;
}
.best-features-wrap.green-bf:hover .best-features-content h4 a,
.s-services-item.green-bf .s-content h5 a:hover  {
	color: #45ba8d;
}
.best-features-wrap.red-bf:hover .best-features-content h4 a,
.s-services-item.red-s .s-content h5 a:hover {
	color: #ff616b;
}
.best-features-wrap.blue-bf:hover .best-features-content h4 a,
.s-services-item.blue-bf .s-content h5 a:hover  {
	color: #5580ff;
}
.best-features-wrap.violet-bf:hover .best-features-content h4 a,
.s-services-item.violet-bf .s-content h5 a:hover {
	color: #cd68f4;
}
.best-features-wrap.darkg-bf:hover .best-features-content h4 a,
.s-services-item.darkg-bf .s-content h5 a:hover {
	color: #fbb94c;
}
.best-features-wrap.cyan-bf:hover .best-features-content h4 a,
.s-services-item.cyan-bf .s-content h5 a:hover {
	color: #06b4fd;
}
.best-features-wrap.lightv-bf:hover .best-features-content h4 a {
	color: #6a55a6;
}
.best-features-wrap.liteb-bf:hover .best-features-content h4 a {
	color: #7bb9ff;
}
.second-skill-area {
	background: #f3f9fd;
	position: relative;
}
.second-skill-bg {
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 49.4%;
	height: 100%;
	background-position: center;
}
.single-skill{
	position: relative;
}
.single-skill .progress .progress-bar span {
	position: absolute;
	top: 0;
	right: 0;
	color: #242424;
	font-size: 15px;
}
.single-skill h6 {
	font-size: 18px;
	font-weight: 600;
}
.single-skill .progress {
	height: 3px;
	background: #dcdcdc;
}
.red-bg{
	background: #ff616b;
}
.green-bg{
	background: #45ba8d;
}
.blue-bg{
	background: #5580ff;
}
.cyan-bg{
	background: #06b4fd;
}
.violet-bg{
	background: #cd68f4;
}

/* - 13. Our Offer 
=============================================================================*/
.we-offer-sec {
	padding-top: 98px;
	padding-bottom: 65px;
}
.our-offer-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}
.offer-padding {
	padding-left: 33px;
}
.offer-icon {
	float: left;
	height: 25px;
	width: 25px;
	display: block;
	border: 1px solid #ff8a73;
	text-align: center;
	line-height: 25px;
	color: #6a55a6;
	border-radius: 50%;
	margin-right: 15px;
	transition: .3s;
}
.offer-content {
	overflow: hidden;
	display: block;
	width: inherit;
}
.offer-content h5 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 3px;
}
.offer-content p {
	margin-bottom: 0px;
}
.single-offer:hover .offer-icon { 
	color: #fff; 
	background: #6a55a6; 
	border-color: #6a55a6;
}

/* - 14. App Display 
=============================================================================*/
.app-area {
	background-repeat: no-repeat;
	background-position: top center;
}
.single-app-features {
	border-bottom: 1px dashed #c3c4c4;
}
.single-app-features:last-child {
	border-bottom: none;
}
.app-features-icon {
	float: left;
	display: block;
	width: 50px;
	margin-right: 20px;
}
.app-features-icon i {
	font-size: 48px;
	line-height: 1;
}
.app-features-content {
	overflow: hidden;
	display: block;
	width: inherit;
}
.app-features-content h5 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 2px;
	margin-top: 0;
}
.app-features-content p {
	margin-bottom: 0px;
}
.app-img {
	padding-top: 67px;
	padding-bottom: 55px;
}
.app-img.animation-app {
	position: relative;
	padding-bottom: 135px;
}
.download-bg {
	background: #563ba2;
}
.d-app-img {
	margin-left: -300px;
}
.white-title h2 {
	color: #fff;
}
.white-title p {
	color: #fff;
	padding: 0;
}
.white-btn a:first-child {
	margin-right: 15px;
}
/* - 15. Pricing 
=============================================================================*/
.pricing-box {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.15);
	border-radius: 5px;
	padding-top: 25px;
	padding-bottom: 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-image: url(../img/pricing-shape.png);
	background-size: contain;
	overflow: hidden;
}
.pricing-head h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
}
.pricing-head p {
	margin-bottom: 0;
}
.pricing-head {
	padding-bottom: 25px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 20px;
}
.price-count h2 {
	font-size: 36px;
	font-weight: 900;
	color: #6a55a6;
	margin-bottom: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.price-count h2 > span {
	font-size: 24px;
	color: #242424;
	font-weight: 700;
}
.price-list.none-img {
	margin-bottom: 30px;
}
.price-list.none-img {
	margin-bottom: 145px;
}
.pricing-anim-img {
    text-align: right;
    margin-right: -25px;
}

.price-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price-list ul li {
	margin-bottom: 12px;
}
.price-list ul li i {
	color: #242424;
	margin-right: 5px;
}
.price-list ul li:last-child {
	margin-bottom: 0px;
}
.pricing-box.active .price-count h2 {
	color: #ff8a73;
}
.pricing-box:hover,
.pricing-box.active {
    margin-top: -10px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgba(106, 85, 166, 0.4);
}
.pricing-box .pricing-anim-img img {
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all 1.5s linear;

	-webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.pricing-box:hover .pricing-anim-img img {
    animation-name: float-lf;
    -webkit-animation-name: float-lf;
    -moz-animation-name: float-lf;
    -ms-animation-name: float-lf;
    -o-animation-name: float-lf;  
}
@keyframes float-lf {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.area-background {
	background-position: center;
	background-size: cover;
}
.pricing-area .border-b {
	border-bottom: 1px solid #dddddd;
}
.second-pricing-box {
	background: #fff;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.p-head {
	background: #f2f9fd;
	padding: 30px 0;
}
.p-head i {
	font-size: 50px;
	color: #b4babe;
	line-height: 1;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.p-head h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	transition: .3s;
	margin-top: 0;
	font-style: italic;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.p-head h5 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 800;
	color: #ff8a73;
	margin-bottom: 0;
}
.p-head h5 span {
	color: #242424;
	font-weight: 400;
}
.second-pricing-box .price-list {
	padding: 25px 0;
}
.price-list ul li {
	margin-bottom: 6px;
}
.price-list ul li:last-child {
	margin-bottom: 0;
}
.p-btn .btn {
	margin-bottom: -22px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.second-pricing-box:hover .p-head h4,
.second-pricing-box:hover .p-head i { 
	color: #563ba2;
}
.second-pricing-box:hover .p-btn .btn {
	background: #563ba2;
}
.second-pricing-plan.pb-125.pt-50 {
	border-top: 1px solid #d7d8dd;
}
.pricing-box .btn.grape-bg-btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pricing-box.active .btn.grape-bg-btn:focus,
.pricing-box.active .btn.grape-bg-btn {
	color: #fff;
    background: #ff8a73;
}
/* - 16. Funfact 
=============================================================================*/
.funfact-area {
	overflow: hidden;
}
.single-fact {
	position: relative;
	overflow: hidden;
}
.fact-img {
	position: relative;
	overflow: hidden;
}
.fact-img img {
	width: 100%;
}
.fact-img::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .75;
	left: 0;
	top: 0;
}
.fact-overly {
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	z-index: 9;
}
.fact-number span {
	color: #fff;
	display: block;
	font-size: 130px;
	font-weight: 700;
	opacity: .1;
	line-height: 1;
}
.fact-content h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 0;
}
.fact-content p {
	color: #fff;
	margin-bottom: 15px;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
	transform: scale(.5);
}
.fact-btn i {
	font-size: 30px;
	color: #ff8a73;
	transform: rotate(180deg);
	display: inline-block;
	transition: .5s;
	z-index: 99;
}
.fact-content {
	transform: translateY(33%);
	transition: .5s;
}
.single-fact:hover .fact-content {
	transform: translateY(0);
}
.single-fact:hover .fact-content p {
	opacity: 1; 
	visibility: visible; 
	transform: scale(1);
}
.single-fact:hover .fact-btn i { 
	transform: rotate(90deg); 
}

/* - 17. Testimonial 
=============================================================================*/
.home4-testimonial {
	border-bottom: none;
	position: relative;
}
.position {
	position: relative;
}
.bg-text h2 {
	left: 0;
	right: 0;
	top: 35px;
	margin: auto;
	position: absolute;
}
.bg-text h2 {
	margin-bottom: 0;
	font-size: 100px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 21px;
	opacity: .05;
	line-height: 1;
	text-align: center;
}
.testimonial-img {
	display: inline-block;
	position: relative;
}
.phrase-icon {
	position: absolute;
	right: 0;
	bottom: -5px;
	z-index: 9;
}
.phrase-icon i {
	height: 40px;
	width: 40px;
	background: #6a55a6;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
}
.client-text p {
	font-size: 18px;
	margin-bottom: 0;
}
.client-info h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.testimonial-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -250px;
	background: none;
	border: 1px solid #afadad;
	color: #afadad;
	height: 60px;
	width: 60px;
	font-size: 24px;
	text-align: center;
	line-height: 57px;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	z-index: 9;
}
.testimonial-active .slick-next {
	right: -250px;
	left: auto;
}
.testimonial-active .slick-arrow:hover{
	background: #ff8a73;
	border-color: #ff8a73;
	color: #fff;
}
.testimonial-title span {
	text-transform: capitalize;
}
.testimonial-title h1 {
	margin-bottom: 10px;
}
.testimonial-title p {
	padding: 0 70px;
}
.testimonial-wrapper {
	margin-left: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 50px 0;
	padding-right: 30px;
	padding-left: 70px;
	position: relative;
}
.testimonial-img-wrap {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.client-text-wrap i {
	font-size: 28px;
	color: #6a55a6;
	margin-bottom: 20px;
	line-height: 1;
	display: block;
}
.client-text-wrap h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
	margin-top: 0;
}
.client-text-wrap p {
	margin-bottom: 0px;
}
.testimonial-active .slick-dots {
	text-align: center;
	bottom: -45px;
	position: relative;
}
.testimonial-active .slick-dots li {
	display: inline-block;
	line-height: 1;
}
.testimonial-active .slick-dots li.slick-active button {
	width: 25px;
	background: #ff8a73;
}
.testimonial-active .slick-dots li button {
	text-indent: -99999px;
	padding: 0;
	border: none;
	height: 8px;
	width: 20px;
	background: #e3e3e3;
	margin: 0 3px;
	border-radius: 30px;
	cursor: pointer;
}
.testimonial-icon i {
	font-size: 35px;
	line-height: 1;
}
.single-testimonial-wrapper {
	position: relative;
}
.t-content {
	padding: 25px 40px;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	margin: 0px 25px;
	border-radius: 10px;
}
.single-testimonial-wrapper::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 96%;
	height: 245px;
	background: #fff;
	z-index: -1;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
}
.single-testimonial-wrapper::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 100%;
	height: 205px;
	background: #fff;
	z-index: -2;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transform: translateY(-50%);
}
.testimoial-inner-content p {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.testimoial-inner-content p::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #dcdcdc;
	bottom: 0;
}
ul.slick-dots {
	padding: 0;
}
.client-inf h6 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 0;
}
.client-inf span {
	font-weight: 600;
	color: #ff8a73;
}
.testimonial-version-3 .slick-track {
	padding: 30px 0;
}
.testimonial-version-3 .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
}
.testimonial-version-3 .slick-dots li {
	display: inline-block;
	line-height: 1;
}
.testimonial-version-3 .slick-dots li.slick-active button {
	width: 15px;
	border-radius: 30px;
	background: #563ba2;
	border-color: #563ba2;
}
.testimonial-version-3 .slick-dots li button {
	text-indent: -99999px;
	padding: 0;
	height: 8px;
	width: 8px;
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	margin: 0 3px;
	line-height: 1;
	cursor: pointer;
	background: transparent;
}
.version-1 .testimonial-img {
    width: 100px;
}
.version-1 .testimonial-img img {
	width: 100%;
	height: auto;
}
/* - 18. Team 
=============================================================================*/
.home-2-features {
	padding-top: 52px !important;
	padding-bottom: 62px;
}
.home2-team-3sec {
	padding-top: 180px !important;
}
.home3-creative-team {
	padding-top: 100px !important;
    padding-bottom: 62px;
}
.area-wrap.tb-bg {
	background: #f4f9fd;
}
.team-bg-wrap {
	background-position: center center;
	background-size: cover;
}
.single-team-wrap {
	padding: 40px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
	transition: .3s;
}
.team-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	transition: .3s;
}
.team-info span {
	transition: .3s;
}
.team-social a {
	margin: 0 5px;
}
.team-social a i {
	transition: .3s;
}
.fa-facebook {
	color: #4267b2; 
}
.fa-twitter { 
	color: #1da1f2; 
}
.fa-pinterest { 
	color: #e60023; 
}
.fa-skype {
    color: #00aff0;
}
.fa-vine {
    color: #00b488;
}
.fa-youtube {
    color: #FF2721;
}
.fa-google-plus {
    color: #F93E34;
}
.fa-google {
    color: #F93E34;
}
.fa-dribbble {
    color: #EA4B86;
}
.fa-behance {
    color: #3082F4;
}
.fa-vimeo {
    color: #A5CD60;
}
.single-team-wrap:hover {
	background: #563ba2;
}
.single-team-wrap:hover .team-social a i {
	color: #fff;
}
.single-team-wrap:hover .team-info h5,.single-team-wrap:hover .team-info span {
	color: #fff;
}
.team-area-wrap {
	background: #f4f9fd;
}
.team-vector img {
	width: 100%;
}
.inner-team-wrapper {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.inner-team-area {
	position: relative;
}
.inner-team-area::before {
	position: absolute;
	content: "";
	top: 270px;
	right: 0;
	background: url(../img/team_inner_shape.png);
	width: 326px;
	height: 357px;
}
.team-inner-title {
	margin-bottom: 45px;
}
.inner-bg-wrapper {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.inner-ptop-area {
	position: relative;
}
.inner-ptop-area::before {
	position: absolute;
	content: "";
	top: 304px;
	right: 0;
	background: url(../img/team_inner_shape.png);
	width: 326px;
	height: 357px;
}
.home2-before-client-line {
	padding-top: 113px;
}
.about-us-circle,
.home2-circle-skill {
	padding-top: 100px !important;
	padding-bottom: 65px;
}
.home2-testimonial {
	padding-bottom: 118px;
}
/* - 19. Project 
=============================================================================*/
.projects-area.boder-b {
	border-bottom: 1px solid #dcdcdc;
}
.projects-img img {
	width: 100%;
}
.projects-img.project-prnt {
	position: relative;
}
.projects-img.project-prnt img {
	width: unset;
}
.project-prnt .second-project-img {
	position: absolute;
	left: 46px;
	top: 60px;
}
.conunter-icon {
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
}
.conunter-icon i {
	font-size: 42px;
	color: #919192;
}
.counter {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	overflow: hidden;
	transition: .3s;
}
.blue-icon .counter {
	color: #5580ff;
}
.green-icon .counter {
	color: #45ba8d;
}
.red-icon .counter {
	color: #ff616b;
}
.violet-icon .counter {
	color: #cd68f4;
}
.conuter-wrap p {
	margin-bottom: 0;
	overflow: hidden;
	font-weight: 700;
	font-size: 18px;
	color: #242424;
}
.best-project {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.bp-title p {
	padding: 0;
}
.bp-content li {
	color: #6d6d6d;
	position: relative;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style: none;
}
.bp-content li::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	height: 10px;
	width: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
}
.bp-content li:last-child{
	margin-bottom: 0;
}
.bp-img {
	position: relative;
}
.bp-img img {
	width: unset;
}
.counter-area.counter-bg {
	background-image: -moz-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
 	background-image: -webkit-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background-image: -ms-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.single-count-wrap.home5-count .count .second-counter {
	color: #fff;
}
.single-count-wrap.home5-count p {
	color: #fff;
}
ul.bp-content {
	padding: 0;
}
.bp-content li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 11px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
}
/* - 20. Counter 
=============================================================================*/
.count .second-counter {
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
	color: #242424;
}
.count > span {
	font-size: 50px;
	font-weight: 300;
	color: #ff8a73;
	line-height: 1;
}
.single-count-wrap p {
	font-size: 24px;
	color: #777777;
	margin-bottom: 0;
}
.double-img {
	padding-top: 64px;
}
.h3double-img {
	padding-top: 40px;
}
/* - 21. Cta 
=============================================================================*/
.newsletter-section {
	padding-top: 170px !important;
	padding-bottom: 180px;
}
.second-cta {
	background-size: cover;
	background-position: center;
	height: 600px;
}
.cta-t h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 8px;
}
.cta-t p {
	color: #fff;
	padding: 0 45px;
	font-size: 18px;
}
.subs-form { 
	position: relative; 
}
.subs-form .f-subscribe-form input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 25px 40px;
	border-radius: 50px;
}
.subs-form .f-subscribe-form input::placeholder{
	font-size: 18px;
	color: #c1c1c1;
}
.subs-form .f-subscribe-form .btn {
	padding: 14px 55px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 50px;
}
.mc4wp-form {
	position: relative;
}
.newsletter-section .subs-form .f-subscribe-form input {
    padding-right: 300px;
}
.newsletter-section .subs-form .f-subscribe-form .btn {
    top: 5px;
    right: 6px;
    font-size: 24px;
    font-weight: 600;
	position: absolute;
    padding: 13px 55px;
    border-radius: 50px;
}
.subs-form.home5_form .btn{
	background-image: -moz-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background-image: -webkit-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
    background-image: -ms-linear-gradient( 120deg, rgb(45,25,103) 0%, rgb(96,55,214) 88%);
}
.subs-form .f-subscribe-form .btn {
	padding: 12px 55px;
}
.bg-img-fixed {
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #061325;
    opacity: .3;
    display: inherit !important;
}
.mc4wp-response p {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 0;
}
/* - 22. Brand 
=============================================================================*/
.bg-wrap {
	background-position: center;
	background-size: cover;
}
.brand-area.border-b {
	border: none;
}
.brand-area {
	border-bottom: 1px solid #dcdcdc;
}
.single-brand {
	text-align: center;
}
.single-brand img {
	display: inline-block;
}

/* - 23. Get Start 
=============================================================================*/
.get-start-title p {
	font-size: 18px;
	padding: 0 50px;
}
.get-start-btn .btn {
	margin: 0 8px;
}

/* - 24. Screenshot 
=============================================================================*/
.screenshot-active::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	background: url(../img/mac.png);
	width: 1200px;
	height: 680px;
	background-repeat: no-repeat;
	z-index: 99;
	background-position: center;
}
.single-screenshot {
	text-align: center;
}
.single-screenshot img {
	display: inline-block;
}
.screenshot-active .slick-track {
	padding: 56px 0;
}
.single-screenshot.slick-slide img {
	box-shadow: 0px 7px 28px 2px rgba(106, 85, 166, 0.4);
}
.single-screenshot.slick-active.slick-center img {
	box-shadow: none;
}
/* - 25. Contact 
=============================================================================*/
ul.cinfo-list {
	padding: 0;
	list-style: none;
}
ul.cinfo-list li {
	color: #6d6d6d;
	position: relative;
}
ul.cinfo-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 1px;
	background: #ff8a73;
}
ul.cinfo-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 8px;
}
.wcontact-btn .btn {
	font-weight: 600;
	font-size: 15px;
	padding: 15px 25px;
}
.home3-skill-bss,
.home2-easy-bss,
.map-section {
 	overflow: hidden;
	position: relative;
}
.wcontact-map {
	position: relative;
}
.wcontact-map img {
	width: 100%;
}
.map-marker {
	position: absolute;
	cursor: pointer;
}
.map-c1 {
	top: 7%;
	left: 36%;
}
.map-c2 {
	top: 12%;
	left: 18%;
}
.map-c3 {
	top: 18%;
	left: 25%;
}
.map-c4 {
	top: 25%;
	left: 10%;
}
.map-c5 {
	top: 30%;
	left: 26%;
}
.map-c6 {
	top: 41%;
	left: 20%;
}
.map-c7 {
	left: 29%;
	top: 62%;
}
.map-c8 {
	left: 23%;
	top: 75%;
}
.map-c9 {
	left: 49%;
	top: 34%;
}
.map-c10 {
	top: 57%;
	left: 47%;
}
.map-c11 {
	top: 72%;
	left: 57%;
}
.map-c12 {
	right: 11%;
	top: 8%;
}
.map-c13 {
	right: 17%;
	top: 22%;
}
.map-c14 {
	right: 18%;
	top: 38%;
}
.map-c15 {
	top: 25%;
	right: 26%;
}
.map-c16 {
	top: 49%;
	right: 27%;
}
.map-c17 {
	right: 18%;
	top: 62%;
}
.map-c18 {
	right: 18%;
	top: 83%;
}
.map-c19 {
	top: 83%;
	right: 7%;
}
.map-c20 {
	top: 15%;
	left: 59%;
}
.map-marker-icon {
	background: #ff8a73;
	height: 5px;
	width: 5px;
	cursor: pointer;
}
.map-address {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 23.5px 1.5px rgba(0, 0, 0, 0.15);
	padding: 20px;
	border-radius: 5px;
	margin-top: 10px;
	transition: .3s;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	max-width: 230px;
}
.map-marker:hover .map-address {
	display: block;
	opacity: 1;
	visibility: visible;
}
.map-address h6 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
}
.map-address span {
	font-size: 12px;
}
.contact-title span {
	text-transform: capitalize;
	color: #242424;
	font-weight: 600;
}
.contact-title span {
	text-transform: capitalize;
	color: #242424;
	font-weight: 600;
}
.contact-img img {
	width: 100%;
}
.contact-cta {
	box-shadow: 9px 0 30px 1px rgba(0, 0, 0, 0.1);
	padding: 75px 0;
	margin-bottom: 30px;
}
.contact-cta-icon i {
	font-size: 55px;
	color: #6a55a6;
	line-height: 1;
}
.contact-cta-content h5 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-cta-content span {
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.paddingX {
	padding-left: 0px;
	padding-right: 0px;
}
.cta-padding-l{
	padding-left: 0;
}
.cta-padding-r{
	padding-right: 0;
}
.contact-map-wrap{
	position: relative;
}
.contact-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-form p {
    margin: 0;
}
.form-title h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.contact-form input {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 18px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 18px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	height: 240px;
}
.contact-form button {
	margin-bottom: 15px;
}
.cta-padding-r .vc_column-inner {
    padding-right: 0 !important;
}
.paddingX .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cta-padding-l .vc_column-inner {
    padding-left: 0 !important;
}
.error-img img {
    width: 100%;
    height: auto;
}
/* - 26. Blog 
=============================================================================*/
.blog-wrapper {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.post-content {
    padding: 25px;
    border: 1px solid #f2f2f2;
    background: #fff;
}
.blog-inner-blog img,
.blog-thumb img {
	height: auto;
	max-width: 100%;
}
.blog-meta {
	font-size: 14px;
	margin-bottom: 10px;
}
.blog-meta i,
.blog-meta a {
	color: #666;
}
.blog-meta a:hover {
	color: #ff8a73;
}
.blog-meta i {
	display: inline-block;
	margin-right: 5px;
}
span.meta-author,
span.meta-comm,
span.meta-date {
    padding-right: 5px;
}
span.meta-author a {
	text-transform: capitalize;
}
span.meta-author i {
	margin-right: 5px;
}
span.meta-comm i,
span.meta-date i,
span.meta-cat i {
    padding-left: 5px;
}
.blog-content h5 {
	font-size: 20px;
    transition: .3s;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 15px;
    word-wrap: break-word;
    margin-top: 0;
}
h5.big-title {
    margin-top: 0;
    font-size: 32px;
    line-height: 35px;
}
.sticky h5.big-title a:before {
	top: 5px;
    font-size: 25px;
}
.digital-advertisement-photography {
	padding-top: 10px;
    padding-bottom: 8px;
}
.blog-details-content .wp-block-column:not(:last-child) {
    margin-right: 15px !important;
}
.blog-details-content .wp-block-column:not(:first-child) {
    margin-left: 15px !important;
}
.blog-details-content ol li,
.blog-details-content ul li {
	color: #6d6d6d;
	margin-top: 3px;
    margin-bottom: 10px;
}
.wp-block-image.arrowtic-block-img figure,
.wp-block-image.arrowtic-block-img {
	margin-bottom: 0;
}
.blog-content h5:hover a{
	color: #ff8a73;
}
.blog-content p{
	margin-bottom: 0;
}
.blog-link a {
	color: #242424;
	font-size: 17px;
	font-weight: 600;
}
.blog-link a i {
	transition: .3s;
	margin-left: 10px;
	opacity: 0;
	position: relative;
	top: 1px;
}
.blog-wrapper:hover {
    box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.09);
}
.blog-wrapper:hover .blog-content h5{
	color: #ff8a73;
}
.blog-wrapper:hover .blog-link a> i {
	margin-left: 3px;
	opacity: 1;
}
.blog-wrapper:hover .blog-link a {
	color: #ff8a73;
}
.single-blog-wrapper .blog-thumb {
	position: relative;
}
.single-blog-wrapper .blog-thumb::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	transition: .3s;
}
.single-blog-wrapper:hover .blog-thumb::before {
	opacity: .3;
}
.blog-inner {
	padding: 25px 20px;
	background: #f1f9fd;
	border-radius: 0px 0px 10px 10px;
}
.blog-link h5 {
	margin-top: 8px;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}
.blog-link h5> a {
	font-weight: 800;
	color: #242424;
}
.single-blog-wrapper:hover .blog-link h5> a {
	color: #6a55a6;
}
.w-about-wrap {
	padding: 50px 20px;
	background: #f4f9fd;
}
.about-content h6 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 3px;
}
.about-content p {
	margin-bottom: 0;
}
.home3-super-project {
	padding-top: 120px !important;
	padding-bottom: 115px;
}
.wp-border-l.pl-40.last-item {
	padding-bottom: 30px;
}
.s-number {
	margin-left: 35px;
}
.padding-l-35 {
	padding-left: 35px;
}
.home3-service-sec {
	padding-top: 83px !important;
    padding-bottom: 70px;
}
.h1-pricing-table {
	padding-top: 80px !important;
}
.home3-pricing {
	background-size: cover;
	background-repeat: no-repeat;
}
.home3-pricing-line {
	padding-top: 120px;
}
.home3-client-slider {
	padding-bottom: 100px;
}
.vc_row.wpb_row.about-us-box2 {
    margin: 0;
}
.about-us-circle {
	padding-bottom: 62px;
}
.mobile-zooming-sec.offer-page {
    padding-bottom: 0;
    padding-top: 0 !important;
}
.offer-page-nap-sec {
	padding-top: 93px !important;
	padding-bottom: 65px;
}
.inner-team-wrapper.home-pricing {
    padding-top: 100px !important;
}
.our-client-page-items figure {
	height: 50px;
}
/* - 27. Sidebar
=============================================================================*/
.sidebar-blog.sidebar-right,
.sidebar-blog.sidebar-default {
    padding-left: 15px;
}
.sidebar-blog.sidebar-default.portfolio-sidebar {
	padding-left: 0;
}
.sidebar-blog.sidebar-left {
    padding-right: 15px;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search input {
	width: 100%;
	border: none;
	background: #f4f9fd;
	padding: 20px 30px;
	border-radius: 30px;
}
.sidebar-search button {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	color: #8a8989;
	cursor: pointer;
}
.siderbar-title h5 {
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}
.sidebar-blog.sidebar-default .sidebar-widget.widget_block.widget_search .wp-block-search .wp-block-search__label{
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	color:#242424;
}
.sidebar-blog.sidebar-default .sidebar-widget.widget_block h2{
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ol,
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ul{
    margin:0;
    padding:0;
    list-style: none;
}
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ol li,
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ul li{
    position: relative;
    padding-left:18px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
    list-style: none;
}

.sidebar-blog.sidebar-default .sidebar-widget.widget_block ol li:before,
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ul li:before {
    left: 0;
    top: 2px;
    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;
}
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ol li:hover::before,
.sidebar-blog.sidebar-default .sidebar-widget.widget_block ul li:hover::before {
    border-color:#ff8a73;
    background-color:#ff8a73;
}

.sidebar-blog.sidebar-default .sidebar-widget.widget_block.widget_search .wp-block-search__inside-wrapper{
    position: relative;
}
.sidebar-blog.sidebar-default .sidebar-widget.widget_block.widget_search .wp-block-search__inside-wrapper input{
    width: 100%;
    background: #f6f4ff;
    border-radius: 0px;
    padding: 15px 30px;
    padding-right: 70px;
    border:1px solid #e8e8e8;
}
.sidebar-blog.sidebar-default .sidebar-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: 56px;
    width: 75px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #6a55a6;
}


.rc-post-thumb {
	float: left;
	width: 116px;
	height: auto;
	margin-right: 15px;
}
.sidebar-rc-post ul {
	padding: 0;
	overflow: hidden;
}
.sidebar-rc-post li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.single-portfolio-area .sidebar-rc-post li  {
	margin-bottom: 15px;
}
.sidebar-rc-post li:last-child {
	margin-bottom: 0px;
}
.rc-post-content {
	overflow: hidden;
	display: block;
}
.rc-post-content .post-meta {
	font-size: 12px;
	color: #8b8a8a;
}
.rc-post-content .post-meta a {
	text-transform: capitalize;
}
.rc-post-content h4 {
	font-weight: 700;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}
.rc-post-content h4:hover a {
	color: #ff8a73;
}
.sidebar-categories ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.sidebar-categories ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 12px;
	width: 12px;
	border: 1px solid #8a8989;
	transform: translateY(-50%);
	border-radius: 50%;
}
.sidebar-categories ul li a {
	color: #8a8989;
}
.sidebar-categories ul li:hover a {
	color: #ff8a73;
}
.sidebar-tag ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.sidebar-tag ul li a {
	background: #f4f9fd;
	display: block;
	padding: 10px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #242424;
}
.sidebar-tag ul li:hover a {
	background: #ff8a73;
	color: #fff;
}
.sidebar-instagram ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 110px;
}
.sidebar-instagram ul li a {
	display: block;
	position: relative;
}
.sidebar-instagram ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s;
}
.sidebar-instagram ul li:hover a:before{ 
	opacity: .5; 
}
.blog-details-content {
	width: 100%;
	display: inline-block;
}
.blog-details-content img {
	height: auto;
	max-width: 100%;
}
.blog-details-thumb img {
	height: auto;
	max-width: 100%;
}
.blog-details-content h2 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-details-content {
    margin-bottom: 40px;
}
blockquote {
	margin: 25px 0;
    padding: 30px 55px;
    font-size: 20px !important;
    line-height: 26px;
    color: #6a55a6;
    border: 1px solid #dedede;
    border-radius: 5px;
    position: relative;
    padding-left: 140px !important;
}
blockquote p cite {
	margin-top: 15px;
}
blockquote:before {
	position: absolute;
	left: 50px;
	top: 50%;
	content: '\f10d';
	transform: translateY(-50%);
	font-size: 45px;
	color: #ff8a73;
	z-index: 1;
	font-family: FontAwesome;
}
p.no-comments {
    margin-bottom: 35px;
}
.post-meta-info span,
.post-share-wrap span {
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	margin-right: 12px;
}
.post-share-wrap a i {
	color: #8a8989;
	display: inline-block;
	margin-right: 10px;
}
.post-meta-info ul {
	padding-left: 0;
}
.post-meta-info ul li {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	margin-right: 10px;
}
.post-meta-info ul li::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 15px;
	background: #bebebe;
	transform: translateY(-50%);
}
.post-meta-info ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.post-meta-info ul li:last-child::before{
	content: none;
}
.post-meta-info ul li a i {
	color: #6a55a6;
	margin-right: 5px;
}
.post-meta-info ul li a,
.post-share-wrap a {
	color: #545454;
}
.post-meta-info ul li a:hover,
.post-share-wrap a:hover {
	color: #ff8a73;
}
.author-comments-avatar {
	float: left;
	display: block;
}
.author-comments-avatar img {
	border-radius: 100%;
}
.author-comment-box {
	overflow: hidden;
	margin-top: 15px;
	background: #f4f9fd;
	border-radius: 60px 0 0 60px;
}
.author-comments-text {
	overflow: hidden;
	display: block;
	padding: 23px;
}
.author-comments-text h5 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
}
.author-comments-text p {
	margin-bottom: 0;
}
.details-title h3 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 0;
}
.single-comment .comment-avatar {
	float: left;
	display: block;
	margin-right: 20px;
}
.single-comment .comment-text {
	overflow: hidden;
	display: block;
}
.comment-text p {
	margin-bottom: 10px;
}
.latest-comments ul li {
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 25px;
}
.latest-comments ul li:nth-child(2) {
	padding-left: 80px;
}
.latest-comments ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.avatar-name {
	float: left;
	margin-right: 12px;
}
.avatar-name h5 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 22px;
}
.post-date {
	overflow: hidden;
}
.post-date span {
	color: #ff8a73;
}
.comment-form input.form-control,
.comment-form input {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 18px 20px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.comment-form input::placeholder,.comment-form textarea::placeholder{
	font-size: 18px;
	color: #8a8989;
}
.comment-form textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 18px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	max-height: 240px;
}
/* - 28. Shop 
=============================================================================*/
.single-shop {
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.15);
}
.product-img img {
	width: 100%;
}
.product-info {
	float: left;
	display: block;
}
.product-price {
	text-align: right;
	overflow: hidden;
}
.product-content {
	overflow: hidden;
	padding: 20px;
}
.product-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.pro-rating i {
	color: #fbcb23;
	margin-right: 6px;
}
.pro-rating .no-rating {
	color: #b9b9b9;
}
.product-price h6 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 800;
	margin-top: 8px;
}
.team-dummy-img {
	padding-top: 10px;
}
.home-pricing {
	padding-bottom: 122px;
	padding-top: 67px !important;
}
/* - 29. Footer 
=============================================================================*/
.f1bg-overlay {
	z-index: 0;
	position: relative;
}
.f1bg-overlay:after {
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
}
.footer2 {
	padding-top: 220px;
}
.footer-bg {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-text p {
	color: #fff;
	margin-bottom: 0;
}
.footer2 .footer-widget {
	padding-top: 75px;
}
.footer-widget-headig h5 {
	color: #fff;
	margin-top: 0;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
}
.footer-widget ul li:last-child {
	margin-bottom: 0px;
}
.footer-widget ul li a {
	font-size: 18px;
	color: #fff;
}
.footer-widget ul li a:hover {
    color: #ff8a73;
}
.footer-widget ul li a.rsswidget {
	color: #ff8a73;
}
.footer-widget.white-bg {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	border-radius: 5px;
}
.footer-widget.white-bg h5 {
	color: #333;
}
.cta-icon {
	float: left;
	display: block;
	margin-right: 20px;
}
.cta-icon i {
	font-size: 18px;
	margin-top: 5px;
}
.single-cta p {
	overflow: hidden;
	width: inherit;
	margin-bottom: 0;
	font-size: 16px;
}
.footer-social a {
	font-size: 18px;
	color: #bebebe;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	margin: 0 2px;
	box-shadow: 0 0 15px 0px rgba(0,0,0,.2);
}
.footer-social a > i {
	color: #bebebe;
	transition: .3s;
}
.footer-social a:hover > i {
	color: #fff;
}
.footer-social a:hover {
	background: #4267b2;
}
.footer-social {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.footer-widget-wrap {
	border-bottom: 1px solid #52516b;
	padding-bottom: 35px;
}
.copyright-text p {
	padding-top: 20px;
	color: #fff;
	font-weight: 300;
}
.footer-bottom-link a { 
	color: #fff;
	font-size: 15px;
	font-weight: 300; 
}
.copyright-text a:hover,
.footer-bottom-link a:hover {
	color: #ff8a73;
}
.f-cta-title span {
	font-size: 24px;
	line-height: 1;
	color: #fff;
}
.f-cta-title h2 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}
.f-subscribe-form {
	position: relative;
	overflow: hidden;
}
.f-subscribe-form input {
	background: none;
	padding: 12px 30px;
	border-radius: 5px;
	width: 382px;
	float: left;
	margin-right: 25px;
	border: 1px solid #adadad;
}
.footer-cta-wrap .f-subscribe-form input {
	color: #fff;
}
.f-subscribe-form input::placeholder{
	color: #adadad;
}
.f-subscribe-form .btn {
	padding: 14px 25px;
	border-radius: 5px;
}
.footer-cta-wrap {
	padding-bottom: 60px;
	border-bottom: 1px solid #484762;
}
.f-widget-text p {
	color: #fff;
	margin-bottom: 0;
}
.f-widget-social a {
	margin-right: 25px;
}
.f-widget-social a:hover i {
	color: #1eb8ff;
}
.f-widget-social a> i{
	color: #fff;
	transition: .3s;
}
.copyright-wrapper.boder-bt {
	border-top: 1px solid #494863;
}
.f-widget-heading h4 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 25px;
}
.f-widget-link ul li {
	margin-bottom: 3px;
}
.f-widget-link ul li:last-child{ 
	margin-bottom: 0;
}
.f-widget-link ul li a {
	color: #fff;
	font-size: 18px;
}
.f-widget-btn a:first-child {
	margin-right: 13px;
}
.second-f-cta .cta-icon i {
	color: #fff;
	font-size: 19px;
	margin-top: 6px;
}
.second-f-cta p {
	color: #fff;
	font-size: 16px;
}
.f-top-area {
	margin-top: 100px;
	padding-top: 170px;
	border-bottom: 1px solid #ced5de;
}
.display-f {
	display: flex;
	align-items: center;
	border-right: 1px solid #ced5de;
	padding-top: 30px;
	padding-bottom: 30px;
}
.display-f:last-child{
	border-right: none;
}
.help-icon {
	float: left;
	display: block;
	margin-right: 30px;
}
.help-content {
	overflow: hidden;
	display: inline-block;
}
.h_more {
	position: relative;
	right: -35px;
}
.h_more a {
	font-size: 24px;
	color: #6a55a6;
}
.help-content h5 {
	font-size: 24px;
	margin-bottom: 0;
	color: #ff8a73;
	font-weight: 600;
}
.footer4 .f-widget-text p {
	color: #242424;
}
.footer4 .f-widget-social a i {
	color: #75787a;
}
.footer4 .f-widget-social a:hover i {
	color: #1eb8ff;
}
.footer4 .f-widget-heading h4 {
	color: #242424;
}
.footer4 .f-widget-link ul li a {
	color: #242424;
}
.footer4 .single-cta.second-f-cta p {
	color: #242424;
}
.footer4 .cta-icon i {
	color: #242424;
}
.footer4 .copyright-wrapper.boder-bt.home_3_f {
	border-top: 1px solid #ced5de;
}
.footer4 .copyright-text p { 
	color: #242424 
}
.footer4 .widget_nav_menu ul li {
	font-size: 18px;
	margin-bottom: 0;
}
.video-icon a {
	color: #fff;
	font-size: 24px;
	position: relative;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
}
.video-icon a::before {
	content: "";
	position: absolute;
	height: 80px;
	width: 80px;
	animation: pulse-border 1500ms ease-out infinite;
	border-radius: 50%;
	border: 1px solid #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	z-index: 1;
}
.video-icon a::after {
	content: "";
	position: absolute;
	height: 100px;
	width: 100px;
	animation: pulse-border 1500ms ease-out infinite;
	border-radius: 50%;
	border: 1px solid #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	z-index: 1;
}
@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;
  }
}
.video-icon a i {
	margin-left: 5px;
}
.f-video-content h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 0;
}
.f-video-content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.f-video-btn .btn {
	font-size: 15px;
	font-weight: 600;
	padding: 19px 36px;
}
.f-video-btn .btn:focus {
	color: #fff;
}
.copyright-wrapper.border-t {
	border-top: 1px solid #595f67;
}
.home5-footer {
	background: #181b3a;
}
.home5-footer .f-top-area {
	margin-top: 0;
	padding-top: 0;
	border-bottom: none;
}
.f-top-bg {
	background: #fff;
	padding: 60px 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.f-widget-social.home5_f a > i {
	color: #a0a0a8;
	transition: .3s;
}
.f-widget-social.home5_f a:hover > i {
	color: #1eb8ff;
}


/*WooCommerce CSS*/

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: 0 0;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering:after, 
.woocommerce div.product form.cart .variations td.value:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 30px;
    top: 12px;
    color: #171f32;
    z-index: -1;
}
.woocommerce ul.products li.product{
	text-align:center;
}
.woocommerce ul.products li.product img {
    width: 100%;
    margin-bottom:15px;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
    font-size: 20px!important;
    padding-bottom: 0!important;
    margin-bottom: 10px !important;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce div.product span.price bdi, 
.woocommerce div.product span.price ins bdi, 
.woocommerce ul.products li.product .price ins, 
.woocommerce ul.products li.product .price{
	font-size: 18px!important;
}
.woocommerce nav.woocommerce-pagination ul{
	border:none;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
	background-color:#ff8a73;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: none;
    border-radius: 50px;
    background: #ddd;
    margin-right: 8px;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #ff8a73;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    width: 58px;
    height: 58px;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    border: none;
    border-left: none;
}


.sidebar.shop-sidebar {}
.sidebar.shop-sidebar aside.widget.woocommerce {
    margin-bottom: 40px;
}
.sidebar.shop-sidebar h2.widget-title {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sidebar.shop-sidebar aside.widget.woocommerce ul {
    margin: 0;
    padding: 0;
}
.sidebar.shop-sidebar aside.widget.woocommerce ul li {
    list-style: none;
}
.sidebar.shop-sidebar aside.widget.woocommerce ul li ul {
    margin-left: 15px;
}
.sidebar.shop-sidebar aside.widget.woocommerce ul li a {
    font-size: 16px;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{
	max-width:unset;
}
.woocommerce-checkout form .col2-set input {
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 0;
    color: #666;
    height: 45px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
}

body.woocommerce ul.products li.product a.add_to_cart_button, 
body.woocommerce ul.products li.product a.added_to_cart, 
body.woocommerce ul.products li.product a.product_type_grouped {
	background:#6a55a6;
	color:#fff;
    padding: 12px 40px;
    line-height: 20px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
}

body.woocommerce ul.products li.product a.add_to_cart_button:hover, 
body.woocommerce ul.products li.product a.added_to_cart:hover, 
body.woocommerce ul.products li.product a.product_type_grouped:hover {
	background:#ff8a73;
	color:#fff;
}
.woocommerce-additional-fields .woocommerce-input-wrapper, 
.woocommerce-additional-fields label, .woocommerce-billing-fields label {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce form .form-row textarea {
    border: 1px solid #ddd;
    padding: 10px;
}

.single-product button.single_add_to_cart_button.button.alt.wp-element-button,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward.wp-element-button,
p.return-to-shop a.button.wc-backward.wp-element-button{
    color: #fff;
    padding: 1.2rem 3.7rem;
    border-radius: 50px;
    background: #6a55a6;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	border-top:3px solid #6a55a6;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	border-top:3px solid #6a55a6;
	padding-left:20px;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before{
	content:none;
}
.summary.entry-summary .quantity .qty {
    padding: 15px 0px 14px;
    border: 1px solid #dee2e6;
    margin-right: 10px;
}
form.woocommerce-form.woocommerce-form-register.register input[type="text"], 
form.woocommerce-form.woocommerce-form-login.login input[type="text"]{
	padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 55px;
    color: #666;
    outline: none;
}
form.woocommerce-ResetPassword.lost_reset_password input, 
.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input[type="text"], 
input[type="email"], input[type="password"] {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 50px;
    color: #666;
    outline: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 15px 25px;
    border-radius: 0;
    margin-right: 10px;
    background: #6a55a6;
    color: #fff;
}

/* - 30. Loader 
=============================================================================*/
#loading{
	background: #F4F7FF;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	z-index: 99999;
}
#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); } 
}


/* - 31. Instgram 
=============================================================================*/
div#sbi_load a {
    font-weight: 600 !important;
    line-height: 30px !important;
}
#sb_instagram #sbi_images {
    padding: 0 !important;
    padding-right: 7px !important;
    padding-bottom: 7px !important;
}


/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: #111;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin:0;
	padding:0;
}
.mobile-menu .navigation li ul{
	margin:0;
	padding:0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #6a55a6;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 25px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: #6a55a6;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #111;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: #bf9410;
	background: #bf9410;
	color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #ff8a73;
    display: none;
    margin-top: 3px;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn{
	display:none;
}
.mobile-menu .navigation > li:hover > a, 
.mobile-menu .navigation li .submenu li.active > a,
.mobile-menu .close-btn:hover{
	color:#ff8a73;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open{
    background: #ff8a73;
}