
* {
	box-sizing: border-box;
}
a,  div,  h1,  section,  ul {
	margin: 0;
}
html {
	touch-action: manipulation;
}
body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	background: #fff;
	font-weight: 300;
}

nav {
	height: auto;
	width: 100%;
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 1%), inset 0 -1px 0 0 #dadce0;
}
.nav {
	height: 72px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.nav > .nav-header {
	display: inline;
}
.nav > .nav-header > .nav-title {
	display: inline-block;
}
.nav > .nav-btn {
	display: none;
}
.nav > .nav-links {
	display: inline;
	float: right;
	font-size: 18px;
}
.nav > .nav-links > a {
	display: inline-block;
	padding: 21px 22px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
.nav > .nav-links > a:hover {
	color: #fff;
	background-color: #bf3533;
}
.nav > #nav-check {
	display: none;
}
.logo {
	width: 190px;
	padding: 17px 15px;
}
.logo svg {
	width: 40px;
	height: auto;
	margin-right: 8px;
}
.logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
}
.logo a span {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
.col p.copyright-sp {
	padding-top: 0;
}
.sub-heading {

	font-weight: 700;
	line-height: 44px;
	padding: 0 15px 40px;
}
h1,  h2,  h3,  h4,  p,  span,  ul {
	margin: 0;
	padding: 0;
}
h2,  h3,  h4 {
	font-size: 1.5em;
	line-height: 1.4em;
}
.banner-section {
	height: auto;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: floralwhite;
}
.heading-white-space-top-product {
	font-size: 42px;
	line-height: 50px;
	text-transform: uppercase;
}
.summary-text {
	margin-top: 20px;
	line-height: 32px;
}
.section-product-top {
	margin-top: 10px;
}
ul.section-product-top li {
	padding-top: 1px;
	list-style-type: none;
	line-height: 30px;
	position: relative;
	padding-left: 25px;
}
ul.section-product-top li:before {
	content: "→";
	display: block;
	color: #bf3533;
	position: absolute;
	left: 0;
	font-size: 18px;
	top: -1px;
}
.guide-line a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.5px;
}
.guide-line {
	margin-top: 10px;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	background: #1b1b1b;
}
.scrolltop {
    display: none;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    background: #bf3533;
    color: #fff;
    height: 30px;
    width: 36px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
        z-index: 10000;
}
.scrolltop i{
    font-size: 30px;
    color: #ffffff;
    position: relative;
    left: -2px;
    top: -7px;
}
table {
	border-collapse: collapse;
}
.table td,  .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.table td:first-child {
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.09);
}
.table tr:first-child td {
	border-top: 0;
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.bold-heading {
	font-weight: 700;
	margin-bottom: 10px;
}
.card {
	background: #fff;
	position: relative;
	box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
}
.special-instruction-text {
	margin-top: 15px;
}
.card-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 20px 0;
}
.cardwel {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #bf3533;
	transition: 0.5s;
}
.display-2 {
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #bf3533;
}
.display-2 span {
	font-size: 68px;
	padding-right: 5px;
}
.card-block {
	padding: 20px;
}
ul.extra-height li {
	line-height: 36px;
}
.pricing-table-block {
	flex: 1 0 350px;
}
.accordion {
	border-radius: 0;
	background-color: #fff;
	border-color: transparent;
	display: block;
	padding: 20px 15px;
	font-weight: 300;
	width: 100%;
	text-align: left;
	box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
}
h4.accordion {
	font-size: 18px;
}
h4.accordion-last {
	border-bottom: 0;
}
.accordion-list .faq_list{
	position: relative;
	list-style-type: none;
	cursor: pointer;
}
.accordion-list .faq_list:after {
	content: "\002B";
	color: #000;
	float: right;
	margin-left: 5px;
	font-size: 30px;
	position: absolute;
    z-index: 3;
    right: 13px;
    top: 18px;
}
.accordion-list .faq_list.active:after {
	content: "\2212";
	color: #bf3533;
}
.panel {
	border-top: 2px solid #bf3533;
	padding: 0 15px;
	background-color: #fff;
	transition: max-height 0.2s ease-out;
	margin-bottom: 1rem;
	box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
	padding-bottom: 1px;
}
.panel p {
	margin: 15px 0;
}
.panel ol {
	margin: 15px -15px;
}
.button-row {
	display: flex;
	flex-direction: row;
	margin-top: 25px;
	flex-wrap: wrap;
}
a.btn {
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
}
.btn {
	padding: 10px 30px;
	background: #bf3533;
	border-radius: 2px;
}
a.blank {
	color: #bf3533;
}
.blank {
	margin-left: 10px;
	background: 0 0;
	border: 2px solid #bf3533;
}
.center-sp {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.lower-section {
	padding-top: 65px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px !important;
}
footer .bold-heading {
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}
footer {
	background-color: #1b1b1b;
	margin-top:30px;
}
ul.footer-list {
	list-style-type: none;
	padding: 10px 0;
}
ul.footer-list li a {
	text-decoration: none;
	color: #bababa;
	line-height: 34px;
}
p.address {
	margin: 0;
	line-height: 34px;
	padding: 10px 0;
	color: #bababa;
}
hr {
	background-color: rgba(199, 201, 211, 0.3);
	height: 0.5px;
	border: none;
	width: 100%;
	margin: 30px 0;
}
.copyright {
	text-align: center;
}
.pad-70 {
	padding: 70px 5px;
}
.pad-half-70 {
	padding: 60px 35px 35px;
}
.pad-half-70 .grid {
	align-items: center;
}
.lower-section .grid .extra-lg {
	flex: 3.2;
}
h1,  h2,  h3,  h4,  strong {
	color: #000;

}

.cony{font-size: 30px; margin-top:10px;}
.cony1{font-size: 16px; margin-top: 10px;}

.mpsp .col p {
	margin-top: 20px;
}
blockquote {
	margin: 0;
	background-color: #151719;
	padding: 40px 20px;
	min-height: 320px;
}
.icon {
	width: 25px;
	height: 25px;
	fill: #bf3533;
	margin-bottom: 10px;
}
.client-name {
	margin-top: 20px;
	color: #fff;
	font-style: italic;
}
 .client-name::before {
 content: "\2014 \0020";
 color: #bf3533;
}
.sp-condition {
	padding: 20px 0px;
}
.sub-heading-extra {
	padding: 20px 15px;
}
.tabs {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	background: #151719;
	padding: 20px;
	width: 100%;
}
.tabs input[name="tab-control"] {
	display: none;
}
.tabs ul li label {
	font-size: 20px;
	color: #fff;
}
.tabs ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.tabs ul li {
	box-sizing: border-box;
	flex: 1;
	width: 50%;
	text-align: center;
}
.tabs ul li label {
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.tabs .grid ul.section-product-top {
	flex-direction: column;
}
.tabs .grid ul.section-product-top li {
	box-sizing: border-box;
	flex: 1;
	width: 100%;
	text-align: left;
	line-height: 34px;
}
.tabs .slider {
	position: relative;
	width: 50%;
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 2px;
	background: #bf3533;
	border-radius: 1px;
}
.tabs .content {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tabs .content .section {
	display: none;
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
 transform: translateX(0);
}
 .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
 transform: translateX(100%);
}
 .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > .section:nth-child(1),  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > .section:nth-child(2) {
 display: block;
}
.lower-section .section .grid .col {
	padding: 10px;
}
.price-sp-space {
	padding: 20px 0px 70px;
}
.sp-eq-price-table {
	margin-top: 46px;
}
.section-imp {
	
	padding-bottom: 0px;
}
.section-imp-btm {
	padding-top: 120px;
	padding-bottom: 120px;
}
.lower-section .grid {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 5px;
}
.lower-section .grid .col {
	padding: 0 10px;
	flex: 1;
}
 @media only screen and (max-width: 1023px) and (min-width: 768px) {
 .lower-section {
 padding-left: 15px;
 padding-right: 15px;
}
 a.btn {
 font-size: 16px;
}
 #price-table-section .grid {
 flex-wrap: wrap;
}
 .heading-white-space-top-product {
 font-size: 36px;
 line-height: 48px;
}
 .sub-heading {
 font-size: 30px;
 padding: 0 5px 50px;
}
 .lower-section .grid .pricing-table-block {
 margin-top: 30px;
 min-width: 50%;
}
 .tabs {
 padding: 20px 15px;
}
 .lower-section .grid .col {
 padding: 0 5px;
}
 .lower-section .section .grid .col {
 padding: 10px 5px;
}
 .sub-heading-extra {
 padding: 0 5px 20px;
}
 blockquote {
 min-height: 450px;
}
 .nav > .nav-links > a {
 padding: 26px 15px;
}
}

@media (min-width: 576px){
.container, .container-sm {
     max-width: inherit !important; 
}
}


 @media only screen and (max-width: 767px) {
 .nav > .nav-btn {
 display: inline-block;
 position: absolute;
 right: 0;
 top: 0;
}
.nav img{
	margin-top: 5px !important;
	    position: relative;
    top: -5px;
}


 .nav > .nav-btn > label {
 display: inline-block;
 width: 50px;
 height: 60px;
 padding: 20px 15px;
}
 .nav > .nav-btn > label > span {
 display: block;
 width: 20px;
 height: 8px;
 border-top: 1px solid #000;
}
 .nav > .nav-links {
 position: absolute;
 display: block;
 width: 100%;
 background-color: #0d0d0e;
 height: 0;
 transition: all 0.3s ease-in;
 overflow-y: hidden;
 top: 60px;
 left: 0;
}
 .nav > .nav-links > a {
 display: block;
 width: 100%;
 color: #fff;
 padding: 14px;
 border-bottom: 1px solid grey;
}
 .nav > #nav-check:not(:checked) ~ .nav-links {
 height: 0;
}
 .nav > #nav-check:checked ~ .nav-links {
 height: 200px;
 overflow-y: auto;
 z-index: 10;
}
 .nav > .nav-header > .nav-title {
 display: inline-block;
}
 .nav {
 height: 60px;
}
 .logo {
 width: 250px;
 padding: 10px 15px;
}
 hr {
 margin: 30px 0;
}
 .lower-section {
 padding-left: 15px;
 padding-right: 15px;
}
 .lower-section .grid {
 display: flex;
 flex-direction: column;
}
 .lower-section .grid .col {
 width: 100%;
 margin: 0 0 10px 0;
 padding: 0;
}
 a.btn {
 padding: 10px 10px;
}
 .center-sp a.btn {
 padding: 10px 30px;
}
 .heading-white-space-top-product {
 font-size: 36px;
 line-height: 48px;
}
 .sub-heading {
 font-size: 30px;
 padding: 0 0 50px;
}
 .lower-section .grid .pricing-table-block {
 margin-top: 30px;
}
 .lower-section .grid .pricing-table-block:first-child {
 margin-top: 0;
}
 .tabs {
 padding: 20px 15px;
}
 .lower-section .section .grid .col {
 padding: 10px 0;
}
 .sub-heading-extra {
 padding: 0 0 20px;
}
 .top-section {
 width: 100%;
}
 .top-section h1 {
 font-size: 30px;
 line-height: 45px;
}
 .content-section {
 padding: 60px 15px;
}
 .top-section p {
 font-size: 18px;
}
 .nav {
 width: 100%;
}
 .lower-section {
 width: 100%;
 padding: 60px 15px 30px;
}
 .lower-top {
 padding-top: 60px;
}
 .combo-heading h2,  .combo-heading h3 {
 font-size: 30px;
}
 .lower-section .grid .col {
 margin-bottom: 30px;
}
 .combo-heading {
 padding: 0;
}
 .footer-normal {
 padding: 70px 0 0px;
}
 .section-imp {
 padding-top: 30px;
}
 .bold-heading {
 color: #000;
}
 .lower-section .grid {
 padding: 0;
}
 .banner-section {
 background-image: none;
}
 .section-imp-btm {
 padding-top: 0px;
}
}
#cookie-bar.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#cookie-bar {
	color: #fff;
	background: #151719;
	padding: 1rem;
	text-align: center;
	line-height: 30px;
	width: 100%;
	display: none;
}
.cb-enable {
	width: 80px;
}
.copyright {
	text-align: center;
}
.group {
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
}
.live-track-element,  .rfq {
	display: -ms-grid;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-auto-columns: 1fr;
}
.left-block {
	width: 100%;
}
.left-block-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 25%;
	margin-bottom: 25%;
}
.right-block {
	display: -ms-grid;
	display: grid;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	grid-row-gap: 40px;
	-ms-grid-columns: 1fr;
	-ms-grid-rows: auto auto;
}
.col-feature {
	background-color: #fff;
	padding: 35px;
	border-radius: 6px;
	box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
}
.group-line {
	display: -ms-grid;
	display: grid;
	margin-top: 100px;
	grid-auto-columns: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}
