:root {
	--primary-color: #1165ba;
	--secondary-color: #eb662b;
}

html {
	overflow-x: hidden;
}
body {
	font-family: "Montserrat", sans-serif;
	background: #fff;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	line-height: 25px;
}


img {
	vertical-align: middle;
	max-width: 100%;
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
}

h2 {
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}
p {
	margin: 0 0 15px;
}

input {
	margin: 10px 0;
}
.mb-0{
	margin-bottom:0;
}
.mb-2{
	margin-bottom:.5rem;
}
.mb-3{
	margin-bottom:1rem;
}
.mr-2{
	margin-right:.5rem;
}
.row-gap-3{
	row-gap: 1rem;
}
.d-none{
	display:none;
}
@media screen and (max-width: 991px) {
	.mb-sm-2{
		margin-bottom:.5rem;
	}
	.mb-sm-3{
		margin-bottom:1rem;
	}
	.mb-sm-4{
		margin-bottom:2rem;
	}
}

.navbar-brand {
	padding: 0;
}

.headding-box {
	border-left: 5px solid #e56a38;
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.headding-box h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 10px;
}

.headding-box h2 {
	font-size: 35px;
	font-weight: 800;
	margin: 0 0;
}

.top_head .top_call {
	float: left;
}

.rating {
	float: left;
	padding-left: 10px;
}

.top_head {
	background: #f3f3f3;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}

.top_head p i {
	height: 25px;
	width: 19px;
	color: #ffc600;
	line-height: 25px;
	font-size: 15px;
	transition: 0.3s ease-in-out;
}

.top_head p {
	margin: 0;
	font-weight: 100;
	line-height: 38px;
}

.top_head p a {
	color: #333;
	font-size: 15px;
	transition: 0.3s ease-in-out;
	margin-left: 0;
	border-right: 1px solid #333;
	padding-right: 10px;
}

.top_head p a:hover {
	color: var(--secondary-color);
	transition: 0.3s ease-in-out;
}

.top_head .call-btn {
	text-align: right;
}

.social-icon {
	text-align: right;
}

.social-icon ul {
	display: inline-flex;
	list-style: none;
	margin: 0;
}

.social-icon ul a {
	color: #333;
	font-size: 17px;
	line-height: 40px;
	padding: 5px;
	transition: all 0.3s;
}

.social-icon ul a:hover {
	color: #e56a38;
	transition: all 0.3s;
}

.main-menu .call-btn.c-btn {
	margin: 15px 0;
}

header {
	position: relative;
	width: 100%;
	transition: 0.3s ease-in-out;
	background: 0 0;
}

.sticky {
	position: sticky;
	width: 100%;
	left: 0;
	box-shadow: 2px 2px 10px #00000087;
	background: #fff;
	transition: 0.3s ease-in-out;
	z-index: 999999;
	animation: slide-down 0.7s;
}

.sticky .fa-gg {
	transform: rotate(360deg);
}

.sticky picture,
.sticky-header-logo {
	display: none;
}

.sticky .sticky-header-logo {
	display: block;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0);
	}
}




nav {
	position: relative;
}

.main-menu {
	position: relative;
	z-index: 9;
	float: right;
	display: flex;
}


.header-wrapper .nav-ul{
	display: flex;
	gap: 1rem;
}

#navbar-wrapper,.header-wrapper{
	display: flex; 	
	justify-content: space-between; 
	align-items: center;
	gap: 12px;
}
#navbar-wrapper ul{
	list-style: none;
	margin-bottom:0;
}
#navbar-wrapper ul li{
	padding: .5rem;
	background: transparent;
}
#headerMain.scrolled{
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	box-shadow: rgba(17,17,26,0.1) 0px 1px 0px;
}

.scrolled .white-header-logo{
	display:none;
}
.scrolled .sticky-header-logo{
	display:block;
}
.burger-menu{
	display:none;
}
/* Basic Mega Menu Styling */
#menu-main-menu-3 .mega-menu > .sub-menu {
	position: absolute;
	right: 0;
	padding: 20px;
	display: none; /* Hidden by default */
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	flex-wrap: wrap;
	gap: 20px;
	z-index: 1000;
	width: auto;
	top: 36px;

	min-width: 840px;
	border-radius: 8px;
}
#menu-main-menu-3 .mega-menu  .sub-menu  .sub-menu {
	columns: 2;
	padding: 0;

}
#menu-main-menu-3 .mega-menu .sub-menu a{
	font-weight:700;
	font-size: 16px;
	border-bottom: 2px solid #1165ba;
}
#menu-main-menu-3 .mega-menu .sub-menu .sub-menu a {
	font-size: 14px;
	font-weight:400;
	border-bottom: none;
}


/* Show mega menu on hover */
#menu-main-menu-3 .mega-menu:hover > .sub-menu {

	display: flex;

}
#navbar-wrapper ul li a{
	display: flex;
	color:#fff;
	align-items: center;
	gap:.5rem;
}
.scrolled #navbar-wrapper ul li a{
/* 	color: var(--secondary-color); */
	color: #1165ba;
	font-weight: 500;
}
/* Grid layout for sub-menu items */
#menu-main-menu-3 .mega-menu .sub-menu > li {
	flex: 1 1 20%; /* Adjust based on desired column width */
	min-width: 150px;
	padding: 4px;
}

/* Link styling within mega menu */

#menu-main-menu-3 .mega-menu .sub-menu a {
	color: #333;
	text-decoration: none;
	display: block;
}

/* Hover effect for links */
#menu-main-menu-3 .mega-menu .sub-menu a:hover {
	color: #0073e6;
}

/* Optional: Styling SVG icon if included */
#menu-main-menu-3 .mega-menu svg {
	margin-left: 8px;
	width: 12px;
	height: 12px;
}
.mobile-nav-main{
	display:none;
}

.burger-menu{
	background: transparent;
	border: navajowhite;
	font-size: 32px;
}
.burger-menu i{
	color: #fff;
}
.scrolled .burger-menu i,#menu-close i{

	color: #2c2c2c;
}

