

/*****************************************************************

** - 01 - Default CSS
** - 02 - Preloader Area CSS
** - 03 - Navbar Area CSS
** - 04+4.1 - Home + Slider Area CSS
** - 05 - Features Section CSS
** - 06 - About Section CSS
** - 07 - Fun Facts Section CSS
** - 08 - Services Section CSS
** - 09 - Overview Section CSS
** - 10 - Project Section CSS
** - 11 - Testimonial Section CSS
** - 12 - Blog Section CSS
** - 13 - Hire Section CSS
** - 14 - Partner Section CSS
** - 15 - Subscribe Section CSS
** - 16 - Other Page Banner Title Area CSS
** - 17 - Projects Details Page Section CSS
** - 18 - Team Page Area CSS
** - 19 - Pricing Page Area CSS
** - 20 - 404 Error Page Area CSS
** - 21 - Faq Page Area Styles CSS
** - 22 - Coming Soon Page Area CSS
** - 23 - Contact Page Section CSS
** - 24 - Single Services Page Details CSS
** - 25 - Blog Details Page Area CSS
** - 26 - Blog Page Sidebar Widget Area CSS
** - 27 - Blog Page Number Pagination Area CSS
** - 28 - Terms & Conditions - Privacy Policy Page Section CSS
** - 29 - All Page Footer Section CSS
** - 30 - Page Copyright Section CSS

*****************************************************************/

/**************************************
 ** - 01 - Default CSS
 **************************************/
 
/*@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500;1,700;1,900&display=swap');
body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	/*font-family: 'Catamaran', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Spartan', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

button {
	outline: 0 !important;
}

/*Defining colors*/
.whiteColor{
	color: #fff !important;
}
.primaryBgColor, .overview-content .features-list li span::before, .experianceVideoSection:after, .hire-section::before, .service-title:after, .packageBannerIcon:before, .ultra-custom-section-area:after{
	background-color: #2334de !important;
}
.secondaryBgColor, .single-services-box:before{
	background-color: #2334de !important;
}
.primaryTextColor{
	color: #2334de !important;
}
.secondaryTextColor{
	color: #2334de !important;
}
.whiteBgColor, .whiteHorizontalLine:after{
	background-color: #ffffff !important;
}
.fontfamilyOne{
	font-family: 'Spartan', sans-serif;
}
/*End*/

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.paddingNone{
	padding: 0px !important;
}

.ptb-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-70{
	padding-top: 70px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-50{
	padding-top: 50px;
}
.pt-100 {
	padding-top: 100px;
}
.ptb-150{
	padding-top: 75px;
	padding-bottom: 75px;
}
.bg-grey {
	background-color: #f9fcff;
}

.section-padding {
	padding: 60px 0;
}

.afterDisplayNone:after{
	display: none;
}

a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	outline: 0 !important;
	color: #0b0b31;
}

a:hover {
	text-decoration: none;
	color: #2334de;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, p, span {
	font-weight: 800;
	/*font-family: 'Catamaran', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Spartan', sans-serif;
}

p {
	font-size: 14px;
	line-height: 1.8;
	color: #242424;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'Spartan', sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

.default-btn {
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #7b68ee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 7px 25px rgb(123 104 238 / 25%);
    font-family: 'Spartan', sans-serif;
    letter-spacing: 1px;
}

.default-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn:hover, .default-btn:focus {
	color: #000000;
}

.default-btn:hover span, .default-btn:focus span {
	width: 225%;
	height: 562.5px;
}

.default-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #7b68ee;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-right: 25px;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
}

.default-btn-one span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}

.default-btn-one:hover, .default-btn-one:focus {
	color: #ffffff;
}

.default-btn-one:hover span, .default-btn-one:focus span {
	width: 225%;
	height: 562.5px;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.section-title h6 {
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 30px;
	color: #0b0b31;
	margin: 10px 0 0 0;
	font-weight: 800;
	line-height: 1.6em;
}

.color-text {
    color: #7b68ee;
}



/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background: #2334DE;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .3;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}

/* [ End Overlay ] */

/*****************************************
 ** - 00 -  Go Top CSS
 ******************************************/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background-color: #2334de;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
}

.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #0b0b31;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
/**************************************
 ** - 02 - Preloader Area CSS
 **************************************/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: transparent;
	top: 0;
	left: 0;
}

.preloader .loader {
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	margin: 0 auto;
	width: 85px;
	height: 85px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.preloader .loader .box {
	width: 100%;
    height: 100%;
    background: url(../img/Loadericon.png);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: animate .5s linear infinite;
    animation: animate 1.5s linear infinite;
    position: absolute;
    top: -23px;
    left: 0;
}

.preloader .loader .shadow {
	width: 100%;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: #2334de;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader::after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
        0%   { 
        	transform: translateY(0); 
        }
        50%  { 
        	transform: translateY(-40px); 
        }
        100% { 
        	transform: translateY(0); 
        }
    }

@keyframes animate {
        0%   { 
        	transform: translateY(0); 
        }
        50%  { 
        	transform: translateY(-40px); 
        }
        100% { 
        	transform: translateY(0); 
        }
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/**************************************
 ** - 03 - Navbar Area CSS
 **************************************/
.privine-responsive-nav {
	display: none;
}

.privine-nav {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	padding-left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.privine-nav .navbar {
	padding-right: 40px;
	padding-top: 0;
	padding-left: 40px;
	padding-bottom: 0;
}

.privine-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.privine-nav .navbar .navbar-nav {
	margin: 0px 44px 0px auto;
}

.privine-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.privine-nav .navbar .navbar-nav .nav-item a {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.privine-nav .navbar .navbar-nav .nav-item a:hover, .privine-nav .navbar .navbar-nav .nav-item a:focus, .privine-nav .navbar .navbar-nav .nav-item a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.privine-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.privine-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.privine-nav .navbar .navbar-nav .nav-item:hover a, .privine-nav .navbar .navbar-nav .nav-item:focus a, .privine-nav .navbar .navbar-nav .nav-item.active a {
	color: #2334de;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: absolute;
	border: none;
	top: 80px;
	left: 0;
	width: 230px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 15px;
	padding-left: 0;
	margin: 0;
	position: relative;
	color: #0b0b31;
	font-size: 14px;
	font-weight: 500;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	width: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	height: 1px;
	background-color: #7b68ee;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #2334de;
	padding-left: 26px;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 20px;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #696997;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #2334de;
}

.privine-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.privine-nav .navbar .other-option {
	margin-left: 0;
	margin-top: 5px;
}

.privine-nav .navbar .other-option .default-btn.seo-btn {
	padding: 10px 25px;
	font-size: 15px;
	background-color: transparent;
	border: 2px solid #7b68ee;
	color: #7b68ee;
}

.privine-nav .navbar .other-option .default-btn.seo-btn:hover {
	background-color: #7b68ee;
	color: #ffffff;
}

.privine-nav .black-logo {
	display: none;
}

.navbar-area {
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #ffffff !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navbar-area.is-sticky .navbar-nav .nav-item a {
	color: #06002a;
}

.navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
	color: #7b68ee;
}

.navbar-area.is-sticky .privine-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-area.is-sticky .privine-nav .navbar-brand .black-logo {
	display: block;
}
#aboutImageCarousel a.carousel-control-prev, #aboutImageCarousel .carousel-control-next {
    display: none;
}
@media only screen and (max-width: 991px) {
	.projectDescription {
    padding-right: 0px;
}
	ul.dropdown-menu {
    display: block !important;
}
	.gradientColorNone:after {
	    height: 93% !important;
	}
	.single-pricing-content {
    	margin-bottom: 20px !important;
	}
	.single-pricing-content:after{
		left: 10px !important;
	}
	.price-item:first-child {
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	    margin: 0px;
	}
	.price-item {
	    flex: 0 0 98% !important;
	    max-width: 98% !important;
	    margin: 0px 4px !important;
	}
	.area__subtitle:after{
		display: none !important;
	}
	.mean-container .mean-nav ul li a.mean-expand{
		width: 60% !important;
	}
	.aboutUsPage-Section:after {
	    width: 100% !important;
	    height: 23% !important;
	}
	.ecommerce-area-bottom {
	    padding: 20px 8px 35px !important;
	}
	.ecommerce-package-list-left li {
	    left: 0px !important;
	    right: 0px !important;
	}
	.ecommerce-website-packages-list li {
	    left: 0px !important;
	    right: 0px !important;
	}
	.responsive-packages-list li {
	    width: 100% !important;
	  	margin: 8px 0px !important;
	}
	.packagePara {
	    padding-right: 0px !important;
	    width: 100% !important;
	}
	.paddingRemoveColCls {
	    padding: 0px 10px !important;
	}
	.packagesImagesCls {
	    width: 100% !important;
	    height: auto !important;
	}
	.offerPricingColListCls {
	    max-width: 100%;
	    flex: 0 0 96% !important;
	}
	.awardIcon i {
	    font-size: 30px !important;
	}
	.sslCertificateContentCol{
		padding: 0px 20px 0px !important;
	}
	.sslPackagesListItem {
	    max-width: 97% !important;
	    flex: 0 0 97% !important;
	    margin: 0px auto 20px !important;
	}
	.contact-banner-section:after {
	    background-size: 100% !important;
	}
	.contact-banner-wrapper {
	    padding: 5px 22px !important;
	}
	.service-image {
	    top: 0px !important;
	    height: 255px !important;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
	#servicePatternWhiteId:after {
	    background-position: top !important;
	}
	.serviceContainer {
	    display: block !important;
	    padding: 42px 15px !important;
	    min-height: auto !important;
	}
	.serviceContainer:after {
	    background-position: bottom !important;
	    background-size: 100% !important;
	    left: 0px;
	    bottom: 0px;
	}
	.aboutAwardBoxContainer {
	    bottom: 40px !important;
	    right: auto !important;
	    left: 28px !important;
	}
	.aboutPageImageCls {
	    width: 320px !important;
	    height: 285px !important;
	    display: block !important;
	    margin-bottom: 30px;
	}
	.aboutImageCol span {
	    width: 330px !important;
	    height: 330px !important;
	}
	.about-page-content-area{
		padding: 0px 20px 0px !important;
	}
	.about-program-slider {
	    width: 330px !important;
	    height: 306px !important;
	}
	.singleFeatureCol {
	    width: 100% !important;
	    flex: 0 0 100% !important;
	    display: block;
	    margin: 0px !important;
	}
	.features-icon {
	    margin: auto auto 26px;
	}
	.single-features-box {
	    display: block !important;
	    text-align: center;
	}
	.single-features-box {
 	   display: block !important;
	}
	.features-info {
	    width: 100% !important;
	}
	#design-company-icon{
		left: 0% !important;
    	padding: 13px 15px !important;
	}
	.slider .parallax-slider .swiper-slide .bg-img {
	    padding-top: 0px !important;
	}
	.slider .parallax-slider .caption {
	    padding: 0px 20px !important;
	}
	.video-btn.popup-youtube i {
	    font-size: 18px !important;
	}
	.ourWorkLeftColCls {
	    width: 100% !important;
	    margin: auto auto 30px !important;
	}
	.workImageHolder {
	    height: 170px !important;
	}
	#ourWorksCarousel .carousel-item {
 	   padding: 23px 10px !important;
	}
	.offer-content-area:after {
	    width: 500px !important;
	    height: 300px !important;
	    top: -47px !important;
	    left: -81px !important;
	}
	.offer-content-area{
		min-height: 330px !important;
	}
	.experianceBoxContainer {
	    padding: 10px 23px !important;
	    border-radius: 10px !important;
	    right: 24px !important;
	}	
	.experianceBoxContainer h2 {
	    font-size: 14px !important;
	    margin: 0px;
	}
	.awardIcon {
	    width: 30px !important;
	    height: 27px !important;
	}
	.awardBoxContainer {
	    padding: 14px 12px !important;
	    left: 33px !important;
	}
	.aboutImageCls:before {
	    width: 100px !important;
	    height: 100px !important;
	    bottom: 10px !important;
	}
	.aboutImageCls {
	    height: 300px !important;
	    width: 300px !important;
	}
	.aboutBoxHead {
	    font-size: 14px !important;
	    margin: 0px;
	}
	.services-section {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}
	.mean-nav .other-option {
	    display: none;
	}
	.area__subtitle {
	    font-size: 9px !important;
	}
	.slider .parallax-slider .caption h1 {
	    font-size: 25px !important;
	}
	.video-btn.popup-youtube {
	    left: 52% !important;
	    top: 50% !important;
	    width: 52px !important;
	    height: 52px !important;
	    padding: 17px 20px !important;
	}
	.bannerVideoCls {
	    width: 300px !important;
	    height: 200px !important;
	    margin: auto;
	}
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.navbar-area.is-sticky {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.is-sticky .logo .white-logo {
		display: none;
	}

	.navbar-area.is-sticky .logo .black-logo {
		display: block;
	}

	.privine-responsive-nav {
		display: block;
	}

	.privine-responsive-nav .privine-responsive-menu {
		position: relative;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #7b68ee;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.privine-responsive-nav .privine-responsive-menu.mean-container .others-options {
		display: none;
	}

	.privine-responsive-nav .mean-container a.meanmenu-reveal {
		color: #0b0b31;
	}

	.privine-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #2334de;
	}

	.privine-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.privine-responsive-nav .logo .white-logo {
		display: block;
	}

	.privine-responsive-nav .logo .black-logo {
		display: none;
	}

	.privine-nav {
		display: none;
	}

	.custom-list-containercol:after {
	    right: 25px !important;
	    top: 0px !important;
	}

	.custom-website-image {
	    width: 278px !important;
	    height: 208px !important;
	    padding: 0px !important;
	}

	.custom-container-area {
	    display: block !important;
	    width: 100% !important;
	}
	.custom-packages-list li {
	    width: 100% !important;
	}
	.custom-list-containercol {
	    padding-right: 0px !important;
	    padding-top: 160px;
	}
	.experianceContentArea {
	    width: 95% !important;
	}
	.experianceTitle {
	    font-size: 22px !important;
	}
	.ultra-custom-container-area {
	    display: block !important;
	}
	.ultra-custom-packages-list li {
    	width: 98% !important;
	    margin: 12px 5px !important;
	}
	.ultra-custom-website-image {
	    width: 250px !important;
	    height: 250px !important;
	}
	.ultracustom-pricing-image:after{
		display: none;
	}
}

