/* Product style */
/*#main {*/
/*    padding-top: 76px;*/
/*}*/
#commandItems li.active {
  font-weight: bold;
  color: #4CAF50;
  list-style: none;
}

#recordToggleBtn.recording {
  background-color: red;
  color: #fff;
}
#progress-container {
  margin-top: 20px;
  display: block;
}

#progress-bar {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
  height: 20px;
}

.recordVoiceWrapper {
    min-height: 100vh;
    display: flex
;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 5% 0;
}
#step1 label {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}
.interVoicePage h2 {
    font-size: 2rem;
    display: block;
    text-align: center;
    margin: 50px 0 0;
    font-weight: 800;
}
.progress-step {
  width: 33.33%;
  height: 100%;
  float: left;
  background-color: #ddd;
}
.progress-step.filled {
  background-color: #4CAF50;
}

.bannerProdContent img {
    max-width: 210px;
    max-height: 260px;
    width: auto !important;
}
.bannerProdContent.chimney .introTxt {
    margin: 0 40px 0 0;
}
.appliances .eachProdContainer img {
       width: 60px;
    background: none;
    padding: 0;
    margin-bottom: 20px;
}
.ourProducts.whitelabelProd img {
    margin-bottom: 20px;
}
.ourProducts.whitelabel .eachProdContainer img {
    background: none;
    padding: 0;
    width: 100%;
}
.appliances .eachProdContainer a img {
    width: 20px;
}
.appliances .eachProdContainer h2 {
    min-height: auto;
}
.lightBg {
    background: #f1f6fe !important;
}
.bannerProdContent img {
    width: 210px;
}
.bannerBgbottom {
    position: absolute;
    bottom: 20px;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.compareTable img {
    margin: 0 auto 5%;
    display: block;
}
.compareTable {
    width: 80%;
    margin: 0 auto 4%;
    text-align: center;
    background-color: #f7faff;
}
.compareTable h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    padding: 60px 0 30px;
}
.privacy li span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 800;
}
.privacy li {
    margin-bottom: 30px;
}
.privacy ul {
    margin: 0;
    padding: 30px 0 0px 50px;
}
.thankMessage {
    display: none;
}
.prodTitle {
    margin: 0 20px;
}


.tab-container {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    min-height: 240px;
}

.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.tab-button {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    background-color: #f1f1f1;
    border: none;
    outline: none;
    transition: background-color 0.3s;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
        background-color: #1554b4;
    font-weight: bold;
    color: #fff;
}

.tab-content {
    padding: 15px;
    display: none; /* Hide all tab contents by default */
}

.tab-content.active {
    display: block; /* Show active tab content */
}