.group-column {
	position: relative;
	
}
.group-number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #bf3533;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.4px;
}
.group-number {
	margin-bottom: 35px;
	border-radius: 100px;
}
.first-last-line {
	position: absolute;
	left: auto;
	top: -25px;
	right: -125px;
	bottom: auto;
	width: 200px;
}
 @media screen and (min-width: 1280px) {
 .group-line {
 grid-column-gap: 100px;
}
 .first-last-line {
 right: -165px;
 width: 225px;
}
 .middle-line {
 top: 37px;
}
}
.container {
	max-width: 650px;
}
.timeline {
	position: relative;
	padding-left: 4rem;
	margin: 0 0 0 30px;
}
.timeline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #bf3533;
}
.timeline-container {
	position: relative;
	margin-bottom: 2.5rem;
}
.timeline-icon {
	position: absolute;
	left: -72px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #0a0a0a;
	background: #d4d7fd;
}
.timeline-icon .small-icon {
	position: absolute;
	width: 13px;
	left: 3.5px;
	top: 3.5px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	color: #0a0a0a;
	background: #bf3533;
}
.timeline-body {
	background: #fff;
	border-radius: 6px;
	padding: 35px 30px;
	box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
}
.gap {
	margin-top: 20px;
	padding: 10px 0;
}
.gap p {
	margin-top: 20px;
}
.container-client {
	position: relative;
	width: 80%;
	min-height: 250px;
	padding-bottom: 80px;
	margin-top: 60px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.wrapper {
	width: 300%;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
	transition: 1s;
}
.client-card {
	width: 100%;
	min-height: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(134, 102, 102, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 0 20px;
}
.card-body {
	
	min-height: 100%;
	height: auto;
	margin-left: 20px;
	position: relative;
	padding-bottom: 30px;
}
.review {
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
}
.indicators {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
.indicators button {
	background: none;
	border: none;
	outline: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #bf3533;
	cursor: pointer;
	margin-left: 10px;
	transition: 0.5s;
}
.indicators button:first-child {
	margin-left: 0;
}
button.active {
	width: 100px;
	border-radius: 50px;
	background: #bf3533;
}
.name {
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
.location {
	margin-top: 5px;
	text-align: center;
}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 66px;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	width: 90%;
	margin-top: 30px;
	margin: 0 auto;
}
.overlay-header {
	background-color: #fff;
	height: 60px;
	position: sticky;
	top: 0px;
	z-index: 1;
	border-top: 2px solid #bf3533;
}
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.overlay a:hover,  .overlay a:focus {
	color: #bf3533;
}
.overlay .closebtn {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 60px;
	color: #bf3533;
}
.section {
	padding: 0px 10px 120px;
}
.lower-section .grid .rsp {
	padding: 60px 0 0;
}
.ev {
	cursor: pointer;
	color: #bf3533;
	border-radius: 22px;
}
.sub-heading-extra-overlay {
	padding: 20px 0;
}
.card-body svg {
	margin-top: 20px;
}
.sp-n-20 {
	margin-top: 20px;
}
.os {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.os svg {
	margin-left: 20px;
}
.top-20 {
	margin-top: 20px;
}
 @media (max-width: 767px) {
 	.accordion{
 		padding-right: 30px;
 	}
 .overlay {
 top: 59px;
}
 .overlay .closebtn {
 top: 6px;
 right: 5px;
}
 .group {
 display: block;
}
 .group-line {
 display: block;
}
 .first-last-line,  .middle-line {
 display: none;
}
 .container {
 margin: auto;
}
 .timeline {
 margin: 0 0 0 10px;
 padding-left: 1.5rem;
}
 .timeline-icon {
 left: -32px;
}
 .container-client {
 width: 100%;
}
 .card {
 flex-direction: column;
}
 .card-thumb {
 width: 100%;
 border-radius: 10px;
}
 .card-body {
 width: 100%;
 min-height: auto;
 margin-left: 0 !important;
}
 .overlay a {
 font-size: 20px;
}
 .client-card {
 margin: 0 10px;
}
 .lower-section .normal {
 align-items: normal;
}
 .group-column {
 margin-top: 50px;
}
 .group-column:first-child {
 margin-top: 0;
}
 .group-line {
 margin-top: 80px;
}
 .os {
 margin-bottom: 40px;
}
 .pad-half-70 .col img {
 display: flex;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 width: 100%;
 height: auto;
}
 .lower-section .grid .ex-ft {
 padding-top: 40px;
}
 .ex-ft .side-feature-box {
 margin: 20px 0;
}
}
 @media (max-width: 400px) {
 .low-ev,  .ev {
 font-size: 16px;
 padding: 10px 20px;
}
}
 @media (max-width: 320px) {
 .ev {
 padding: 10px 12px;
}
 a.low-ev {
 padding: 10px 12px;
}
}
.lower-section .footer-normal {
	align-items: normal;
}
.pst-repair-cor {
	margin-top: 79px;
}
.pst-reapir-std {
	margin-top: 188px;
}
.edb-cor {
	margin-top: 7px;
}
.edb-std {
	margin-top: 118px;
}
#cookie-bar {
	color: #fff;
	background: #1b1b1b;
	padding: 0.8rem;
	text-align: center;
	line-height: 30px;
	width: 100%;
	display: none;
}
.cb-enable {
	margin-left: 10px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	padding: 5px 10px;
	cursor: pointer;
}
#cookie-bar a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.overlay a.red-link-style {
	text-decoration: none;
	color: #bf3533;
	padding: 0;
	font-size: 18px;
	display: unset;
}
.guide-line {
	display: flex;
	align-items: center;
}
.guide-line a {
	margin-left: 6px;
}
.video-repair-std {
	margin-top: 44px;
}
.video-repair-pro {
	margin-top: 8px;
}
.photo-rec-std {
	margin-top: 154px;
}
.photo-rec-pro {
	margin-top: 80px;
}
.deci {
	font-size: 30px;
}
.center-features {
	text-align: center;
	margin-top: 10px;
}
.sql-cor {
	margin-top: 292px;
}
.sql-tech {
	margin-top: 146px;
}
.button-row a {
	display: flex;
	align-items: center;
	border-radius: 22px;
}

.button-row a svg {
	margin-right: 5px;
}
.side-feature-box {
	background-color: #1b1b1b;
	padding: 15px;
	margin: 15px 0;
	border-radius: 8px;
}
 @media (max-width: 544px) {
 .guide-btn {
 margin-left: 0;
 margin-top: 20px;
}
}
footer .lower-section {
	margin-bottom: 0;
}
.group .grid {
	padding: 0;
}
.slide-group .slide{
	transition: all 0.4s ease-in-out;
}
.lower-section .footer-normal{
	justify-content: space-between;
}
.lower-section .footer-normal .col{
	flex:inherit;
}


.container-client {
    position: relative;
    width: 100%;
    min-height: 250px;
    margin-top: 60px;
}
a, div, h1, h2, h3, h4, h5, h6, ol, p, section, ul {
    margin: 0;
}

.container-client {
    position: relative;
    width: 100%;
    min-height: 250px;
    margin-top: 60px;
}

.client-card {
    width: 100%;
    min-height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgb(134 102 102 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 0 10px;
}






.column {
	float: left;
	width: 33.3%;
	padding: 0 10px;
	padding-left: 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
	.column {
	  width: 100%;
	  display: block;
	  margin-bottom: 20px;
	}
	.lower-section .footer-normal{
		text-align: center;
	}
  }
  
  /* Style the counter cards */
  .card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 16px;
	text-align: center;
	background-color: #f1f1f1;
  }


  .card-body {
	min-height: 100%;
	height: auto;
	margin-left: 20px;
	position: relative;
	padding-bottom: 30px;
  }




 .group-line{ background: #fff;
  border-radius: 6px;
  padding: 35px 30px;
  box-shadow: 7px 7px 30px -5px rgb(0 0 0 / 10%);
}


/*=============== Software page style ================= */

.sitemap {
padding: 40px 0;
}
.sitemap_box {
background: #f5f5f5;
position: relative;
margin-bottom: 30px;
}
.sitemap_box h4 {
background: #be4545;
padding: 10px 20px;

text-align: left;
position: relative;
top: -20px;
color: #fff;
font-size: 18px;
}
.sitemap_box ul {
margin-top: -15px;
}
.sitemap_box ul li {
line-height: 24px;
border-bottom: 1px solid #fff;
padding: 0 20px;
list-style-type: none;
}
.sitemap_box ul li a {
padding: 5px 10px;
display: block;
color: #000;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.sitemap_box ul li a:hover {
padding: 5px 20px;
display: block;
color: #000;
}

@media(max-width: 767px){
.sitemap_box ul li a {
text-align: center;
}
.sitemap{
	padding: 15px 0;
}
.sitemap_box h4{
	text-align: center;
}
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #bf3533;
  font-family: Arial;
    z-index: 9999 !important;
top: 0;

}

/* Links inside the navbar */
.navbar a {
  float: right;
  font-size: 14px;
  color: red;
  text-align: center;
 
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
  margin-right: 60px;


}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 500px;
  box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.);
  z-index: 9;


}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  text-decoration: none;
  display: block;
  text-align: left;


}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;

}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 1000;
}


