/*------------------------------------------------------------------
	[Master Stylesheet]

	Author        : Ateeq Rafeeq (https://themeforest.net/user/webfulcreationsvision/portfolio)
	Template Name : Computer Repair Website Template
	Version       : 1.0
	CopyRight     : 2019 january @ www.webfulcreations.com


	- Mobile And Tablet Styles are 
	- located in responsive-styles.css File inside assets/css/
-------------------------------------------------------------------*/

/*  =============================================================
    TABLE OF CONTENTS
    =============================
		01 - General CSS starts
		02 - Btn Animated CSS
		03 - Onscroll Animations Css
		04 - Hover Effect css
		05 - Section Title CSS
		06 - Top Bar CSS
		07 - header CSS
		08 - Nav Bar CSS
		09 - Banner Container CSS
		10 - Featured CSS
		11 - About Section CSS
		12 - Services Section CSS
		13 - Our Partners CSS
		14 - Why Chose Us CSS
		15 - Testimonials CSS
		16 - Services Banner CSS
		17 - Our Staff CSS
		18 - Achievement Counter CSS
		19 - Products CSS
		20 - Blog CSS
		21 - Request Appointment CSS
		22 - Inner Pags Styles
			01 - header-v2
			02 - Boxed Layout
			03 - About Us Page
			04 - Services Section Page
			05 - Faqs Page Page
			06 - Pricing Table Page
			07 - 404 Error Page
			08 - Locations Page
			09 - Shop Page
			10 - Single Products Page
			11 - My Account Page
			12 - cart
			13 - Blog Post Page
			14 - Single Post Page
		23 - Side Bar Page
		24 - Page Preloader
		25 - Footer CSS
	============================================================= */

/*---------------------------
	01 - General CSS starts
----------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	font-size:0.9375rem;
	font-weight:400;
    padding:0;
    margin:0;
	color:#ffffff;
	background:#7C2865;
}
h1, 
h1 span,
h1 a { 
	font-size:32px;
    margin-bottom:15px;
}
h2,
h2 span, 
h2 a {
	font-size:28px;
}
h3,
h3 span, 
h3 a { 
	font-size:24pxrem;
}
h4, 
h4 span,
h4 a { 
	font-size:1.25rem;
}
h5, 
h5 span,
h5 a {
	font-size:1.125rem; 
}
h6, 
h6 span,
h6 a {
	font-size:1rem; 
}
label,  
ul, 
ol, 
a, 
blockquote, 
input, 
textarea, 
select, 
[type=date], 
[type=text], 
[type=email], 
span { 
	font-size:0.9375rem;
	line-height:26px;
	color:#777777;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
p {
	font-size:16px;
	line-height:26px;
	color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	color:#fff;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight:bold;
	color:#fff; 
	font-family: 'Ubuntu', sans-serif;
}
a {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:.9375rem;
}
a:hover {
	color:#FBB308; 
	text-decoration:none;
}
iframe {
	width:100%;
	border:0px; 
}
.btn {
	text-transform: uppercase;
	font-size: 1rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	border:0;
	min-width:196px;
	padding-top:12px;
	padding-bottom:12px;
	border-radius:0;
}
.btn.btn-primary {
	background-color:#DFB304;
	color:#fff;
}
.btn.btn-primary:hover {
	background-color:#A50379;
	color:#fff;
}
.btn.btn-secondary {
	background-color:#A50379; 
	color:#fff;
}
.btn.btn-secondary:hover {
	background-color:#A50379;
	color:#fff;
}
.btn.btn-light {
	background-color: transparent;
	border:1px solid #fff;
	color:#fff
}
.btn.btn-light:hover {
	background-color:#fff;
	color:#444444;
}
.btn.btn-dark {
	background-color:#A50379;
	border:1px solid #fff;
	color:#fff

}
.btn.btn-dark:hover {
	background-color:#444444;
	color:#fff;
}
.module {
	position:relative;
	margin-bottom:55px; 
}
.grey-bg {
	padding-top:115px;
	padding-bottom:115px;
	background-color:#000;
}
.dark-bg {
	position:relative;
}
.dark-bg:before{
	content: "";
    background:#350227;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	position: absolute;
	z-index:-1;
}
.dark-bg:after {
	content: "";
    background: url(../images/help/background-effect-1.webp);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}
dl dt {
	font-weight:bold;
	margin-bottom:.3rem;
}
.main-container {
	width:100%;
	margin:auto;
	overflow:hidden;
}
hr {
	border-bottom: 1px solid #ededed;
}
.col-padding-y {
	padding-top:.9375rem;
	padding-bottom:.9375rem;
}
.container {
	max-width:75rem;
}
thead {
	background: #f8f8f8;
}
/*-------------------------
	General CSS Ends
-------------------------*/

/*-------------------------
	02 - Btn Animated CSS
-------------------------*/
.btn-dark-animated:after {
	background-color:#A50379;
}
.btn-animated:after {
	background:#fff;
}
.btn-dark-animated:after ,
.btn-animated:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index:-1;
	opacity: .9;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);

}
.btn-dark-animated:hover:after ,
.btn-animated:hover:after {
	opacity:1;
	height: 600% !important;
}
.btn-dark-animated ,
.btn-animated {
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	z-index:2;
}
.btn-dark-animated:hover ,
.btn-animated:hover {
	background-color:transparent !important;
}
.btn-primary.btn-animated:hover {
	color:#444444;
}
/*-------------------------
	Btn Animated CSS Ends
-------------------------*/