#OurProduct .prodTitle h3 {
    color: #000;
    margin: 0;
    font-size: 1rem;
    padding: 10px;
}
#ProductBanner.facilityManagement .bannerProdContent h2 span {
    font-size: 3rem !important;
    margin: 0;
}
.innerproductWrapper {
     display: flex;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
}
.innerprodLhs img {
    width: 100%;
}
.innerprodLhs {
    width: 260px;
}
.innerproductWrapper {
    display: flex;
    align-items: flex-start;
    width: 80%;
    margin: 5% auto 5%;
    justify-content: center;
}
.innerprodRhs ul {
    text-align: left;
    padding-left: 60px;
}
.innerprodRhs ul li {
    margin-bottom: 15px;
}
.P1 {
    color: #000000;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    line-height: 115%;
    margin-bottom: 0cm;
    margin-left: 0cm;
    margin-right: 0cm;
    margin-top: 0cm;
    text-align: left ! important;
    text-indent: 0cm;
    text-decoration: none ! important;
    writing-mode: page;
}
.privacy h1 {
    font-size: 2rem;
    font-weight: 800;
}
.privacy h2 {
    font-size: 2.3rem;
    font-weight: 600;
}
.privacy h3 {
    font-size: 1.8rem;
}
p.thankMessage {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.active p.thankMessage {
    display: grid;
}
.thankMessage strong {
    display: block;
}
button.close span {
    color: #2365bf;
}
.eachFea.control4 img {
    width: 140px;
    height: auto;
}
.eachFea.control4 img, .eachFea.knxLogo img {
    width: auto;
    height: 36px;
}
.hoverMenu {
    position: absolute;
    top: 19px;
    width: 570px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    background-color: #000;
    padding: 50px 20px 20px;
}
.hlhs {
    width: 50%;
}
.hrhs {
    width: 50%;
}
.hlhs:hover,
.hrhs:hover {
    background-color: #272727;
}
#navbar ul li:hover .hoverMenu {
    display: flex;
}
.hoverMenu img {
    height: 170px;
}
.hoverMenu h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    padding: 0px 10px;
    margin: 0;
}
.hoverMenu p {
    font-size: 0.8rem;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 5px;
}
.hoverMenu a {
    padding: 14px 10px 0px;
    text-decoration: underline;
    font-size: 0.7rem;
    display: inline-block;
    height: 100%;
}
#hero.indexOne h1{
    font-size: 3rem;
    color: #000000;
    text-transform: capitalize;
}
#hero.indexOne h2 {
    font-size: 1.3rem;
    color: #404040;
}
#header.indexOne {
    background-color: rgb(229 235 246);
}
.indexOne #navbar li a {
    color: #000;
}
.indexOne.header-scrolled #navbar li a {
    color: #fff;
}
.bannerCont {
    text-align: center;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.AboutImg {
    padding-top: 100px;
    width: 70%;
    margin: 0 auto;
}
.aboutTitle h1 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.aboutTitle h4 {
    font-size: 1rem;
    color: #a3a3a3;
    font-weight: 300;
    text-transform: uppercase;
}
.aboutTitle {
    text-align: center;
}
.mission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 0;
}
.mission .lhs {
    padding-right: 40px;
}
.mission .rhs {
    padding-left: 40px;
}
#OurProduct .lhs img {
    /*height: 92%;*/
    width: auto;
}
#hero h2 {
    font-size: 1.3rem;
    color: #fff;
    margin: 0 0 30px;
}
#ProductBanner {
    position: relative;
    padding: 0;
    height: 70vh;
    position: relative;
    overflow: hidden;
}
.bannerProdContent .introTxt h3 {
    text-align: center;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
}
.compareTable table tr td:first-child {
    background-color: #1554b4;
    color: #fff;
}
.compareTable table {
    width: 100%;
}
.compareTable table p {
    margin: 0;
    padding: 8px;
}
.compareTable table tr p span,
.compareTable table tr td {
    font-family: 'Poppins', sans-serif !important;
}
.compareTable table tr td:first-child p span,
.compareTable table tr td:first-child {
    font-size: 0.7rem;
    font-weight: 700;
}
.compareTable td {
    border-color: #cacaca;
}
.compareTable table {
    border-color: #dcdcdc !important;
}
span.hh1Line {
    position: absolute;
    bottom: 0;
    height: 160px;
    z-index: 9;
}
.hh1 div#ProductBanner {
    padding: 0;
    background-color: transparent;
}
.leftStick:hover .hoverContent {
    display: flex;
}
.leftStick:hover h3 {
    display: none;
}
.leftStick {
    position: fixed;
    right: -50px;
    z-index: 9999;
    left: auto;
    top: 50%;
    cursor: pointer;
}
.leftStick h3 {
       font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 40px;
    margin: 0;
    transform: rotate(-90deg);
    background-color: #C3DBFF;
    margin-right: -55px;
    margin-top: 45px;
}
.hoverContent {
        height: 200px;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #C3DBFF;
    position: fixed;
    right: -100%;
}
.leftStick:hover .hoverContent {
    position: relative;
    right: 0;
    transition: all 1s;
}
.hoverContent img {
    height: 100%;
}
.hoverRhs {
    padding: 10px 20px;
}
.hoverRhs h2 {
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
    line-height: 50px;
}
.hoverRhs p {
    font-size: 0.8rem;
    margin-top: 10px;
}
.productContainer {
    width: 80%;
    margin: 0 auto;
}