.group, .group-line{
	display: inline-block;
}
.right-block{
	display: inherit;
}
.col.left-block{
	
	float: left;
}
.col.right-block{
	
	float: right;
}

.part_2 .col{
	width: 50%;
}

.part_2 .col.left-block{
  position: sticky;
  position: -webkit-sticky;
  width: 50%;
  top: 100px;
  display: inline-block;
  
}


.part_3{
	padding: 0;
	border: 1px solid #f1ecec;

}
.part_3 .group-column {
    width: 25%;
    float: left;
    padding: 40px 20px 40px 40px;
   

}

.part_4 .col{
	float: left;
	width: 50%;
}
.part_4 .left-block{
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  display: inline-block;
}
.accordion{
	border-bottom: 1px solid #f3f1f1;
}
footer{
	clear: both;
}
.col-feature {
    margin-bottom: 20px;
    border: 1px solid #ebe9e9;
}
.timeline-body{
	border: 1px solid #ebe9e9;
}
.dropdown .dropbtn{
	background: transparent;
}
.accordion-list{
  padding-bottom: 40px;
}
@media(max-width:767px){

	.section-imp h2{
     padding-bottom: 20px;
     }
	.part_2 .col{
		width:100%;
	}
	.part_2 .col.left-block{
	  position: inherit;
	  width: 100%;
	}
	.part_3 .group-column{
		width: 100%;
	}
	.part_4 .left-block{
		position: relative;
		top:0;
	}
	.left-block-sticky{
		padding-bottom: 10px;
		margin-bottom:0;
	}
	.col-feature{
	  padding: 20px 7px;
	}
	.part_3 .group-column{
	   padding: 40px 20px 40px 20px;
	   margin-top:0;	
	}
	.part_4 .left-block-sticky{
		margin-bottom: 30%;
	}
	.lower-section{
		padding-bottom: 0;
	}
	.group-line{
		margin:0;
	}
}
 .nav_heading{
   font-size: 16px;
   font-weight: bold;
  }
  .dropdown-content{
    min-width: 143px;
  }
  .menu2 .container{
    width:90%;
    margin:0 auto;

  }
  nav .wrapper{
  position: relative;
  height: 50px;
  line-height: 50px;
  margin: auto;
  display: inline-block;
  width: 100%;
  

}