@media screen and (max-width: 991px) {
	.scrolled #navbar-wrapper ul li a{
		color: #0073e6;
	}
	header {
		width: 100%;
		transition: 0.3s ease-in-out;
		top: 0;
		z-index: 9999999;
		animation: none !important;
	}
	#headerMain{
		z-index:100000 !important;
	}
	#headerMain .container{
		width: 100%;
	}
	#headerMain.menu-open {
    z-index: 9999999999 !important;
}

	.main-menu {
		margin: 0 !important;
	}
	.burger-menu{
		display:block;
	}
	.mobile-nav-main{
		border-bottom: 1px solid #ddd;
		display: flex;
		align-items: center;
	}


	#menu-main-menu-3.nav-ul{
		height: calc(100vh - 320px);

		overflow-y: scroll;
		overflow-x: hidden;
	}
	.mobile-nav-main{
		display: flex;
		align-items: center;
		height: 100px;
		padding: 1rem;
		justify-content: space-between;
	}

	.mobile-nav-main img{
		width: 190px;
		height: auto;

	}
	.main-menu{
		box-shadow: rgba(17, 17, 26, 0.5) 3px 0px 7px;
		position: fixed;
		right: 0;
		top: 0;
		background: #fff;
		height: 100vh;
		flex-direction: column;
		transform: translateX(100%);
		transition: transform .5s ease-in;
		max-width: 400px;
		width: 100%;
	}
	

	.main-menu.opened-menu{
		transform: translateX(0) !important;
	}
	#navbar-wrapper{
		height: 100%;
		flex-direction: column;
		padding: 1rem;
		min-width: 310px;
		background: #fff;
		justify-content:flex-start;
	}
	.header-wrapper .nav-ul {
		flex-direction: column;
		gap:0;
	}
	#menu-main-menu-3{
		padding:0;
		width: 100%;
	}
	#menu-main-menu-3 .mega-menu > .sub-menu{
		position: relative;
		min-width: 200px;
		top: 0;
		box-shadow: none;
		padding: 0;
		gap:0;
		flex-direction: column;
	}

	#menu-main-menu-3 .mega-menu:hover > .sub-menu{
		display:none;
	}
	#menu-main-menu-3 .mega-menu:hover > .sub-menu.active{
		display:flex;
	}
	#menu-main-menu-3 .mega-menu .sub-menu a{
		font-weight: 400;
		font-size: 16px;
		border-bottom: none;
	}
	#menu-main-menu-3 .mega-menu .sub-menu .sub-menu{
		columns:1;
	}
	#navbar-wrapper ul li{
		padding:0;
	}
	#navbar-wrapper ul li a{
		justify-content: space-between;
		color: #1165ba;
		font-weight: 500;
	}
	#menu-main-menu-3 .mega-menu .sub-menu a{
		color: #0073e6;
	}

	#menu-main-menu-3 .mega-menu svg{
		height: 32px;
		width: 32px;
		padding: .5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
	}#menu-main-menu-3 .mega-menu .sub-menu a{
		display: flex;
	}
	#menu-main-menu-3 .mega-menu .sub-menu .sub-menu{
		height:0;
		overflow:hidden;
	}
	#menu-main-menu-3 .mega-menu .sub-menu .menu-item .sub-menu.active{
		height:100%;
	}

	.menu-item a{

		padding: .5rem;
	}
	.menu-item a:hover{
		/* 		background: #1165ba;
		color: #fff; */
		padding: .5rem;
	}
	#menu-main-menu-3 .mega-menu > .sub-menu{
		border-radius:0;
		margin-left: 1rem;
	}
	#menu-main-menu-3 .mega-menu .sub-menu > li{
		padding: 0;

	}

}
@media screen and (max-width: 576px) {
    .main-menu { 
		max-width: 100%;
		}
	}

.home_banner,
.techsolution {
	background: url(../img/background-2x.webp) no-repeat;
	background-size: cover;
	background-position: 50% 50% !important;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 180px;
	position: relative;
}

.banner_content .s-title {
	display: block;
	font-size: 18px;
	margin: 0 0 20px;
	color: #fff;
}

.banner_content .title {
	margin: 0 0 10px;
	font-size: 35px;
	font-weight: bolder;
	line-height: initial;
	color: #fff;
}

.home_banner img {
	width: 100%;
	padding: 0;
}

.home_banner .col-md-6.col-sm-5.order1 {
	text-align: center;
}

.image img {
	margin-bottom: 30px;
	width: 70%;
	height: auto;
}

.col-sm-6.image {
	text-align: center;
}

.image-align img {
	width: 100%;
	min-height: 376px;
	object-fit: cover;
}

.benefit .btn-box.readMoreLess {
	text-align: left;
}

section.inner-intro {
	padding: 40px 0 0;
}

section.section-with-image {
	padding: 20px 0 15px;
}

.come-to-us {
	padding: 100px 0 50px;
}

.come-to-us .nav-tabs {
	border-bottom: none;
}

.come-to-us .nav-tabs li {
	border: none !important;
	text-align: center;
}

.come-to-us .nav-tabs li a {
	font-size: 25px;
	color: #333;
	font-weight: 600;
	border: none;
}

.come-to-us .nav-tabs li a:hover {
	background: 0 0;
	border: none;
}

.come-to-us .nav-tabs li.active a {
	border: none;
	color: var(--secondary-color);
	position: relative;
	background: 0 0;
}

.come-to-us .nav-tabs li.active a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--secondary-color);
	top: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.title-content {
	display: flex;
}
.tab-content {
	padding: 50px 0;
}