.eachProdContainer img {
    width: 70%;
    margin-bottom: 0px;
    padding: 3px;
}
.eachProdContainer h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 3px;
}
.eachProdContainer h2 {
    font-size: 1rem;
    min-height: 42px;
    font-weight: 700;
    color: #000;
}
.eachProdContainer p {
    font-size: 0.8rem;
    font-weight: 400;
}
.eachProdContainer {
    padding-right: 20px;
    width: 25%;
    text-align: center;
}
.ourProducts.even {
    background-color: #f5f5f5;
    padding: 30px 0;
}
.ourProducts {
    margin: 0 0 60px;
}
.eachProdWrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.eachProdContainer a {
    background-color: #3f70d3;
    color: #fff;
    padding: 10px 50px 10px 20px;
    border-radius: 45px;
    font-size: 0.8rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.eachProdContainer a img {
   width: 20px;
    position: absolute;
    margin: 0;
    right: 20px;
    top: 8px;
    background: none;
    padding: 0;
}
#ProductBanner .makeCenter {
        display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ProductBanner h2 {
    font-size: 1.2rem;
    color: #000;
    margin: 0;
    font-weight: 600;
    line-height: 150%;
    font-family: "Raleway", sans-serif;
    margin-left: 30px;
}
#ProductBanner h2 span:first-child {
        font-size: 3rem;
    display: block;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 125%;
}
.compareTable table tr:first-child td span {
    font-size: 1rem;
    font-weight: 900;
}
.prodRhs img {
     height: 100%;
    width: 100%;
}
.prodRhs {
     height: 100vh;
    width: 50%;
    text-align: right;
    position: relative
}
#OurProduct.appliancesWrap .itemWrap {
    width: 90%;
}
#OurProduct.appliancesWrap .rhs {
 display: flex;
    justify-content: space-between;
    padding-left: 20px;
    width: 60%;
}
#OurProduct.appliancesWrap h2 {
    font-size: 1.2rem;
    font-weight: 800;
}
.basic, .premium {
    width: 50%;
}
.basic {
    padding-right: 30px;
}
.premium {
    padding-left: 30px;
}
#OurProduct.appliancesWrap .itemWrap .lhs {
    text-align: center;
    width: 30%;
}
#TechnicalSpecl {
    text-align: center;
    padding: 4% 0 0;
}
#TechnicalSpecl h2 {
        font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    margin: 0 0 50px;
}
.blockWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 930px;
    margin: 0 auto;
}
.eachPordBlock p {
    font-size: 0.8rem;
    color: #000;
    max-height: 60px;
    min-height: 60px;
}
.eachPordBlock {
    background: #c3d7fc;
    width: 350px;
    margin-bottom: 40px;
    padding: 20px 20px 0;
    text-align: left;
}
.eachPordBlock span {
    padding-bottom: 10px;
    display: block;
    width: 40px;
}
#hero {
    padding: 0 10%;
    position: relative;
    margin-top: 76px;
    width: 100%;
    height: 74vh;
}
.index2#hero {
    padding: 0;
    height: 89vh;
    margin: 0;
}
#hero .item {
    position: relative;
    height: 89vh;
    text-align: center;
}
#hero .owl-carousel .owl-item img {
    height: 100%;
    width: auto;
    display: inline-block;
}
.homeCarousel.owl-carousel, .homeCarousel.owl-carousel .owl-item {
    position: static;
}
.homeCarousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.homeCarousel button.owl-dot {
    width: 14px;
    height: 14px;
    background-color: #2b73da !important;
    border-radius: 50%;
    margin: 0 4px;
}
button.owl-dot.active {
    background-color: #000 !important;
}
.prodLhs {
    position: relative;
    width: 100%;
    text-align: center;
}
.bannerProdContent {
    text-align: center;
    display: flex;
    padding: 0 10%;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.rotate {
    animation: rotation 15s infinite linear;
    position: absolute;
    top: 20%;
    left: 17%;
    width: 130px !important;
    height: auto !important;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#Timeline {
    position: relative;
    margin: 7% 0 0;
}
#Timeline img {
    width: 100%;
}
.timeline h3 {
        color: #2C72DB;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 24px;
}
.timeline p {
    color: #6C6C6C;
    font-size: 0.8rem;
    margin: 0 0 6px;
}
.timeline h2 {
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline a {
    background-color: #000;
    padding: 7px 12px;
    display: inline-block;
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 20px;
}
.timeline {
      width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #F0F6FF;
    padding: 20px 20px 140px;
    border-radius: 15px;
}
img.timeline-Img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.timeline h2 img {
    width: 40px !important;
    margin: 0 8px;
}
.useImage img {
    width: 80%;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
}
.copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 20px 0 10px;
}
.copyrights li i {
    color: #2D2C2C;
}
.copyrights ul li {
    list-style: none;
    margin: 0 10px;
    font-size: 2rem;
}
.copyrights ul {
    display: flex;
}
.copyrights p {
    font-size: 1rem;
    color: #000;
    margin: 0;
}
/* HH1 */
.SoundsPopup form {
    text-align: left;
    width: 90%;
}
.SoundsPopup {
    display: flex;
    width: 1000px;
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    margin: 0 auto;
    right: 0;
    background-color: #fff;
    align-items: center;
}
.SoundsPopup .form-group label {
    font-size: 1rem;
    font-weight: 500;
    display: block;
}
.SoundsPopup .Srhs input[type=text],
.SoundsPopup .Srhs input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 7px 16px !important;
    height: auto;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    font-size: 0.8rem;
    width: 80%;
}
#SoundsIntr .SoundsPopup label.custom-control-label {
    display: inline-block;
}
.form-row {
    display: flex;
}
#SoundsIntr .SoundsPopup p {
        color: #7e7e7e;
    margin: 0 0 10px;
    font-size: 1rem;
}
#SoundsIntr .SoundsPopup h2 {
    color: #000;
    margin-bottom: 0px;
    font-size: 1.6rem;
    font-weight: 600;
}
.SoundsPopup form {
    text-align: left;
}
.SoundsPopup .form-group label {
    font-size: 0.7rem;
    font-weight: 500;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    font-size: 30px;
    background-color: transparent;
    display: none;
}
.active button.close { 
    display: inline-block;
}
.Slhs,.Srhs {
    width: 50%;
}
.Slhs {
    text-align: center;
    padding: 0;
}
#SoundsIntr .Slhs img {
    width: 330px;
}
#SoundsIntr {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 22%, rgb(29 29 29) 69%);
    padding: 15% 0;
    text-align: center;
    position: relative;
}
.SoundsPopup #submit.btn.btn-primary {
        background-color: #0171e1;
    display: block;
    padding: 7px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 150px;
    margin: 14px auto 0;
}


