:root {
    --navyblue: rgb(0, 22, 59);
    --navyblue2: rgb(28, 38, 77);
    --navyblue3: rgb(4,26,52);
    --lightgreen: rgb(121,201,0);
    --darkgreen: rgb(88,145,0);
    --matgreen: rgb(98, 184, 90);
    /* --corporateGreen:  rgb(115,191,0); */
        --corporateGreen:  rgb(145,228,82);
    --fadewhite: #dfe1e8;
}

/* *{
 outline: 2px solid red;
} */
body{
  font-family: sans-serif;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline-color: transparent;
  outline-style: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-shadow: none !important;
}

h1{
  font-size: 40px;
  color:white;
}

h2{
  font-size: 22px;
}

hr{
  border: 2px solid var(--darkgreen);
  width: 60px;
}

p{
  font-size: 20px;
}
/**************************************************/
/**************************************************/
#header{
  border-bottom: 3px solid var(--lightgreen);
}
.navbar {
  border-bottom: #cc5421 2px solid;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0px 2px 7px black;
   position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}

#header li a{
  font-size: 14px;
  font-weight: bold;
  color: gray;
}

#header .btn{
  background-color: var(--lightgreen);
  color: white;
}
/**************************************************/
/**************************************************/
#landing .showcase{
  background: url("../assets/back1.jpg");
  position: relative;
  background-size: cover;
  min-height: 700px;
  max-width: 100%;
  background-position: center;
}
.primary-overlay {
    background-color: rgba(4,26,52,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#landing h1{
  font-size: 50px;
  margin-top: 25%;
}


/***********accrodion************/
#landing .accordion:hover .accordion-item:hover .accordion-item-content,
#landing .accordion .accordion-item--default .accordion-item-content {
    height: 6em;
}

#landing .accordion-item-content,
#landing .accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}

#landing .btn{
  border: 2px solid var(--lightgreen);
  color:var(--lightgreen);
  font-weight: bold;
}
#landing .accordion-item-content{
  width: 60%;
  margin: auto;
  text-align: justify;
  color: white;
}
#landing .accordion p{
  font-size: 14px;
}
#landing .accordion i{
  font-size: 20px;
}

/**************************************************/
/**************************************************/
#support{
  padding-top: 5%;
  padding-bottom: 5%;
}
#support h1{
  color: var(--navyblue2);
}
#support .card{
  /* background-color: var(--navyblue); */
  color:white;
  background-color: var(--corporateGreen);
  border-bottom: 5px solid var(--navyblue2);
}
#support p{
  padding:1% 4% 0 4%;
}
/**************************************************/
/**************************************************/
#DigitalTransformation{
  background-image: url("../assets/digitaltransform.jpg");
  background-size: cover;
  max-width: 100%;
  box-shadow: 5px 5px 8px black;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  margin-bottom: 2%;
  background-position: center;
}

#DigitalTransformation .primary-overlay{
  background-color: rgba(0, 46, 92,0.4);
}
#DigitalTransformation h1{
  margin-top: 12%;
}
#DigitalTransformation hr{
  border-color: var(--lightgreen);
}
#DigitalTransformation p{
  color:white;
  width: 60%;
  margin: auto;
  text-align: center;
}
/**************************************************/
/**************************************************/
#footer .diffcolor{
  color: var(--lightgreen);
}
.footerTop{
  /* background-color: var(--navyblue3);
  color:var(--fadewhite); */
  background-color: rgba(4,26,52,0.8);
  color:white;
  padding:2% 0 1% 0;
  border-top: 2px solid white;
  border-bottom: 2px solid var(--lightgreen);

}
.footerTop h3{
  font-size: 25px;
}
.footerTop .btn{
  margin-top: 10px;
  border: 2px solid var(--lightgreen);
  color:var(--lightgreen);
  font-weight: bold;
}
/**************************************************/
/**************************************************/
.footermid{
  background-color: rgba(4,26,52,0.8);
  color:var(--fadewhite);
  padding-top: 2%;
  padding-bottom: 2%;
}

.footermid ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 5%;
}

.footermid ul li{
  margin-bottom: 2px;
}
.footermid li a{
  text-decoration: none;
  font-size: 14px;
}