.tab-content h2,.tab-content .h2 {
	color: #333;
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tab-content p {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.benefit {
	padding: 32px 0;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.benefit h2 {
	font-weight: 600;
	margin-bottom: 0;
	padding: 16px 0;
}

.benefit .bene-box {
	padding: 0 30px;
}

.benefit .bene-box h4,.benefit .bene-box .h4 {
	font-size: 23px;
	font-weight: 600;
}

.business-sec {
	color: #fff;
	position: relative;
}
.business-sec h2 {
	font-weight: 600;
}

.business-sec ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.business-sec ul li {
	font-size: 25px;
	margin: 0;
}

.business-sec ul li a {
	color: #fff;
	transition: all 00.3s;
}

.business-sec ul li a:hover {
	padding-left: 10px;
	transition: all 00.3s;
	text-decoration: none;
}

.business-sec .text {
	padding-left: 20px;
}

.call-to-action {
	background: url(../img/wt-bg.jpg) no-repeat;
	background-size: auto;
	background-position: -20% 23%;
	padding: 70px 0;
}

.call-to-action .text {
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-around;
}

.call-to-action h2 {
	font-size: 40px;
	color: #e56a38;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
}

.we-do {
	padding: 100px 0;
	background: url(../img/what-we-do-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	color: #fff;
}

.we-do:before {
	content: "";
	background: #3e3e3e;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.4;
}

.we-do .panel-group .panel {
	border: none;
	margin: 0;
}

.we-do .panel-default > .panel-heading {
	border-bottom: 2px solid #a7b8db;
}

.we-do .panel-title a {
	color: #fff;
}

.we-do .accordion-toggle.collapsed .glyphicon,
.we-do .panel-title a:hover .glyphicon {
	background: #e56a38;
}

.we-do .panel-heading .glyphicon {
	position: relative;
	right: 0;
	top: 5px;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0;
	margin-right: 10px;
}

.we-do .accordion-toggle.collapsed .glyphicon:before {
	line-height: 0;
	content: "+";
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	top: 12px;
}

.we-do .accordion-toggle .glyphicon:before {
	line-height: 0;
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.we-do .img-box img {
	width: 90%;
	float: right;
}

.faq_sec {
	padding: 70px 40px;
	background: #f7f7f7;
	max-width: 600px;
	float: right;
	width: 100%;
}
.accordion_head {
	margin-bottom: 20px;
	background: var(--primary-color);
	padding: 5px 10px;
	color: #fff;
	font-weight: 500;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.accordion_head h3{
	    font-size: 14px;
    margin: 0;
    font-weight: 700;

}
.accordion_head span.plusminus {
	font-size: 23px;
	padding-left: 5px !important;
}
.panel-heading .glyphicon {
	position: absolute;
	right: 10px;
	top: -5px;
}

.glyphicon-minus:before {
	content: "-";
	font-size: 40px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #222;
	background: 0 0;
}

.panel-default > .panel-heading {
	color: #222;
	background-color: transparent;
	border: none;
	position: relative;
	border-radius: 0;
	padding: 15px 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #000;
}

.Testimonials {
	padding: 64px 0;
	background-size: auto;
	background-position: 100% 23%;
	position: relative;
	text-align: center;
}

.Testimonials .content {
	border: 3px solid #fff;
	padding: 25px 0;
	margin-bottom: 20px;
}

.Testimonials .content h4 {
	font-weight: 800;
	position: relative;
	display: inline-block;
}

.Testimonials .content h4:after {
	content: "";
	position: absolute;
	left: -16px;
	top: 7px;
	width: 10px;
	height: 3px;
	background: #333;
	right: auto;
}

.Testimonials .owl-dots button {
	background: #8c8c8c !important;
	width: 8px;
	height: 8px;
	margin: 10px;
}

.Testimonials .owl-dots button.active {
	background: var(--secondary-color) !important;
}

.home_Sessions {
	padding: 100px 0;
	background: #f5f5f5;
	text-align: center;
}

.home_Sessions .headding-box {
	border: none;
	text-align: left;
	padding: 0;
}

.sessions_box {
	background: #fff;
	border: none;
	position: relative;
}

.sessions_img img {
	width: 100%;
	transition: 0.3s ease-in-out;
	object-fit: cover;
}

.sessions_content {
	padding: 24px 16px;
	gap: 8px;
	width: 100%;
	display: flex;
	background: #fff;
	text-align: left;
	transition: all 0.3s;
	align-items: center;
}

.sessions_content h2,.sessions_content .h2 {
	font-size: 24px;
	color: #222;
	line-height: 28px;
	margin: 0;
	width: calc(100% - 30px);
}

.sessions_content p {
	margin: 0;
	color: red;
	font-size: 14px;
}

.sessions_content a {
	width: 30px;
	text-align: center;
	background: var(--secondary-color);
	border-radius: 50%;
	height: 30px;
	color: #fff;
	padding: 3px 11px;
}

.sessions_content a:hover {
	background: var(--secondary-color);
	color: #fff;
	transition: all 0.3s;
}

.sessions_box:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
	transition: 0.3s ease-in-out;
}

.c-btn a {
	background: var(--primary-color);
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	transition: 0.3s ease-in-out;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
	border-radius: 5px;
}

.c-btn a:hover {
	background: var(--secondary-color);
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

.c-btn-2 a {
	background: 0 0;
	color: #fff;
	padding: 16px 20px;
	display: inline-block;
	transition: 0.3s ease-in-out;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-right: 10px;
	min-width: 190px;
	text-align: center;
}

.c-btn-2 a:hover {
	background: var(--primary-color);
	color: #fff;
	transition: 0.3s ease-in-out;
	border-color: var(--primary-color);
	text-decoration: none;
}

/**
* Google Map
*/
.map iframe {
	display: block;
	width: 100%;
	height: 350px;
	border: none;
}

/**
* Footer 
*/

footer {
	background: #f6f8fa;
	padding: 70px 0;
	color: #333;
}

footer h4 {
	color: #333;
	font-size: 23px;
	font-weight: 600;
}

.details-row {
	padding: 13px 0;
	border-bottom: 1px dashed #949494;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

.details-row strong {
	color: #333;
	font-size: 17px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

footer a {
	color: #333;
	font-size: 16px;
	padding: 0 5px;
	font-weight: 500;
	transition: all 0.3s;
}

footer a:hover {
	padding-left: 10px;
	transition: all 0.3s;
	color: var(--secondary-color);
}

footer ul {
	list-style: none;
	color: #fff;
	padding: 0;
	margin-bottom: 30px;
}

footer .social-icon {
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
}

footer .social-icon h4 {
	margin: 0;
	margin-bottom: 10px;
}

footer .social-icon ul {
	list-style: none;
	padding: 0;
	color: #fff;
	margin: 0;
}

footer .social-icon ul li {
	float: l;
	padding-right: 20px;
}

footer .social-icon ul li a {
	color: #333;
	font-size: 17px;
	transition: all 0.3s;
	width: 35px;
	height: 35px;
	border: 1px solid #333;
	display: block;
	text-align: center;
	padding: 2px;
	line-height: 30px;
}

footer .social-icon ul li a:hover {
	color: #fff;
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.foo-link {
	padding: 10px 0 0;
}

.foo-link li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 15px;
}

.foo-link li:after {
	position: absolute;
	content: "";
	width: 5px;
	left: 0;
	background: #e56a38;
	height: 5px;
	border-radius: 50%;
	top: 10px;
}

.foo-link li a {
	color: #333;
}

.foo-link li a:hover {
	color: var(--secondary-color);
}

.footer-right {
	text-align: center;
}

.footer-right p {
	font-size: 22px;
	margin: 13px 0 0;
}

.footer-right p a {
	font-weight: 600;
	color: #333;
	font-size: 22px;
}

.footer-right p a:hover {
	padding: 0 5px !important;
	color: var(--secondary-color);
}

.copy-right {
	background: #333;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	font-size: 15px;
}

.copy-right p {
	margin: 0;
}

.copy-right .auther {
	font-weight: 600;
	color: #dbdbdb;
}

.copy-right .auther a {
	color: #dbdbdb;
	border-right: 2px solid #dbdbdb;
	padding: 0 5px;
}

.copy-right .auther a:last-child {
	border: none;
}

.copy-right .auther a:hover {
	color: #fb5015;
}

.broken-head p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 500;
	background: var(--primary-color);
	padding: 10px;
	color: #fff;
}

header.inner_header {
	position: relative;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.inner-page-headding {
	padding: 50px 0;
	border-bottom: 1px solid #333;
}

.inner-page-headding .headding-box {
	margin: 0;
	padding: 20px 20px;
}

.inner-page-headding .headding-box h2 {
	font-size: 50px;
	color: #333;
	line-height: 38px;
	margin-bottom: 3px;
}

.inner-page-headding .breadcrumb {
	background: 0 0;
	margin: 0;
	padding: 0;
}

.inner-page-headding .breadcrumb li {
	font-size: 13px;
	color: #e56a38;
	text-transform: capitalize;
}

.inner-page-headding .breadcrumb li a {
	color: #333;
}

.inner-page-headding .breadcrumb li a:hover {
	color: #e56a38;
}

.inner-page-headding .breadcrumb > li + li:before {
	color: #333;
}

.inner-sec .text-box {
	padding-left: 15px;
}

.services-sec {
	padding: 100px 0 50px;
	background: #eaeaea;
}

.gid-box {
	display: flex;
	background: #fff;
	align-items: flex-start;
	margin-bottom: 50px;
}

.gid-box .text {
	padding: 20px 20px 9px;
	width: 65%;
}

.gid-box .grid-img {
	width: 35%;
}

.gid-box .grid-img img {
	width: 100%;
}

.text h4 {
	margin: 0;
	padding: 15px 15px 15px 0;
	background: #fff;
	margin-right: -30% !important;
	position: relative;
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 21px;
}

.map-sec {
	position: relative;
	padding-bottom: 30.25%;
	padding-top: 25px;
	height: 0;
}

.map-sec iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-page {
	padding: 100px 0 60px;
	background: #f3f3f3;
}

.blog-page .sessions_box {
	margin-bottom: 30px;
}

.blog-page .sessions_content {
	text-align: center;
}

.blog-page h4 {
	font-weight: 700;
	font-size: 18px;
	min-height: 60px;
}

.single-blog {
	padding: 100px 0;
}

.blog-top-sec {
	display: flex;
	font-stretch: 14px;
	color: #737373;
	font-weight: 500;
	padding: 0 0 10px;
}

.blog-top-sec .name {
	border-right: 1px solid #737373;
	padding-left: 0;
}

.blog-top-sec > div {
	padding: 0 5px;
	line-height: 13px;
}

.blog-img {
	display: flex;
	margin-bottom: 10px;
}

.blog-img img {
	width: 100%;
	object-fit: cover;
}

.blog-text {
	padding-left: 15px;
}

.single-blog h2 {
	font-size: 25px;
	color: #333;
	font-weight: 900;
	position: relative;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 20px;
}

.single-blog h2:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: #e56a38;
	left: -15px;
	top: 0;
}

.single-blog h4 {
	margin: 30px 0 10px;
	font-weight: 700;
	font-size: 20px;
}

.single-blog p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.single-blog a {
	color: #e56a38;
}

.side-bar .text-box {
	margin-bottom: 50px;
}

.side-bar {
	margin: 23px 0 20px;
	padding-left: 30px;
}

.side-bar ul {
	padding: 0;
}

.side-bar ul li {
	border-bottom: 1px solid #dedede;
	list-style: none;
}

.side-bar ul li:last-child {
	border: none;
}

.side-bar ul li a {
	font-size: 14px;
	color: #333;
	line-height: 40px;
}

.side-bar ul li a:hover {
	color: #e56a38;
}

.img-box img {
	width: 100%;
}

.work_sec {
	background: #eaeaea;
	padding: 100px 0 70px;
}

.work_box {
	margin: 0 0 30px;
	text-align: center;
	position: relative;
	transition: 0.3s all ease-in;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin-bottom: 50px;
	border: 3px solid #c8c8c8;
	padding: 30px;
}

.work_box .image {
	display: block;
	width: 100%;
	height: auto;
}

.work_box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.5s ease;
}

.work_box:hover .overlay {
	height: 100%;
	background-color: #ffffffbf;
}

.work_box .work_text {
	color: #fbfbfb;
	font-size: 20px;
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 0 20px;
}

.work_text h4 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #333;
}

.work_box a {
	color: #333;
}

.work_readmore a {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e56a38;
}

.work_readmore a:after {
	position: relative;
	left: auto;
	right: -10px;
	top: 0;
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	transition: all 0.3s;
}

.work_readmore a:hover:after {
	right: -20px;
}

.testimonial_area {
	padding: 100px 0 70px;
}

.article,
.grid-sizer {
	width: 30%;
	padding: 0;
	margin-right: 20px;
}

.article {
	position: relative;
	background: #fff;
	border: 3px solid #c8c8c8;
	color: #333;
	margin-bottom: 30px;
	padding: 30px 20px;
	transition: 0.3s ease-in-out;
}

.article:hover {
	-webkit-box-shadow: 0 0 8px #cacaca;
	box-shadow: 0 0 8px #cacaca;
	transition: 0.3s ease-in-out;
}

.article-star ul {
	padding: 0;
	margin: 0 0 10px;
}

.article-star ul li {
	display: inline-block;
	font-size: 18px;
}

.article-star ul li i {
	color: #e56a38;
}

.article p {
	margin: 0 0 20px;
	font-size: 16px;
}

.article h4 {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	margin-left: -40px;
	position: relative;
}

.article h4 a {
	color: #fff;
	transition: 0.3s ease-in-out;
	background: #333;
	padding: 10px 40px 10px 20px;
	display: inline-block;
}

.article h4 a:hover {
	background: #e56a38;
	color: #fff;
	transition: 0.3s ease-in-out;
}

/* .title_holder {
background-color: #000;
background-repeat: no-repeat;
background-position: center 0;
background-image: url(../img/slider.jpg)
} */

.title_subtitle_holder {
	padding: 15px 0;
}

.title_subtitle_holder h1 {
	color: #fff;
}

.banner_sub_heading {
	color: #fff;
    margin-bottom: 0;
	font-size: 2rem;
}

.separator.small {
	height: 2px;
	position: relative;
	width: 22px;
	display: block;
	background-color: #fff;
}
.title_subtitle_holder .separator.small {
	display: none;
}

.section_top_spacing {
	margin-top: 66px;
}
.appointment {
	margin-bottom: 66px;
}

.repair_image img {
	width: 100%;
}

.pull-right {
	margin-left: 36px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.pull-left {
	margin-right: 36px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.benifit_repair {
	padding: 70px 0;
}

.qbutton {
	display: inline-block;
	margin: 0;
	padding: 10px 23px;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	background-color: var(--primary-color);
}

.qbutton:hover {
	background: #000;
	color: #fff;
}

.schedule_button {
	margin-top: 32px;
}

.gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
	margin-top: 0 !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	margin-top: 8px !important;
	margin-left: 7px !important;
	font-weight: 400 !important;
}

body .gform_wrapper input[type="button"],
body .gform_wrapper input[type="reset"],
body .gform_wrapper input[type="submit"] {
	position: relative;
	display: inline-block;
	width: auto;
	height: 39px;
	line-height: 36px;
	margin: 0;
	padding: 0 23px;
	border: 2px solid #303030;
	font-weight: 700;
	text-align: left;
	color: #303030;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.homeback {
	margin-bottom: 30px;
}

a.mobile-btn {
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.banner_content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

@media (max-width: 991px) {
	header.inner_header {
		border-top: 0;
	}
	.come-to-us .nav-tabs li {
		float: none;
		display: inline-block;
	}
	.come-to-us .nav-tabs {
		text-align: center;
	}
	.come-to-us .nav-tabs li a {
		font-size: 21px;
	}
	.tab-content .col-md-5 img {
		margin: 0 auto;
	}


	.banner_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.home_banner img {
		padding: 50px 0;
	}
	.business-sec .text-box {
		margin-bottom: 50px;
	}
	.Testimonials:before {
		background-size: 80px;
		top: 26%;
	}
	.sessions_box {
		margin: 0 auto 50px;
		max-width: 450px;
	}
	.sessions_content h4 {
		font-size: 20px;
	}
	.contact_sec {
		border: 1px solid #fff;
		padding: 30px;
		margin-top: 50px;
	}
	.copy-right,
	.copy-right ul.right a {
		font-size: 13px;
	}
	.benefit .bene-box {
		margin-bottom: 50px;
	}
	.benefit .bene-box:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	a.mobile-btn {
		display: inline-block;
	}
	a.desktop-btn {
		display: none;
	}

	.tech_solution_header p {
		padding: 0 !important;
	}
	.banner_content .c-btn-2 a {
		margin-bottom: 10px;
	}
	.home_banner {
		min-height: 60vh;
	}

	.home_banner {
		background-position: 50% 50% !important;
	}
	.banner_content {
		width: 100%;
		border-radius: 0;
		text-align: center;
		max-width: 550px;
	}
	.home_banner .row {
		display: grid;
		text-align: center;
	}

	.banner_content .title {
		font-size: 30px;
	}
	.banner_content h1 {
		font-size: 47px;
	}
	.sessions_box {
		width: 350px;
		margin: 0 auto 50px;
	}
	.business-sec .text-box {
		padding-left: 15px;
	}
	footer {
		text-align: center;
	}
	footer .social-icon {
		box-sizing: border-box;
		display: inline-block;
		margin-bottom: 30px;
	}
	.copy-right ul.left,
	.copy-right ul.right {
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.business-sec .business-box {
		display: block;
		width: 200px;
		margin: 0 auto 30px;
	}
	.details-sec {
		padding: 0;
		margin-bottom: 30px;
	}
	.foo-link li:after {
		display: none;
	}
	.foo-link li {
		padding: 0;
	}
	.foo-link li a {
		color: #333;
		border-bottom: 1px solid #333;
		padding: 3px 0;
	}
}

@media (max-width: 600px) {
	.single-service-card p{
		text-align:center;
	}
	.copy-right ul li,
	.copy-right ul li a {
		font-size: 12px;
	}
	.copy-right ul li a {
		padding: 0 8px;
	}
	.home_banner {
		position: relative;
	}
	.banner_content .s-title {
		font-size: 20px;
		line-height: 1.5;
	}
	.sessions_box {
		width: 100%;
		margin: 0 auto 50px;
	}
	.home_banner:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		right: auto;
		background: #000;
		background-size: cover;
		z-index: 0;
		opacity: 0.91;
	}

	.banner_content {
		padding: 30px;
	}
	.business-sec .text {
		text-align: center;
		/* 		padding: 30px 0 0; */
	}
	.tab-content {
		text-align: center;
	}
	.come-to-us .nav-tabs li a {
		font-size: 14px;
		padding: 0;
	}
	.come-to-us .nav-tabs li.active a:after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid var(--secondary-color);
		top: -12px;
	}
	.broken-head p {
		text-align: center;
		margin-bottom: 20px;
		font-size: 23px;
		font-weight: 500;
		background: var(--primary-color);
		padding: 10px;
		color: #fff;
	}
	.rating {
		display: none;
	}
	.top_head .call-btn {
		float: right;
	}
	.top_head p a {
		border: none;
	}
	.business-sec .icon {
		display: block;
		margin: 50px 0 20px;
	}
	.benefit .bene-box {
		margin-bottom: 50px !important;
	}
	.Testimonials,
	.benefit,
	.business-sec,
	.come-to-us,
	.home_Sessions {
		padding: 50px 0 20px;
	}
}

@media (max-width: 500px) {

	h2 {
		font-size: 20px;
	}
	header .button.button {
		width: 60px;
		height: 43px;
	}
	header .button:after,
	header .button:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.banner_content {
		padding: 40px 20px;
		font-size: 15px;
	}
	.banner_content .s-title {
		font-size: 17px;
	}
	.banner_content .title {
		font-size: 25px;
	}
	.home_banner:before {
		width: 300px;
	}
	.top_head .call-btn.c-btn a {
		font-size: 14px;
		padding: 7px 13px;
	}
	.top_head p a {
		font-size: 13px;
	}
}

@media (max-width: 360px) {

	.sessions_content .panel-title {
		font-size: 14px;
	}
}

.techsolution {
	background: #f6f8fa;
	padding-top: 50px;
}

.tech_solution_header h2 {
	margin-bottom: 21px;
}

.tech_solution_header p {
	margin-bottom: 40px;
	padding: 0 165px;
}

.text_solution {
	text-align: left;
	padding-top: 48px;
}

/* Service Page */

.service-main {
	display: block;
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.service-page-container {
	padding: 60px 0;
	padding-top: 180px;
}
.service-aside-area {
	padding: 40px 30px;
	background-color: #f7f9fa;
	height: 100%;
}
.service-aside-area {
	position: sticky;
	top: 120px;
	border-top: 5px solid #000000;
}
.service-main-area {
	padding-right: 40px;
}
.service-main-area img {
	max-width: 100%;
}
p.service-aside-area-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #2c2c2c;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 35px;
}
p.service-aside-area-title:after {
	content: "";
	width: 100%;
	height: 1px;
	bottom: -10px;
	left: 0;
	position: absolute;
	z-index: 1;
	background: #e8e9ea;
}
.services-list ul {
	padding: 0;
}
.services-list ul > li {
	border: none;
	padding: 0 !important;
	margin-bottom: 10px;
	list-style: none;
}
.services-list ul li a {
	background-color: #fff;
	padding: 17px 20px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.services-list ul li a:hover {
	color: var(--primary-color);
}

.footer-contact-block {
	display: none;
}
@media only screen and (max-width: 768px) {
	.service-main-area {
		padding-right: 0px;
		padding: 0 30px;
	}

}
@media only screen and (max-width: 600px) {
	.footer-contact-block {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		position: fixed;
		bottom: 0;
		height: 80px;
		left: 0;
		right: 0;
		width: 100%;
		background-color: var(--primary-color);
		z-index: 999;
		opacity: 1;
	transition: opacity 0.5s ease; /* Smooth fade-out and fade-in */
}
.footer-contact-block.fade-out {
	opacity: 0;
	z-index:-1;

}
	.footer-contact-block a {
		border: 2px solid #fff;
		padding: 10px;
		border-radius: 5px;
		color: #fff;
		font-weight: 600;
		width: 90%;
	}
	
	.footer-contact-block a:hover {
		color: #fff;
	}
}

.service-grid-item {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-grid-image img {
	height: auto;
	max-width: 100%;
	min-width: 100%;
	min-height: 240px;
	border: none;
	border-radius: 2px;
	box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
	-webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
}
.service-grid-content {
	background-color: #fff;
	border-radius: 2px;
	margin: -30px 15px 0;
	box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
	width: calc(100% - 30px);
	transform: translateY(0);
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-grid-content-flex-wrapper {
	padding: 20px 30px;
	display: flex;
	align-items: center;
}
.device-listing .service-grid-content-flex-wrapper { 
	flex-direction: column;
	align-items: flex-start;
}
.service-grid-category {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 23px;
	font-weight: 500;
	padding-bottom: 3px;
	letter-spacing: 1px;
}
.service-grid-title {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #2c2c2c;
}
.device-listing .service-grid-title {
	font-size: 18px;	
}
.service-grid-content-right {
	margin-left: auto;
}
.service-grid-icon-wrapper {
	background-color: var(--primary-color);
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

.service-grid-icon-wrapper svg.custom {
	max-width: 35px;
	vertical-align: middle;
}
.service-grid-item:hover .service-grid-icon-wrapper {
	background-color: #222;
}
.service-grid-item:hover .service-grid-content {
	transform: translateY(-10px);
}
.service-grid-content a:hover {
	color: var(--primary-color);
}
.service-grid-content a:hover .service-grid-title {
	color: var(--primary-color);
}
.device-listing .service-grid-content a:hover {
	text-decoration: none;	
}
.device-listing .service-grid-content a:hover .service-grid-category {
	text-decoration: none;
	color: var(--secondary-color);
}
.services-grids .col-md-4 {
	margin-bottom: 40px;
}
.service-grid-icon-wrapper i {
	display: flex;
	font-size: 30px;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
}
.service-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.service-heading .sub-title {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.service-heading .title {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0;
	color: #2c2c2c;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 40px;
}

.header-banner {
	width: 100%;
	/* 	height: 400px; */
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: inherit;
	z-index: 2;
	display: block;
}
.header-banner-content {
	display: flex;
	height: 100%;
	width: 50%;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 110px 0;
}
.header-page-title h1 {
	font-family: "Asap", sans-serif;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0;
	color: #fff;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
}
.breadcrumbs span {
	color: #fff;
}
.breadcrumbs span a {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
}
.breadcrumb-separator {
	margin: 0 4px;
}
.breadcrumbs span.breadcrumb_last{
	color: #eee;
}
.service-page-banner {
	/* 	height: 450px; */
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.service-page-banner .header-banner-content {
	justify-content: center;
	width: 100%;
}
.service-hero {
	background-color: #fff;
	box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 14%);
	height: 200px;
	position: absolute;
	top: -100px;
	z-index: 1;
	margin: 0 1rem;
	right: 0;
	left: 0;
	border-radius: 8px;
}
.service-hero-content {
	padding: 32px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-hero-column-contact-button {
	display: block;
	position: relative;
	overflow: hidden;
	--tw-border-opacity: 1;
	border-color: #1165ba;
	white-space: nowrap;
	padding-right: 40px;
	height: 44px;
}
.service-hero-column-contact-button:before {
	width: 46px;
	transform: translateX(0) translateY(0) rotate(45deg) skewX(0) skewY(0)
		scaleX(1) scaleY(1);
	content: "";
	display: block;
	position: absolute;
	right: 24px;
	top: 0px;
	bottom: 0px;
	background-color: #1165ba;
}
.service-hero-column-contact-button:after {
	width: 46px;
	transform: translateX(0) translateY(0) rotate(45deg) skewX(0) skewY(0)
		scaleX(1) scaleY(1);
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	top: 0px;
	bottom: 0px;
	border-right-width: 4px;
	border-top-width: 4px;
	border-color: #1165ba;
	border-style: solid;
}
.service-hero-column-contact-number {
	position: relative;
	--tw-bg-opacity: 1;
	background-color: #1165ba;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	line-height: 1.25;
	border-radius: 9999px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 10;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 16px;
	line-height: 1.75rem;
}
.service-hero-column-contact-link {
	font-weight: 600;
	padding-left: 0.75rem;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.service-hero-column-title {
	font-size: 20px;
	letter-spacing: 0.08em;
	color: #1165ba;
	margin-bottom: 1rem;
	font-weight: 600;
}
.service-hero-column-title-1 {
	font-size: 16px;
	color: #1165ba;
}
.badge img {
	height: 100px;
	width: auto;
}
.service-hero-column-badges {
	text-align: center;
	display: flex;
	justify-content: center;
}
.service-hero-column h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 2.25rem;
}
.service-hero-column1 ul {
	margin-left: 24px;
	position: relative;
	padding: 0;
}
.service-hero-column1 li {
	list-style: none;
	position: relative;
}
.service-hero-column1 li:before {
	color: #1165ba;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	transition: none;
	position: absolute;
	/* 	width: 8px;
	height: 8px; */
	border-radius: 6px;
	left: -24px;
	/* 	top: 8px; */
}
@media only screen and (max-width: 1100px) {
	.service-hero-column1{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.header-banner-content .container{
		width:100%;
	}
	.service-page-banner {
		height: auto;
		/* 		padding-top: 110px; */
	}
	.service-hero-column3 {
		display: none;
	}
	.service-hero {
		width: 95%;
		margin: 0 auto;
		font-size: 80%;
		top: -35px;
	}
	.service-hero h2 {
		font-size: 24px;
		line-height: 46px;
	}
	.service-hero-content{
		justify-content: center;
	}
	.header-page-title h1{
		font-size: 3rem;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 600px) {
	.service-hero {
		display: none;
	}
	.service-page-container {
		padding: 0px;
		padding-top: 60px;
	}
	.about-us .col-md-6 {
		margin-top: 0 !important;
	}
	.header-banner-content{
		padding: 140px 0 40px;
	}
}
@media (max-width: 500px) {

}
.header-contact-button {
	background: var(--primary-color);
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	transition: 0.3s ease-in-out;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	font-weight: 600;
	border-radius: 5px;
	line-height: 25px;
	width: auto;
}
.header-contact-button:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {

	.submenu-button {
		display: none;
	}

	.header-banner-content {
		width: 100%;
	}
}
footer span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.services-grids .row {
	display: flex;
	flex-wrap: wrap;
}
.device-listing .row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2.5rem;
}
@media only screen 
	and (max-width : 767px) {
		.device-listing .row {
			justify-content: center;
			align-items: center;
		}
}
.footer-badge {
	padding-top: 50px;
}

.footer-badge img {
	max-width: 150px;
	height: auto;
	margin-left: -15px;
}

/*-------------------------------------------------------*
* Blog Page *
* -----------------------------------------------------*/
.position-relative {
	position: relative;
}

.position-sticky {
	position: sticky;
}

.sticky-sidebar {
	top: calc(var(--headerHeight) + 20px);
}

.sticky-sidebar p.sidebar-title {
	padding: 8px 0;
	margin-bottom: 0;
	font-size: 1.6875rem;
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
	font-weight: 600;
}

.blog-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 64px 0 128px;
	background-color: var(--primary-color);
	color: #fff;
}
.blog-banner {
	background: url(../img/background-2x.webp) no-repeat;
	background-size: cover;
	background-position: 50% 50% !important;
	background-attachment: fixed;
	padding-bottom: 180px;
	padding-top: 120px;
	position: relative;
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	height: 100%;
}

@media (min-width: 1200px) {
	.blog-meta {
		gap: 32px;
	}
}

.blog-meta__single {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.blog-categories a {
	display: inline-block;
	padding: 4px 8px;
	margin: 4px;
	background-color: #101d42;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
}

.blog-image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: -100px;
}

.blog-image,
.blog-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: -100px;
}

@media (min-width: 1200px) {
	.blog-image,
	.blog-image img {
		aspect-ratio: 1;
	}
}

.blog-author-actions {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 24px;
	width: 100%;
	padding: 8px 0px;
}

.blog-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.blog-author-box img {
	width: 48px;
	height: 48px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.blog-author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4px;
}

.blog-author-meta svg {
	width: 24px;
	height: 24px;
}

.blog-date-ttr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	row-gap: 16px;
}

.blog-actions {
	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;
	gap: 8px;
}

.blog-actions a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 8px;
	margin: 0 2px;
	cursor: pointer;
	padding: 8px;
}

.blog-actions a span {
	pointer-events: none;
}

.blog-actions a:hover {
	background-color: #1357a0;
	color: #ffffff;
	text-decoration: none;
}

.blog-summary {
	background-color: #f3f4f6;
	padding: 24px;
	margin-bottom: 24px;
	border-radius: 8px;
}

.blog-main {
	padding: 64px 0;
}

.blog-main.single-main {
	padding: 100px 0 64px;
}

.blog-main.single-main article div[data-unique] {
	display: block;
	position: relative;
	top: calc(var(--headerHeight, 104px) * -1);
	visibility: hidden;
}

.blog-main.single-main article table {
	margin-bottom: 1rem;
}

.blog-main.single-main article td,
.blog-main.single-main article th {
	padding: 4px 12px;
	border: 1px solid #ccc;
}

.blog-main .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-main .nav-links .nav-previous,
.blog-main .nav-links .nav-next {
	width: 300px;
	max-width: 100%;
	border: 1px solid #adadad;
	border-radius: 4px;
	padding: 8px 16px;
}

.blog-main .nav-links .nav-previous:hover,
.blog-main .nav-links .nav-next:hover {
	background-color: #efefef;
}

.blog-main .nav-links .nav-previous .nav-icon,
.blog-main .nav-links .nav-next .nav-icon {
	width: 16px;
	height: 16px;
	border-color: #374151;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.blog-main .nav-links .nav-previous .nav-icon {
	border-left: 4px solid;
	border-bottom: 4px solid;
}

.blog-main .nav-links .nav-next .nav-icon {
	border-top: 4px solid;
	border-right: 4px solid;
}

.nav-links .nav-next {
	margin-left: auto;
}

.blog-main .nav-links a {
	color: inherit;
	text-decoration: none;
	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;
	gap: 16px;
}

.blog-main .nav-links .nav-icon {
	font-size: 32px;
}

.blog-main .nav-links .nav-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-main .nav-links .nav-subtitle {
	display: block;
	font-size: 14px;
}

.blog-main .nav-links .nav-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.blog-share-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	margin: 4rem auto;
}

.blog-action .sfsi_widget,
.blog-actions .sfsi_widget {
	min-height: auto;
}

.sfsi_wicons {
	padding-top: 0;
}

article blockquote {
	padding: 4px 0 4px 16px;
	border-left: 4px solid #1357a0;
	font-weight: 600;
}

article blockquote p:first-child {
	margin-bottom: 0;
}

.norm_row.sfsi_wDiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ez-toc-container,
#toc {
	position: sticky;
	width: 100%;
	top: calc(var(--header-height) + 45px);
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div#ez-toc-container p.ez-toc-title {
	display: block;
	margin-bottom: 16px;
	font-family: "Libre Caslon Text", serif;
	font-size: calc(1.29375rem + 0.525vw);
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

@media (min-width: 1200px) {
	div#ez-toc-container p.ez-toc-title {
		font-size: 1.6875rem;
	}
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
	overflow: visible;
}

div#ez-toc-container ul li {
	position: relative;
	padding-left: 1rem;
}

div#ez-toc-container ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #374151;
	display: inline-block;
	border-top: 2px solid #374151;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	position: absolute;
	left: 0;
	top: 8px;
}

#ez-toc-container a:hover {
	color: #1357a0;
	text-decoration: none;
}

#ez-toc-container a:visited {
	color: #374151;
}

.share-btn-container {
	position: relative;
}

.share-btn-container .popover {
	position: absolute;
	max-width: 100vw;
	top: auto;
	bottom: calc(100% + 8px);
	left: 50%;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	padding: 8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.share-btn-container .popover::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	background-color: #fff;
	left: calc(50% - 8px);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	bottom: -8px;
}

.share-btn-container .popover.show {
	display: block;
}

/* Sidebar TOC Navigation */
#sidebar-toc .nav.nav-list li {
	display: block;
	border-bottom: 1px solid #ccc;
}

#sidebar-toc .nav.nav-list.tocify-subheader .tocify-item {
	padding-left: 20px;
}

#sidebar-toc .tocify-item:hover,
#sidebar-toc .tocify-item.active {
	background-color: #eeeeee;
	border-left: 2px solid var(--primary-color);
}