/**************************************
 ** - 04 - 04.1 - Home + Slider Area CSS
 **************************************/
.home-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 800px;
	background-image: url(../img/slider-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .3;
	z-index: -1;
	background: #060620;
}

.main-banner-content h1 {
	font-size: 55px;
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 800;
}

.main-banner-content p {
	color: #ffffff;
	margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
	margin-top: 25px;
}

/**************************************
 ** - 04.1 - Home Slider Section CSS
 **************************************/
.slider {
	position: relative;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 86px;
	background-position: top left;
	background-repeat: no-repeat;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption {
	text-align: left;
	padding: 0px 40px;
}

.slider .parallax-slider .caption h1 {
	font-size: 60px;
    font-weight: 900;
    color: #fff;
    opacity: 1;
    visibility: visible;
    line-height: 1.5em;
}

.slider .parallax-slider .swiper-slide-active .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	opacity: 1;
	animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	animation: fadeInUp 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.slider .control-text {
	position: absolute;
	top: 50%;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.slider .control-text .swiper-nav-ctrl {
	color: #eee;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 50px;
	margin-right: 50px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: rgb(255 255 255 / 0.05);
	padding: 6px 10px;
	border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl .arrow {
	position: relative;
}

.slider .control-text .swiper-nav-ctrl .arrow:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -30px;
	height: 6px;
	width: 17px;
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
	background: -webkit-linear-gradient(left, transparent, #fff);
	background: -o-linear-gradient(left, transparent, #fff);
	background: linear-gradient(to right, transparent, #fff);
	line-height: 1;
}

.slider .control-text .swiper-nav-ctrl .arrow:before {
	content: '';
	position: absolute;
	right: -45px;
	top: 4px;
	background: transparent;
	height: 1px;
	width: 8px;
	border: 8px solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	line-height: 1;
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:after {
	top: 9px;
	left: -30px;
	right: auto;
	background: #fff;
	background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
	background: -webkit-linear-gradient(right, transparent, #fff);
	background: -o-linear-gradient(right, transparent, #fff);
	background: linear-gradient(to left, transparent, #fff);
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:before {
	left: -45px;
	right: auto;
	top: 4px;
	background: transparent;
	border: 8px solid transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: #fff;
	border-bottom-color: transparent;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
	display: none;
}

.slider .swiper-pagination-bullets {
	bottom: 20px;
}

.slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}

.slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/**************************************
 ** - 05 - Features Section CSS
 **************************************/
.single-features-box {
	padding: 25px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}

.features-icon {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

.features-info {
	width: 70%;
	margin: 0px 11px 0px 0px;
	z-index: 1;
}

.features-info h3 {
	font-size: 17px;
	margin-bottom: 5px;
	transition: 1s all ease-in-out;
}

.features-info p {
	margin-bottom: 5px;
	text-align: justify;
	transition: 1s all ease-in-out;
	word-spacing: -2px;
}

.features-btn .features-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #5a5c5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-features-box .features-btn i {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #5a5c5f;
	top: 1.4px;
}

/**************************************
 ** - 06 - About Section CSS
 **************************************/

.about-area .about-img-wrapper .about-images-2 {
	position: relative;
}

.about-img-wrapper .about-images-2::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #c3f004;
	z-index: 1;
	opacity: 0.7;
}

.video-btn.popup-youtube {
	display: block;
	position: absolute;
	left: 44%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 85px;
	height: 85px;
	background-color: white;
	box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 59%);
	border-radius: 100px;
	padding: 30px 34px;
}

.video-btn.popup-youtube i {
	color: #2334de;
	font-size: 26px;
	font-weight: bold;
}

.video-btn.popup-youtube span {
	display: block;
	margin-top: 7px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
}

.about-area .about-img-wrapper .about-images-1,
.about-area .about-img-wrapper .about-images-2,
.about-area .about-img-wrapper .about-images-3 {
	border-radius: 10px;
}

.about-area .about-img-wrapper .about-images-1 img,
.about-area .about-img-wrapper .about-images-2 img,
.about-area .about-img-wrapper .about-images-3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.about-area .about-img-wrapper .about-images-3 {
	width: 75%;
	margin-top: 20px;
	box-shadow: 0px 4px 28px 0px rgb(0 0 0 / 26%);
}

.rcom-padding {
	padding: 0 10px;
}

.about-content-text h6 {
	font-size: 10px;
	font-weight: 800;
	color: #FF9800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.about-content-text h2 {
	font-size: 27px;
	font-weight: 800;
	margin-bottom: 15px;
}

.about-content .about-btn {
	margin-top: 25px;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**************************************
 ** - 07 - Fun Facts Section CSS
 **************************************/
.fun-facts-area {
	position: relative;
	background-image: url(../img/footerImage.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 40px 0px;
	margin: 0px 20px;
	border-radius: 20px;
}

.fun-facts-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #2334DE;
	z-index: -1;
	opacity: 0.6;
	border-radius: 20px;
}

.single-fun-fact {
	text-align: center;
	position: relative;
}

.single-fun-fact h3 {
	position: relative;
	color: #ffffff;
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 35px;
	font-weight: 700;
}

.single-fun-fact h3 .sign-icon {
	display: inline-block;
	font-size: 40px;
}

.single-fun-fact p {
	line-height: initial;
    color: #ffffff;
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 14px;
}

/**************************************
 ** - 08 - Services Section CSS
 **************************************/
.single-services-box {
	position: relative;
	z-index: 1;
	padding: 20px 20px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	box-shadow: 0px 5px 30px 0px rgb(82,90,101,0.12);
	text-align: center;
	min-height: 330px;
}

.single-services-box .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #2334de;
	border-radius: 50%;
	color: #ffffff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	margin-bottom: 15px;
	margin: auto;
	display: block;
	box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 31%);
}

.single-services-box .icon i::before {
	font-size: 30px;
}

.single-services-box h3 {
	font-size: 15px;
    margin: 19px 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    color: #000000;
}

.single-services-box h3 a {
	display: inline-block;
}

.single-services-box p {
	font-size: 14px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-top: 15px;
	margin-bottom: 0;
	min-height: 150px;
}

.single-services-box .services-btn {
	margin-top: 16px;
}

.single-services-box .services-btn .services-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #5a5c5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-services-box .services-btn i {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #040404;
	top: 1.4px;
	padding: 0px 5px;
}

.single-services-box .services-btn i::before {
	font-size: 14px;
}

.single-services-box::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0%;
	background: #7b68ee;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.single-services-box:hover::before {
	height: 100%;
}

.single-services-box:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	color: #7b68ee;
	background-color: #ffffff;
}

.single-services-box:hover h3 {
	color: #ffffff;
}

.single-services-box:hover h3 a {
	color: #ffffff;
}

.single-services-box:hover p {
	color: #ffffff;
}

.single-services-box:hover .services-btn .services-btn-one {
	color: #ffffff !important;
	letter-spacing: 1px;
}

.single-services-box:hover .services-btn i {
	color: #ffffff;
}

/**************************************
 ** - 09 - Overview Section CSS
 **************************************/
.overview-content h6 {
	font-size: 12px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.overview-content h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 8px 0 10px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.overview-content .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.overview-content .features-list li span {
	display: block;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 10px 20px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0b0b31;
    border-left: 3px solid #2334de;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    text-align: center;
}
.packagesList {
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.packagesList li {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    font-size: 14px;
    margin: 20px 0px;
    list-style: none;
    position: relative;
    font-weight: 600;
}
.packageListIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #00042a;
    border-radius: 100px;
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 30%);
    margin-right: 16px;
}
.packageListIcon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 7px;
}
.overview-content .features-list li span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 0px;
	background-color: #7b68ee;
	z-index: -1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.overview-content .features-list li span:hover {
	color: #ffffff;
}

.overview-content .features-list li span:hover::before {
	width: 100%;
}

.overview-image {
	text-align: center;
}

/**********************************************
 ** ** - 10 - Work Project Section CSS
 **********************************************/
.single-project {
	position: relative;
	margin-bottom: 30px;
}

.single-project::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #7b68ee;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.project-image img {
	border-radius: 5px;
}

.single-project .image-hover {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	text-align: left;
	color: #ffffff;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover:hover {
	text-decoration: none;
}

.single-project .image-hover .text {
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 5px;
}

.single-project .image-hover .text h3 {
	color: #333;
	font-size: 18px;
	margin: 0;
	line-height: 1.3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover .text h3 a {
	color: #333;
	font-size: 18px;
	margin: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover .text .read-more {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-project .image-hover .text .read-more:hover {
	color: #7b68ee;
	text-decoration: underline;
}

.single-project:hover::before, .single-project:focus::before {
	opacity: 0.7;
	visibility: visible;
}

.single-project:hover .image-hover, .single-project:focus .image-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: .6s;
	transition: .6s;
}

.portfolio-more-button-box .project-btn-1 {
	margin-right: 15px;
}

/**************************************
 ** - 11 - Testimonial Section CSS
 **************************************/
.testimonial-section {
	text-align: center;
	position: relative;
	z-index: 1;
}

/*.testimonial-section:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #0b0b31;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}*/

.testimonial-section .section-title h2 {
	color: #000000;
}

.single-testimonial {
	position: relative;
	background: #ffffff;
	padding: 30px 15px;
	border-radius: 5px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 15px;
	text-align: center;
}

.single-testimonial .testimonial-content p {
	font-size: 15px;
	color: #333;
	font-style: italic;
	line-height: 1.8;
	letter-spacing: 1px;
}

.testi-content-inner .avatar {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
}

.single-testimonial .avatar img {
	border-radius: 50%;
	border: 5px solid #ffffff;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	border-left-color: #2233d8;
	border-bottom-color: #2233d8;
}

.single-testimonial .testimonial-bio {
	text-align: center;
}

.single-testimonial .testimonial-bio .bio-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	color: #333;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	letter-spacing: 2px;
}

.testimonial-slider.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: -66px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: #2334de;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
	font-size: 18px;
	width: 50px;
	height: 45px;
	line-height: 44px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -63px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
	color: #7b68ee;
	background-color: transparent;
}

.testimonial-slider.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 30px;
	margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 30px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #7b68ee;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
	background-color: #2334de;
}