.cards{
  margin-top: 1%;
}
.footerCard{
  background-color: rgba(4,26,52,0.4);
  padding: 5% 0 4% 0;
  margin: 2px;
}
.footerCard p{
  font-size: 14px;
}
.footerCard b{
  font-size: 16px;
}
.box{
  padding:0;
}

.footermid hr{
  border:1px solid white;
  width: 10%;
}
/**************************************************/
/**************************************************/
.footerbottom{
background-color: var(--navyblue3);
padding: 5px 0 5px 0;
}
.footerbottom ul li{
  display: inline-block;
  float: left;
  color: #aaabad;
}
.socialIcons i{
  color:#aaabad;
  margin: 0 3% 0 3%;
}
/**************************************************/
/**************************************************/

#AboutUs{
  padding-top: 12%;
  background-color: rgba(4,26,52,0.8);
  padding-bottom: 5%;
}
#AboutUs h1{
  color: white;
}
#AboutUs hr{
  border-color: var(--corporateGreen);
}
#AboutUs .card{
  color:white;
  background-color: var(--navyblue3);
  border: none;
  border-bottom: 5px solid var(--matgreen);
  border-radius: 20px/20px;
}
#AboutUs img{
  border-radius: 20px/20px;
}
#AboutUs p{
  text-align: justify;
}
/**************************************************/
/**************************************************/
/* The Magic */
#MVV{
  padding-top: 5%;
  padding-bottom: 5%;
}
#MVV .accordion:hover .accordion-item:hover .accordion-item-content,
#MVV .accordion .accordion-item--default .accordion-item-content {
    height: auto;
    max-height:600px;
}

#MVV .accordion-item-content,
#MVV .accordion:hover .accordion-item-content{
    max-height: 0;
    overflow: hidden;
    transition:max-height 0.25s;
}

#MVV .accordion {
    padding: 0;
    margin: 0 auto;
    width: 100%
    font-family: "PT Sans" sans-serif
}

#MVV .accordion .accordion-item {
  border-bottom: 2px solid var(--navyblue2);
  padding: 1em;
  color: var(--navyblue3);
  background-color: white;
}

#MVV .accordion h4 {
  margin: 0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3%;
}
#MVV .accordion p{
    width: 60%;
    margin: auto;
    text-align: center;
}

#MVV ul{
  width: 25%;
  margin: auto;
}


/**************************************************/
/**************************************************/
#BusinessNeeds .parallax {
  /* The image used */
  background-image: url("../assets/aboutback6.jpg");
  min-height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 10px #000;
}

#BusinessNeeds a{
  text-decoration: none;
}
#BusinessNeeds h2{
  font-size: 40px;
  margin-top: 10%;
  color: white;
  font-weight: bold;
}


#BusinessNeeds .btn{
  margin-top: 15px;
  background-color: var(--lightgreen);
  color: white;
  box-shadow: 1px 5px 10px black;
  font-weight: bold;

}

/**************************************************/
/**************************************************/

#Service{
  padding-top: 12%;
  background-color: rgba(4,26,52,0.8);
  padding-bottom: 5%;
}
#Service h1{
  color: white;
}
#Service hr{
  border-color: var(--corporateGreen);
}
#Service .card{
  color:white;
  background-color: var(--navyblue3);
  border: none;
  border-bottom: 5px solid var(--corporateGreen);
  border-radius: 20px/20px;
}
#Service img{
  border-radius: 20px/20px;
}
#Service p{
  text-align: justify;
}
#Service h2{
  color:var(--lightgreen);
  font-size: 40px;
  width: 70%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}
/**************************************************/
/**************************************************/
#ServiceList{
  padding-top: 5%;
  padding-bottom: 5%;
}
#ServiceList .accordion:hover .accordion-item:hover .accordion-item-content,
#ServiceList .accordion .accordion-item--default .accordion-item-content {
    height: auto;
    max-height:600px;
}

#ServiceList .accordion-item-content,
#ServiceList .accordion:hover .accordion-item-content{
    max-height: 0;
    overflow: hidden;
    transition:max-height 0.25s;
}

