@import "../fonts/icofont.css";
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: "Lato", sans-serif;
    scroll-behavior: smooth;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
html i,
html em,
html b,
html strong,
html span {
  transition: none;
}
html, body { height: 100%; }
* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: "Lato", sans-serif;
}
*:before,
*:after {
  z-index: -1;
}
button {
    background: transparent;
    cursor: pointer;
}
img {
    display: block;
    max-width: 100%;
}
html {
    font-size: 62.5%;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}
body {
    font-size: 1.6rem;
    min-height: 100vh;
}
input,button,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
:root {
    --blue: rgb(70, 27, 255);
    --white: #ffffff; 
    --black: #000;
    --red: rgb(255 74 84);
    --red-overlay: rgba(193, 39, 45, 0.5);
    --gray: rgba(204, 204, 204, 1);
    --mainfont: "Lato", sans-serif;;
    --overlay-color: rgba(24, 39, 51 , 0.85);
    --menu-speed: 0.75s;
    --gradient: linear-gradient(90deg, rgb(255 0 0 / 74%) 0%, rgb(0 0 0 / 68%) 100%);
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
background: var(--gray); 
}
::-webkit-scrollbar-thumb:hover {
background: var(--red); 
}

input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label, input, textarea, select {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
label, textarea, select {
    background: transparent;
    padding: 0 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, select {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: #262932;
    border: 0;
    border: 1px solid rgba(92, 94, 112, 0.1);
    height: 4rem;
    border-radius: 0;
    padding: 0 2.5rem;
    cursor: text;
}


body {
    font-family: var(--mainfont);
    
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.btn {
    display: inline-block;
    padding: 0.75rem 3.25rem;
    border-radius: 10rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid var(--white);
}
.btn::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 10rem;
    z-index: -2;
}
.btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--red);
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn:hover {
    color: var(--white);
    border: 2px solid var(--red);
}
.btn:hover:before {
    width: 100%;
}
.white {
    color: var(--white);
}
.red {
    color: var(--red);
}
.black {
    color: #000 !important;
}
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}
.divider {
    width: 100px;
    height: 4px;
    margin: 2rem auto;
    background: #461bff;
}
.container {
    width: 80%;
    display: flex;
    margin: 0 auto;
}

.top-cnt {
    border-bottom: 1px solid rgba(15, 18, 87, 0.1);
}
.top-cnt .container {
    min-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
}
.top-cnt .container * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-cnt .container .contact {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 415px;
    min-width: 250px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-cnt .container * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-cnt .container .contacts {
    column-gap: 10px;
}
.top-cnt .container .contacts .item .icon {
    margin-right: 1.2rem;
    width: 20px;
}
.top-cnt .container .contacts .item .text {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #5f5c6b;
}
.top-cnt .container .rating .google-reviews .value {
    font-weight: bold;
    font-size: 12px;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #461bff;
    margin-right: 0.5rem;
}
.top-cnt .container .rating .google-reviews .text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f1257;
}
.top-cnt .container .rating .stars .star img {
    width: 13px;
}
.top-cnt .container .rating .stars .star-value {
    margin-left: 10px;
    font-size: 1.2rem;
}
.top-cnt .container .links .link {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0f1257;
    margin-right: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-cnt .container .rating .google-reviews {
    margin-left: 1.4rem;
}
.top-cnt .container .links .login {
    padding-left: 1.2rem;
    border-left: 1px solid rgba(15, 18, 87, 0.1);
}
.links .link a {
    color: #0f1257;
}
.top-cnt .container .links .login .icon {
    margin-right: 0.5rem;
    width: 20px;
}
.top-cnt .container .links .login .text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.2rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #461bff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.header {
    background: var(--white);
    z-index: 99;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.3s ease;
}
.header .container {
    justify-content: space-between;
    align-items: center;
}
.header .container .H-left {}
.header .container .H-left .logo {}
.header .container .H-left .logo img {
    width: 200px;
}
.header .container .H-right {
    display: flex;
    align-items: center;
}
.header .container .H-right .menu {}
.header .container .H-right .menu ul {
    margin: 0;
    padding: 0;
}
.header .container .H-right .menu ul li {
    list-style: none;
    float: left;
}
.header .container .H-right .menu ul li a {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.header .container .H-right .menu ul li a:hover{color: rgb(70, 27, 255);}
.header .container .H-right .menu ul li a.active{color: rgb(70, 27, 255);}

.header .container .H-right .menu ul li ul {
    position: absolute;
    background: #fff;
    min-width: 150px;
    padding: 2rem 0.5rem;
}
.header .container .H-right .menu ul li ul li {
    float: none;
}
.header .container .H-right .menu ul li ul li a {
    text-transform: unset;
}
.header .container .H-right .menu ul li ul li a:hover {}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 0px 15px #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sticky .container .H-left .logo img {
    width: 150px;
}

/* MENU STYLES */
.mobileMenu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  
.mobileMenu .toggler {
display: none;
}

.mobileMenu .hamburger {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 60px;
height: 60px;
background: var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

/* Hamburger Line */
.mobileMenu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 3px;
    background: rgb(150, 16, 16);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.mobileMenu .hamburger > div::before, .mobileMenu .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 3px;
    background: var(--gradient);
}

.mobileMenu .ham > div::before,
.mobileMenu .ham > div::after {
    background: var(--black);
    transition: 1s ease;
}

/* Moves Line Down */
.mobileMenu .hamburger > div::after {
    top: 10px;
}

/* Toggler Animation */
.mobileMenu .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}

/* Turns Lines Into X */
.mobileMenu .toggler:checked + .hamburger > div:before,
.mobileMenu .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.mobileMenu .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}

/* Show Menu */
.mobileMenu .toggler:checked ~ .mobileNav {
    visibility: visible;
}

.mobileMenu .toggler:checked ~ .mobileNav > div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.mobileMenu .toggler:checked ~ .mobileNav > div > div {
    opacity: 1;
    transition:  opacity 0.4s ease 0.4s;
}

.mobileMenu .mobileNav {
    position: fixed;
    top: 0px;
    right: 0;
    width: 80%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileMenu .mobileNav > div {
    background: var(--white);
    width: 200vw;
    height: 100%;
    border-radius: 0% !important;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
    -webkit-transition:  border-radius 0.4s;
    transition: border-radius 0,4s;
    transition: all 0.4s ease;
    flex-direction: column;
}

.mobileMenu .mobileNav > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.mobileMenu .mobileNav > div > div.mobilemenulogo {
    width: 200px;
    margin-top: -100px;
    margin-bottom: 40px;
    border-bottom: 2px solid #7e138f;
    padding-bottom: 20px;
}

.mobileMenu .mobileNav > div > div > ul > li {
    list-style: none;
    color: #000;
    font-size: 1.5rem;
    padding: 1rem;
    float: none !important;
}

.mobileMenu .mobileNav > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}


/* -----------Search Module----------- */
.search {
    margin-left: 30px;
}
.search form {
    border: 1px solid #333;
    border-radius: 15px;
    display: flex;
    height: 3rem;
}