#SoundsIntr h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}
#SoundsIntr p {
    font-size: 1.6rem;
    color: #fff;
    margin-left: -30px;
}
#SoundsIntr a.requestDemo {
    display: block;
    width: 230px;
    background: #2C72DB;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    border-radius: 6px;
    margin: 28px auto;
    text-decoration: none;
}
#SoundsIntr img {
    width: 16px;
}
#SoundsIntr a {
    color: #fff;
    font-size: 0.8rem;
    margin: 0 20px;
    text-decoration: underline;
}
#Features h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}
#Features {
    padding-top: 0;
    background: rgb(241,246,254);
    background: linear-gradient(178deg, rgb(42 101 188) 56%, rgb(20 84 180) 89%);
}
#Features .eachFea p {
    font-size: 0.8rem;
    color: #fff;
    margin: 0;
}
#Features.lightBg .eachFea p {
    color: #000;
}
#Features .eachFea h3 {
       color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 3px;
}
.eachFea img {
    height: 60px;
    margin-bottom: 20px;
}
.featureWrap {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 2% 0;
}
.SepcInnerWrap {
    display: flex;
}
.SepcInnerWrap h3 {
    font-size: 1rem !important;
}
.eachFea {
    width: 33.3%;
    text-align: center;
    padding: 14px;
}
.featureWrap {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#ProductBanner h2 img {
    width: 30px;
    margin: 0 8px 0 0;
}
.hh1 #ProductBanner .makeCenter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hh1 #ProductBanner .makeCenter .prodRhs {
    visibility: hidden;
}
.hh1 #ProductBanner .rotate {
    right: 0%;
}
.hh1 #ProductBanner h2 {
    color: #fff;
}
#ProductBanner img.hh1BannerImg {
    width: 100%;
}
.timeline {
    background-color: #c3d7fc;
}
.hh1 .eachPordBlock {
    background: linear-gradient(131deg, rgba(113,146,219,1) 22%, rgba(189,131,230,1) 85%);
}
.hh1 .eachPordBlock p {
    color: #fff;
}
/* Product style end */

.demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  padding: 0;
}

.demo li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-box-flex 500ms ease-out;
  -webkit-transition: -webkit-flex 500ms ease-out;
  transition: -webkit-box-flex 500ms ease-out;
  transition: -ms-flex 500ms ease-out;
  transition: flex 500ms ease-out;
  padding: 0;
}

.demo li:nth-child(1) { background: #f2b635; }

.demo li:nth-child(2) { background: #f19a2a; }

.demo li:nth-child(3) { background: #49b3e8; }

.demo li:nth-child(4) { background: #00a0e6; }

.demo li:nth-child(5) { background: #f25648; }

.demo li.active {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.demo li {
    list-style: none;
}
/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/** Owl Carousel v2.3.4*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #2a73da;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background: url("../img/product/circular2 1.png") no-repeat 0 0 / 100% 100%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.eachProd {
       width: 25%;
    margin: 0 14px;
    background-color: #fff;
    padding: 10px 10px 40px;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 6px -3px #000;
    position: relative;
}
.eachProd a {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.productWrap {
    display: flex;
    justify-content: center;
}
.eachProdContainer ul {
    padding: 0 0px 0px 13px;
    min-height: 210px;
}
#OurProduct {
    /*background: url("../img/product-bg.svg") no-repeat 0 0 / 100% 100%;*/
    padding: 5% 0 3%;
    /*background-color: #202020;*/
}
button.disabled {
    opacity: 0;
}
#MakeBusiness {
    padding: 4% 0 3%;
    min-height: 800px;
}
.eachProd h3 {
    font-size: 1.7rem;
    padding: 8px 0 10px;
}
#OurProduct li {
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.contentWrap {
    position: relative;
}
.contentWrap span {
    position: absolute;
    top: 8px;
    right: -12px;
    padding: 4px 14px;
    background-color: #2ea9e1;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
}
#AboutUs h2 {
    text-align: center;
}
.IntroCont {
    width: 800px;
    margin: 0 auto;
    padding: 3%;
    background-color: #2c72db;
    color: #fff;
    margin-top: 20px;
    position: relative;
}
#AboutUs {
    padding: 4% 0 5%;
}
.blackText h2 {
    color: #000 !important;
}
.IntroCont span {
    position: absolute;
    bottom: -3px;
    width: 140px;
    right: 50px;
}
.itemWrap {
    display: flex;
    width: 74%;
    margin: 0 auto;
}
.lhs, .rhs {
    width: 50%;
}
#OurProduct .rhs a img {
    width: 20px;
    display: inline-block;
}
.AboutIntro {
    width: 1000px;
    margin: 0 auto;
}
.AboutIntro p {
    font-size: 1rem;
    padding: 20px 0 0;
    margin: 0;
    line-height: 190%;
}
.btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}
.btn a {
    background-color: #333333;
    padding: 10px 20px;
    color: #fff;
    font-size: 1rem;
}
.btn img {
    width: 130px;
}
.AboutIntro .btn {
    padding-top: 40px;
}
.AboutIntro h3 {
    padding: 30px 0 0;
}
.productWrapper {
    position: relative;
}
.productWrapper button.owl-prev {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    background: url("../img/left-carousel-arrow.svg") no-repeat 0 0 / 100% !important;
    width: 50px;
    height: 50px;
    border: none;
}
.productWrapper button.owl-next {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    background: url("../img/right-carousel-arrow.svg") no-repeat 0 0 / 100% !important;
    width: 50px;
    height: 50px;
}
.productWrapper button.owl-prev span, 
.productWrapper button.owl-next span {
    display: none;
}
#OurPartners {
    background: #F8F9FB;
    padding: 60px 0;
    text-align: center;
}
#OurPartners .eachLogo img {
    width: 100%;
}
#OurPartners .eachLogo {
    width: 16%;
}
.partnersLogo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
#OurPartners h2 {
       padding: 0;
    margin: 0;
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
}
#OurPartners h2:before {
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: #2b72db;
    left: 0;
    content: "";
    margin: 0 auto;
    right: 0;
}
#NewsBlog {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10% 5%;
}
#NewsBlog .intro {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 20px;
}
#NewsBlog li.active .intro {
    display: block;
}
#NewsBlog .intro a {
    color: #000;
    background-color: #e8e8e8;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 5px;
}
.demo li img {
    width: 100%;
    height: 100%;
}
#NewsBlog h3 {
    color: #fff;
    font-size: 1.3rem;
}
.Newsblog {
    width: 1500px;
    overflow: hidden;
}
.eachNews {
    position: relative;
    width: 250px;
    display: inline-block;
    vertical-align: top;
}
.demo li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 4px;
}
#OurProduct .item .itemWrap .rhs {
    margin-left: 80px;
}
#OurProduct .item .itemWrap ul li {
    width: 100%;
    margin-left: 0;
}
#product .lhs img {
    width: 50%;
}
ul.useCase {
    padding: 30px 0 0;
}
#product .itemWrap {
    display: flex;
    width: 74%;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #ebebeb;
}
#product .lhs {
    width: 30%;
    text-align: center;
}
#product .rhs li {
    margin-bottom: 10px;
}
ul.useCase li {
    list-style: none;
}
.footerdivider {
    width: 100%;
    height: 20px;
    background: linear-gradient(-90deg, rgba(51, 51, 51, 1) 20%, rgba(44, 114, 219, 1) 80%);
}
.signUp {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.signUp h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 4px;
}
.signUp p {
    font-size: 0.8rem;
}
.formSign input {
    background-color: #F4F4F4;
    border: 1px solid #E5E5E5;
    padding: 8px 10px;
    width: 280px;
    font-size: 1rem;
}
.formSign button {
    background-color: #333333;
    border: none;
    color: #fff;
    padding: 9px 20px;
}
section#contact {
    padding: 11% 0 5%;
}
footer {
    padding: 0 5%;
}
.footerMenu a {
    color: #000;
}
.footerMenu {
        display: flex;
    justify-content: space-between;
    padding: 50px 0 40px;
    position: relative;
}
.footerlogo {
    width: 21%;
    padding-right: 20px;
}
.fproduct, .fCompany {
    width: 12%;
}
.fAddress {
    width: 22%;
    padding-right: 20px;
}
.footerMenu h3 {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: #636363;
}
.footerMenu li {
    font-size: 0.8rem;
    list-style: none;
    margin-bottom: 6px;
}
.footerMenu p {
    font-size: 0.8rem;
    margin: 0;
}
.footerMenu ul {
    padding: 0;
    margin: 0;
}
.signUp span.makeinIndia {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2a73da;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}