.testimonial-slider.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/**************************************
 ** - 12 - Blog Section CSS
 **************************************/
.blog-item {
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item {
	border-top: none;
	padding: 20px 25px;
}

.blog-item .single-blog-item .blog-list {
	padding-left: 0;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-list li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-right: 15px;
	color: #7b68ee;
}

.blog-item .single-blog-item .blog-list li:last-child {
	margin-right: 0;
}

.blog-item .single-blog-item .blog-list li i {
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.blog-item .single-blog-item .blog-list li i::before {
	font-size: 14px;
}

.blog-item .single-blog-item .blog-list a {
	color: #7b68ee;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content h3 {
	color: #0b0b31;
	font-size: 20px;
	margin: 10px 0px 10px 0;
	line-height: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 32px;
}

.blog-item .single-blog-item .blog-content h3:hover {
	color: #7b68ee;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content p {
	margin: 0;
	font-size: 15px;
	color: #6a6c72;
	font-weight: 400;
}

.blog-item .single-blog-item .blog-content a {
	text-decoration: none;
}

.blog-item .single-blog-item .blog-content .blog-btn {
	margin-top: 15px;
}

.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
	display: inline-block;
	font-size: 15px;
	color: #5a5c5f;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-item .single-blog-item .blog-content .blog-btn i {
	position: relative;
	top: 1px;
}

.blog-item .single-blog-item .blog-content .blog-btn i::before {
	font-size: 14px;
}

.blog-item:hover {
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
}

.blog-item:hover .single-blog-item {
	border-top: none;
}

.blog-item:hover .blog-content h3 {
	color: #7b68ee;
}

.blog-item:hover .blog-content .blog-btn .blog-btn-one {
	color: #7b68ee;
}

/**************************************
 ** - 13 - Hire Section CSS
 **************************************/
.hire-section {
	position: relative;
	z-index: 1;
	background-image: url(../img/videoBanner.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px 0;
}

.hire-section::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #0b0b31;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
}

.hire-inside-wrapper {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	padding: 30px 175px;
	overflow: hidden;
}

/*.hire-inside-wrapper::before {
	position: absolute;
	content: "";
	z-index: -1;
	height: 100%;
	width: 100%;
	background-image: url(../img/hire-cover.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
}*/

.hire-content h6 {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hire-content h3 {
	font-size: 30px;
	color: #ffffff;
	margin: 0;
	font-weight: 800;
}

.hire-content p {
	color: #ffffff;
	margin: 20px 0 0 0;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

.hire-content .hire-btn .hire-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #2334de;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
}

.hire-content .hire-btn .hire-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #3e57d0;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px;
}

.hire-content .hire-btn .hire-btn:hover, .hire-content .hire-btn .hire-btn:focus {
	color: #ffffff;
}

.hire-content .hire-btn .hire-btn:hover span, .hire-content .hire-btn .hire-btn:focus span {
	width: 225%;
	height: 562.5px;
}

.hire-content .hire-btn .hire-btn-one {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background-color: #03051e;
	border: 0px solid #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-left: 25px;
}

.hire-content .hire-btn .hire-btn-one span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #2334de;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px;
}

.hire-content .hire-btn .hire-btn-one:hover, .hire-content .hire-btn .hire-btn-one:focus {
	color: #ffffff;
}

.hire-content .hire-btn .hire-btn-one:hover span, .hire-content .hire-btn .hire-btn-one:focus span {
	width: 225%;
	height: 562.5px;
}

/**************************************
 ** - 14 - Partner Section CSS
 **************************************/
.partner-section {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
}

.partner-title {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.partner-title h6 {
	font-size: 12px;
	font-weight: 700;
	color: #FF9800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.partner-title h2 {
	font-size: 38px;
	color: #0b0b31;
	margin: 10px 0 0 0;
	font-weight: 900;
}

.partner-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.partner-list .partner-item {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}

.partner-list .partner-item a {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 13px;
	padding: 7px 50px;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 14%);
}

.partner-list .partner-item:nth-child(6) {
	margin-left: 10%;
}

/**************************************
 ** - 15 - Subscribe Section CSS
 **************************************/
.subscribe-area {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.5;
	border-bottom: 1px solid #3c4350;
}

.subscribe-content {
	text-align: left;
}

.subscribe-content .sub-title {
	color: #fff;
	display: block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.subscribe-content h2 {
	color: #fff;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 24px;
}

.newsletter-form {
	max-width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: none;
	height: 50px;
	padding-left: 25px;
	border-radius: 5px;
	outline: 0;
	color: #0b0b31;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #5a5c5f;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #5a5c5f;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #5a5c5f;
}

.newsletter-form .input-newsletter::placeholder {
	color: #5a5c5f;
}

.newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #010834;
	color: #ffffff;
	border: none;
	height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	line-height: 50px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 34%);
}

.newsletter-form button:hover {
	background-color: #2334de;
    color: #ffffff;
}

.newsletter-form #validator-newsletter {
	color: red;
	position: relative;
	top: 10px;
}


/**********************************************
 ** - 16 - Other Page Banner Title Area CSS
 **********************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	background-image: url(../img/footerImage.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}

.page-title-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #030821;
	left: 0;
	top: 0;
	opacity: 0.5;
	z-index: -1;
}

.page-title-content {
	text-align: center;
	margin-top: 45px;
}

.page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
}

.page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0;
}

.page-title-content ul li {
	color: #2334de;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-title-content ul li a {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title-content ul li a:hover {
	color: #7b68ee;
}

.page-title-content ul li::before {
	content: '';
	position: absolute;
	right: -15px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 0%;
	background-color: transparent;
	border-top: 2px solid #2334de;
	border-right: 2px solid #2334de;
	transform: rotate(45deg);
}

.page-title-content ul li:last-child::before {
	display: none;
}

.item-bg1 {
	background-image: url(../img/footerImage.jpg);
}

.item-bg2 {
	background-image: url(../img/footerImage.jpg);
}

/************************************************
 ** ** - 17 - Projects Details Page Section CSS
 ************************************************/
.project-details-image {
	margin-bottom: 30px;
}

.projects-details-desc {
	margin-top: 5px;
}

.projects-details-desc h3 {
	margin-bottom: 13px;
	font-size: 25px;
}

.projects-details-desc .features-text {
	margin-top: 25px;
	margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}

.projects-details-desc .features-text h4 i {
	font-size: 16px;
	margin-right: 4px;
	color: #7b68ee;
}

.projects-details-desc .project-details-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 35px;
}