.search form input {
    border: 1px solid var(--black);
    background: transparent;
    border-radius: 20px;
    outline: none;
    padding: 0;
    padding-left: 15px;
    color: var(--black);
    border: none;
    font-size: 1.1rem;
    height: 100%;
}
.search form input::placeholder {
    opacity: 1;
    color: var(--black);
}
.focus form{
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-color: #461bff;
}
.focus form button i {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #461bff;
}
.search form button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
}
.mobilesearch form input {
    background: transparent;
    border: 2px solid var(--black);
    border-radius: 30px;
    padding: 0px;
    margin-top: 50px;
    color: var(--black);
    outline: none;
    font-size: 1rem;
    height: 4rem;
    width: 100%;
    padding-left: 25px;
}
.mobilesearch form input::-webkit-input-placeholder { 
    color: var(--white);
    text-align: center;
    opacity:1;
}
  
.mobilesearch form input:-ms-input-placeholder {
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    opacity:1;
}
  
.mobilesearch form input::placeholder {
    color: var(--black);
    opacity:1;
    text-align: left;
}
.mobilesearch form input:focus, .mobilesearch form input:active {
    border-color: #461bff;
}
.hero {
    min-height: 80vh;
    background: url(../images/bg.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.overlay {
    position: absolute;
    background: rgb(193,39,45);
    background: linear-gradient(90deg, rgb(209 0 58 / 60%) 0%, rgba(34,1,1,0.3561799719887955) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.page-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgb(10,0,124);
    background: linear-gradient(90deg, rgb(209 0 58 / 60%) 0%, rgba(34,1,1,0.3561799719887955) 100%);
}
.hero .container {
    position: relative;
    z-index: 2;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.hero .container .HomeContent {
    margin-left: 90px;
}
.hero .container .HomeContent h2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 6rem;
    margin-bottom: 30px;
}
.hero .container .HomeContent p {
    color: var(--white);
    margin-bottom: 50px;
    font-size: 2.5rem;
}
.hero .container .HomeContent a.homebutton {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 5px 15px #00000042;
    min-width: 250px;
    text-align: center;
    font-size: 1.2rem;
}
.svglines {
    position: absolute;
    z-index: 1;
    width: 30%;
    right: 0;
    top: 50%;
}
.svgline {
    position: absolute;
    z-index: 1;
    width: 30%;
    right: 30px;
    bottom: 0;
}
.svglines img, .svgline img {
    width: 100%;
}


/* About uS page */
.pagehero {
    background-image: -o-linear-gradient(352.06deg, #0f1257 -116.11%, #461bff 130.28%);
    background-image: linear-gradient(97.94deg, #0f1257 -116.11%, #461bff 130.28%);
    background-image: url("./../images/img-bg-about1.svg"), url("./../images/img-bg-about2.svg"),
      -o-linear-gradient(352.06deg, #0f1257 -116.11%, #461bff 130.28%);
    background-image: url("./../images/img-bg-about1.svg"), url("./../images/img-bg-about2.svg"),
      linear-gradient(97.94deg, #0f1257 -116.11%, #461bff 130.28%);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    padding: 3.2rem 0;
    position: relative;
}
.pagehero .container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 25rem;
    position: relative;
}
.pagehero .container .breadcumb {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
}
.pagehero .container .sup-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 1.8rem;
}
.pagehero .container .title {
    word-break: break-word;
    max-width: 550px;
    color: var(--white);
    font-size: 4.4rem;
}
.pagehero .container .icon.about1 {
    -webkit-animation: img4 3s ease-in-out infinite;
    animation: img4 3s ease-in-out infinite;
    left: -20px;
    bottom: -80px;
}
.pagehero .container .icon {
    position: absolute;
}
.pagehero .container .icon.about2 {
    -webkit-animation: img1 3s ease-in-out infinite;
    animation: img1 3s ease-in-out infinite;
    right: 0px;
    bottom: 0px;
}
.pagehero .container .icon.about2 {
    right: 0px;
    width: 200px;
    top: 80px;
}
.s-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.aboutus {
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    position: relative;
    z-index: 2;
    background: rgb(199 199 199 / 15%);
}
.services {
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 2;
}
.itrepire {
    background: #eeeeeea6;
    margin-top: 90px;
    margin-bottom: 90px;
}
.repirefeatures .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5em 5em;
}
.repirefeatures .container div h2 {
    margin-bottom: 2rem;
}
.page .servicelead {
    padding-bottom: 90px;
}
.servicelead h2 {
    text-align: center;
}
.servicelead p {
    text-align: center;
    line-height: 170%;
}
.page .servicelead .container {
    flex-wrap: nowrap;
    flex-direction: column;
}
.page ul {
    position: relative;
}
.page ul li {
    padding: 10px 0px 10px 20px;
    color: #333333e6;
    font-weight: 700;
    line-height: 170%;
}
.page ul li:before {
    content: "\2B9A";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    color: rgb(70, 27, 255);
}
.repaireprograms {
    margin-top: 90px;
    margin-bottom: 90px;
    line-height: 170%;
}
.repaireprograms .lead {
    text-align: center;
    margin-bottom: 90px;
    
}

.repaireprograms .lead h2 {
    text-align: center;
}
.repaireprograms .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5em 5em;
}
.imlead {
    display: flex;
    margin-bottom: 30px;
    min-height: 50px;
}
.imlead img {
    width: 40px;
    margin-right: 20px;
}
.mobilecomputer .container {
    line-height: 170%;
}
.uldivide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10em 10em;
}
.mobilecomputer .container .uldivide {
    grid-template-columns: repeat(2, 70%);
}
.mobilecomputer .container .managerepire h2 {
    margin-bottom: 30px;
}
.request {
    color: black;
    border: 1px solid black;
    min-width: 30%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 90px;
}
.DepotServices {
    margin-top: 50px;
    margin-bottom: 50px;
}
.DepotServices .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10em 10em;
}
.DepotServices .container .ditem .imlead {
    min-height: 20px;
}
.DepotServices .container .ditem .imlead img {
    width: 25px;
}

.appleproducts {
    background: #eee;
}
.applesubinfo {
    margin-top: 90px;
    margin-bottom: 90px;
}
.applesubinfo .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10em 10em;
    line-height: 170%;
}
.honeywell {margin-top: 80px;margin-bottom: 80px;}

.honeywell .container {display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10em 10em;}

.honeywell .container .honeytext {
    line-height: 170%;
}
.honeywell .container h2 {
    margin-bottom: 30px;
}
.demoItems .container .s-list {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 4em 4em !important;
}
.demoItems .container .s-list .service-item {
    min-height: 350px !important;
}
.demoItems {
    background: #fff !important;
}
.service-list .container .s-list .service-item h2 {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
    z-index: 4;
    color: #fff;
}
.demoItems .container .s-list .service-item:hover h2 {
    text-align: left;
    border-left: unset;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-left: 15px;
}

/*--------------accordion-------------*/
.intigration {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 1em;
}
.intigration .container {
    flex-direction: column;
    box-shadow: rgb(38 0 200 / 10%) 0px 10px 26px;
    margin-bottom: 2em;
}
.question {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: rgb(238, 238, 238);
    line-height: 170%;
}
  