.wrapper .mega_logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  float: left;
}
.mega_logo{
  float:left;
}
.wrapper .nav-links{
  display: inline-block;
  padding:0;
  margin:0;
  float: right;
}
.nav-links li{
  list-style: none;
  float: left;
}
.nav-links li a{
 
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: #000;

}
.nav-links li a:hover {
    background: #bf3533;
    color: #fff;
}
.nav-links li a img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #ffffff;
  width: 180px;
  line-height: 45px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
      padding: 0;
    z-index: 10;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
 
  opacity: 1;
  visibility: visible;
}
.drop-menu li{
  width:100%;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  
  border-radius: 0px;
  line-height: 34px;
  font-size: 15px !important;
  border-bottom: 1px solid gray;
    border-radius: 0 !important;
}
.drop-menu li a:hover {
    background: #bf3533;
    color: #fff; 
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.mega-box .content{
  background: #fff;
  padding: 14px 20px 10px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: 25%;
  line-height: 45px;
  float: left;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
    color: #3fb3d8;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
    display: inline-block;
}
.content .row .mega-links{
 padding-left: 0;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  float: inherit;
}

.row .mega-links li a{
  padding: 0px;
  color: #000;
  font-size: 15px;
  display: block;
  line-height: 30px;
  
}
.row .mega-links li a:hover {
    color: #bf3533;
    background: transparent;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  padding: 0;
  line-height: 0;
  border: 0;
  top: 5px;
    position: relative;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
  padding: 14px !important;
}

.mega_logo img{
 width: 200px;
}


@media screen and (max-width: 970px) {
 
  .mega_logo img {
    width: 160px;
     top: 4px;
    }
  .wrapper .btn{
    display: block;
  }

  .wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 14px;
    background: #000;
    padding: 6px;
    font-size: 15px;
    border-radius: 4px;
}
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #bf3533;
    display: block;
    padding: 50px 10px;
    line-height: 1px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    z-index: 10;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }



   #menu-btn2:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn2:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn2:checked ~ .btn.menu-btn{
    display: block;
  }


  .nav-links li{
   width: 100%;
  }
  .nav-links li a {
    padding: 4px;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;

}
.drop-menu li a{
  color: #000;
}
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 0;
    width: 100% !important;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }

   #showDrop1:checked ~ .drop-menu,
  #showMega1:checked ~ .mega-box{
    max-height: 100%;
  }

 #showDrop2:checked ~ .drop-menu,#showDrop3:checked ~ .drop-menu,
 #showDrop4:checked ~ .drop-menu,#showDrop5:checked ~ .drop-menu,
 #showDrop6:checked ~ .drop-menu, #showDrop7:checked ~ .drop-menu{
    max-height: 100%;
  }

.mega_logo{
      display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 11px;
}

  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: inline-block;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 30px;
    border-bottom: 1px solid #ffffffa6;
    border-radius: 0;
    width: 100%;
  }
  .nav-links .mobile-item span{
    float:left;
  }
  .nav-links .mobile-item:hover{
    background: #000000;
  }
.nav-links .mobile-item img {
    position: relative;
    top: 5px;
    float: right;
}
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
  .drop-menu li a:hover {
    background: #3a3a3a;
    color: #fff;
    border-radius: 0;
}
.row .mega-links li a {
    border-bottom: 1px solid gray;
    border-radius: 0;
}

.menu-btn{
  float: right;
  top: 13px !important;
}
nav .container{
  width: 100%;
}
.menu1 .nav-links li{
  float: inherit;
  display: block;
  width: 96%;

}
.menu1 .nav-links li a{
    line-height: 20px;
}
nav .wrapper{
  line-height: 26px;
}
.nav #nav-check:checked ~ .nav-links {
    height: 145px;
    overflow-y: auto;
    z-index: 10;
    margin-top: 0;
}
.navigtion_menu{
  padding-top: 0;
}

}
nav input{
  display: none;
}
.nav-links .drop-menu {
  width: 210px;
}