#ServiceList .accordion {
    padding: 0;
    margin: 0 auto;
    width: 100%
    font-family: "PT Sans" sans-serif
}

#ServiceList .accordion .accordion-item {
  border-bottom: 2px solid var(--navyblue2);
  padding: 1em;
  color: var(--navyblue3);
  background-color: white;
}

#ServiceList .accordion h4 {
  margin: 0;
  font-weight: bold;
  text-align: left;
  padding-bottom: 3%;
}
/**************************************************/
/**************************************************/
.customSoftware .softwarelist{
  background-color: var(--corporateGreen);
  color:white;
}
.softwarelist .card-body{
  width:95%;
  margin: auto;
}
.softwarelist li{
  font-size: 20px;
}

.softwarelist ul{
  padding-left: 5px;
}
.customSoftware .card{
  box-shadow: 5px 5px 10px black;
  border-bottom: 5px solid var(--navyblue);
}
.customSoftware .generalinfocard p{
  padding: 5%;
  font-size: 18px;
  text-align: justify;
  color: var(--navyblue2);
}
.customSoftware h4{
  margin-bottom: 7%;
}
/**************************************************/
/**************************************************/
.customSoftwareCards{
  margin-top: 5%;
}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more {display: none;}


.customSoftwareCards .card{
  background-color:rgba(4,26,52,0.8);
  color:white;
  box-shadow: 5px 5px 10px black;
}
.customSoftwareCards .card-body{
padding: 12px;
}
.customSoftwareCards .programmingimg{
  max-width: 350px;
  height: 200px;
  margin: auto;
}
.customSoftwareCards img{
  height: 100%;
  width: 100%;
}
.customSoftwareCards p{
  font-size: 16px;
}
.customSoftwareCards h5{
  text-align: center;
}
.customSoftwareCards hr{
  border-color: white;
}
.customSoftwareCards .btn{
  color:var(--lightgreen);
}
/**************************************************/
/**************************************************/
.checkWork{
  background-color: var(--corporateGreen);
  padding: 5%;
  margin-top: 3%;
  box-shadow: 5px 5px 10px black;
  border-radius: 10px/10px;
}
.checkWork .card{
  width: 70%;
  border-radius: 30px/30px;
  border: none;
}
.checkWork .card a{
  font-size: 22px;
  font-weight: bold;
  color: var(--navyblue3);
}
/**************************************************/
/**************************************************/
.ecommerceList{
  background-color: var(--corporateGreen);
  color: white;
  padding: 3%;
  border-radius: 10px/10px;
  border-bottom: 5px solid var(--navyblue);
}
/**************************************************/
/**************************************************/
#blogSection2 .blogimg2{
  width: 75;
  margin: auto;
  border: 1px solid var(--navyblue);
}
#blogSection2 i{
  color:black;
  font-size: 40px;
}
.heading1{
  padding: 3%;
  font-size: 30px;
  font-weight: bold;
}

.RxCard{
  background-color: var(--navyblue3);
  color:white;
}
.RxCard img{
  height: 100%;
}
.RxCard p{
  font-size: 18px;
  text-align: justify;
}
/**************************************************/
/**************************************************/
#shippingAccordion{
    margin: 20px;
    color: black;
    text-align: left;
}
#shippingAccordion .accordionbtn{
  color:black;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
#shippingAccordion .card{
  border-bottom: 2px solid black;
}
#shippingAccordion .lastCard{
  border-bottom: none;
}


/**************************************************/
/**************************************************/
.businessAnalytics .card{
  border-bottom: 3px solid var(--navyblue);
}
.circle img{
  height: 100%;
}
.businessAnalytics .smallscreen{
  display: none;
}

/**************************************************/
/**************************************************/

#ContactUs{
  padding-top: 12%;
  background-color: rgba(4,26,52,0.8);
  padding-bottom: 5%;
}
#ContactUs h1{
  color: white;
}
#ContactUs hr{
  border-color: var(--corporateGreen);
}
#ContactUs .card{
  color:white;
  background-color: var(--navyblue3);
  border: none;
  border-bottom: 5px solid var(--corporateGreen);
  border-radius: 20px/20px;
}