.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    z-index: 10;
    color: rgb(70, 27, 255);
}
  
  .question.active::after {
    transform: rotate(45deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .answer {
    padding: 0px 20px 20px;
    line-height: 170%;
}
  
  .question.active + .answercont {
  }

.con-wide {
    width: 65%;
    margin: 0 auto;
}
.a-content {
    display: flex;
}
.arealead {
    text-align: center;
    margin-bottom: 90px;
}
.arealead h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 3.5rem;
    text-align: center;
}
.arealead p {
    text-align: center;
    line-height: 2.5rem;
}
.box {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box img {
    width: 150px;
    margin-bottom: 10px;
}
.box h2 {
    text-transform: uppercase;
}
.brands {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}
.brand-slide .swiper-wrapper .swiper-slide a img {
    filter: grayscale(1);
}
.brand-slide .swiper-wrapper .swiper-slide a img {
    filter: grayscale(1);
}
.brand-slide .swiper-wrapper .swiper-slide a:hover img {
    filter: grayscale(0);
    transition: all 500ms ease-in;
}

.brand-slide .swiper-wrapper {
    height: auto;
    margin-bottom: 50px;
}

/* about page */
.over-asrtech {
    padding: 10.6rem 0;
}
.over-asrtech .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    grid-gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.over-asrtech .container .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 592px;
    min-width: 280px;
}
.over-asrtech .container .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 413px;
    min-width: 280px;
}
.over-asrtech .container .right .icon {
    margin-bottom: 2.1rem;
    max-width: 80px;
    box-shadow: rgb(38 0 200 / 20%) 0px 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over-asrtech .container .right .icon img {
    width: 90%;
    padding: 1rem;
}
.over-asrtech .container .right .sup-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #461bff;
    opacity: 0.8;
    margin-bottom: 0.8rem;
}
.over-asrtech .container .right .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 140%;
    color: #0f1257;
    margin-bottom: 22px;
}
.over-asrtech .container .right .desc {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 170%;
    color: #645972;
}

.service-list {
    padding: 10.6rem 0px;
    background: #eeeeee3d;
}
.service-list .container {
    flex-direction: column;
}
.service-list .container .seclead {
    padding: 0px 0px 10.6rem 0px;
}
.service-list .container .seclead h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #461bff;
    opacity: 0.8;
    margin-bottom: 3rem;
    text-align: center;
}
.service-list .container .seclead h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%;
    color: #0f1257;
    text-align: center;
}
.service-list .container .s-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1em 1em;
    
}
.service-list .container .s-list .service-item {
    border-collapse: separate;
    border-radius: 5px;
    box-shadow: rgba(38, 0, 200, 0.1) 0px 24px 44px;
    position: relative;
    min-height: 230px;
    overflow: hidden;
}
.service-list .container .s-list .service-item h2 {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
    z-index: 4;
    color: #fff;
}

.service-list .container .s-list .service-item img {
    transition: all 0.4s ease 0s;
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
}
.service-list .container .s-list .service-item span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(209 0 58 / 60%) 0%, rgba(34,1,1,0.3561799719887955) 100%);
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.service-list .container .s-list .service-item .poverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #461bff69;
}
.service-list .container .s-list .service-item .subinfo {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,50%);
    text-align: center;
    z-index: 4;
    color: #fff;
    width: 80%;
}
.service-list .container .s-list .service-item:hover h2 {
    text-align: left;
    border-left: 5px solid #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    padding-left: 15px;
}
.service-list .container .s-list .service-item:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.service-list .container .s-list .service-item:hover span {
    width: 1000%;
    height: 1000%;
}
.service-list .container .s-list .service-item:hover .subinfo {}



/* About uS page */
.g-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    grid-auto-rows: minmax(100px, auto);
}
.products {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}
.box-parallal {
    display: flex;
}
.box-parallal .image {
    margin-right: 20px;
}
.box-parallal .image img {
    max-width: 100px;
}
.box-parallal .boxinfo h2{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box-parallal .boxinfo p {
    margin-bottom: 10px;
}
.box-parallal .boxinfo a{
    color: var(--red);
}
.services .con-wide .a-content {
    justify-content: space-around;
}
.services .btn {
    margin-top: 90px;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Contact Page */
.contact-hero {
    background-image: url("./../images/img-bg-about1.svg"), url("./../images/img-bg-about2.svg"), linear-gradient(315deg, #feae96 0%, #fe0944 74%);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    padding: 3.2rem 0px;
}
.contact {
    min-height: 72rem;
    position: relative;
}
.contact-overlay {
    z-index: -2;
}
.contact-bg-overlay {
    position: absolute;
    inset: 0px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(209 0 58 / 46%) 0%, rgba(34,1,1,0.3561799719887955) 100%);
}
.contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 29.7rem;
    position: relative;
    z-index: 2;
}
.contact .container .breadcumb {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
}
.contact .container .sup-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 1.8rem;
}
.contact .container .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 130%;
    color: #fff;
    max-width: 577px;
}
.contact .container .title {
    word-break: break-word;
}
.contact .container .icon.about2 {
    animation: 3s ease-in-out 0s infinite normal none running img1;
    right: 0px;
    bottom: 40px;
    position: absolute;
    display: block;
    z-index: 10;
    width: 100px;
}

.cntform {
    margin-top: -40rem;
    padding-bottom: 12.3rem;
    position: relative;
    z-index: 2;
}
.cntform .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 0;
}
.cntform .container .img {
    margin-bottom: 7.2rem;
    max-width: 46rem;
}
.cntform .container .cnt-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 487px;
    min-width: 280px;
    min-height: 762px;
    margin-top: -23rem;
    background: #fff;
    -webkit-box-shadow: 0px 24px 44px rgba(38, 0, 200, 0.1);
    box-shadow: 0px 24px 44px rgba(38, 0, 200, 0.1);
    padding: 5.6rem 3rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 55px;
}
.cntform .container .cnt-form {
    position: relative;
    margin: 0;
    max-width: 100%;
    top: 0;
    padding: 5.5rem 7rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cntform .container .cnt-form .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 125%;
    color: #06061e;
    margin-bottom: 0.9rem;
}
.cntform .container .cnt-form .desc {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 170%;
    color: #5d6173;
    opacity: 0.7;
    margin-bottom: 4.3rem;
}
.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}