#MakeBusiness h2 {
    text-align: center;
    font-size: 2rem;
}
#MakeBusiness {
    padding: 4% 0 3%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#navbar li a {
    color: #fff;
}
#header {
       transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background-color: #000;
    height: 76px;
}
.hh1-header#header {
    background-color: rgb(255 255 255 / 52%);
}
.hh1-header #navbar li a {
    color: #000;
}
.hh1-header.header-scrolled #navbar li a {
    color: #fff;
}
.hh1-header #navbar li a.getstarted {
    color: #fff;
}
#header .container.d-flex {
    align-items: flex-start !important;
}
#header.header-scrolled .container.d-flex {
    align-items: center !important;
    padding: 13px 0;
}
.header-scrolled .navbar a, .navbar a:focus {
    color: #fff;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
      font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#header.header-scrolled .logo {
    background-color: #f2f4f8;
}
#header .logo a {
  color: #fff;
}

#header .logo img {
  max-width: 170px;
    margin-top: -4px;
}
#header.header-scrolled .logo a img {
    max-height: 65px;
    transition: all 0.5s;
}
.fixed-top {
    position: static !important;
}
header#header.header-scrolled {
    padding: 4px 0;
    transition: all 0.5s;
}
.section {
    position: relative;
    z-index: 1;
}
section#services {
  text-align: center;
}
#services .container.ui-icon-blocks h5 {
    margin-bottom: 60px;
}
a.getstarted {
    background-color: #2d72da;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
}
#navbar {
    margin: 0;
    padding: 0;
}
#navbar ul li {
    list-style: none;
    margin: 0 15px;
    position: relative;
    z-index: 999;
}
#navbar ul {
        display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}
#navbar a.nav-link.active {
    color: #2d72da;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2a73da;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2a73da;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero .container {
  padding-top: 30px;
}