#ContactUs img{
  border-radius: 20px/20px;
  height: 100%;
  z-index: -1;

}
#ContactUs p{
  text-align: left;
}

/**************************************************/
/**************************************************/
#TalktoUs .parallax {
  /* The image used */
  background-image: url("../assets/contactback12.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .TalktoUsText{
  background-color: var(--matgreen);
    margin: auto;
  margin-top: 8%;
  padding-top: 1%;
  padding-bottom: 8%;
  width: 70%;
  border-radius: 50%;
  box-shadow: 5px 5px 10px black;
} */
#TalktoUs a{
  text-decoration: none;
}
#TalktoUs h2{
  font-size: 35px;
  margin-top: 10%;
  color: white;
  font-weight: bold;
}


#TalktoUs .btn{
  margin-top: 15px;
  background-color: var(--navyblue3);
  color: white;
  box-shadow: 1px 5px 10px black;
  font-weight: bold;
  width: 60%;
}

#TalktoUs .skew {
  background: var(--corporateGreen);
  color: #fff;
  transform: skewX(20deg);
  width: 50%;
  height: 100%;
  box-shadow: 5px 5px 10px black;
}
#TalktoUs .TalktoUsText2{
  padding-top: 20%;
  padding-bottom: 35%;
}
#TalktoUs .skew h2, #TalktoUs .skew a {
  transform: skewX(-20deg);
}
/**************************************************/
/**************************************************/
#EmailForm{
  padding: 5% 0 5% 0;
  background-color: var(--fadewhite);
}
#EmailForm .formdiv{
  width: 70%;
  margin: auto;
  margin-top: 5%;
  background-color: var(--navyblue2);
  padding: 5%;
  padding-top: 8%;
  padding-bottom: 5%;
  box-shadow: 5px 5px 10px black;
  border-radius: 10px/10px;
}
#EmailForm h1{
  color:var(--navyblue3);
}
#EmailForm .btn{
  background-color: var(--corporateGreen);
  color:white;
  width:40%;
  margin: auto;
  margin-top: 5%;
}
#EmailForm  input[type=text] {
  border: none;
  background-color: var(--fadewhite);
  border-bottom: 2px solid var(--lightgreen);
}
#EmailForm  textarea[type=text] {
  border: none;
  background-color: var(--fadewhite);
  border-bottom: 2px solid var(--lightgreen);
  border-bottom: 2px solid var(--lightgreen);
}

#EmailForm  input[type=email] {
  border: none;
  background-color: var(--fadewhite);
  border-bottom: 2px solid var(--lightgreen);
}

#EmailForm label{
  font-weight:bold;
  color:white;
}
#EmailForm .calendly{
  text-align: center;
  padding-top: 6%;
}
#EmailForm .calendly p{
  font-size: 16px;
  font-weight: normal;
  color: white;
}
#EmailForm .calendly a{
  color: var(--lightgreen);
  font-size: 20px;
}
/**************************************************/
/**************************************************/

#MVV2{
}
#MVV2 .card{
  position: relative;
  max-width: 300px;
  height: 300px;
  border: none;
  margin: 30px 10px;
  padding: 20px;
  border-radius: 50%;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  box-shadow: 5px 5px 10px black;
}
#MVV2 .imgbox{
  position: relative;
  height: 280px;
  z-index: 1;
}
#MVV2 .cardone{
background-color: #88898c;
}
#MVV2 .cardtwo{
background-color: var(--corporateGreen);
}
#MVV2 .cardthree{
background-color: var(--navyblue3);
}

#MVV2 .card .content{
  position: relative;
  /* margin-top: -140px; */
  padding: 10px 15px;
  text-align: center;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition:  0.1s ease-in-out;
}

#MVV2 .btn{
  height: 280px;
  height: 100%;
  font-size: 30px;
  color: white;
}

#MVV2 .card:hover .content{
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition-delay:0.3s;
  background-color: transparent

}
#MVV2 .container .card:hover{
    border-radius:10px/10px;
}

#MVV2 .container .cardone:hover, #MVV2 .container .cardtwo:hover{
    height: 300px;
    max-width: 520px;
}