#sidebar-toc .tocify-item a:hover {
	background-color: transparent;
}

#sidebar-toc .nav.nav-list:has(.nav.nav-list) > li {
	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;
}

#sidebar-toc .nav.nav-list:has(.nav.nav-list) > li::after {
	content: "+";
}

#sidebar-toc
.nav.nav-list:has(.nav.nav-list):has(.tocify-item.active)
> li:after {
	content: "-";
}

#sidebar-toc .nav.nav-list .tocify-item {
	padding: 0.5rem;
}

#sidebar-toc .nav.nav-list .tocify-item.active {
	background-color: #f3f4f6;
}

#sidebar-toc .nav.nav-list a {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 15px;
	color: #262626;
}

.btn-open-toc {
	display: none;
	padding: 12px;
	background-color: transparent;
	border: none;
}

@media screen and (max-width: 767px) {
	.sidebar-toc-container:not(.sticky-mobile) .sidebar-toc-placeholder {
		display: none;
	}
	.sidebar-toc-container.sticky-mobile #sidebar-toc {
		position: fixed;
		min-height: 48px;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 5020;
	}
	.sidebar-toc-container.sticky-mobile .nav.nav-list .tocify-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 48px;
	}
	.sidebar-toc-container.sticky-mobile:not(.open) #sidebar-toc .nav.nav-list {
		border-bottom: none;
	}
	.sidebar-toc-container.sticky-mobile:not(.open) .tocify-item:not(.active) {
		display: none !important;
	}
	.sidebar-toc-container.sticky-mobile.open .btn-open-toc img {
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
	}
	.sidebar-toc-container.sticky-mobile .btn-open-toc {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 48px;
		height: 48px;
		z-index: 5030;
	}
}