.cnt-contact-page .container .cnt-form .form-group .alert .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cnt-contact-page .container .cnt-form .form-group .alert .left .icon {
    margin-right: 1.6rem;
  }
  .cnt-contact-page .container .cnt-form .form-group .alert .left .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #0f1257;
  }
  .cnt-contact-page .container .cnt-form .form-group .alert .right {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #16d38f;
  }
  .cnt-contact-page .container .cnt-form .form-group .checkbox {
    margin-bottom: 3.1rem;
  }
  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
  }
  .dropdown .text {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    margin: inherit;
    pointer-events: none;
  }
  .dropdown .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .dropdown .dropdown-content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: initial;
  }
  .dropdown .dropdown-content .item {
    min-width: 192px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.5rem;
    background: #fff;
    border-left: 6px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 1rem;
  }
  .dropdown .dropdown-content .item * {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.01em;
    color: #2d306c;
  }
  .dropdown .dropdown-content .item:hover {
    border-left: 6px solid #461bff;
    background: #f6f2ff;
  }
  .dropdown.show .dropdown-content {
    opacity: 1;
    pointer-events: initial;
  }
  .dropdown.show .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: 1em;
  }
  label,
  input,
  textarea,
  select {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  input,
  textarea,
  select {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: #262932;
    border: 0;
    border: 1px solid rgba(92, 94, 112, 0.1);
    height: 5.6rem;
    border-radius: 0;
    padding: 0 2.5rem;
    cursor: text;
  }
  input:hover,
  textarea:hover,
  select:hover {
    border: 1px solid #c2b4ff;
  }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 0;
    border: 1px solid #461bff;
  }
  label,
  textarea,
  select {
    background: transparent;
    padding: 0 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  input:-moz-placeholder-shown + label,
  textarea:-moz-placeholder-shown + label,
  select:-moz-placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(1.5rem, 3.7rem);
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
    background: #fff;
  }
  input:-ms-input-placeholder + label,
  textarea:-ms-input-placeholder + label,
  select:-ms-input-placeholder + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: translate(1.5rem, 3.7rem);
    transform: translate(1.5rem, 3.7rem);
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
    background: #fff;
  }
  input:placeholder-shown + label,
  textarea:placeholder-shown + label,
  select:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(1.5rem, 3.7rem);
    -ms-transform: translate(1.5rem, 3.7rem);
    transform: translate(1.5rem, 3.7rem);
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
    background: #fff;
  }
  ::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  input:not(:-moz-placeholder-shown) + label,
  textarea:not(:-moz-placeholder-shown) + label,
  select:not(:-moz-placeholder-shown) + label {
    transform: translate(3rem, 0.9rem);
    cursor: pointer;
    background: #fff;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
  }
  input:not(:-ms-input-placeholder) + label,
  textarea:not(:-ms-input-placeholder) + label,
  select:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(3rem, 0.9rem);
    transform: translate(3rem, 0.9rem);
    cursor: pointer;
    background: #fff;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
  }
  input:not(:placeholder-shown) + label,
  input:focus + label,
  textarea:not(:placeholder-shown) + label,
  textarea:focus + label,
  select:not(:placeholder-shown) + label,
  select:focus + label {
    -webkit-transform: translate(3rem, 0.9rem);
    -ms-transform: translate(3rem, 0.9rem);
    transform: translate(3rem, 0.9rem);
    cursor: pointer;
    background: #fff;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: rgba(93, 97, 115, 0.5);
  }
  textarea {
    padding: 2.5rem;
    min-height: 110px;
    width: 100%;
  }
  select {
    width: 100%;
  }

.cntform .container .cnt-form .form-group .send-form {
    height: 55px;
    width: 100%;
    background: var(--red);
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 150%;
    color: #fff;
    border-radius:0;
    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;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cntform .container .cnt-form .form-group .send-form:before, .cntform .container .cnt-form .form-group .send-form:after {
    border-radius:0;
}
.cntform .container .cnt-form .form-group .send-form:hover {
    background: rgb(155 40 46);
}
.cntform .container .cnt-form .form-group .subdiv {
    position: relative;
    min-height: 55px;
}
.cntform .container .cnt-form .form-group .subdiv .loadbtn {
    width: 100px;
    position: absolute;
    left: 38%;
    top: 25px;
    transform: translate(-25%,-50%);
    display: none;
}

.cntform .container .cnt-form .time {
    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;
    margin-top: 3.9rem;
}
.cntform .container .cnt-form .time .icon {
    margin-right: 1.6rem;
}
.contact-info {
    padding-bottom: 18.9rem;
}
.contact-info .container {
    flex-direction: column;
}
.contact-info .container .top .sup-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(70, 27, 255);
    opacity: 0.8;
    margin-bottom: 0.8rem;
}
.contact-info .container .top .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 125%;
    color: #0f1257;
    margin-bottom: 9rem;
}
.contact-info .container .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 1.2rem;
}
.contact-info .container .bot .item {
    max-width: 270px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 269px;
    border-right: 1px solid rgba(15, 18, 87, 0.1);
    padding-right: 5.1rem;
}
.contact-info .container .bot .item .city {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 120%;
    color: #0f1257;
}
.contact-info .container .bot .item .address {
    margin-top: 1.1rem;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 160%;
    color: #2d306c;
    opacity: 0.6;
    margin-bottom: 3.1rem;
    max-width: 166px;
}
.contact-info .container .bot .item .info {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-info .container .bot .item .info .icon {
    margin-right: 1.8rem;
}
.contact-info .container .bot .item .info .text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #0f1257;
}

/*-------------Product Page -------------------*/
.techproducts {
    background: #fff;
    padding: 0.5rem 0px;
}
.techproducts .container .s-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3em 3em;
}
.techproducts .container .s-list .service-item .plabel {
    position: absolute;
    z-index: 10;
    color: #fff;
    background: #ff1e1e80;
    padding: 5px 15px 5px 15px;
    right: 0;
    top: 20;
    border-radius: 5px 0 0 5px;
}

/* filter-holder */
.filters {
    position: relative;
    
}
  .filter-holder {
    border-left: 1px solid #666;
    text-align: left;
    width: 100%;
    overflow: auto;
    z-index: 1000;
    transition: left 0.3s;
    background-color: #fff;
    box-shadow: rgb(38 0 200 / 10%) 19px 0px 85px;
  }
  .mobile-filter-open .filter-holder {
    left: 0;
  }
  .filters .filter-holder .container form {
    width: 100%;
}
.filters .filter-holder .container .filter {
    display: flex;
    align-items: center;
}
.filter-holder .filter .filter-first {
    padding: 19px 15px;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: #0000000d;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  .filter-holder .filter .filter-first svg {
    margin-right: 11px;
  }
  
  .filter-holder .filter .filter-items .cat-item button,
  .filter-bottom .right .cat-item button {
    background: transparent;
    border: 0;
    display: flex;
    padding: 12px 0;
    width: 100%;  
    position: relative;
    font-size: 16px;
    color: #4f4f4f;
    align-items: center;
    position: relative;
  }