#MVV2 .container .cardthree:hover{
    height: 400px;
    max-width: 800px;
}
#MVV2 .card:hover .mvvbtn{
  height: 50px;
}
#MVV2 .card:hover .imgbox{
  height: 50px;
}
/**************************************************/
/**************************************************/
.cardthree .content .row p{
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 3px;
}
.cardthree .valueDes{
color:white;
}
.cardthree .content .row{
  margin-bottom: 2px;
  border:  1px solid rgba(255,255,255,0.2);}
.cardthree .valuename{
  background-color: rgba(255,255,255,0.4);
}

/**************************************************/
/**************************************************/
.explainerVideosText{
  color: black
}
#VideoGallery{
  padding: 5%;
  background-color: var(--navyblue3);
  padding-bottom: 5%;
  padding-top: 2%;
  color:white;
}
#VideoGallery hr{
  border: 2px solid white;
  width: 60px;
  margin-left: 10px;
}
#VideoGallery video{
  border: 2px solid white;
}

/**************************************************/
/**************************************************/
#VideoGallery2{
  background-color: white;
  padding-bottom: 5%;
  padding-top: 2%;
  color:white;
}
#VideoGallery2 h2{
  color: black;
}
#VideoGallery2 hr{
  border: 2px solid var(--darkgreen);
  width: 60px;
  margin-left: 10px;
}
#VideoGallery2 video{
  border: 2px solid black;
}

/**************************************************/
/**************************************************/
.remodellinks ul{
  list-style: none;
  width: 60%;
  margin: auto;
  padding-left: 0;
}
.remodellinks li{
  text-align: center;
  display: block;
  background-color: var(--navyblue3);
  margin-bottom: 3px;
  border-radius: 10px/10px;
}
.remodellinks a{
  text-decoration: none;
   color: var(--lightgreen);
   font-size: 25px;
}
.remodellinks li:hover{
opacity: 0.9;
}
/**************************************************/
/**************************************************/
.remodelVideo{
  /* background-color: rgba(4,26,52,0.8); */
  margin: 3% 0 3% 0;
}
.remodelVideo .embed-responsive{
  width: 60%;
  margin: auto;
  border-radius: 10px/10px;
  box-shadow: 0px 5px 5px black;
}


/**************************************************/
/**************************************************/
#ArrowSteps{
  background-color: var(--corporateGreen);
  padding-top: 5%;
  padding-bottom: 5%;
}
#ArrowSteps .arrow-steps {
  width: 68%;
  margin: auto;
}
#ArrowSteps .arrow-steps .step {
	font-size: 20px;
	text-align: center;
	color: white;
	cursor: default;
	margin: 0 3px 2px;
	padding: 15px 15px 15px 30px;
	min-width: 180px;
	float: left;
	position: relative;
	background-color: var(--navyblue3);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  transition: background-color 0.2s ease;
}

#ArrowSteps .arrow-steps .step:after,
#ArrowSteps .arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 18px solid var(--navyblue3);
	z-index: 2;
  transition: border-color 0.2s ease;
}

#ArrowSteps .arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid var(--corporateGreen);
	z-index: 0;
}

/**************************************************/
/**************************************************/

#Partners .parallax {
  /* The image used */
  background-image: url("../assets/serviceback (2).jpg");
  min-height: 600px;
  /* border-top: 2px solid var(--purpleColor);
  border-bottom: 2px solid var(--buttonColor); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 10px #000;
}

#Partners a{
  text-decoration: none;
}
#Partners h2{
  font-size: 40px;
  margin-top: 10%;
  color: white;
  font-weight: bold;
}


#Partners .btn{
  margin-top: 15px;
  background-color: var(--lightgreen);
  color: white;
  box-shadow: 1px 5px 10px black;
  font-weight: bold;

}

.partnerimg img{
  width: 200px;
  height: 200px;
}
.circular--square {
  background-color: white;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 50%;
}
#Partners h4{
  color:var(--lightgreen);
}
#Partners hr{
 border-color: white;
}
/**************************************************/
/**************************************************/