@media only screen and (min-width: 991px) {
	.sidebar-toc-placeholder {
		display: none;
	}
}

/* Blog Archive */

.blog-main.archive-main .row {
	display: block;
}

.blog-main .blog__thumbnail,
.blog-main .blog__thumbnail img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 8px;
}

.blog-main .blog__title {
	font-size: 2rem;
	margin: 2rem 0 0;
}

.blog-main .blog__title a {
	color: #262626;
}

.blog-main .blog__title a:hover {
	color: var(--primary-color);
}

.blog-main .blog__icon {
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

.blog-main .blog__date .blog__icon {
	margin-top: -2px;
}

.blog-main .blog__date {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 8px 0;
	color: #4a4a4a;
}

.blog-main .blog__link {
	display: inline-flex;
	align-items: center;
	transition: 0.25s ease-in-out;
}

.blog-main .blog__link:hover {
	gap: 4px;
}

.navigation.pagination {
	display: block;
}

.navigation.pagination .page-numbers {
	padding: 4px 8px;
	border-radius: 4px;
	color: #262626;
	margin: 0 4px;
}

.blog-main .navigation.pagination .nav-links {
	justify-content: center;
}

.navigation.pagination .page-numbers:hover {
	background-color: #e3e3e3;
}

.navigation.pagination .page-numbers.current {
	background-color: var(--primary-color);
	color: #fff;
}

/*-- Reseting Bootstrap row and cols --*/
a {
	color: var(--secondary-color);
}
a:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}
.row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/*-- Navigation Menu --*/