.filter-holder .filter .filter-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 87%;
}
.filter-holder .filter .filter-items .cat-item button .count {
    background-color: #461bff40;
    height: 17px;
    width: 16px;
    font-size: 10px;
    color: #461bff;
    line-height: 19px;
    font-weight: bold;
    margin-left: 6px;
    text-align: center;
}
  .filter-holder .filter .filter-items .cat-item button:after {
  }
  .filter-holder .filter .filter-items .cat-item,
  .filter-bottom .right .cat-item {
    width: 100%;
    font-size: inherit;
    padding: 0 20px;
  }
  .filter-holder .filter .filter-items .cat-item .cat-menu,
  .filter-bottom .right .cat-item .cat-menu {
    display: none;
  }
  .filter-bottom .right .cat-item .cat-menu {
    position: absolute;
    background-color: rgb(246, 244, 244);
    z-index: 10;
    width: 100%;
    padding: 0px 10px 10px;
    min-width: 18rem;
    max-height: 300px;
    overflow-y: auto;
}
.filter-holder .filter .filter-items .cat-item.open .cat-menu, .filter-bottom .right .cat-item.open .cat-menu {
    display: block;
    width: fit-content;
    position: absolute;
    background: rgb(246, 244, 244);
    z-index: 1;
    min-width: 20rem;
    padding: 0px 10px 10px;
}
  .filter-holder .filter .filter-items .cat-item a,
  .filter-bottom .right .cat-item a {
    display: block;
    color: #666;
    font-size: 12px;
    padding-top: 23px;
    /* font-weight: bold; */
  }
  .filter-holder .filter .filter-items .cat-item a:hover {
    color: #461bff;
}
  .filter-holder .filter .filter-items .cat-item .form-check,
  .filter-bottom .right .cat-item .form-check {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #e5e5e5; */
    padding-top: 27px;
    /* padding-bottom: 13px; */
    padding-left: 0;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-input,
  .filter-bottom .right .cat-item .form-check .form-check-input {
    margin-top: 0;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-label, .filter-bottom .right .cat-item .form-check .form-check-label {
    /* padding-left: 9px; */
    color: #666;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    text-align: left;
    transform: unset;
    background: unset;
}
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-label:before,
  .filter-bottom .right .cat-item .form-check .form-check-label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a5abb1;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-input:checked + label:after,
  .filter-bottom .right .cat-item .form-check .form-check-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 16px;
    width: 6px;
    height: 11px;
    border: solid #461bff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .filter-holder .filter .filter-items .cat-item button .name::after, .filter-bottom .right .cat-item button .name::after {
    content: "";
    position: absolute;
    background-image: url("../images/icon_arrow_down.svg");
    border: 0px;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    z-index: 0;
}
.filter-holder .filter .filter-items .cat-item button, .filter-bottom .right .cat-item button, .filter-holder .filter .filter-first {
    padding-top: 25px;
    padding-bottom: 25px;
}
  
  .filter-btns {
    display: flex;
    padding-bottom: 0px;
    padding-top: 30px;
    position: sticky;
  }
  .filter-holder .filter .filter-items .cat-item .filter-btn,
  .filter-bottom .right .cat-item .filter-btn {
    text-align: center;
    align-content: space-between;
    flex: 1;
    cursor: pointer;
    padding: 8px 0;
  }
  .filter-holder .filter .filter-items .cat-item a.filter, .filter-bottom .right .cat-item a.filter {
    background-color: #461bff;
    color: #fff;
}
  a.reset {
    margin-right: 5px;
    background: #ddd;
  }
  .filter-holder .close-filter {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .filter-holder .container-fluid {
    padding: 0;
  }
  .filter-btn-mobile {
    background: #e65300;
    border: 0;
    color: #fff;
  
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
  
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .filter-btn-mobile svg {
    margin-right: 8px;
  }
  .filter-holder .filter .filter-items .cat-item button .count {
    margin-left: 40px;
}
  /* filter-bottom */
  
  .filter-bottom {
    margin-top: 70px;
    margin-bottom: 50px;
}
.filter-bottom .container {
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.filter-bottom .container .counter {
    display: flex;
    justify-content: center;
    align-items: center;
}
  .filter-bottom .container .counter p {
    margin-bottom: 0;
    color: #4d4d4d;
    text-transform: uppercase;
    font-family: "moon";
  }
  .filter-bottom .right {
    text-align: right;
    display: flex;
    align-items: center;
}
  .filter-bottom .right span {
    font-weight: 600;
    min-width: 100px;
}



.loadmore {margin: 10rem auto;}
a.loading.btn {color: #000;border: 2px solid #000;padding: 1.2rem 7.25rem;border-radius: 2rem;}
/* ---------General Page--------- */
.cnt-text {
    padding-bottom: 12.3rem;
}
.cnt-text .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cnt-text .container .full-text {
    padding-top: 6.3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 696px;
    min-width: 280px;
}
.btn-form {
    display: none;
}
.cnt-text .container .formpage h1, .cnt-text .container .formpage h2, .cnt-text .container .formpage h3, .cnt-text .container .formpage h4, .cnt-text .container .formpage h5, .cnt-text .container .formpage h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #0f1257;
    margin-top: 5.7rem;
    margin-bottom: 0.9rem;
}
.cnt-text .container .formpage p {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #2d306c;
    max-width: 587px;
    margin: 1.5rem 0;
}
.cnt-text .container .formpage ul {
    margin-top: 4.7rem;
    margin-bottom: 4.3rem;
}
.cnt-text .container .formpage ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 248%;
    letter-spacing: -0.02em;
    color: #2d306c;
    opacity: .8;
}
.cnt-text .container .formpage ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #461bff;
    margin-right: 1.9rem;
}
.cnt-text .container .cnt-form {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    max-width: 487px;
    min-width: 280px;
    min-height: 762px;
    margin-top: -22rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(38, 0, 200, 0.1) 0px 24px 44px;
    padding: 5.6rem 5.6rem;
    height: fit-content;
    position: sticky;
    top: 75px;
    border-radius: 10px;
}
.cnt-text .container .cnt-form .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 125%;
    color: #06061e;
    margin-bottom: 0.9rem;
}
.cnt-text .container .cnt-form .desc {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 170%;
    color: #5d6173;
    opacity: 0.7;
    margin-bottom: 4.3rem;
}
.cnt-text .container .cnt-form .form-group .required {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 170%;
    color: #0f1257;
    opacity: 0.5;
    text-align: right;
    margin-bottom: 2.8rem;
}
.subdiv {
    position: relative;
    min-height: 55px;
}
.loadbtn {
    width: 100px;
    position: absolute;
    left: 38%;
    top: 25px;
    transform: translate(-25%,-50%);
    display: none;
}
.cnt-text .container .cnt-form .form-group .send-form {
    height: 55px;
    width: 100%;
    background: var(--red);
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 150%;
    color: #fff;
    border-radius:0;
    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;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cnt-text .container .cnt-form .form-group .send-form:hover {
    background: rgb(155 40 46);
}
.cnt-text .container .cnt-form .form-group .send-form:before, .cnt-text .container .cnt-form .form-group .send-form:after {
    border-radius:0;
}
.cnt-text .container .cnt-form .time {
    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;
    margin-top: 3.9rem;
}
.cnt-text .container .cnt-form .time .icon {
    margin-right: 1.6rem;
}
.cnt-text .container .cnt-form .time .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: #0f1257;
}
.response {
    padding-top: 36px;
    display: none;
}
.response .error, .response .success {
    text-align: center;
}
.error, .error p {
    color: red;
}
.success, .success p {
    color: #16d38f;
}
.formpage .icon.about2 {
    right: -60px !important;
}

/* ---------Login Page-------- */
.login-body {
    position: relative;
    min-height: 100vh;
}
.login-overlay {
    z-index: -1;
}
.login-gradient {
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 0;
}

.loginlogo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.loginbox {
    z-index: 1;
    position: absolute;
    width: 30%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-height: 400px;
    background: var(--white);
    padding: 50px;
    padding-bottom: 60px;
}

.loginbox form {
    display: flex;
    flex-direction: column;
}
.logininput {
    margin-bottom: 15px;
}
.logininput input {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #dd31317d;
}
.logininput input::placeholder {
    color: var(--black);
    opacity: 1;
}
.loginbox form button {
    border: 1px solid #dd3131;
    padding: 1rem 4rem 1rem 4rem;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: #dd3131;
    color: var(--white);
    height: 5.6rem;
    border-radius: 0;
}
.loginbox form button:before, .loginbox form button:after {
    border-radius: 0;
}

/* --------404--------- */
.s-404 {
    background: rgba(70, 27, 255, 0.03);
    padding-bottom: 7rem;
}
.s-404 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s-404 .container .img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
    background: url("./../img/icon-404-circle.svg") center center no-repeat;
    background-size: cover;
    min-height: 75vh;
    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;
    position: relative;
}
.s-404 .container .img .line1 {
    position: absolute;
    bottom: 20px;
    right: 0;
}
.s-404 .container .img .line1 img {
    -webkit-transform: rotate(168deg);
    -ms-transform: rotate(168deg);
    transform: rotate(168deg);
}
.s-404 .container .img .line2 {
    position: absolute;
    top: 20px;
    left: 0;
}
.s-404 .container .img .line2 img {
    -webkit-transform: rotate(353deg);
    -ms-transform: rotate(353deg);
    transform: rotate(353deg);
}
.s-404 .container .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
    max-width: 371px;
}
.s-404 .container .text .icon {
    width: 62px;
    height: 62px;
    background: var(--blue);
    -webkit-box-shadow: 0px 8px 60px rgba(0, 49, 178, 0.2);
    box-shadow: 0px 8px 60px rgba(0, 49, 178, 0.2);
    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;
    margin-bottom: 3.8rem;
}
.s-404 .container .text .icon img {
    width: 50%;
}
.s-404 .container .text .title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 140%;
    color: #0f1257;
    margin-bottom: 1.3rem;
}
.s-404 .container .text .desc {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 160%;
    color: #2d306c;
    opacity: 0.7;
    margin-bottom: 3.9rem;
}
.s-404 .container .text .btn {
    max-width: 301px;
    height: 5.5rem;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--blue);
    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;
    cursor: pointer;
    border: 1px solid var(--blue);
}
.s-404 .container .text .btn:hover {
    border: 2px solid var(--blue);
    color: var(--white);
}
.s-404 .container .text .btn:before {
    background: var(--blue);
}
.searchpage {
    margin-bottom: 50px;
}