.projects-details-desc .project-details-info .single-info-box {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.projects-details-desc .project-details-info .single-info-box h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.projects-details-desc .project-details-info .single-info-box span {
	display: block;
	color: #5a5c5f;
	font-size: 15px;
}

.projects-details-desc .project-details-info .single-info-box .social {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.projects-details-desc .project-details-info .single-info-box .social li {
	display: inline-block;
	margin-right: 8px;
}

.projects-details-desc .project-details-info .single-info-box .social li a {
	color: #7b68ee;
	display: inline-block;
	background: transparent;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px dashed #7b68ee;
	border-radius: 25px;
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
	color: #7b68ee;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.projects-details-desc .project-details-info .single-info-box .default-btn {
	display: inline-block;
	padding: 12px 30px;
	color: #ffffff;
	text-transform: capitalize;
	background-color: #7b68ee;
	border: 2px solid #7b68ee;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
}

.projects-details-desc .project-details-info .single-info-box .default-btn:hover {
	background-color: #ffffff;
	color: #7b68ee;
}

/**************************************
 ** - 18 - Team Page Area CSS
 **************************************/
.single-team-item {
	margin-bottom: 30px;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-bottom: 3px solid #7b68ee;
	text-align: center;
	overflow: hidden;
}

.single-team-item .team-image {
	position: relative;
	overflow: hidden;
}

.single-team-item .team-image img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-team-item .team-social {
	margin-top: 10px;
}

.single-team-item .team-social a {
	display: inline-block;
	color: #7b68ee;
	font-size: 14px;
	margin: 0 6px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: 1px dashed #7b68ee;
	background: transparent;
	border-radius: 25px;
}

.single-team-item .team-social a:hover {
	background-color: #7b68ee;
	color: #fff;
}

.single-team-item .team-content {
	padding: 25px;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-team-item .team-content h3 {
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 20px;
	font-weight: 700;
}

.single-team-item .team-content span {
	display: block;
	margin-top: 5px;
	color: #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-weight: 500;
}

.single-team-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-team-item:hover .team-image img {
	-webkit-transform: scale(1.030);
	transform: scale(1.030);
}

.single-team-item:hover .team-image .team-social {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}

/**************************************
 ** - 19 - Pricing Page Area CSS
 **************************************/
.single-pricing-content {
	padding: 15px 0px 0px;
    text-align: left;
    border-radius: 0px;
    transition: all 0.4s ease 0s;
    z-index: 52;
    width: 87%;
    margin: 20px auto;
    position: relative;
    box-shadow: 0px -13px 27px -9px rgb(0 0 0 / 14%);
}

.single-pricing-content:hover {
	/* box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important; */
	-webkit-transform: scale(1.03);
	transform: scale(1.02);
}

.price-tag {
	position: relative;
}

.price-tag h3 {
	display: block;
    width: 95%;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 25px;
    line-height: 60px;
    font-size: 24px;
    color: white;
    text-align: center;
    margin: auto;
    text-transform: capitalize;
    border: 0px solid;
    background-color: #ffffff00;
    letter-spacing: 5px;
    font-weight: 100;
}

.price-heading {
	margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.price-heading .price-usd h2 {
	font-size: 43px;
    font-weight: 800;
    color: #ffffffe0 !important;
    padding: 28px 0;
    margin: 0px 0px;
}

.price-heading .price-usd .price-small-text {
	    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    margin-top: 2px;
}

.price-body ul li {
	display: block;
	border-top: 1px dashed;
	padding: 20px 0;
	border-color: #d7d7d7;
	font-weight: 600;
	color: #000;
}

.single-pricing-content .price-body {
	text-align: center;
}

.price-body ul li:last-child {
	padding-bottom: 0;
}

.price-body .offer-list-none {
	color: #b7b7b7;
}

.single-pricing-content .price-btn {
	margin-top: 25px;
	text-align: center;
}

.single-pricing-content .price-btn .price-btn-one {
	padding: 9px 19px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    background-color: #ffffff;
    /* color: #000000; */
    border-radius: 0px;
    border: 0px solid rgb(255 255 255 / 0%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0px;
    box-shadow: 0px -12px 20px 0px;
}

.single-pricing-content .price-btn .price-btn-one:hover {
	background-color: #1e1e1e;
	color: #FFFFFF;
}

/**************************************
 ** - 20 - 404 Error Page Area CSS
 **************************************/
.error-area {
	height: 100vh;
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
}

.error-content h3 {
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 18px;
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 20px;
	line-height: 30px;
}

.error-content .default-btn-one {
	display: inline-block;
	padding: 12px 30px;
	background: #7b68ee;
	border: 2px solid #7b68ee;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: .6s;
	transition: .6s;
	margin-right: 0;
}

.error-content .default-btn-one:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #7b68ee;
}

/**************************************
 ** - 21 - Faq Page Area Styles CSS
 **************************************/
.faq-accordion .accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 30px;
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
	color: #333;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 16px 15px;
	background-color: #f3f3f9;
	border-radius: 5px;
	cursor: pointer;
	border-left: 3px solid #7b68ee;
}

.faq-accordion .accordion .accordion-item .active.accordion-title {
	color: #fff;
	background: #7b68ee;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
}

.faq-accordion .accordion .accordion-item .active.accordion-title i {
	color: #fff;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 15px;
	-webkit-box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
	box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block;
}

/**************************************
 ** - 22 - Coming Soon Page Area CSS
 **************************************/
.coming-soon-area {
	position: relative;
	z-index: 1;
	height: 100vh;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.coming-soon-area::before {
	z-index: -1;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .80;
}

.coming-soon-area .social-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 30px;
}

.coming-soon-area .social-list li {
	display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
	display: block;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

.coming-soon-area .social-list li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #7b68ee;
	border: 2px solid #7b68ee;
	color: #ffffff;
	border-radius: 50%;
	margin: 0 2px;
	display: inline-block;
}

.coming-soon-area .social-list li a:hover {
	background-color: transparent;
	color: #7b68ee;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition: 0.5s;
}

.coming-soon-content {
	text-align: center;
	max-width: 820px;
	margin: -80px auto 0;
}

.coming-soon-content h1 {
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 46px;
	font-weight: 700;
}

.coming-soon-content p {
	color: #ffffff;
	margin: 0 auto;
	max-width: 620px;
	line-height: 30px;
}

.coming-soon-content form {
	position: relative;
	margin: 35px auto 55px;
	max-width: 520px;
}

.coming-soon-content form .email-input {
	display: block;
	width: 100%;
	height: 56px;
	border: none;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	border-radius: 40px;
	padding: 15px 25px;
	outline: 0 !important;
	background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	height: 50px;
	background: #7b68ee;
	color: #ffffff;
	border: none;
	border-radius: 40px;
	width: 130px;
	outline: 0 !important;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
	background-color: #7b68ee;
}

.coming-soon-content #timer div {
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	color: #7b68ee;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	margin: 0 10px;
	padding-top: 18px;
	font-size: 40px;
	font-weight: 700;
}

.coming-soon-content #timer div span {
	display: block;
	margin-top: -4px;
	color: #777777;
	font-size: 14px;
	font-weight: 600;
}

/**************************************
 ** - 23 - Contact Page Section CSS
 **************************************/
.contact-section {
	background-color: #ffffff;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form form .form-control {
	background-color: #ffffff;
	border: none;
	height: 50px;
	font-size: 14px;
	border-left: 0px solid #7b68ee;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.contact-form form .form-control:focus {
	border-left: 3px solid #7b68ee;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}

.contact-form form .btn {
	margin-top: 8px;
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
	box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.contact-form form .help-block ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 0;
}

.contact-form form .help-block ul li {
	color: red;
	font-weight: 400;
}

.contact-form .submit-btn {
	display: block;
	background-color: #2333db;
	border: 2px solid #2333db;
	color: #ffffff;
	padding: 12px 50px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
	margin-top: 16px;
}

.contact-form .submit-btn:hover {
	background-color: #ffffff;
	color: #2333db;
}

.contact-info-wrapper {
	padding: 100px 0;
}

.contact-info-wrapper .section-title {
	text-align: center;
	margin-bottom: 45px;
}

.contact-info-content {
	background: #fff;
    margin-top: 30px;
    padding: 45px 24px;
    text-align: center;
    border-radius: 5px;
    border-top: 0px solid #7b68ee;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 5%), 0 5px 15px rgb(0 0 0 / 3%);
    box-shadow: 0px 10px 20px 0px rgb(35 52 222 / 10%);
    display: flex;
    align-items: flex-start;
    word-spacing: -2px;
}

.contact-info-content h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
	color: #1e31df;
}

.contact-info-content a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	line-height: 1.5;
}

.contact-info-content p {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	line-height: 1.5;
	color: #000000;
}

.contact-section .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-section .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * Map Section Style
 *************************************/
.map-content #contact-map {
	position: relative;
	width: 82%;
	height: 400px;
	border: 0;
	margin: auto;
}
/************************************************
 ** - 24 - Single Services Page Details CSS
 ************************************************/
.services-details-overview {
	margin-bottom: 60px;
}

.services-details-overview:last-child {
	margin-bottom: 0;
}

.services-step-wrapper {
	margin-top: 65px;
}

.services-step-title {
	text-align: center;
	margin-bottom: 30px;
}

.services-step-title h2 {
	font-size: 35px;
	color: #0b0b31;
	font-weight: 900;
}

.features-text {
	margin-bottom: 20px;
}

.features-text:last-child {
	margin-bottom: 0px;
}

.features-text h4 {
	font-size: 20px;
}

.image-sliders.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	margin-top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-sliders.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 15px;
	padding: 0;
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #ffffff;
	font-size: 25px;
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0;
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
	color: #7b68ee;
	background-color: transparent;
}

.image-sliders.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/**************************************
 ** - 25 - Blog Details Page Area CSS
 **************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #0b0b31;
	margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #5a5c5f;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #7b68ee;
}

.blog-details-desc .article-content .entry-meta ul li i {
	color: #7b68ee;
	margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #7b68ee;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 24px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-ms-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #5a5c5f;
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #5a5c5f;
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #7b68ee;
}

.blog-details-desc .article-footer .article-share {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #7b68ee;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #eeeef0;
	text-align: center;
	font-size: 12px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #ffffff;
	background-color: #7b68ee;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p, .blockquote p {
	color: #0b0b31;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 24px !important;
}

blockquote cite, .blockquote cite {
	display: none;
}

blockquote::before, .blockquote::before {
	color: #efefef;
	content: "\f10e";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "Font Awesome 5 Free";
	font-size: 140px;
	font-weight: 900;
}

blockquote::after, .blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #7b68ee;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-navigation .navigation-links {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
	margin-right: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navigation .navigation-links .nav-previous a:hover i {
	margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
	margin-left: 2px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-navigation .navigation-links .nav-next a:hover i {
	margin-left: 0;
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
}

.comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 24px;
	font-weight: 600;
}

.comments-area ol, .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	color: #0b0b31;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comments-area .comment-body .reply {
	margin-top: 15px;
}

.comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #0b0b31;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #7b68ee;
	border-color: #7b68ee;
}

.comments-area .comment-author {
	font-size: 17px;
	margin-bottom: 0.1em;
	position: relative;
	z-index: 2;
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comments-area .comment-author .fn {
	font-weight: 600;
}

.comments-area .comment-author .says {
	display: none;
}

.comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #5a5c5f;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}

.comments-area .comment-metadata a {
	color: #5a5c5f;
}

.comments-area .comment-metadata a:hover {
	color: #7b68ee;
}

.comments-area .comment-respond {
	margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	position: relative;
	font-size: 24px;
	font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
	margin-bottom: 0;
	margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
	margin-top: 15px;
	float: left;
	width: 100%;
}

.comments-area .comment-respond label {
	display: block;
	font-weight: 600;
	color: #0b0b31;
	margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
	border-color: #7b68ee;
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #5a5c5f;
	font-weight: normal;
	position: relative;
	top: -2px;
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.comments-area .comment-respond .form-submit input {
	background: #7b68ee;
	border: none;
	color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-weight: 600;
	font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #0b0b31;
}

/************************************************
 ** - 26 - Blog Page Sidebar Widget Area CSS
 ************************************************/