header#myHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: none !important;
	z-index: 999;
}
header#myHeader .container {
	padding: 0;
}
header#myHeader.sticky {
	background-color: #ffffff;
}

.c-btn-2 a.btn-secondary-fill,
.btn-secondary-fill {
	background-color: var(--secondary-color);
	color: #ffffff;
	border: 1px solid var(--secondary-color);
}
.c-btn-2 a.btn-secondary-fill:hover,
.btn-secondary-fill:hover {
	background-color: #d7551d;
	border: 1px solid #d7551d;
	text-decoration: none;
}

@media (min-width: 1400px) {
	.home-hero-image {
		position: relative;
		right: -120px;
	}
}
.home_banner {
	padding-top: 150px;
	position: relative;
	z-index: 1;
}
.banner_content h1.title {
	font-size: 42px;
	margin-bottom: 16px;
}
.banner_content .s-title {
	margin-bottom: 24px;
}
.d-flex {
	display: flex;
	display: -webkit-flex;
}
.flex-column {
	flex-flow: column;
}
.flex-row {
	flex-flow: row wrap;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}
.tab-image {
	margin-bottom: 12px;
}
.tab-image img {
	width: 170px;
	height: 128px;
	object-fit: cover;
}
.custom-nav-tab {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 9;
}
.custom-nav-tab li {
	display: block;
	margin-right: 32px;
}
.custom-nav-tab li > a {
	width: 215px;
	height: 200px;
	display: block;
	padding: 16px;
	background-color: #ffffff;
	border: 3px solid #cccccc !important;
}
.come-to-us .custom-nav-tab li > a:hover,
.custom-nav-tab li > a:hover {
	background-color: #ffffff;
	border-color: var(--secondary-color) !important;
}
.come-to-us .custom-nav-tab li.active > a,
.custom-nav-tab li.active > a {
	border-color: var(--secondary-color) !important;
	background-color: #f5f5f5;
}