/*------------------------- Product Page CSS ---------------------------*/
.productpage {
    padding-top: 6.3rem;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    max-width: 65%;
    min-width: 280px;
}
.productpage .p-show {
    display: flex;
    margin-bottom: 50px;
    box-shadow: rgb(38 0 200 / 10%) 0px 0px 18px;
    padding: 20px;
    border-radius: 10px;
}
.productpage .p-show .product-image {
    max-width: 200px;
    cursor:pointer;
}
.productpage .p-show .product-image img {
    border-radius: 5px;
}
.product-sub-images h2 {
    font-size: 4rem;
    margin-bottom: 1.4rem;
}
.product-sub-images h6 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
.p-subinfo {
    display: flex;
    margin-bottom: 50px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    text-align: center;
    z-index: 4;
    color: #fff;
}
.p-info {
    flex: 1;
    box-shadow: rgb(38 0 200 / 10%) 0px 0px 18px;
}
.p-info.p-right {
    margin-left: 20px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    height: 100%!important;
}
.card-header {
    padding: 1.75rem 1.75rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    font-size: 1.8rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 2rem;
}
.box-header {
    margin-bottom: 20px;
    padding: 10px;
    background: #b2afaf3b;
    border-radius: 5px;
    font-size: 1.5rem;
}
.price {
    padding: 10px;
    font-size: 1.8rem;
}
.text-strong {
    padding: 10px;
    font-size: 1.8rem;
}
.text-item {
    padding: 10px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.text-link {
    color: #0067ff;
    font-size: 1.7rem;
}
.text-rounded {
    padding: 10px;
    background: #edecec;
    margin-top: 20px;
    border-radius: 5px;
}
.text-success {
    color: #00a700;
}
.chartinfo {
    margin-bottom: 50px;
}
.responsivetable {
    width: 100%;
    display: table;
}
.productpage .p-show .product-sub-images .product-images {
    display: flex;
    justify-content: space-between;
}
.productpage .p-show .product-sub-images .product-images img {
    align-content: space-evenly;
    cursor: pointer;
    border-radius: 5px;
}
.analysis {
    box-shadow: rgb(38 0 200 / 10%) 0px 0px 18px;
    border-radius: 10px;
}
.analysis h2 {

}
.p-feature-analysis {
    padding: 50px;
}
.responsivetable {
    margin-bottom: 50px;
}
table {
    border-collapse: collapse;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.responsivetable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}
.responsivetable td, .responsivetable th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 1.5rem;
}
.small strong {
    margin-bottom: 1.2rem;
}
.small strong {
    line-height: 4.5rem;
    font-weight: bolder;
}

#popimage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
  
#popimage:hover {opacity: 0.7;}

.pmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    z-index: 10;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.canvasjs-chart-credit {
    display: none !important;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

  /* ------------------ Footer CSS ------------------------*/

.footer {
    background: var(--black);
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.footer .container {
    justify-content: space-between;
}
.footer .container .identifier {
    display: flex;
}
.footer .menuAndinfo {
    flex: 3;
    justify-content: space-between;
}
.footer .container .identifier .info {}
.footer .container .identifier .info ul {}
.footer .container .identifier .info ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer .container .identifier .info ul li a{
    color: var(--white);
}
.footer .container .identifier .info ul li a:hover{ color: var(--red);}
.footer .container .identifier .info .address p {
    color: var(--white);
    line-height: 3.4rem;
}

.footer .social {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}
.footer .social ul {}
.footer .social ul li {
    float: left;
}
.footer .social ul li a {
    color: var(--white);
    padding: 10px;
    background: rgb(70 27 255);
    border-radius: 50px;
    margin-right: 10px;
}
.footer .social ul li a:hover {
    background: var(--red-overlay);
    color: var(--gray);
}
.responsive-footer-nav-holder {
    height: 55px;
    display: none;
    background-color: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.responsive-footer-nav-holder ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.responsive-footer-nav-holder ul li {
    margin-right: 34px;
}
.responsive-footer-nav-holder ul li a {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    color: #5c5e70;
}
.responsive-footer-nav-holder ul li a img {
    margin-bottom: 8px;
}

@-webkit-keyframes img1 {
    0% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(15px);
      transform: translatey(15px);
    }
    100% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
  }
  @keyframes img1 {
    0% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(15px);
      transform: translatey(15px);
    }
    100% {
      -webkit-transform: translatey(0px);
      transform: translatey(0px);
    }
  }
  @-webkit-keyframes img2 {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes img2 {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @-webkit-keyframes img3 {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes img3 {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @-webkit-keyframes img4 {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    30% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes img4 {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    30% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

@media (max-width: 1133px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .desktop {
        display: none !important;
    }
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
        width: 100%;
    }
    .header .container {
        width: 85%;
    }
    .header .container .H-left .logo img {
        width: 200px;
    }
    .mobileMenu .hamburger {
        top: -16px;
        z-index: 1;
        width: 35px;
        height: 35px;
        left: auto;
        right: 15px;
    }
    .mobileMenu {display:block}
    .search {
        display: none;
    }
    .header .container .H-right .menu > ul {
        display: none;
    }
    .footer .container .identifier {
        flex-direction: row;
    }
    .footer .container .identifier .info {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .container .identifier .info .address p {
        line-height: 2.2rem;
    }
}

@media (min-width: 993px) {
    .filter-btn-mobile {
        display: none;
      }
      .filter-holder .close-filter {
        display: none;
      }
      .filter-holder {
        border-left: 0px;
        overflow: visible;
        position: sticky;
        top: 0;
        z-index: 99;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
      }
      .filter-holder .filter {
        display: flex;
        align-items: center;
      }
      .filter-holder .filter .filter-first {
        margin-bottom: 0px;
        flex: 0 0 13%;    
        font-size: 1rem;
        text-align: center;
      }
      .filter-holder .filter .filter-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 87%;
      }
      .filter-holder .filter .filter-items .cat-item,
      .filter-bottom .right .cat-item {
        margin-bottom: 0px;
        position: relative;
        padding: 0;
      }
      .filter-holder .filter .filter-items .cat-item.open {
        background-color: #f6f4f4;
      }
      .filter-holder .filter .filter-items .cat-item button,
      .filter-bottom .right .cat-item button {
        padding: 19px 22px;
        border-bottom: 0px;
    
        align-items: center;
        justify-content: center;
      }
      .filter-holder .filter .filter-items .cat-item button .count {
        margin-left: 40px;
      }
      .filter-holder .filter .filter-items .cat-item button .name:after,
      .filter-bottom .right .cat-item button .name:after {
        content: "";
        position: absolute;
        /* margin-top: 10px; */
        background-image: url(../images/icon_arrow_down.svg);
        border: 0;
        width: 14px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 8px;
      }
      .filter-holder .filter .filter-items .cat-item .cat-menu {
        position: absolute;
        background-color: rgb(246, 244, 244);
        z-index: 1;
        width: 100%;
        padding: 0px 26px 25px;
        min-width: 15rem;
        max-height: 300px;
        overflow-y: auto;
      }
}


@media (max-width: 992px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .desktop {
        display: none !important;
    }
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
        width: 100%;
    }
    .header .container {
        width: 85%;
    }
    .header .container .H-left .logo img {
        width: 200px;
    }
    .mobileMenu .hamburger {
        top: -16px;
        z-index: 1;
        width: 35px;
        height: 35px;
        left: auto;
        right: 15px;
    }
    .mobileMenu {display:block}
    .search {
        display: none;
    }
    .header .container .H-right .menu > ul {
        display: none;
    }
    .hero .container .HomeContent {
        margin-left: 0;
    }
    .hero .container .HomeContent h2 {
        font-size: 3.5rem;
        margin-bottom: 20px;
    }
    .hero .container .HomeContent p {
        margin-bottom: 25px;
        font-size: 1.8rem;
    }

    
      .page-header-holder {
        margin-bottom: 0px;
      }
      .page-header-holder:before {
        background: #f5f3ed;
        width: 44%;
      }
      .filter-holder .container-fluid {
        padding: 0;
      }
      .filter-bottom .right span {
        margin-right: 20px;
        flex: 2;
      }
      .filter-bottom {
        margin-top: 60px;
      }

    .footer .container .identifier {
        flex-direction: row;
    }
    .footer .container .identifier .info {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .container .identifier .info .address p {
        line-height: 2.2rem;
    }

    

}

@media (max-width: 767.98px) { 
    .top-cnt .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-cnt .container .contacts {
        display: none;
    }
    .top-cnt .container .rating {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
        width: 100%;
    }
    .header .container {
        width: 90%;
    }
    .header .container .H-left .logo img {
        width: 200px;
    }
    .mobileMenu .hamburger {
        top: -16px;
        z-index: 1;
        width: 35px;
        height: 35px;
        left: auto;
        right: 15px;
    }
    .mobileMenu {display:block}
    .search {
        display: none;
    }
    .header .container .H-right .menu > ul {
        display: none;
    }
    .hero .container .HomeContent {
        margin-left: 0;
    }
    .hero .container .HomeContent h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .hero .container .HomeContent p {
        margin-bottom: 25px;
        font-size: 1.2rem;
    }
    .g-content {
        display: flex;
        flex-direction: column;
    }
    .arealead h2 {
        font-size: 2.5rem;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
    .footer .container .identifier {
        flex-direction: column;
    }
    .footer .container .identifier .info {
        margin-bottom: 30px;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer .social {
        margin-top: 30px;
    }
    .btn-form {
        margin-bottom: 30px;
        position: sticky;
        top: 90px;
        display: block;
        z-index: 2;
    }
    .btn-form-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border: 1px solid var(--red);
        background-color: var(--white);
        align-items: center;
        height: 45px;
        justify-content: center;
    }
    .cnt-text .container .formpage .btn-form-mobile svg {
        margin-bottom: 0;
        margin-left: 8px;
    }
    .btn-form-mobile span {
        color: var(--red);
    }
    .btn-form-mobile:hover, .btn-form-mobile:focus, .btn-form-mobile:active {
        border: 1px solid var(--red);
        color: #fff;
    }
    .btn-form-mobile:hover span, .btn-form-mobile:focus span, .btn-form-mobile:active  span {
        color: #fff;
    }
    .loginbox {
        width: 90%;
    }
    .pagehero .container .icon.about2 {
        right: -25px;
        width: 80px;
        top: auto;
        bottom: 70px;
    }
    .cntform .container {
        justify-content: center;
    }
    .contact .container .title {
        font-size: 3rem;
    }
    .contact .container .icon.about2 {
        width: 60px;
    }
    .cntform .container .img {
        display: none;
    }
    .cntform .container .cnt-form {
        padding: 4rem 4rem;
        min-width: 310px;
    }
    .contact-info .container .bot .item {
        border-left: 1px dashed rgba(15, 18, 87, 0.1);
        padding-left: 5rem;
        margin-bottom: 5rem;
        border-right: none;
    }
    .contact .container {
        margin-top: 1.8rem;
    }
    .pagehero .container {
        margin-top: 70px;
    }
    .a-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    .box {
        width: 100%;
    }
    .box h2 {
        text-align: center;
    }
    .box p {
        text-align: center;
    }
    .pagehero .container .title {
        max-width: 232px;
    }
    .formpage .container .icon.about2 {
        width: 90px;
        top: auto;
        bottom: 50px;
        position: absolute;
        right: -25px !important;
    }
    .searchpage .arealead h2 {
        font-size: 2.5rem;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .responsive-footer-nav-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cnt-text .container .cnt-form .form-group .send-form {
        font-size: 1rem;
    }
    .modal-content {
        width: 100%;
    }
    .productpage {
        max-width: 100%;
    }
    .productpage .p-show {
        flex-direction: column;
    }
    .product-sub-images h2 {
        font-size: 2.8rem;
        margin-bottom: 1.2rem;
        text-align: center;
    }
    .product-sub-images h6 {
        font-size: 1.5rem;
        text-align: center;
    }
    .productpage .p-show .product-image {
        max-width: 100%;
        cursor: pointer;
        display: block;
    }
    .p-subinfo {
        flex-direction: column;
    }
    .p-info {
        margin-bottom: 30px;
    }
    .p-info.p-right {
        margin-left: 0;
    }
    .cnt-text .container .cnt-form {
        margin-top: 0;
    }
    .service-list .container .seclead {
        padding: 0px 0px 5.6rem 0px;
    }
    .over-asrtech {
        padding: 5rem 0 5rem 0;
    }
    .service-list .container .s-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .service-list .container .s-list .service-item {
        min-height: 160px;
    }

    .repirefeatures .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .repaireprograms .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .mobilecomputer .container .uldivide {
        grid-template-columns: repeat(1, 70%);
        grid-gap: 3em 3em;
    }
    .DepotServices .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .applesubinfo .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .honeywell .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .intigration {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1em 1em;
    }
    .demoItems .container .s-list {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 3em 3em !important;
    }
    .appleproducts .container, .itrepire .container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1em 1em;
    }
    /* filter-holder */
    .filters .filter-holder .container {
        width: 100%;
    }
  
  .filter-holder {
    border-left: 1px solid #666;
    text-align: left;
    width: 100%;
    overflow: auto;
  
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    bottom: 0;
    transition: left 0.3s;
    background-color: #fff;
    z-index: 9999;
  }
  .mobile-filter-open .filter-holder {
    left: 0;
  }
  .filters .filter-holder .container .filter {
    flex-direction: column;
}
.filter-holder .filter .filter-first {
    padding: 19px 15px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    background-color: #461bff;
    color: #fff;
    width: 100%;
    justify-content: unset;
}
.filter-holder .filter .filter-items {
    flex-direction: column;
    width: 100%;
}
  .filter-holder .filter .filter-first svg {
    margin-right: 11px;
  }
  
  .filter-holder .filter .filter-items .cat-item button,
  .filter-bottom .right .cat-item button {
    background: transparent;
    border: 0;
    display: flex;
    padding: 12px 0;
    width: 100%;
  
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #4f4f4f;
    align-items: center;
    position: relative;
  }
  .filter-holder .filter .filter-items .cat-item button .count {
    background-color: #f1e2da;
    height: 17px;
    width: 16px;
    font-size: 10px;
    color: #461bff;
    line-height: 19px;
    font-weight: bold;
    margin-left: 6px;
}
  .filter-holder .filter .filter-items .cat-item button:after {
  }
  .filter-holder .filter .filter-items .cat-item,
  .filter-bottom .right .cat-item {
    width: 100%;
    font-size: inherit;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .filter-holder .filter .filter-items .cat-item .cat-menu,
  .filter-bottom .right .cat-item .cat-menu {
    display: none;
  }
  .filter-bottom .right .cat-item .cat-menu {
    position: absolute;
  
    background-color: rgb(246, 244, 244);
    z-index: 10;
    width: 100%;
    padding: 0px 26px 25px;
    min-width: 18rem;
    max-height: 300px;
    overflow-y: auto;
    right: 15px;
  }
  .filter-holder .filter .filter-items .cat-item.open .cat-menu,
  .filter-bottom .right .cat-item.open .cat-menu {
    display: block;
  }
  .filter-holder .filter .filter-items .cat-item a,
  .filter-bottom .right .cat-item a {
    display: block;
    color: #666;
    font-size: 12px;
    padding-top: 23px;
    /* font-weight: bold; */
  }
  .filter-holder .filter .filter-items .cat-item a:hover {
    color: #461bff;
}
  .filter-holder .filter .filter-items .cat-item .form-check,
  .filter-bottom .right .cat-item .form-check {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #e5e5e5; */
    padding-top: 27px;
    /* padding-bottom: 13px; */
    padding-left: 0;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-input,
  .filter-bottom .right .cat-item .form-check .form-check-input {
    margin-top: 0;
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-label, 
  .filter-bottom .right .cat-item .form-check .form-check-label {
    /* padding-left: 9px; */
    color: #666;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-label:before,
  .filter-bottom .right .cat-item .form-check .form-check-label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a5abb1;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
  }
  .filter-holder .filter .filter-items .cat-item .form-check .form-check-input:checked + label:after, .filter-bottom .right .cat-item .form-check .form-check-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 16px;
    width: 6px;
    height: 11px;
    border: solid #e65300;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  
  .filter-btns {
    display: flex;
    padding-bottom: 0px;
    padding-top: 30px;
    position: sticky;
    bottom: 0;
  }
  .filter-holder .filter .filter-items .cat-item .filter-btn,
  .filter-bottom .right .cat-item .filter-btn {
    text-align: center;
    align-content: space-between;
    flex: 1;
    cursor: pointer;
    padding: 8px 0;
  }
  .filter-holder .filter .filter-items .cat-item a.filter, .filter-bottom .right .cat-item a.filter {
    background-color: #461bff;
    color: #fff;
}
  a.reset {
    margin-right: 5px;
    background: #ddd;
  }
  .filter-holder .close-filter {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .filter-btn-mobile {
    background: #461bff;
    border: 0;
    color: #fff;
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
  .filter-btn-mobile svg {
    margin-right: 8px;
  }
  /* filter-bottom */
  
  .filter-bottom {
    margin-bottom: 40px;
  }
  .filter-bottom .left p {
    margin-bottom: 0;
    color: #4d4d4d;
    text-transform: uppercase;
    font-family: "moon";
  }
  .filter-bottom .right {
    text-align: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .filter-bottom .right span {
    font-weight: 600;
  }
  .filter-holder .filter .filter-items .cat-item.open .cat-menu, .filter-bottom .right .cat-item.open .cat-menu {
    position: relative;
    width: 100%;
    background: transparent;
}
.filter-bottom .container {
    grid-gap: 20px;
}
.sorter .right .cat-item.open .cat-menu {
    position: absolute;
    width: 50%;
    background: #fff;
}


}

@media (max-width: 500px) {
    .service-list .container .s-list .service-item {
        min-height: 150px;
    }
    .service-list .container .s-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3em 3em;
    }
    .repirefeatures .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .repaireprograms .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .mobilecomputer .container .uldivide {
        grid-template-columns: repeat(1, 70%);
        grid-gap: 3em 3em;
    }
    .DepotServices .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .applesubinfo .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .honeywell .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3em 3em;
    }
    .intigration {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1em 1em;
    }
    .demoItems .container .s-list {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 3em 3em !important;
    }
}

@media (max-width: 400px) { 
    .service-list .container .s-list .service-item {
        min-height: 230px;
    }
    .service-list .container .s-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .service-list .container .seclead {
        padding: 0px 0px 5.6rem 0px;
    }
}