@media screen and (max-device-width: 1000px)
{
#AboutUs{
  padding-top: 25%;
}
#ContactUs{
  padding-top: 25%;
}
.businessAnalytics .smallscreen{
  display: block;
}
.businessAnalytics .largescreen{
  display: none;
}

}

@media screen and (max-device-width: 700px)
{
  p{
    font-size: 16px;
  }
  #header .nav-brand img{
    width: 180px;
  }

  #landing h1{
    margin-top: 40%;
    font-size: 32px;
  }

  #landing h2{
    font-size: 20px;
  }

  #landing .accordion-item p{
    font-size: 14px;
  }

  #support p{
    padding: 0;
  }

#landing .accordion-item-content{
    width: 100%;
  }

#landing .accordion:hover .accordion-item:hover .accordion-item-content,
#landing .accordion .accordion-item--default .accordion-item-content {
      height: 12em;
  }

  #DigitalTransformation p{
    width: 90%;
  }

  .footerTop h3{
    font-size: 18px;
  }
  .footerTop a{
   font-size: 12px;
  }
  #footer p{
    font-size: 14px;
  }
  .footerbottom ul li{
    font-size: 12px;
  }


  /*********about.html*******/
  #AboutUs{
    padding-top: 35%;
  }
  #AboutUs p{
    text-align: left;
    font-size: 14px;
  }
  #MVV .accordion p{
      width: 90%;
  }
  #MVV ul{
      width: 80%;
  }

  #BusinessNeeds h2{
    font-size: 28px;
    margin-top: 20%;
  }

  .cardthree .content .row p{
    font-size: 14px;
    padding-left: 0;
  }
  .cardthree .valueDes{
  color:white;
  }
  #MVV2 .card .content {
    padding: 0;
  }
  #MVV2 .container .cardthree:hover{
      height: 505px;
  }
/********contact.html********/
#ContactUs{
  padding-top: 35%;
}
#TalktoUs .parallax {
  min-height: 400px;
}

#TalktoUs h2{
  font-size: 22px;
  margin-top: 10%;
  color: white;
  font-weight: bold;
}

#TalktoUs .btn{
  width: 80%;
}

#TalktoUs .skew {
  width: 60%;
  transform: skewX(12deg);
}
#TalktoUs .TalktoUsText2{
  padding-top: 60%;
  padding-bottom: 70%;
}
#TalktoUs .skew h2, #TalktoUs .skew a {
  transform: skewX(-12deg);
}
#EmailForm .formdiv{
  width: 100%;
}

/*********service.html****************/

/* pico */
#Service{
  padding-top: 35%;
}
#Service p{
  text-align: left;
  font-size: 14px;
}

#Service h2{
  font-size: 20px;
  width: 100%;
}

#shippingAccordion{
  margin: 0;
}

#shippingAccordion .card-body{
  padding: 10px;
}

.customSoftware .generalinfocard p{
  font-size: 14px;
  text-align: left;
}
.customSoftware h4{
  font-size: 20px;
}
.customSoftware li{
  font-size: 14px;
}
.customSoftware .card{
  margin-bottom: 10px;
}
.checkWork .card a{
  font-size: 20px;
}

.E-Commerce h4{
font-size: 20px;
text-align: center;
}

.RxCard p{
  font-size: 14px;
  text-align: left;
}

.businessAnalytics .smallscreen{
  display: block;
}
.businessAnalytics .largescreen{
  display: none;
}

.remodelVideo .embed-responsive{
  width: 100%;
}

#ArrowSteps h1{
  font-size: 35px;
}

#ArrowSteps{
  background-color: var(--corporateGreen);
  padding-top: 5%;
  padding-bottom: 5%;
}
#ArrowSteps .arrow-steps {
  width: 100%;
}
#ArrowSteps .arrow-steps .step {
	font-size: 16px;
	padding: 15px 15px 15px 30px;
	min-width: 140px;
}

#ArrowSteps .arrow-steps .step:after,
#ArrowSteps .arrow-steps .step:before {

	border-top: 24px solid transparent;
}
#Partners h2{
  font-size: 25px;
}

#Partners img{
  height:85%;
}

#Partners .parallax{
  min-height: 350px;
}
}
/**************************************************/
/**************************************************/