.custom-nav-tab li.active > a .tab-title {
	font-weight: bold;
}
.custom-nav-tab li > a:after {
	display: none;
}
.tab-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.come-to-us {
	position: relative;
	padding-top: 0;
}
.tab-image-container img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}
.custom-tab-content {
	padding-top: 150px;
}
.custom-tab-content .row.d-flex .col-md-6 {
	width: 50%;
}
.background-black-image {
	background: url(../img/background-2x.webp) no-repeat;
	background-size: cover;
	background-position: 50% 50% !important;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
	color: #ffffff;
	z-index: 1;
}
.home_banner:after,
.background-black-image:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

#site-footer p.footer-title {
	color: #ffffff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	line-height: 1.1;
}

#site-footer a,
.foo-link li a {
	color: #ffffff;
}

.foo-link li {
	list-style: none;
	margin: 8px 0;
}
.foo-link li:after {
	display: none;
}
.foo-link li:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 3px;
}
#site-footer a,
.foo-link li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
}
#site-footer a:hover,
.foo-link li a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}
.benefit.techsolution.background-black-image {
	padding-bottom: 215px;
}
.business-sec .container {
	position: relative;
}
.business-sec .container .business-sec-wrap {
	width: calc(100% - 20px);
	background-color: var(--secondary-color);
	padding: 50px 0 !important;
	position: relative;
	top: -150px;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.repair-list {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	justify-content: center;
	gap: 32px;
}
.repair-list li {
	padding: 16px;
}
.business-sec ul li a:hover {
	padding-left: 0;
	text-decoration: none;
}
.cellphone-quality {
	padding-top: 200px;
}
.genuine-cell-phone-parts {
	padding-bottom: 64px;
}
.bene-box {
	margin-bottom: 16px;
}
.bene-box img {
	height: 86px;
}
.author-wrap img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 64px;
}
.Testimonials h2 {
	margin-bottom: 64px;
}
.testimonial-item {
	padding: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.author-desc {
	margin-left: 16px;
}
.author-desc h4 {
	font-weight: bold;
	margin-bottom: 0;
}
.author-desc span {
	text-align: left;
	display: block;
	color: var(--primary-color);
}
.heading-text p {
	font-size: 20px;
	line-height: 1.5;
}
.btn-link,
.btn-link:hover {
	color: var(--secondary-color);
	background-color: transparent;
	padding: 8px 0;
	font-size: 20px;
	font-weight: bold;
}
.btn-link:hover {
	text-decoration: underline;
}
.tech_solution_header {
	display: none;
}
.background-black-image h2 {
	margin-bottom: 32px;
}
.why-choose {
	padding: 86px 0;
}
.footer-badge ul li {
	display: inline-block;
	margin-right: 32px;
}
.footer-badge ul li:last-child{
	margin-right: 0;
}
.contact-wrap {
	margin-top: 20px;
}
#site-footer .contact-wrap p.footer-subtitle {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
}
.contact-wrap span a,
.contact-wrap span {
	font-weight: 400;
	font-size: 16px !important;
	margin-bottom: 8px !important;
}
.tab-content-icon {
	margin-bottom: 8px;
	margin-right: 12px;
}
.tab-content-icon img {
	width: 42px;
	height: 42px;
}
.sessions_box a:hover {
	text-decoration: none;
}
.common-page-banner {
	min-height: 350px;
	text-align:center;
}