.widget-area .widget {
	margin-top: 35px;
}

.widget-area .widget:first-child {
	margin-top: 0;
}

.widget-area .widget .widget-title {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-size: 22px;
}

.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: #7b68ee;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
}

.widget-area .widget_search {
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	background-color: #ffffff;
	padding: 15px;
}

.widget-area .widget_search form {
	position: relative;
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
	display: none;
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.widget-area .widget_search form .search-field:focus {
	border-color: #7b68ee;
}

.widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	background-color: #7b68ee;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.widget-area .widget_search form button:hover {
	background-color: #0b0b31;
	color: #ffffff;
}

.widget-area .widget_privine_posts_thumb {
	position: relative;
	overflow: hidden;
}

.widget-area .widget_privine_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px;
}

.widget-area .widget_privine_posts_thumb .item:last-child {
	margin-bottom: 0;
}

.widget-area .widget_privine_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.widget-area .widget_privine_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}

.widget-area .widget_privine_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../img/blog-details/1.jpg);
}

.widget-area .widget_privine_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../img/blog-details/2.jpg);
}

.widget-area .widget_privine_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../img/blog-details/3.jpg);
}

.widget-area .widget_privine_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px;
}

.widget-area .widget_privine_posts_thumb .item .info span {
	display: block;
	color: #5a5c5f;
	text-transform: capitalize;
	margin-top: -2px;
	margin-bottom: 3px;
	font-size: 14px;
}

.widget-area .widget_privine_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 16px;
}

.widget-area .widget_privine_posts_thumb .item .info .title a {
	display: inline-block;
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
	background: #7b68ee;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_entries ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_recent_entries ul li a:hover {
	color: #7b68ee;
}

.widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #5a5c5f;
	margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
	position: relative;
	margin-bottom: 12px;
	color: #5a5c5f;
	padding-left: 14px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 15.5px;
}

.widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
	background: #7b68ee;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_recent_comments ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_recent_comments ul li a:hover {
	color: #7b68ee;
}

.widget-area .widget_archive ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_archive ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	color: #0b0b31;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
	background: #7b68ee;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_archive ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_archive ul li a:hover {
	color: #7b68ee;
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	color: #5a5c5f;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
	background: #7b68ee;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_categories ul li a {
	color: #0b0b31;
	display: block;
}

.widget-area .widget_categories ul li a:hover {
	color: #7b68ee;
}

.widget-area .widget_categories ul li .post-count {
	float: right;
}

.widget-area .widget_meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #0b0b31;
	padding-left: 14px;
	font-size: 15.5px;
	font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
	background: #7b68ee;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	border-radius: 50px;
	border-right-style: inset;
}

.widget-area .widget_meta ul li a {
	display: inline-block;
	color: #0b0b31;
}

.widget-area .widget_meta ul li a:hover {
	color: #7b68ee;
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
	font-size: 14.5px !important;
	padding: 6px 13px;
	border: 1px dashed #eeeeee;
	margin-top: 8px;
	margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
	color: #ffffff;
	background-color: #7b68ee;
	border-color: #7b68ee;
}

.widget-area .widget_event_details ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget-area .widget_event_details ul li {
	border-bottom: 1px solid #eeeeee;
	color: #888f96;
	padding-bottom: 10px;
	padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
	padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
	display: inline-block;
	color: #0b0b31;
	font-weight: 400;
}

.widget-area .widget_event_details ul li a {
	display: inline-block;
	color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
	color: #7b68ee;
}

/************************************************
 ** - 27 - Blog Page Number Pagination Area CSS
 ************************************************/
.pagination-area {
	margin-top: 20px;
	text-align: center;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #0b0b31;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
	background: #7b68ee;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}


/*********************************************************************
 ** - 28 - Terms & Conditions - Privacy Policy Page Section CSS
 *********************************************************************/
.single-privacy h3 {
	font-size: 17px;
    margin: 20px 0 30px 0;
}
.single-privacy p {
    text-align: justify;
    color: #000000;
    position: relative;
    padding-left: 28px;
}
.single-privacy p:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: white;
    position: absolute;
    top: 8px;
    left: 2px;
    border-top: 2px solid #2334de;
    border-right: 2px solid #2334de;
    transform: rotate(45deg);
}

/*****************************************
 ** - 29 - All Page Footer Section CSS
 ******************************************/
.footer-subscribe-wrapper {
	background-image: url(../img/footerImage.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/*.footer-subscribe-wrapper::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #0b0b31;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.5;
}*/

.footer-heading {
	margin-bottom: 25px;
}

.footer-heading h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
	border-bottom: 0px solid #3c4350;
	padding-bottom: 3px;
}

.single-footer-widget .footer-social {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

.single-footer-widget .footer-social li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .footer-social li:last-child {
	margin-right: 0;
}

.single-footer-widget .footer-social i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 35px;
	background-color: #2334DE;
	border: 1px solid #2334DE;
	border-radius: 5px;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-align: center;
}

.single-footer-widget .footer-social i::before {
	font-size: 14px;
}

.single-footer-widget .footer-social i:hover {
	color: #2334DE;
	background-color: #ffffff;
	border-color: #ffffff;
}

.single-footer-widget p {
	font-size: 14px;
    color: #d1cfcf;
    font-weight: 500;
    text-align: justify;
    word-spacing: -2px;
}

.single-footer-widget .footer-heading {
	margin-bottom: 23px;
	margin-top: 40px;
}

.single-footer-widget .footer-heading h3 {
	font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 0 0;
}

.aboutFooterWidget{
	margin: 0px 30px 0px 0px;
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
	list-style-type: none;
	padding-bottom: 12px;
}

.single-footer-widget .footer-quick-links li:last-child {
	padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
    color: #e0dbdb;
    font-size: 14px;
    font-weight: 600;
}

.single-footer-widget .footer-quick-links li a:hover {
	color: #2334de;
	text-decoration: underline !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
	margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
	color: #2334DE;
	position: absolute;
	left: 0;
	top: -4px;
}

.single-footer-widget .footer-info-contact i::before {
	font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
	font-size: 14px;
    color: #2334de;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
	font-size: 14px;
	color: #e0dbdb;
	font-weight: 500;
}

.single-footer-widget .footer-info-contact span a {
	font-size: 14px;
    color: #e0dbdb;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-footer-widget .footer-info-contact span a:hover {
	color: #2334de;
	letter-spacing: 1px;
}

/*****************************************
 ** - 30 - Page Copyright Section CSS
 ******************************************/
.copyright-area {
	padding-top: 6px;
	padding-bottom: 55px;
}

.copyright-area p {
	color: #d9d3d3;
	font-size: 13px;
	font-weight: 600;
}

.copyright-area p a {
	color: #d9d3d3;
	display: inline-block;
	font-weight: 600;
}

.copyright-area p a:hover {
	color: #7b68ee;
}

.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
}

.copyright-area ul li {
	display: inline-block;
	color: #d9d3d3;
	font-size: 14px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	display: inline-block;
	color: #d9d3d3;
}

.copyright-area ul li a:hover {
	color: #7b68ee;
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}