#hero h1 {
      margin: 0 0 10px 0;
    font-size: 5rem;
    font-weight: 700;
    line-height: 112%;
    color: #ffffff;
    text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 0;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #2b72da;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #2a73da;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
  width: 80%;
}
.hero-img {
    text-align: center;
}


@media (max-width: 768px) {
    .homeCarousel {
        position: static !important;
        top: 0%;
        transform: none;
        width: 100% !important;
        left: 0%;
        text-align: center;
    }
    #hero .animated {
        width: 100%;
    }
    #hero {
        height: auto;
    }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
}

.section-title p {
  margin-bottom: 0;
}
.blog .eachProd h3 {
    font-size: 1.3rem;
}
.blog .eachProd p {
    font-size: 0.8rem;
}
.eachProd a img {
    width: 16px;
    margin: -3px 0 0 6px;
}
#OurProduct .rhs h4 img {
    width: 20px;
    margin-right: 6px;
}
#OurProduct h4 {
    font-size: 1rem;
    color: #2B65BC;
    display: flex;
    padding: 7px 0;
    font-weight: 600;
    margin: 0;
}
.subTitle h4 img {
    margin-right: 8px;
    width: 22px;
}
#OurProduct .itemWrap ul {
    padding: 10px 0;
    margin: 0;
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
#OurProduct .itemWrap ul li {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0px;
    /*background: url('../img/product/product-li-img.svg') no-repeat 0 0 / auto 100%;*/
    padding: 12px 0 4px 20px;
    font-weight: 500;
    width: 50%;
}
#OurProduct .item .rhs a,
.hoverRhs a{
    background-color: #2B65BC;
    color: #fff;
    padding: 10px 60px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
}
#OurProduct .itemWrap ul {
       padding: 0px 40px;
    margin: 0 0 40px;
}
#OurProduct .itemWrap .lhs {
    text-align: center;
    width: 40%;
}
#OurProduct .itemWrap .rhs {
        padding-left: 0px;
    width: 100%;
}
.itemWrap h3 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    margin: 10px 0 0;
}
.itemWrap .lhs a {
    color: #000;
    font-size: 0.8rem;
    text-decoration: underline;
}


.animate-wrap a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
}

.animate-wrap a span {
    position: relative;
    z-index: 0;
    color: #fff;
}

.animate-wrap a .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #7293ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
}

.animate-wrap a .liquid::after,
.animate-wrap a .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

.animate-wrap a .liquid::after {
    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    box-shadow: 0 0 10px 5px #7293ff, inset 0 0 5px #7293ff;
    animation: animate 5s linear infinite;
    opacity: 0.8;
}

.animate-wrap a .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
        inset 0 0 5px rgba(26, 26, 26, 0.5);
    background: rgba(26, 26, 26, 0.5);

    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
.animate-wrap a:hover .liquid {
    top: -120px;
}

.animate-wrap a:hover {
    box-shadow: 0 0 5px #7293ff, inset 0 0 5px #7293ff;
    transition-delay: 0.2s;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #2a73da;
  border-bottom: 3px solid #2a73da;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #2a73da;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #2a73da;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #2a73da;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #2a73da;
  border-bottom: 3px solid #2a73da;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2a73da;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #2a73da;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
#ContactForm input#submit {
    padding: 10px;
    text-align: center;
    display: inline-block;
}
.contactWrap {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 5% 0;
}
.Crhs .form-group input {
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 6px;
    background-color: #f9f9f9;
    width: 100%;
    padding: 8px;
    border: 1px solid #cfcfcf;
}
.Crhs button.btn.btn-primary {
    text-align: center;
    display: block;
    padding: 7px;
    border-radius: 0;
    background-color: #000;
    border: none;
}
.Clhs h2 {
    font-size: 2.4rem;
    font-weight: 800;
}
.Clhs img {
    padding: 40px 0;
}
.Clhs {
    padding-right: 5%;
}
.Clhs, .Crhs {
    width: 50%;
}
.Crhs {
    position: relative;
    padding-left: 5%;
}
.proTip p {
    background-color: #f0f0f0;
    padding: 20px;
    margin-top: 10px;
}
.copyrights i.bi.bi-facebook {
    color: #1877f2;
}
.copyrights i.bi.bi-instagram {
    color: #ee1477;
}
.copyrights i.bi.bi-linkedin {
    color: #0076b4;
}
.copyrights i.bi.bi-twitter {
    color: #55acee;
}
.footerMenu p a {
    color: #2a73da;
    font-weight: 800;
}