@media screen and (min-width: 768px) {
	.blog-main .blog__thumbnail,
	.blog-main .blog__thumbnail img {
		aspect-ratio: 1;
	}
	.blog-main .blog__title {
		margin-top: 0;
	}
}

@media screen and (min-width: 991px) {
	.blog-main.single-main .row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap: 2rem;
	}

	.blog-main.single-main .row::before,
	.blog-main.single-main .row::after {
		display: none;
	}

	.blog-main .blog__title {
		margin-top: 2rem;
	}
	#site-footer .col-md-4 {
		padding-left: 32px !important;
	}
}
@media (max-width: 991px) {
	.home_banner {
		padding: 100px 0;
	}
	.home_banner img {
		width: 100%;
		height: auto;
		padding: 0 0 30px 0;
	}
	.custom-nav-tab {
		top: -60px;
	}
	.custom-nav-tab li > a {
		width: 155px;
		height: 150px;
	}
	.tab-title {
		font-size: 16px;
		line-height: 1.2;
	}
	.tab-image img {
		width: 130px;
		height: 70px;
	}
	.tab-image-container img {
		width: 100%;
		height: auto;
	}
	.same-day-phone-repair .order-1 {
		order: 1;
	}
	.same-day-phone-repair .order-2 {
		order: 2;
		overflow: hidden;
	}
	.img-box img {
		width: 100%;
		height: auto;
	}
	.business-sec .container .business-sec-wrap {
		padding: 15px !important;
		height: 100%;
		min-height: 315px;
		display: flex
			;
		align-items: center;
	}
	.business-sec .text {
		padding-left: 0;
	}
	.business-sec ul li {
		font-size: 18px;
		border: 1px solid #ffffff;
	}
	.business-sec ul li span.icon img {
		width: 52px;
		height: auto;
	}
	.business-sec .icon {
		margin-top: 20px;
	}
	.banner_content {
		max-width: 100%;
	}
	.service-heading .title{
		margin-bottom:0;
	}
}

@media only screen and (max-width: 768px) {

	header#myHeader .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 600px) {
	.tab-image img {
		display: none;
	}
	.custom-tab-content {
		padding-top: 50px;
	}
	.custom-nav-tab li {
		margin-right: 4px;
	}
	.custom-nav-tab li > a {
		border: none !important;
		background-color: var(--primary-color);
		color: #ffffff;
		width: 95px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.come-to-us .custom-nav-tab li.active > a,
	.custom-nav-tab li.active > a {
		background-color: var(--secondary-color);
	}
	.tab-title {
		color: #ffffff;
	}
	.custom-tab-content .row.d-flex .col-md-6 {
		width: 100%;
	}
	.business-sec .container .business-sec-wrap {
		/* 		height: 315px; */
	}
	.cellphone-quality {
		padding-top: 200px;
	}
	.cellphone-quality-description h2 {
		margin: 16px 0;
	}
	.Testimonials h2 {
		margin-bottom: 0;
	}
	.foo-link li a:before {
		display: none;
	}
	.foo-link li a:before {
		text-decoration: none;
	}
	.banner_content {
		max-width: 100%;
	}
	.logo {
		text-align: left;
	}

	.logo img {
		height: auto;
	}
	.foo-link li:before {
		display: none;
	}
	.title-content {
		display: block;
	}
	.title-content h4 {
		margin-top: 12px;
	}
}