/*Diviya Css*/
.daeLogo {
    width: 200px;
    height: 72px;
    margin: auto;
}
.daeLogo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
    padding: 3px;
}
.is-sticky .daeLogo img {
    filter: none !important;
}
.whyUsImage {
    height: 475px;
    width: 500px;
}
.whyUsImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.featureIcon {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 26%);
    height: 85px;
    width: 85px;
    background-color: #fff;
}
.featureIcon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
}
.area__subtitle{
	color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #2334DE;
    display: inline-block;
    margin: 0px 0px 15px 0px;
    padding: 5px 10px 5px 10px;
}
.area__subtitle:after {
	content: '';
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
    bottom: 3px;
    text-align: left;
    width: 50px;
    height: 2px;
    margin: 0px 0px 0px 10px;
}
.bannerVideoCls {
    padding: 0px 0px;
    width: 540px;
    height: 445px;
}
.bannerVideoCls img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.video-btn.popup-youtube:before {
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    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;
  }
}
.bg-img:after {
    content: '';
    width: 220px;
    height: 220px;
    background-image: linear-gradient(45deg, #2334de, #070c44);
    background-size: contain;
    background-position: center;
    animation: zoom-in-zoom-out 6s ease infinite;
    position: absolute;
    z-index: -1;
    top: 82px;
    right: 35px;
    border-radius: 100%;
}
.bannerVideoCls:after {
    content: '';
    width: 220px;
    height: 220px;
    background-image: linear-gradient(304deg, #2334de, #070c44);
    background-size: contain;
    background-position: center;
    animation: zoom-in-zoom-out 14s ease infinite;
    position: absolute;
    z-index: -1;
    bottom: -40px;
    left: -39px;
    border-radius: 100%;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.btnPHoverCls:hover {
    color: white !important;
}
.experianceVideoSection{
	background-image: url(../img/website-development.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.experianceVideoSection:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.9;
    background-image: url(../img/dot.png);
    background-repeat: repeat;
    background-position: center;
    z-index: -1;
}
.designCompanyIcon {
    padding: 19px !important;
    position: relative !important;
    margin: auto;
    left: 0px !important;
    top: 0px !important;
    transform: none !important;
    margin-bottom: 34px;
    width: 70px !important;
    height: 70px !important;
}
/*.experianceVideoBtn .popup-youtube{
	display: block !important;
	z-index: 1 !important;
	-webkit-transform: translateY(-50%) translateX(-50%) !important;
	transform: translateY(-40%) translateX(0%) !important;
	text-align: center !important;
	width: 85px !important;
	height: 85px !important;
	background-color: white !important;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 28%) !important;
	border-radius: 100px !important;
	padding: 30px 34px !important;
	margin: auto !important;
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
}*/
.experianceTitle{
	font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.6em;
    font-weight: 700;
}
.experianceContentArea {
    width: 70%;
    margin: auto;
    text-align: center;
}
.area__subtitlecenter:before {
    content: '';
    background-color: #FFFFFF;
    display: inline-block;
    position: relative;
    bottom: 3px;
    text-align: left;
    width: 50px;
    height: 2px;
    margin: 0px 10px 0px 10px;
}
.team-avatar {
    width: 300px;
    height: 265px;
    border-radius: 15px;
    margin: auto;
}
.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 17%);
}
.team-bio {
    background-color: #2334de;
    width: 90%;
    margin: auto;
    border-radius: 7px;
    color: white;
    text-align: center;
    padding: 17px 10px;
}
.team-bio h3 {
    font-size: 15px;
    margin-bottom: 2px;
    min-height: 42px;
    font-weight: 500;
}
.team-bio span {
    font-size: 15px;
    display: block;
    font-weight: normal;
}
.single-team {
    margin: 18px 0px;
}
.teamPara {
    width: 70%;
    margin: 10px auto;
}
.testi-content-inner {
    position: relative;
    padding-top: 40px;
}
.testi-content-inner:after {
    content: '';
    background-image: url(../img/left-quote.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
}
.teamSocialLinks li {
    list-style: none;
    display: inline-block;
    margin: 0px 12px;
}
.teamSocialLinks {
    text-align: center;
    margin: 11px 0px;
    padding: 0px;
}
.teamSocialLinks li i {
    color: #fff;
    font-size: 15px;
}
.aboutImageCls {
    height: 500px;
    width: 500px;
    margin: auto;
    position: relative;
}
.aboutImageCls img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutImageCls:after {
    content: '';
    background-image: linear-gradient(45deg, #2334de, #0c145a);
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: contain;
    background-position: center;
    border-radius: 100px;
    z-index: -1;
}
.aboutImageCls:before {
    content: '';
    background-image: linear-gradient(45deg, #2334de, #0c145a);
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -40px;
    left: -15px;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    z-index: -1;
}
section.about-area {
    padding: 120px 0px !important;
}
.experianceBoxContainer {
    position: absolute;
    color: white;
    padding: 35px 40px;
    border-radius: 14px;
    bottom: 60px;
    right: 0px;
}
.experianceBoxContainer h2 {
    font-size: 20px;
    margin: 0px;
}
.awardBoxContainer {
    position: absolute;
    color: white;
    padding: 35px 39px;
    border-radius: 16px;
    top: 0px;
    left: -95px;
    display: flex;
    flex-direction: row;
}
.awardIcon {
    display: block;
    margin: 4px 0px;
    width: 56px;
    height: 56px;
}
.awardIcon i {
    font-size: 60px;
}
.awardBoxContent {
    padding: 0px 15px;
}
@keyframes slidingAnimation {
  0% {
  	transform: translateX(-20px);
  }
  50% {
  	transform: translateX(20px);
  }
  100% {
  	transform: translateX(-20px);
  }
}
.slidingAnimation{
	animation: slidingAnimation 6s ease-out infinite;
	-webkit-animation: slidingAnimation 6s ease-out infinite;
}
.contactPara {
    width: 60%;
    margin: auto;
}
.contactIconCls span {
    width: 60px;
    height: 60px;
    background-color: #1e31df;
    display: block;
    border-radius: 3px;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 30%);
}
.contactIconCls span img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 16px;
}
.contactDetails {
    width: 80%;
    text-align: left;
    padding: 0px 21px;
}
.contact-form .section-title {
    text-align: left;
    margin: 0px;
}
.map-area {
    padding: 50px 0px 80px;
}
.singleFeatureCol {
    width: 50% !important;
    flex: 0 0 50%;
    display: block;
    margin: 0px 25%;
}
.single-features-box:after {
    content: '';
    width: 0%;
    position: absolute;
    right: 0px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #2334de;
    z-index: 0;
    transition: 1s all ease-in-out;
    border-radius: 5px;
}
.single-features-box:hover:after {
    width: 100%;
}
.single-features-box:hover h3 {
    color: white !important;
}
.single-features-box:hover p {
    color: white !important;
}
.subParaHighlight {
    background-color: #ffffff;
    padding: 18px 17px;
    border-left: 2px solid #2334de;
    box-shadow: 0 15px 26px -6px rgb(35 52 222 / 22%);
    color: #000000;
    margin: 25px 0px !important;
    position: relative;
    font-weight: 600;
    word-spacing: -2px;
}
.subParaHighlight:after {
    content: '';
    background-image: url(../img/office.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    bottom: -4px;
    width: 60px;
    height: 60px;
    opacity: 0.2;
}
.aboutAwardBoxContainer {
    bottom: -63px;
    top: auto;
    right: -242px;
    left: auto;
    z-index: 1;
}
.aboutPageImageCls:after {
    content: '';
    background-color: #2334de;
    width: 90%;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 22px;
    z-index: -1;
    border-radius: 10px;
}
.aboutPageImageCls {
    position: relative;
    z-index: 1;
    width: 525px;
    height: 480px;
}
.funfactsImage {
    display: block;
    width: 45px;
    height: 45px;
    margin: 10px auto;
}
.funfactsImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.serviceIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 14px;
}
.single-services-box:hover img {
    filter: brightness(0.3);
}
.hire-content .area__subtitle {
    background-color: transparent !important;
}
/*.hire-content .area__subtitlecenter:before, .hire-content .area__subtitle:after {
    background-color: #2334de;
}*/
.price-item {
    padding: 0px;
}
.price-item {
    padding: 0px;
}
.price-body ul {
    padding: 0px;
}
.featuresIcon {
    width: 100px;
    height: 100px;
    margin: 10px auto 0px;
}
.featuresIcon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.price-body img {
    width: 16px;
}
.price-body img {
    width: 20px;
}
.single-pricing-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.gradientColor1:after{
	background-image: linear-gradient(180deg, rgb(0 159 255), rgb(0 159 255 / 81%), rgb(0 159 255 / 42%), transparent);
}
.gradientColor2:after {
    background-image: linear-gradient(180deg, rgb(255 44 44), rgb(255 44 44 / 81%), rgb(255 44 44 / 37%), transparent);
}
.gradientColor3:after {
    background-image: linear-gradient(180deg, #8D16D4, #8d16d4d9, #8d16d4b3, transparent);
}
.gradientColor4:after {
    background-image: linear-gradient(180deg, rgb(255 0 201), rgb(255 0 201 / 84%), rgb(255 0 201 / 28%), transparent);
}
.gradientColor5:after {
    background-image: linear-gradient(180deg, rgb(25 227 210), rgb(25 227 210 / 82%), rgb(25 227 210 / 49%), transparent);
}
.gradientColor6:after {
    background-image: linear-gradient(180deg, rgb(255 214 0), rgb(255 214 0 / 84%), rgb(255 214 0 / 55%), transparent);
}
.price-item:first-child .gradientColorNone {
    transition: none !important;
    -webkit-transform: none;
    padding-top: 15px;
    padding-bottom: 4px;
}
.pricingBlue{
	color: #009fff !important;
}
.pricingRed{
	color: #ff2c2c !important;
}
.pricingPurple{
	color: #8500ff !important;
}
.pricingPink{
	color: #ff00b1 !important;
}
.pricingAqua{
	color: #19e3d2 !important;
}
.pricingYellow{
	color: #ffd600 !important;
}
.pricingBgBlue, .offerPricingColBlueAfterBefore:before, .offerPricingColBlueAfterBefore:after{
	background-color: #009fff !important;
}
.pricingBgRed, .offerPricingColRedAfterBefore:before, .offerPricingColRedAfterBefore:after{
	background-color: #ff2c2c !important;
}
.pricingBgPurple, .offerPricingColPurpleAfterBefore:before, .offerPricingColPurpleAfterBefore:after{
	background-color: #8500ff !important;
}
.pricingBgPink, .offerPricingColPinkAfterBefore:before, .offerPricingColPinkAfterBefore:after{
	background-color: #ff00b1 !important;
}
.pricingBgAqua, .offerPricingColAquaAfterBefore:before, .offerPricingColAquaAfterBefore:after{
	background-color: #19e3d2 !important;
}
.pricingBgYellow, .offerPricingColYellowAfterBefore:before, .offerPricingColYellowAfterBefore:after{
	background-color: #ffd600 !important;
}
/*.gradientColorNone {
    box-shadow: 0px 0px 20px 0px rgb(35 52 222 / 17%);
}*/
.gradientColorNone:after {
    box-shadow: 0px 0px 20px 0px rgb(35 52 222 / 17%);
    height: 87%;
}
.sslPackagesListItem {
    max-width: 31%;
    flex: 0 0 31%;
    margin: 0px 1% 30px;
}
.sslPackagesList {
    box-shadow: 2px 7px 24px -2px rgb(0 0 0 / 10%) !important;
    padding: 0px;
    background-color: #ffffff;
    border: 5px solid white;
    border-radius: 5px;
    width: 100%;
}
.sslCertificateBtnCls {
    text-align: center;
}
.sslCertificateBtnCls a.price-btn-one {
    padding: 11px 31px;
    border-radius: 2px;
    color: #ffffff;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 28%) !important;
    margin-top: 25px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
}
.sslPackagesList .price-heading .price-usd h2 {
    font-size: 40px !important;
}
.sslPackagesList .price-usd {
    padding: 0px 0px 30px;
}
.sslPackagesList .price-heading:after {
    position: absolute;
    content: '';
    background-image: url(../img/sslpricecurve.png);
    width: 100%;
    height: 100%;
    bottom: -33px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.sslCertificateFeatureList img {
    width: 22px;
    height: 22px;
    background-color: white;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 14%);
    border-radius: 100px;
    padding: 5px;
    margin: 0px 12px;
}
.sslCertificateFeatureList {
    text-align: left;
    padding: 0px 15px !important;
}
.sslCertificateFeatureList li {
    font-size: 16px;
}
.sslPackagesList .price-tag h3 {
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 30px;
    border: 0px;
    background-color: transparent;
}
.sslCertificateSection {
    position: relative;
}
.sslCertificateSection:after {
    content: '';
    background-color: #2334de;
    width: 100%;
    height: 38%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-image: url(../img/abstractBg.png);
    background-size: cover;
    background-position: center;
}
.premiumSslCertificateList {
    margin-top: 0px !important;
}
/*.premiumSslCertificateList .sslPackagesList {
    height: 731px;
    border-top: 5px solid #ffd600;
    border-bottom: 3px solid #ffd600;
}*/
.moreBtn {
    background-color: white;
    padding: 10px 25px;
    box-shadow: 0px 7px 31px 0px rgb(0 0 0 / 58%);
    color: #0e0e0e;
    margin-top: 15px;
}
.moreBtn:hover {
    color: #ffffff !important;
}
.moreBtn:hover span {
    background-color: #000000;
}
.aboutBoxHead {
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 3px 13px #0c156e;
    letter-spacing: 1px;
}
.awardIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.hire-btn-one:hover span {
    background-color: #ffffff !important;
}
a.hire-btn-one:hover {
    color: #161616 !important;
}
.dropdown-menu a.nav-link:hover {
    color: #2334de !important;
}
.dropdown-menu a.nav-link:hover:before {
    background-color: #2334de !important;
    opacity: 1 !important;
}
.aboutUsPage-Section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 100px 0px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.aboutUsPage-Section:after {
    content: '';
    background-color: #2334de;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.aboutImageCol span {
    width: 500px;
    height: 500px;
    display: block;
    padding: 40px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 38%);
}
.about-program-slider {
    width: 500px;
    height: 500px;
    display: block;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 38%);
    background-color: #ffffff;
}
.about-program-slider li {
    background-color: #2334de;
}
.aboutImageCol span>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.aboutContentCol {
    padding: 30px 0px;
}
.packagesRow {
    padding: 40px 0px;
}
.packagesRow .col-lg-6 {
    flex: 0 0 43%;
    max-width: 43%;
    margin: 0px 3%;
}
.packagesRow .col-lg-6 {
    flex: 0 0 43%;
    max-width: 43%;
    margin: 0px 3%;
}
.packagesImage {
    width: 263px;
    height: 170px;
    margin: 5px auto 20px;
}
.packagesImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
    box-shadow: 0px 11px 13px -7px rgb(0 0 0 / 27%);
    background-color: #fff;
}
.packagesContent h2 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6em;
    font-weight: 700;
}
.packagesContent p {
    font-size: 13px;
    color: black;
    letter-spacing: 0;
}
.packages-contentHolder {
    background-color: white;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 13px 20px 0px rgb(0 0 0 / 41%);
    transition: 0.3s all ease-in-out;
    border-radius: 2px;
}
.packagesContent {
    padding: 0px 16px 14px;
    min-height: 167px;
}
.packages-contentHolder:hover {
    background-color: #2334de;
}
.packages-contentHolder:hover h2 {
    color: white !important;
}
.packages-contentHolder:hover p {
    color: white !important;
}
.aboutPageImageCls img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.packages-content h4 {
    text-align: center;
    margin: 12px 0px;
    font-size: 20px;
}
.offerImageCls:after {
    display: none;
}
.offerImageCls {
    width: 560px !important;
    height: 560px !important;
}
.actualPriceCls {
    padding: 15px 0px 4px !important;
    color: rgb(255 255 255 / 78%) !important;
    text-decoration: line-through;
    margin: 0px 0px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}