/*--------------------------------
	03 - Onscroll Animations Css
---------------------------------*/
.animated { 
	visibility:hidden;
}
.visible {
	visibility:visible;
} 
/*--------------------------------
	Onscroll Animations Css Ends
---------------------------------*/

/*-------------------------
	04 - Hover Effect css
-------------------------*/
.hover-info {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
	background-color:rgba(6, 66, 115, 0.75);
	transition: opacity .6s;
}
.hover-img,
.hover-bottom {
	position:relative;
	z-index:0;
}
.hover-bottom:after {
    content: '';
    background-color:rgba(6, 66, 115, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
	opacity: 0;
	transition: opacity .6s;
}
.hover-wrap:hover .hover-bottom p ,
.hover-wrap:hover .hover-bottom a {
	color:#fff;
}
.hover-wrap:hover .hover-bottom a:hover {
	color:#e1e8f0;
}

.hover-wrap:hover .hover-bottom:after ,
.hover-wrap:hover .hover-info {
	opacity:1;
	cursor:pointer;
}
/*-------------------------
	Hover Effect Ends
-------------------------*/

/*-------------------------
	05 - Section Title CSS
-------------------------*/
.section-title-text {
	margin-top:10px;
}
.section-title {
    position:relative;
    display: block;
    max-width:75rem;
	margin:auto;
	margin-bottom:70px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.section-title-text {
	display:inline-block;
}
 .section-title-btn {
    position: absolute;
    right:15px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom:10px;
    display: inline-table;
 }
.section-title-text h2 span ,
.section-title-text h2 {
	font-size:2.5rem;
	margin-bottom:0;
}
.section-title-text p {
	letter-spacing: 0.215em;
	font-size: 14px;
	margin-bottom:4px;
	line-height:normal;
}
.section-title-text p ,
.section-title-text h2 {
	text-transform: uppercase;
}
.section-title-text h2:after {
    content:"";
    display:inline-block;
    width:55px;
    height:0px;
	margin-bottom:2px;
    border-bottom:2px solid #A50379;
    margin-left:20px;
}
.section-title:after {
	content:'';
	border-bottom:1px solid rgba(119, 119, 119, 0.2);
	position:absolute;
	bottom:-25px;
	right:0;
	left:0;
	margin:auto;
	width:73.125rem;
}
.title-section {
    z-index: 1;
    margin-top: -30.5px;
}
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before ,
.title-section ol li ,
.title-section a ,
.title-section h1 {
	color:#fff;
}
.breadcrumb-item.active,
.title-section ol li ,
.title-section a {
	font-size:.875rem;
}
.title-section .breadcrumb {
	background-color:transparent;
}
.title-section h1 ,
.title-section .breadcrumb {
	margin-bottom:0;
}
.title-section h1 {
	letter-spacing:.025em;
	font-size:2.5rem;
	text-transform:uppercase;
}
.title-section i {
	margin-right:6px;
}
.title-section-text {
	position: relative;
	display: flex;
	margin-top:30.5px;
}
.title-section nav {
    position: absolute;
    right: 0;
}
.title-section nav ol {
    padding: 11px 0px;
}
.title-section.grey-bg {
	padding-top:110px;
	padding-bottom:110px;
}
.title-section.dark-bg:after {
    background: url(../images/help/background-effect-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top;
}
.title-section.dark-bg:before {
    background-image: linear-gradient(to left,rgba(6, 66, 115, 0.8) 0%, #001729 84%);
}
/*-------------------------
	Section Title CSS Ends
-------------------------*/

/*-------------------------
	06 - Top Bar CSS
-------------------------*/
.top-bar .right-side {
	position:relative;
	z-index:1;
}
.top-bar{
	position:relative;
	background-color:#A50379;
	padding: 9.5px 0px;
}
.top-bar .left-side a:hover,	
.top-bar .left-side p {
	margin-bottom:0;
	color:#fff;
}
.top-bar .left-side p {
	font-weight:300;
	font-size:.9375rem;
}
.top-bar .left-side a {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
 .top-bar .left-side {
	padding: 4.5px 0px;
 }
.top-bar .right-side a{
	padding:0.375rem 1.1875rem;
	min-width:inherit;
	border-radius:5px;
}

/*-------------------------
	Top Bar CSS Ends
-------------------------*/

/*-------------------------
	07 - header CSS
-------------------------*/
.header {
	position:relative;
	background-color:#000;
	padding:24px 0px;
}
.info-container {
	position:relative;
	float:right;
	padding:9px 0px;
}
.icon-box,
.info-side,
.icon-side {
	float:left;
}
.info-side p {
	margin-bottom:0;
	font-size:14px;
	font-weight:600;
	line-height:19px;
	color:#F7EFF1;
}
.info-side p strong {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.icon-side img {
	margin-right:16px;
}
.icon-box {
	margin-right:52px;
}
.icon-box:last-child {
	margin-right:0;
}
/*-------------------------
	header CSS Ends
-------------------------*/

/*-------------------------
	08 - Nav Bar CSS
-------------------------*/
.fixed-top {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navigation .dropdown .dropdown-menu{
	width: 250px;
	top:100%;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	-webkit-transition: all .15s ease-in;
	-moz-transition: all .15s ease-in;
	-ms-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.navigation .navbar .dropdown-item {
	position: relative;
	width: 100%;
	padding:12px 30px;
	border-top: 1px solid #A50379;
    transition: all 500ms ease;
	background-color: #f2f5f8;
}
.navigation .navbar .dropdown-item:hover {
	background-color:#A50379;
	color:#fff;
}
.navigation .dropdown-item:focus {
	background-color:transparent;
}
.navigation {
	position:relative;
	z-index:99999;
	transition: all 400ms ease-in-out;
}
.banner.nav-container {
	background-color:#f2f5f8;
	position:relative;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.navigation .container {
	padding-left:1.875rem;
	padding-right:1.875rem;
}
.navigation-bg-color {
	background-color:#A50379;
	border:1px solid #fff;
}
.navigation .navbar {
	padding:0;
}
.navigation .dropdown-toggle::after {
	display:none;
}
.nav-icon {
	display:inline;
	line-height:58px;
	margin-right:15px;
}
.nav-icons {
	text-align:right;
	position:relative;
}
.nav-icons:before {
    content: '';
    position: absolute;
    top:-12px;
    left:127px;
    border-bottom: 81px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon a ,
.navbar-light .navbar-nav .nav-link {
	color:#f7f7f7;
}
.navigation .navbar-light .navbar-nav .nav-link:focus ,
.nav-icon a:hover ,
.navbar-light .navbar-nav .nav-link:hover {
	color:#FAD404;
}
.navigation .navbar a {
	font-weight:500;
	font-size:.9375rem;
	letter-spacing:0.03em;
}
.navbar-light .navbar-nav .nav-link {
	text-transform:uppercase;
	padding-left:19px;
	padding-right:19px;
	padding-top:16px;
	padding-bottom:16px;
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link {
	padding-left:0;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link {
	padding-right:0;
}
.navbar .navbar-toggler .icon-bar {
    background:#fff;
    height: 2px;
    width: 29px;
    display: block;
    margin: 6px 6px;
}
.navbar-light .navbar-toggler {
	border-color:transparent;
	padding:13px 0px;
}
/*-------------------------
	Nav Bar CSS Ends
-------------------------*/

/*-----------------------------
	09 - Banner Container CSS
------------------------------*/
.banner-container {
	position:relative;
	margin-top:-30.5px;
}
.slide.transparent-background {
    height:100%;
    width:auto;
    position:relative;
}
.transparent-background:before {
    content: "";
    background-color:rgba(21, 0, 61, 0.22);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.main-banner .slide.slide-two:after,
.main-banner .slide.slide-one:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.main-banner .slide.slide-one:after {
    background-image:url(../../banner/bangalore/slid-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
}
.main-banner .slide.slide-two:after {
    background-image: url(../../banner/bangalore/slid-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
}
.slide-text h2 {
	font-size:3.75rem;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30.5px;
}
.slide-text h2 ,
.slide-text p {
	color:#fff;
}
.slide-text {
	padding-right:300px;
	padding-top:262px;
	padding-bottom:262px;
}
.slide-text p {
	font-size:1.375rem;
	margin-bottom:24px;
}
/*-------------------------
	Banner Container CSS Ends
-------------------------*/

/*-------------------------
	10 - Featured CSS
-------------------------*/
.featured-container {
	width:100%;
	display:block;
	position:relative;
}
.featured {
	display:flex;
	flex-wrap: wrap;
}
.featured-box.three ,
.featured-box.two ,
.featured-box.one {
    position: relative;
    background-color: #16003e;
}
.featured-box.three:before ,
.featured-box.two:before ,
.featured-box.one:before {
    content: '';
    background-color: #A50379;
    width: 100%;
    position: absolute;
    top: 0;
	left:0;
	right:0;
    bottom: 0;
    z-index: -1;
}
.featured-box.one {
	opacity:.88;
}
.featured-box.two {
	opacity:.92;
}
.featured-box.three {
	opacity:.96;
}
.featured-box.four {
	position:relative;
	background-color:#A50379;
	z-index:0;
}
.featured-box h2 a ,
.featured-box h6 ,
.featured-box p {
	color:#fff;
}
.featured-box h6 {
	font-size: 7.5rem;
    opacity: .1;
    position: absolute;
    display: table;
    top:30px;
    left: 15px;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin-bottom:0px;
}
.featured-box h2 a {
	text-transform:uppercase;
	font-size:1.375rem;
}
.featured-box {
	padding:60px 60px;
	width:25%;
}
.featured-box p {
	margin-bottom:0;
}
.box-text {
	margin-top:42px;
}
.featured-box h2 {
	margin-bottom:12px;
}
/*-------------------------
	Featured CSS Ends
-------------------------*/

/*----------------------------
	11 - About Section CSS
-----------------------------*/
.about-info h2 span ,
.about-info h2 {
	font-size:1.875rem;
	margin-bottom:16px;
}
.about-info p {
	margin-bottom:24px;
}
.about-text {
	position:relative;
}
.abou-icon-text ,
.abou-icon {
	float:left;
}
.about-text:after{
	content:'';
	display:table;
	clear:both;
}
.abou-icon-text {
	width: calc(100% - 100px);
}
.abou-icon img {
	margin-right:20px;
}
.about-info .about-text:last-child p {
	margin-bottom:0;
}
.about-info p:nth-of-type(2) {
	margin-bottom:44px;
}
.about-img img {
	width:100%;
	border-radius:20px;
}
/*-------------------------
	About Section CSS Ends
-------------------------*/

/*-----------------------------
	12 - Services Section CSS
------------------------------*/
.services-section .section-title:after {
	border:1px solid rgba(246, 246, 246, 0.12);
}
.services-section .section-title-text p ,
.services-section .section-title-text h2 {
	color:#fff;
}
.services-section.grey-bg {
	background-color:transparent;
}
.services {
	background-color:rgba(6, 66, 115, 0.55);
	text-align:center;
	padding:40px 30px;
	box-shadow: 4px 6px 44.62px 1.38px rgba(204, 204, 204, 0.09);
}
.services-img img {
	border-radius:100%;
	margin-bottom:26px;
}
.services-text h4 a {
	color:#FFFFFF;
}
.services-text h4 a:hover {
	color:#A50379;
}
.services-text h4 {
	margin-bottom:16px;
}
.services-text p {
	color:#f7f7f7;
	margin-bottom:20px;
}
.services-text a {
	color:#A50379;
}
.services-text a:hover {
	color:#fff;
}
/*-------------------------
	Services Section CSS Ends
-------------------------*/

/*-------------------------
	13 - Our Partners CSS
-------------------------*/
.our-partners.grey-bg {
	padding-top:0px;
	padding-bottom:0px;
	background:#000000;
}
/*-------------------------
	Our Partners CSS Ends
-------------------------*/

/*-------------------------
	14 - Why Chose Us CSS
-------------------------*/
.why-chose-us .section-title-text h2:after {
    content: "";
	display:none;
	
}
.why-chose-us .section-title {
	text-align:center;
}
.faq-wrap .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.faq-wrap .card {
	border:0;
}
.faq-wrap .btn {
	position:relative; 
	display:block;
    width:100%;
    text-align:left;
    padding:18px 30px;
    color:#fff;
    font-weight:400;
	background-color:#A50379;
    text-transform:none;
    border-radius:5px;
	text-decoration:none;
}
.faq-wrap .btn.btn-link:after {
	content:"";
	position:absolute;
	right:0px;
	left:92%;
	bottom:0;
	margin:auto;
}
.faq-wrap .btn.btn-link.collapsed:after {
	background-image: url(../images/help/icons/plus.webp);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -7.5px;
}
.faq-wrap .btn.btn-link:after {
	background-image: url(../images/help/icons/minus.webp);
	background-repeat: no-repeat;
	top: 50%;
	margin-top:0;
}
.faq-wrap .btn.btn-link.collapsed {
	margin-bottom:8px;
	background-color:#444444;
}
.faq-wrap .btn {
white-space: normal;    

}
.faq-wrap .card-body {
	padding:22px 30px;
	background-color:#000;
	margin-bottom:8px;
}
.faq-wrap .accordion .card:last-of-type .card-body ,
.faq-wrap .accordion .card:last-of-type .btn{
	margin-bottom:0;	
}
/*-------------------------
	Why Chose Us CSS Ends
-------------------------*/

/*-------------------------
	15 - Testimonials CSS
-------------------------*/
.testimonial-slid {
	background-color:#A50379;
	border-radius:20px;
	padding:30px 30px;
}
.testimonial-text i {
	font-size:2.375rem;
	margin-bottom:24px;
}
.testimonial-text p {
	font-size:1.125rem;
	line-height:32px;
}
.testimonial-text p {
	margin-bottom:40px;
}
.testimonial-slid h6 ,
.testimonial-slid p ,
.testimonial-slid i {
	color:#fff;
}
.testimonial-img p ,
.testimonial-img h6 ,
.testimonial-img img {
	float:left;
}
.testimonial-img:after {
	content:'';
	display:table;
	clear:both;
}
.testimonial-img img {
	border-radius:100%;
	background-color:#fff;
	border:4px solid #f2f5f8;
	width:100px !important;
	height:auto;
	margin-right:20px;
}
.testimonial-img p ,
.testimonial-img h6 {
	width:calc(100% - 200px);
}
.testimonial-img h6 {
	margin-top:26px;
	margin-bottom:4px;
}
.testimonial-img p {
	margin-bottom:0;
}
.testimonials .owl-nav {
	position: absolute;
	right:30px;
	bottom:30px;
	display:inline-flex;
}
.testimonials .owl-nav i {
	color:#f2f5f8;
	font-size:1.6875rem;
}
.testimonials .owl-prev {
	margin-right:10px;
}
/*-------------------------
	Testimonials CSS Ends
-------------------------*/

/*-----------------------------
	16 - Services Banner CSS
------------------------------*/
.services-banner.grey-bg {
	background-color:transparent;
}
.banner-text {
	width: calc(100% - 416px);
}
.banner-text p ,
.banner-text h2 {
	color:#fff;
}
.banner-text h2 ,
.banner-text h2 span {
	display:block;
	font-size:2.625rem;
}
.banner-text h2 {
	font-weight:400;
	margin-bottom:22px;
}
.banner-text h2 span {
	text-transform:uppercase;
	line-height:normal;
	margin-bottom:10px;
}
.banner-text p strong {
	font-weight:400;
	text-transform:uppercase;
}
.banner-text p {
	margin-bottom:30px;
}
.services-banner.dark-bg:before {
	background-image: linear-gradient(to left,rgba(6, 67, 116, 0.83),#001729);
}
.services-banner.dark-bg:after {
	background: url(../images/help/background-effect-2.webp);
	background-repeat: no-repeat;
	background-position:top;
	background-size: cover;
}
/*-------------------------
	Services Banner CSS Ends
-------------------------*/

/*-------------------------
	17 - Our Staff CSS  
-------------------------*/
.team-section {
	background: linear-gradient(0deg, #f2f5f8 37%, #fff 36%);
}
.staff-box img {
	display:block;
	width:100%;
	height:auto;
	background-color:#e4e8e9;
}
.staff-text {
	text-align:center;
    background-color:#A50379;
	padding:11px 0px;
}
.staff-text p ,
.staff-text h6 a {
	color:#FFFFFF;
}
.staff-text p {
	font-size:0.875rem;
}
.staff-text h6 ,
.staff-text p {
	margin-bottom:0;
}
/*-------------------------
	Our Staff CSS Ends 
-------------------------*/

/*-------------------------------
	18 - Achievement Counter CSS  
--------------------------------*/
.achievement-counter {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.counter {
	width:50%;
	margin:auto;
	margin-bottom:1px;
	display: inline-block;
	background-color:#fff;
	text-align:center;
	padding: 26px 30px;
}
.counter-icon img {
	margin-bottom:18px;
}
.achievement-counter .counter:nth-last-child(-n+2) {
	margin-bottom:0;
}
.achievement-counter .counter:nth-last-child(2) ,
.achievement-counter .counter:first-child {
	border-right: 1px solid #f2f5f8;
}
.counter-text h2 {
	font-size:2.8125rem;
	font-weight:400;
	color:#A50379;
}
.counter-text p {
	font-size:1.25rem;
	margin-bottom:0;
}
.counter-info {
	display:inline-flex;
}
/*---------------------------------
	Achievement Counter CSS Ends  
---------------------------------*/

/*-------------------------
	19 - Products CSS
-------------------------*/
.products .section-title-text {
 	margin-top:0px;
}
.product {
	text-align:center;
}
.product-text p ,
.product-text p span {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:600;
	margin-bottom:0;
}
.product-text p span {
	color:#FB0847;
}
.product-img img {
	background-color:#fff;
}
.product-text {
	padding:14px 0px;
}
/*.products .col-padding-y {
	padding-bottom:0;
}*/
.product-close-btn {
	line-height: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float:right;
}
.product-cart .product-text ,
.product-cart .product-img img {
	float:left;
}
.product-cart:after {
	content:'';
	clear:both;
	display:table;
}

.product-cart .product-img img {
	width:100px;
	height:auto;
}
.product-cart {
	background-color:#f2f5f8;
	padding:10px;
}

.product-cart .product-text h6 a {
	color:#fff;
}
.product-cart .product-text h6 a:hover {
	color:#fff;
}
.product.close:active .product.one {
	display:none
}
/*-------------------------
	Products CSS Ends  
-------------------------*/

/*-------------------------
	20 - Blog CSS  
-------------------------*/
.blog-detail.hover-info ,
.blog-img img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:100%;
}
.blog-text.hover-bottom:after,
.blog-text {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.blog-text {
	position:relative;
	background-color:#000;
	padding:24px 30px;
}

.blog-text .meta-tags {
	position:absolute;
	right:44px;
	bottom:22px;
}
.blog-text .meta-tags img {
	float:left;
	padding:6.5px 0px ;
}
.blog-text p ,
.blog-text .meta-tags p {
	margin-bottom:0;
}
.blog-text h5 {
	margin-bottom:16px;
}
.blog-text .meta-tags p {
	float:right;
}
.blog-text .meta-tags:after {
	content:'';
	display:table;
	clear:both;
}
/*-------------------------
	Blog CSS Ends  
-------------------------*/

/*--------------------------------
	21 - Request Appointment CSS
---------------------------------*/
.request-appointment {
	padding:42px 0px;
	background-color:#A50379;
}
.appointment-text h2 ,
.appointment-text p {
	color:#fff;
}
.appointment-text h2 {
	font-size:2.25rem;
	margin-bottom:16px;
}
.appointment-text p {
	font-size:1.5rem;
	margin-bottom:0;
}
.appointment-btn {
	text-align: right;
	padding: 18px 0;
	position: relative;
}
.appointment-btn .btn {
	background-color:#fff;
	color:#444444;
}
.appointment-btn .btn:after {
	background-color:#A50379;
	color:#fff;
}
/*-------------------------
	Request Appointment CSS Ends  
-------------------------*/

/*-------------------------
	22 - Inner Pags Styles
-------------------------*/

/*-------------------------
	01 - header-v2  
-------------------------*/
.navigation-full-width .navigation-bg-color {
	border:0;
}
.navigation-full-width {
	background-color: #A50379;
	border-bottom: 1px solid #A50379;
	border-top: 1px solid #A50379;
}

/*-------------------------
	02 - Boxed Layout
-------------------------*/
body.box {
    background-image: url(../images/help/background-effect-1.webp);
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.boxed {
    max-width: 1250px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 3px 1px #CCC;
    position: relative;
    z-index: 0;
}

/*-------------------------
	03 - About Us Page
-------------------------*/
.about-us-page .counter {
    width:25%;
	background-color:transparent;
	padding-top:0;
	padding-bottom:0;
}
.about-us-page .counter-warp {
	background-color:#f2f5f8;
}

/*------------------------------
	04 - Services Section Page
-------------------------------*/
.services-section-page .services {
	background-color:#f2f5f8;
	border-radius:5px;
}
.services-section-page .services-text p ,
.services-section-page .services-text h4 a {
	color:#444444;
}
.services-section-page .services-text:last-child a {
	font-size:1.125rem;
}
.services-section-page .services-text h4 a:hover {
	color:#A50379;
}
.single-services-post .img-thumbnail {
	margin-bottom:1rem;
}
.single-service-text p {
	margin-bottom:26px;
}

/*-------------------------
	05 - Faqs Page Page
-------------------------*/
.play-icon ,
.video-preview-one {
	position:relative;
}
.video-preview-one a img {
	width:100%;
}
.video-preview-one a:before {
	content: '';
	background-color:rgba(68, 68, 68, 0.2) ;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
    z-index: 0;
}
.video-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    height: auto;
    z-index: 1;
}
.play-icon {
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 14px;
	transition: all 400ms ease-in-out;
}
.play-icon i {
    font-size: 3rem;
    width: 50px;
    height: 50px;
    text-align: right;
}
.video-preview:hover .play-icon {
	background-color:transparent;
	color: #444444;
}

/*---------------------------
	06 - Pricing Table Page
---------------------------*/
.pricing-table {
	position:relative;
	z-index:0;
}
.pricing-detail ul li ,
.pricing-head h3 ,
.pricing-head h2 {
	color:#fff;
}
.pricing-head h2 {
	font-size:3.5rem;
	margin-bottom:0;
}
.pricing-head h2 sub {
	font-size:1.25rem;
}
.pricing-head {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(246, 246, 246, 0.12);
}
.pricing-list {
	text-align: center;
	padding:60px 30px;
}
.pricing-detail ul li {
	padding:10px 0px;
}
.pricing-list.one:after {
	background:url(../images/help/pricing-table/laptop.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pricing-list.two:after {
	background:url(../images/help/pricing-table/computer.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pricing-list.three:after {
	background:url(../images/help/pricing-table/tablet.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pricing-list.dark-bg:before {
    content: "";
    background-image: linear-gradient(to bottom,rgba(6, 66, 115, 0.85) 0%, #001729 84%);
}

/*-------------------------
	07 - 404 Error Page
-------------------------*/
.error-taxt {
	position:relative;
	text-align:center;
}
.error-taxt h2 {
	font-size:2rem;
}

/*-------------------------
	08 - Locations Page
-------------------------*/
.locations iframe {
	height:600px;
}

/*-------------------------
	09 - Shop Page
-------------------------*/
.product-rating:after {
	content:"\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color:#4444444;
}
.product-rating {
	margin-bottom:.5rem;
}
.shop-page .product-img img {
	background-color:transparent;
}
.shop-page .product {
	background-color:#f2f5f8;
}

/*-----------------------------
	10 - Single Products Page
-------------------------------*/
.single-products-img img {
	width:100%;
	height:auto;
	border:1px solid #e5e7f2;
	border-radius:4px;
	background-color:#f2f5f8;
}
.add-cart-option ,
.product-rating ,
.product-buttons p ,
.product-buttons a ,
.single-product-text h2 {
	margin-bottom:1rem;
}
.single-products-wrap .product_meta p:last-child {
	margin-bottom:0;
}
.add-cart-option {
	display:flex;
}
.add-cart-option input {
	width:100px;
	height: auto;
	background-color: #f2f5f8;
	color: #444444;
	margin-right:5px;
	padding:13px 10px;
	line-height: normal;
	border:1px solid #e5e7f2;
	text-align:center;
}

/*-------------------------
	11 - My Account Page
-------------------------*/
.my-account-text {
	background-color: #f2f5f8;
	padding: 40px;
}
.my-account-btn {
	position:relative;
}
.my-account-btn {
    float: right;
}
.my-account-btn a {
    margin-right: 15px;
	color:#444444;
}
.my-account-btn a:hover {
    color:#A50379;
}
.my-account-btn a:last-child {
    margin-right:0px;
}
.my-account-text form:after{
	content:'';
	display:table;
	clear:both;
}

/*-------------------------
	12 - cart
-------------------------*/
.cart-table thead tr th:nth-child(6) ,
.cart-table thead tr th:nth-child(4) ,
.cart-table thead tr th:nth-child(2) {
	width:160px;
}
.cart-table tbody img {
	width:80px;
	height:80px;
}
.cart-table thead tr th ,
.cart-table tbody tr th ,
.cart-table tbody tr td {
    vertical-align:baseline;
	text-align:center;
	border-left:1px solid #dee2e6;
}
.cart-table thead tr th:last-child ,
.cart-table tbody tr th:last-child ,
.cart-table tbody tr td:last-child {
	border-right:1px solid #dee2e6;
}
.cart-table tbody tr:last-child {
	border-bottom:1px solid #dee2e6;
}
.cart-table tbody .product-close-btn {
    line-height: 0;
    float:none;
}
.cart-table tbody tr td:nth-child(5) {
	width:200px;
}
.cart-table tbody tr td input {
	width:45px;
	height:40px;
	text-align:center;
}
.update-cart {
	text-align:right;
}
.apply-coupon {
	position:relative;
	display:flex;
}
.apply-coupon .btn {
	margin-left:5px;
}
.apply-coupon input {
	padding:.75rem;
}

/*-------------------------
	13 - Blog Post Page
-------------------------*/
.blog-post-page .meta-tags {
	position:relative;
	right:0;
	bottom:0;
}
.blog-post-page .blog-text .meta-tags img ,
.blog-post-page .blog-text .meta-tags p {
	float:none;
	display:inline-block
}
.post-views ,
.blog-post-page .blog-text p {
	margin-bottom:1rem;
}
.blog-post-page .post-views p {
	margin-bottom:0;
}
.meta-tags p ,
.meta-tags span ,
.meta-tags a {
	margin-left:8px;
}
.page-filter {
    padding-top: 15px;
    margin-top: 35px;
    border-top: 1px solid #ededed;
}

/*-------------------------
	14 - Single Post Page
-------------------------*/
.single-post {
	background-color: #f2f5f8;
}
.single-post-no-bg {
	background-color:transparent;
}
.single-post-no-bg .img-thumbnail {
	margin-bottom:30px;
}
.single-post-no-bg .blog-text {
	background-color:transparent;
	padding:0px;
}
.sharing-posts {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sharing-posts .tags li:first-child {
	padding: .5rem .5rem;
	padding-left:0;
}
.sharing-posts .tags li a {
	padding: .5rem .5rem;
}
.tags.nav {
	float:left;
}
.social-links.nav {
	float:right;
}
.sharing-posts:after {
	content:'';
	display:table;
	clear:both;
}
.comment-box {
	margin-bottom:25px;
}
/*-------------------------
	Inner Pags Styles Ends
-------------------------*/

/*-------------------------
	23 - Side Bar Page
-------------------------*/
.side-bar.widget {
    margin-top: 1.875rem;
}
.side-bar.widget:first-child {
    margin-top:0rem;
}
.side-bar .content ul li {
	margin-bottom:1rem;
}
.side-bar .content ul ,
.side-bar .content ul li:last-child {
	margin-bottom:0rem;
}
.content.widget-Social ul li {
	margin-bottom:0;
}
.side-bar .content ul li a {
	width: 100%;
	display: block;
	padding: 6px 12px;
	background-color: #fff;
	color:#444444;
	border-radius: .25rem;
	transition: all 200ms ease-in-out;
}
.side-bar .content ul li a:hover {
	color:#fff;
	background-color:#A50379;
}
.side-bar h6 {
	font-size:1.125rem;
}
.side-bar {
    padding: 25px;
    background-color: #f2f5f8;
    border-radius: 5px;
}
.side-bar .input-group-text ,
.side-bar .custom-file-label::after ,
.side-bar .custom-file-label ,
.side-bar .custom-select ,
.side-bar .form-control {
	border:0;
}
.side-bar .input-group-text {
	padding-top:.4375rem;
	padding-bottom:.4375rem;
}
.side-bar .custom-file-label::after {
	height:100%;
}
.side-bar .input-group-prepend {
    margin-right: 0px;
    position: absolute;
    right: 0;
    z-index: 11;
}
.side-bar .btn {
	min-width:inherit;
	padding-top:10px;
	padding-bottom:10px;
}
.side-bar .info-container {
	padding:0;
	float:none;
}
.side-bar .icon-box:first-child {
	margin-bottom:1rem;
}
.side-bar .icon-box {
	margin-right:0;
	width:100%;
}
.Top-product ,
.side-bar .content {
	position:relative;
}
.side-bar .widget-search button {
    position: absolute;
    right: 0;
	bottom:0;
    min-width: 60px;
    padding: 7px 0;
}
.content:first-child {
	margin-top:0px;
}
.content {
	margin-top:40px;
}
.widget-tags a {
	padding:10px;
}
.Top-product img {
	width:80px;
	height:auto;
	margin-right:20px;
}
.Top-product:after {
	content:'';
	display:table;
	clear:both;
}
.Top-product img {
	float:left;
}
.side-bar .widget-Social ul li a {
	background-color:transparent;
}
.side-bar table th {
	width:70%;
	vertical-align:top;
}
.side-bar table td {
	width:30%;
}
.widget-popular-posts img {
	padding:1rem;
}
.contact-sidebar {
	box-shadow: 0rem 0.813rem 1.313rem rgba(0, 0, 0, 0.05);
	padding:15px;
}

/*-------------------------
	24 - Page Preloader  
-------------------------*/
.preloader {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	z-index:99999999999;
	background-color:#f7f7f7; 
}
.spinner.animated {
	width: 58px;
    height: 65px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -29px;
	-webkit-animation-duration:2s;
    animation-duration:2s;
}
.preloader-img {
	background-image:url(../images/preloader-img.webp);
	opacity:1;
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
}
/*-------------------------
	Page Preloader Ends  
-------------------------*/

/*---------------------------
	25 - Footer CSS
----------------------------*/
.footer-top.grey-bg {
	background-color:transparent;
}
.footer-box:after {
    content: '';
    display: table;
    clear: both;
}
.footer-box .footer-news img,
.footer-box .footer-news p,
.footer-box .footer-news h2,
.footer-box .links {
	float:left;
}
.footer-box .links,
.footer-logo-side .contact-us ul {
	margin-left:0;
	padding:0;
}
.footer-bottom
{
background:#000000;

}
.copyrightinfo a:hover ,
.copyrightinfo ,
.footer-bottom-nav ul li a ,
.footer-box h6 ,
.footer-box p ,
.footer-box a {
	color:#fff;
}
.copyrightinfo ,
.footer-bottom-nav ul li a ,
.footer-box p ,
.footer-box a {
	font-family:'Open Sans', sans-serif
}
.copyrightinfo a ,
.footer-bottom-nav ul li a:hover ,
.footer-box a:hover {
	color:#fff;
}
.footer-box .links,
.footer-box .contact-us ul li {
	list-style:none;
}
.footer-box .links {
	margin-bottom:0;
	width:50%;
}
.footer-logo-side .contact-us ul li:last-child a ,
.footer-logo-side .contact-us span {
	font-family: 'Roboto', sans-serif;
}
.footer-box .footer-news p ,
.footer-box .links li:before ,
.footer-box .contact-us ul li i ,
.footer-logo-side .contact-us span {
	display:inline-table;
	color:#fff;
}
.footer-box .contact-us ul li i {
	margin-right:11px;
    width:15px;
	font-size:0.9375rem;
}
.footer-logo-side .contact-us span {
	font-weight:bold;
	min-width:65px;
}
.footer-box .social-icons ul li a,
.footer-box .footer-news h2 a {
	font-size:0.9375rem;
	font-weight:400;
}
.footer-box .links li a,
.footer-logo-side .contact-us a {
	font-size:0.9375rem;
	font-weight:400;
}
.footer-logo-side p {
	font-size:.9375rem;
	padding:22px 0px;
	margin-bottom:29px;
	position:relative;
	margin-right:16px;
}
.footer-box .social-icons ul li:first-child a {
	padding-left:0;
}
.footer-box .social-icons ul li:last-child a {
	padding-right:0;
}
.footer-box .social-icons ul li a {
	padding:0px 12.5px;
}
.footer-logo-side .contact-us ul {
    margin-bottom: 24px;
}
.footer-box .links li {
	padding-top:3px;
	padding-bottom:3px;
}
.footer-box .links li:first-child {
	padding-top:0px;
}
.footer-box .links li:last-child {
	padding-bottom:0;
}
.footer-box .links li:before {
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size:0.9375rem;
	margin-right:7px;
}
.border-btm h6 {
	position:relative;
	margin-bottom:41px;
}
.border-btm h6:after {
	content: "";
	border:1px solid #fff;
	width:36px;
	height:2px;
	position: absolute;
	left: 0px;
	bottom: -18px;
	right: 0;
}
.footer-box .footer-news img {
	margin-top:6px;
	margin-right:19px;
}
.footer-box .footer-news h2,
.footer-box .footer-news p {
	width: calc(100% - 108px);
	line-height:26px;
}
.footer-box .footer-news p {
	font-size:0.75rem;
	margin-bottom:0;
}
.footer-box .footer-news-post,
.footer-box .footer-news {
	position:relative;
	display:inline-block;
}
.footer-logo-side p  ,
.footer-box .footer-news-post .footer-news:nth-child(odd) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	width: 100%;
}
.footer-box .footer-news-post .footer-news {
	padding-top:9px;
	padding-bottom:15px;
}
.footer-box .footer-news-post .footer-news:first-child {
	padding-top:0px;
}
.footer-box .footer-news-post .footer-news:last-child {
	padding-bottom:0px;
}
.footer-box .footer-news:nth-child(even) img {
	margin-top:2px;
}
.footer-box .footer-news h2 {
	margin-bottom:4px;
}
.footer-bottom {
	border-top:1px solid rgba(255, 255, 255, 0.28);
	padding-top:22px;
	padding-bottom:52px;
}
.copyrightinfo {
	color:#FFFFFF;
}
.footer-bottom-nav ul li a,
.copyrightinfo a {
	font-weight:400;
}
.footer-bottom-nav ul li a {
	padding-top:1px;
	padding-bottom:1px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #FFFFFF;
}
.footer-bottom-nav ul li:last-child a {
	border-right:0;
	padding-right:0;
}
.footer-bottom-nav ul li:first-child a {
	padding-left:0;
}
.footer-bottom-nav ul li {
	padding-top:4px;
	padding-bottom:4px;
}
.footer-bottom-nav ul {
	float:right;

}
.footer-bottom-nav:after {
	content: '';
    display: table;
    clear: both;
}
ul.menu{
	padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#top { 
	position: fixed;
    background-color: #fff;
    right: 20px;
    bottom: 78px;
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 30px;
    box-shadow: 0px 0px 15px #f8f8f8;
    z-index: 999;
}
/*---------------------------
	Footer CSS Ends
----------------------------*/



/**
	If you want to add your CSS do that in style.css or
	Add your own Stylesheet to template . Do not 
	edit this file to stay safe from update conflicts.
	
	Thank you!
*/


 .nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999}.lcol,.rcol{float:left;width:50%}.lcol{background-color:#5AA6ED}.rcol{background-color:#25d366}.lcol a,.rcol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}}