@media only screen and (max-width: 767px)  { 
    .aboutTitle h1 {
        font-size: 2rem;
    }
    button.owl-dot {
        background-color: #000 !important;
        width: 20px;
        height: 20px;
        margin: 6px;
        border-radius: 50%;
    }
    .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    #navbar li a {
        color: #000;
    }
    #navbar.navbar-mobile ul {
        display: block;
    }
    #navbar ul {
        display: none;
    }
    .index2#hero,
    #hero .item {
        height: 250px;
    }  
    #hero .container {
    padding-top: 0;
}
    .itemWrap {
        display: block;
        width: 70%;
        padding: 0 20px;
    }
    #OurProduct .itemWrap .lhs,
    .AboutIntro,
    .featureWrap{
        width: 100%;
    }
    .eachFea {
        width: 50%;
        padding: 20px;
    }
    #OurProduct .itemWrap .rhs {
        width: 100%;
    }
    #OurProduct .itemWrap .rhs {
        padding-left: 0;
        width: 100%;
    }
    .lhs, .rhs,
    .prodLhs,
    .SoundsPopup form,
    .SoundsPopup .Srhs input[type=text], .SoundsPopup .Srhs input[type=email],
    .prodRhs,.SoundsPopup,
    .contactWrap,
    .Clhs, .Crhs {
        width: 100%;
    }
    #header .container.d-flex,
    .footerMenu,
    .signUp,
    .copyrights,
    .mission,
    #ProductBanner .makeCenter,
    .contactWrap{
        display: block;
    }
    .footerlogo,
    .fproduct, .fCompany,
    .fAddress{
        width: 100%;
        padding: 10px 0;
    }
    .prodRhs,
    #ProductBanner{
        height: auto;
    }
    #ProductBanner {
        padding: 130px 20px 5%;
    }
    #SoundsIntr {
        padding: 15% 30px;
    }
    .Slhs,
    span.hh1Line {
        display: none;
    }
    .Slhs, .Srhs {
        width: 100%;
        padding: 0 40px;
    }
    #OurProduct .item .rhs a, .hoverRhs a {
        padding: 10px 20px;
    }
    form#soundsGoodForm {
        height: 340px;
        overflow: scroll;
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) { 
    #OurProduct .lhs img,
    .AboutIntro{
        /* height: 92%; */
        width: 100%;
    }
    #ProductBanner {
        height: 46vh;
    }
    .eachFea {
        width: 50%;
    }
    button.owl-dot {
        background-color: #000 !important;
        width: 20px;
        height: 20px;
        margin: 6px;
        border-radius: 50%;
    }
    .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    #navbar li a {
        color: #000;
    }
    #navbar.navbar-mobile ul {
        display: block;
    }
    #navbar ul {
        display: none;
    }
    .index2#hero,
    #hero .item {
        height: 400px;
    }  
    .itemWrap {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    #OurProduct .itemWrap .lhs,
    .contactWrap {
        width: 100%;
    }
    #OurProduct .itemWrap .rhs {
        padding-left: 0;
    }
    .lhs, .rhs,
    .featureWrap {
        width: 100%;
    }
    #header .container.d-flex,
    .footerMenu,
    .signUp,
    .copyrights{
        display: block;
    }
    .footerlogo,
    .fproduct, .fCompany,
    .fAddress{
        width: 100%;
        padding: 10px 0;
    }
    .prodRhs {
        height: 100%;
    }
    .Slhs {
        display: none;
    }
    .Slhs, .Srhs {
        width: 100%;
        padding: 40px;
        height: 400px;
        overflow: scroll;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) { 
    .index2#hero,
    #hero .item {
        height: auto;
    }  
    .itemWrap {
        display: flex;
        width: 100%;
        padding: 0 30px;
    }
    .AboutIntro,.contactWrap,
    .featureWrap,
    .SoundsPopup{
        width: 100%;
    }
    
}
@media only screen and (min-width: 1600px) {  
    #ProductBanner h2 {
        font-size: 2.5rem;
}