.offerPriceCls {
    padding: 5px 0px 12px !important;
    margin: 0px !important;
    font-size: 30px !important;
    color: #ffffff !important;
}
.offerPricingListCls .price-heading {
    margin: -3px 0px 0px;
    box-shadow: 0px -8px 12px -7px rgb(0 0 0 / 25%);
    transform: scale(1.05);
}
span.offerTextCls {
    display: inline-block;
    font-size: 15px;
    top: -3px;
    position: relative;
    color: #1c1c1c;
}
/*.offersFeaturesList img {
    filter: grayscale(1);
}*/
.offersFeaturesList li:last-child {
    padding-bottom: 20px !important;
    display: flex;
}
.offersFeaturesList li {
    box-shadow: 0px 8px 31px -22px rgb(0 0 0 / 31%);
    border: 0px !important;
    padding: 17px 0px !important;
    font-size: 13px;
    text-transform: capitalize;
}
.offerpricingarea:after {
    height: 100%;
    background-image: url(../img/offerAbstractImage.png);
    background-size: 40%;
    background-repeat: repeat;
    background-color: transparent;
    z-index: -2;
}
.offerpricingarea:before {
    content: '';
    background-color: rgb(255 255 255 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.serviceContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px rgb(35 52 222 / 20%);
    padding: 50px 33px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    min-height: 540px;
}
.service-image {
    height: 340px;
    width: 100%;
    display: block;
    position: relative;
    top: 65px;
}
.service-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
}
.servicesIconCls {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100px;
    padding: 13px;
    margin-bottom: 21px;
    box-shadow: 3px 7px 11px 0px rgb(35 52 222 / 58%);
    animation: blinkercolorchange 2s ease-in-out infinite;
}
.servicesIconCls img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
@keyframes blinkercolorchange {
   0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
    color: #f98726;
  }
  100% {
    transform: scale(1, 1);
  }
}
.boxShadowClsDark{
	box-shadow: 0px 0px 20px 7px rgb(0 0 0 / 27%);
}
.serviceContainer:after {
    content: '';
    background-image: url(../img/servicespattern.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 60%;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}
.services-section {
    padding-right: 70px;
    padding-left: 70px;
}
.services-section {
    padding-right: 70px;
    padding-left: 70px;
}
.service-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 8%;
}
.service-title {
    padding-bottom: 17px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 900;
    text-shadow: 0px 4px 2px rgb(0 0 0 / 19%);
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}
.pricing-btn a {
    padding: 10px 19px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.pricing-btn {
    margin-top: 20px;
}
.servicePatternWhite:after {
    background-image: url(../img/servicespatternwhite.png);
    background-position: left;
}
.servicePatternWhite .service-image img {
    object-position: left;
}
.servicePara {
    text-align: justify;
    word-spacing: -2px;
}
.pricing-btn-white .default-btn span {
    background-color: black !important;
}
.animateImage{
	animation: blinkercolorchange 2s ease-in-out infinite;
}
.contact-banner-section{
	padding-bottom: 220px;
	background-image: none;
}
.contact-banner-section:after{
	content: '';
    background-image: url(../img/contactbanner.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}
.contact-banner-section:before{
	opacity: 1;
}
.contact-banner-wrapper{
	padding: 30px 100px;
}
.packages-area {
    position: relative;
    z-index: 1;
}
.packages-area:after {
    content: '';
    position: absolute;
    background-image: url(../img/pricing/packagescurve.png);
    height: 34%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: repeat-x;
    z-index: -1;
}
.packages-content-area {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 27%);
    padding: 30px 30px 10px;
    position: relative;
    z-index: 1;
}
.packagesImagesCls {
    width: 520px;
    height: 450px;
}
.packagesImagesCls img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    animation: slidingAnimation 6s ease-out infinite;
    -webkit-animation: slidingAnimation 6s ease-out infinite;
}
/*.packagesList li:after {
    content: '';
    background-image: url(../img/check.png);
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00042a;
    border-radius: 100px;
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 30%);
}*/
.packagePricingImage {
    width: 250px;
    height: 250px;
    display: block;
    margin: auto;
}
.packagePricingImage img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
.packagePara {
    color: black;
    text-align: justify;
    margin: 0px;
}
.packageSubTitle {
    font-size: 20px;
    color: #000000;
}
.packageBannerSection:after{
	background-color: white !important;
}
.packagesList li:hover .packageListIcon {
    -webkit-animation: blinkercolorchange 1s ease-in-out infinite;
    animation: blinkercolorchange 1s ease-in-out infinite;
}
.responsivewebsite-area:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25%;
    background-image: url(../img/pricing/responsiveabstract.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
.responsive-packages-list li {
    width: 45%;
    display: inline-block;
    background-color: white;
    box-shadow: 2px 3px 21px -4px rgb(0 0 0 / 24%);
    padding: 8px 13px;
    float: left;
    margin: 8px 12px;
}
.responsive-packages-list {
    display: inline-block;
    width: 100%;
    margin-top: 36px;
}
.responsive-website-image {
	width: 425px;
    height: 352px;
    position: relative;
    top: 26px;
}
.responsive-area-bottom{
	box-shadow: 0px -16px 17px -19px rgb(0 0 0 / 20%);
    margin-top: 35px;
}
.responsive-pricing-image:after{
	content: '';
    background-image: linear-gradient(45deg, rgb(22 200 190 / 0%), #010834, rgb(22 200 190 / 0%));
    width: 2px;
    height: 81%;
    position: absolute;
    right: 63px;
    top: 30px;
}
.custom-packages-list li {
    display: inline-block;
    width: 49%;
    margin: 15px 0px;
}
.custom-packages-list {
    margin: 0px;
}
.custom-container-area {
    display: inherit;
    background-color: #ffffff;
    box-shadow: 2px 2px 22px -5px rgb(0 0 0 / 34%);
    margin: 25px auto;
    width: 93%;
}
.custom-website-image {
    width: 420px;
    height: 300px;
    margin: auto;
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 30px 30px 0px;
}
.custom-area-bottom {
    text-align: center;
    padding: 30px 0px;
}
.customwebsite-area:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../img/pricing/customwebsitecurve.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 42%;
    height: 100%;
    z-index: -1;
}
.custom-list-containercol:after {
    content: '';
    position: absolute;
    right: -57px;
    top: -5px;
    width: 220px;
    height: 200px;
    background-image: url(../img/pricing/customwebsiteprice.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.custom-list-containercol {
    position: relative;
    z-index: 1;
    padding-right: 115px;
}
.ultra-custom-website-image{
	border-radius: 100%;
    width: 370px;
    height: 370px;
    background-color: white;
    box-shadow: 0px 14px 30px -6px rgb(0 0 0 / 32%);
}
.ultra-custom-container-area {
    display: inherit;
    width: 100%;
}
.ultra-custom-packages-list li {
    width: 44%;
    display: inline-block;
    box-shadow: 0px 7px 11px -3px rgb(0 0 0 / 23%);
    margin: 12px 15px;
    border-radius: 100px;
    border: 2px solid;
}
.ultra-custom-packages-list li span {
    width: 40px;
    height: 40px;
}
.ultra-custom-packages-list li img {
    padding: 10px;
}
.ultra-custom-section-area:after {
    background-image: none;
    height: 35%;
}
.ultracustom-pricing-image{
	width: 290px;
    height: 250px;
}
.ultracustom-pricing-image:after {
    content: '';
    background-image: linear-gradient(
45deg, rgb(22 200 190 / 0%), #02ddbf, rgb(22 200 190 / 0%));
    position: absolute;
    right: 35px;
    top: 35px;
    width: 2px;
    height: 76%;
}
.blink-image  {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.blink-image-ecommerce:before{
	-moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
 
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
	75% {
        opacity:0.7;
    }

    100% {
        opacity:1;
    }
} 
 
@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
	75% {
        opacity:0.7;
    }

    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
	75% {
        opacity:0.7;
    }

    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
	75% {
        opacity:0.7;
    }

    100% {
        opacity:1;
    }
} 
.ecommerce-website-packages-list li{
    box-shadow: 0px 7px 11px -3px rgb(0 0 0 / 23%);
    margin: 17px 15px;
    border-radius: 100px;
    border: 2px solid;
    width: 89%;
    display: inline-block;
}
.ecommerce-website-packages-list li span.packageListIcon {
    width: 40px;
    height: 40px;
}
.ecommerce-website-packages-list li span img {
    padding: 10px;
}
.ecommercewebsite-area:after {
    content: '';
    background-image: url(../img/pricing/ecommerceCloud.png);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}
.ecommerce-area-bottom {
    padding: 55px 40px 35px;
    text-align: center;
}
.ecommerce-website-section-area:after {
    display: none;
}
.ecommerceListTitle {
    font-weight: 600;
    display: inline-block;
    padding: 10px 18px;
    float: left;
}
.ecommerce-package-list-left span.packageListIcon {
    margin: 0px;
    float: right;
}
.ecommerce-package-list-left li {
    margin: 12px 15px !important;
}
.ecommercewebsite-area:before {
    content: '';
    background-image: url(../img/pricing/ecommercewebsiteprice.png);
    width: 87%;
    height: 30%;
    position: absolute;
    left: 81px;
    bottom: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.offer-content-area {
    border: 5px solid white;
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    box-shadow: 0px 0px 44px 0px rgb(0 0 0 / 8%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.offer-content-area .about-btn {
    margin-top: 7px;
}
.offer-content-area:after {
    content: '';
    background-image: linear-gradient(180deg, rgb(35 52 222 / 12%), rgb(0 0 0 / 2%));
    width: 1172px;
    height: 849px;
    position: absolute;
    top: -430px;
    left: -34px;
    border-radius: 100%;
    z-index: -1;
}
.offer-content-area:before {
    content: '';
    background-image: url(../img/offerImageBg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.responsiveBannerSection {
    background-image: none;
}
.responsiveBannerSection:after {
    background-color: transparent !important;
    background-size: contain;
    background-image: url(../img/pricing/packagebanner1.png);
    opacity: 1;
    background-repeat: no-repeat;
}
.offerPricingListCls {
    padding: 20px 0px 0px;
    background-color: white;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
    margin-bottom: 60px;
}
.offerPricingListCls h3 {
    width: 100%;
    border: 0px;
    background-color: transparent;
    font-size: 19px;
    padding: 16px 0px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 3%);
    text-transform: uppercase;
}
.offerPricingColListCls {
    max-width: 100%;
    flex: 0 0 29%;
    margin: 0px 2%;
    position: relative;
    z-index: 1;
    padding: 0px;
}
.offerPricingColListCls:after {
    content: '';
    position: absolute;
    top: 189px;
    left: 17px;
    width: 24px;
    height: 16px;
    z-index: -2;
    transform: rotate(37deg);
}
.offerPricingColListCls:before {
    content: '';
    position: absolute;
    top: 186px;
    right: 15px;
    width: 24px;
    height: 16px;
    z-index: -1;
    transform: rotate(50deg);
}
.offerContactUsCls a {
    margin: 11px 0px 20px !important;
}
.offerPriceImage {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
}
.offerPriceImage img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0px;
}
.responsiveBannerSection:before {
    content: '';
    width: 100%;
    position: absolute;
    background-color: rgb(255 255 255 / 23%);
    height: 35%;
    top: 158px;
}
.responsiveBannerSection .experianceTitle {
    margin-top: 73px;
    margin-bottom: 50px;
}
.ultra-custom-banner:after{
	opacity: 1;
    background-image: url(../img/pricing/ultracustombanner.png);
    background-size: cover;
    background-position: 19px -105px;
    background-color: rgb(255 255 255 / 77%) !important;
    background-repeat: no-repeat;
}
.ultra-custom-banner{
	background-image: url(../img/pricing/buildingImage.jpg) !important;
    background-repeat: repeat-x;
    background-size: 46%;
    background-position: bottom;
}
.workImageHolder {
    width: 100%;
    height: 280px;
    display: block;
    transition: 0.2s all ease-in-out;
}
.workImageHolder>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 6s all ease-in;
    border-radius: 0px;
}
.ourWorkLeftColCls {
    width: 96%;
    margin: auto;
    box-shadow: 0px 12px 20px -8px rgb(0 0 0 / 27%);
    border-radius: 3px;
    padding: 0px;
    background-color: #ffffff;
}
.ourWorkTitleCls {
    padding: 5px;
    font-size: 19px;
    text-align: center;
}
.ourWorkLink {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    padding: 8px 16px;
    margin-top: 4px;
}
.ourWorkContent {
    text-align: center;
    padding: 20px;
}
.ourWorkLeftColCls:hover img {
    object-position: bottom !important;
}
.ourWorkLink:hover span, .ourWorkLink:focus span {
    background-color: #223a66;
}
.ourWorkLink:hover, .ourWorkLink:focus {
    color: white !important;
}
.retroBtn:hover span, .retroBtn:focus span {
    background-color: #e52b50;
}
.our-works-indicators {
    bottom: -23px;
}
.our-works-indicators li {
    background-color: #030624;
    width: 10px;
    height: 10px;
    border-radius: 100% !important;
    border: 3px solid rgb(0 0 0 / 25%);
}
div#ourWorksCarousel {
    padding-bottom: 60px;
}
.ourWorkControllers span {
    opacity: 1;
    border-radius: 100px;
    width: 37px;
    height: 37px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 22%);
    background-size: 11px;
}
.ourWorkControllers {
    opacity: 1;
}
.our-work-prev {
    left: -58px;
}
.our-work-next {
    right: -58px;
}
#ourWorksCarousel .carousel-item {
    padding: 23px 59px 45px;
}
.our-works-container{
	padding: 0px 5%;
}
.sitemaplist li {
    max-width: 33.33% !important;
    flex: 0 0 33% !important;
}
.ourWorkProjectImage {
	height: 360px;
    display: block;
    width: 80%;
    box-shadow: 0px 5px 30px 0px rgb(82 90 101 / 32%);
    border-radius: 32px;
    border: 2px solid white;
    margin: auto;
}

.ourWorkProjectImage img {
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
	border-radius: 32px;
	transition: 3s all ease-in;
}
.ourWorkProjectImage img:hover {
    object-position: bottom;
}
.projectHrLine {
	    margin: 15px auto;
    border: none;
    width: 60px;
    height: 2px;
    background-image: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 53%), rgb(128 128 128 / 0%));
}
.projectDescription {
    padding: 0px 16px;
    min-height: 75px;
}
.ourWorkContentRight {
	position: relative;
}

.ourWorkContentRight:after {
	content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: #ff0000;
    top: 0px;
    left: 52px;
    transform: rotate(163deg);
    border-radius: 100px;
    z-index: -1;
}
.ourWorkContentLeft {
    text-align: center;
    margin-top: 47px;
}
.ourWorkContentRightProjectAfterCls:after{
	background-color: #0021ff !important;
}
.ourWorkContentRightProject3AfterCls:after{
	background-color: #004d4d !important;
}
.ourWorkContentRightProject4AfterCls:after{
	background-color: #081528 !important;
}
.ourWorkContentRightProject6AfterCls:after{
	background-color: #333333 !important;
}
.ourWorkContentRightProject5AfterCls:after{
	background-color: #5e423c !important;
}
.ourWorkContentRightProject0AfterCls:after{
	background-color: #085187 !important;
}
.ourWorkContentRightProject7AfterCls: after{
	background-color: #f90704 !important;
}
.ourWorkContentRightProject8AfterCls:after{
	background-color: #f7c725 !important;
}
.projectDividerCls {
    border: 0px;
    margin: 25px 0px;
    background-image: linear-gradient(90deg, rgb(0 0 0), rgb(0 0 0 / 22%), transparent);
    height: 2px;
    width: 100%;
    border-radius: 100px;
}
.ourWorkContentLeft img {
	height: 33px;
	background-color: #b00080;
	padding: 5px;
}

.ourWorkContentLeft h6 {
	padding: 0px;
}
.ourworkColumn {
    margin-bottom: 90px;
}
/*End

/*Loading*/
.loading {
  display: flex;
    flex-direction: row;
    position: absolute;
    top: 124px;
    left: -25px;
}
.loading__letter {
  	font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #ffffff;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-weight: 700;
    font-family: 'Spartan', sans-serif;
}

.loading__letter:nth-child(2) {
  animation-delay: .1s; 
}
.loading__letter:nth-child(3) {
  animation-delay: .2s;
}
.loading__letter:nth-child(4) {
  animation-delay: .3s; 
}
.loading__letter:nth-child(5) {
  animation-delay: .4s;
}
.loading__letter:nth-child(6) {
  animation-delay: .5s; 
}
.loading__letter:nth-child(7) {
  animation-delay: .6s;
}
.loading__letter:nth-child(8) {
  animation-delay: .8s;
}
.loading__letter:nth-child(9) {
  animation-delay: 1s;
}
.loading__letter:nth-child(10) {
  animation-delay: 1.2s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px)
  }
  40% {
    transform: translateY(-40px);
  }
  80%,
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 700px) {
  .loading__letter {
    font-size: 50px;
  }
}

@media (max-width: 340px) {
  .loading__letter {
    font-size: 40px;
  }
}


span.most-popular-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    position: absolute;
    top: 0px;
    background-color: #000000;
    padding: 5px 8px;
    box-shadow: 0px 0px 20px 0px #00000026;
    border-radius: 0px 17px 17px 0px;
    color: white;
}
span.shopping-cart-text {
    display: inline-block;
    width: 75%;
    font-weight: 600;
    padding: 7px 0px;
}