@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}
.dis li .active {
  color: #eb5a2d;
}
html {
  overflow-x: hidden;
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.onHov {
  color: #fff;
  background: none;
  border: none;
  padding: 18px;
  color: #ffffff;
  font: 500 15px/25px "Open Sans", sans-serif;
}

.onHov:hover,
.onHov:active,
.urNav:hover {
  color: #eb5a2d;
  border: none;
}

.onHov::after {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  border: 0px;
}

.dis {
  background: transparent;
  position: absolute;
  /* display: none; */
  padding: 0;
}
.dis li {
  padding: 0 20px;
  list-style: none;
  border-bottom: 0.7px solid #002826;
}
.dis li a {
  color: #002826;
  font: 500 15px/25px "Open Sans", sans-serif;
  padding: 10px 0;
}
.dis li:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: transparent;
  color: #eb5a2d;
}

.pos,
.rel {
  z-index: 1;
  position: relative;
}

.absolute {
  position: absolute;
  top: 45px;
  right: 3%;
  z-index: -1;
}
@media (max-width: 992px) and (min-width: 768px) {
  .absolute {
    top: 0;
  }
  .absolute img {
    width: 90%;
  }
  .testimonial .timg .absolutePos img {
    width: 80px;
  }
  .automate .d-flex .pl_100 {
    padding-left: 20px;
  }
  .automate .d-flex .btns {
    padding-left: 20px;
  }
  .iHome .leftHead{
      right: 45% !important;
  }
}

@media (max-width: 768px) {
  #navbarSupportedContent {
    overflow-y: scroll;
  }
  .pos .row {
    flex-direction: column-reverse;
  }
  .pos .rel {
    text-align: center;
    background: url("../images/map.webp");
    background-size: contain;
  }
  .pos .rel img {
    width: 75%;
  }
  .pos .absolute {
    display: none;
  }
  .leftHead {
    position: relative !important;
    padding-left: 31px;
    margin-top: 30px;
  }
}
.onlymobile {
  display: none;
}

.shadowClassHere {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.493);
}
header .headerWrraper {
  position: relative;
  background: #002826;
}
header .headerWrraper .headerLogo {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  header .headerWrraper .headerLogo {
    top: 25px;
  }
  header .headerWrraper .headerLogo img {
    width: 100px;
  }
}
@media screen and (max-width: 990px) {
  header .headerWrraper .headerLogo {
    display: none;
  }
}
header .topHeader {
  background: #002826;
}
header .topHeader .topHeaderInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #103a38;
  padding: 15px 0;
}
header .topHeader .topHeaderInner a {
  font: 400 15px/20px "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 570px) {
  header .topHeader .topHeaderInner .phnMail {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
header .topHeader .topHeaderInner .upperRight {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 22px;
  column-gap: 22px;
}
header .topHeader .topHeaderInner .upperRight .soLink {
  color: #2b2729;
}
@media screen and (max-width: 770px) {
  header .topHeader .topHeaderInner .upperRight .soLink {
    display: none;
  }
}
header .topHeader .topHeaderInner .upperRight .soLink .iconn {
  font-size: 15px;
  color: #2b2729;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .togglerCust {
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #002826;
    display: grid;
    place-items: center;
  }
}
header .bottomHeader .customNav .navbar-brandOpacity {
  display: none;
}
header .bottomHeader .customNav .navbar-brandOpacity .mobileLogo {
  width: 0px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brandOpacity {
    display: block;
    opacity: 0;
    scale: 0;
  }
}
header .bottomHeader .customNav .navbar-brand {
  display: none;
}
header .bottomHeader .customNav .navbar-brand .mobileLogo {
  width: 97px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brand {
    display: block;
  }
}
@media screen and (max-width: 570px) {
  header .bottomHeader .customNav .navbar-brand {
    transform: translateX(30%);
  }
}
header .bottomHeader .customNav .collapseCust .closeDiv {
  display: none;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust .closeDiv {
    display: block;
    text-align: right;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls {
    border: none;
    outline: none;
    background: transparent;
    padding: 25px;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls .iconn {
    color: white;
    font-size: 20px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
  padding: 18px;
  color: #ffffff;
  font: 500 15px/25px "Open Sans", sans-serif;
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 20px 12px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link:hover {
  color: #eb5a2d;
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
  color: #eb5a2d;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust {
    display: block;
    background: #002826;
    padding-left: 50px;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s;
    height: 100%;
  }
  header .bottomHeader .customNav .collapseCust.show {
    transform: translateX(0%);
    opacity: 1;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
    color: #eb5a2d;
  }
}

.OrngBtn {
  font: 600 15px/20px "Open sans", sans-serif;
  text-align: center;
  color: #ffffff;
  background: #eb5a2d;
  border: 1px solid #eb5a2d;
  border-radius: 54px;
  padding: 13px 0px;
  text-decoration: none;
  display: inline-block;
  width: 167px;
}

.iHome {
  background: #002826;
  position: relative;
  padding: 70px 0 100px;
}
.iHome .leftHead {
  position: absolute;
  transform: translate(0%, 10%);
  right: 50%;
}
.iHome .leftHead .topHead {
  font: 700 38px/48px "DM sans", sans-serif;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  //-webkit-text-stroke-width: 2px;
  margin-bottom: 30px;
}
.iHome .leftHead .MHead {
  font: 700 85px/127px "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
}
.iHome .leftHead .botHead {
  font: 600 18px/25px "Poppins", sans-serif;
  color: #fff;
  text-transform: capitalize;
}
.iHome .leftHead .btns {
  margin-top: 55px;
}
.iHome .leftHead .d-flex {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
h1 {
  font: 700 43px/53px "DM sans", sans-serif;
  color: #000000;
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.cloudBase {
  padding: 80px;
  padding-bottom: 50px;
}
.cloudBase h1 {
  font: 700 43px/53px "DM sans", sans-serif;
  color: #000000;
  margin-bottom: 21px;
}
.cloudBase p {
  font: 400 16px/26px "Open sans", sans-serif;
  color: #3c3c3c;
  margin-bottom: 18px;
}
.cloudBase .sub::before {
  content: url("../images/arrow.svg");
  position: absolute;
  margin-top: 3px;
}
.cloudBase .sub p {
  margin-left: 30px;
}
.cloudBase .support {
  margin-left: 30px;
}
.cloudBase .support .d-flex {
  -moz-column-gap: 55px;
  column-gap: 55px;
}
.cloudBase .support .d-flex .validate span {
  font: 600 16px/26px "Open sans", sans-serif;
  color: #000000;
  margin-left: 10px;
}
.cloudBase .support .d-flex .validate p {
  padding-top: 14px;
}
.cloudBase .subtract {
  position: relative;
}
.cloudBase .subtract .absl {
  position: absolute;
  right: 0;
  top: 258px;
}

.crmBg {
  background-color: #f6f9fb;
}

.CRM {
  padding: 100px 0;
}
.CRM img {
  border-radius: 20px;
  transition: 1s ease;
}
.CRM img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
}
.CRM .parent h2 {
  font: 700 36px/46px "DM sans", sans-serif;
}
.CRM .parent p,
.CRM .parent .detail {
  font: 400 16px/26px "Open sans", sans-serif;
  color: #3c3c3c;
}
.CRM .parent .pb_30 {
  padding-bottom: 30px;
}

.bgMap {
  background: url("../images/map.webp") no-repeat;
  background-size: cover;
}

.dashboard {
  background: #002826;
  padding: 100px 0 0;
}
.dashboard .pb_58 {
  margin-bottom: 58px;
}
.dashboard .head {
  font: 700 36px/46px "DM sans", sans-serif;
  color: #fefdfd;
  padding-bottom: 17px;
}
.dashboard p {
  color: #f0e5e5;
  margin: 0;
}
.dashboard .resp {
  margin-bottom: 40px;
}
.dashboard .resp .sub {
  margin-left: 17px;
}
.dashboard .resp .sub .sHead {
  font: 600 16px/26px "Open sans", sans-serif;
  color: white;
}
.dashboard .rel .two {
  transform: translate(15%, -28%);
}

.automate {
  background: url("../images/autoBg.webp") no-repeat;
  background-size: cover;
  padding: 45px 0;
  border-radius: 20px;
  margin: 100px 0;
}
.automate .d-flex {
  justify-content: space-evenly;
  align-items: center;
}
.automate .d-flex .pl_100 {
  padding-left: 100px;
}
.automate .text {
  font: 700 36px/46px "DM sans", sans-serif;
  color: white;
  padding-bottom: 20px;
}
.automate .text span {
  color: #eb5a2d;
}
.automate p {
  font: 600 16px/26px "Open sans", sans-serif;
  color: white;
  margin: 0;
  width: 525px;
}

.testimonial {
  background: #000000;
  padding: 70px 20px;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px !important;
}
.testimonial .owl-dots {
  text-align: start;
}
.testimonial .owl-dot {
  transition: opacity 0.2s ease;
  border-radius: 100%;
}
.testimonial .owl-dot span {
  background: #ad705d !important;
}
.testimonial .owl-dot.active {
  margin: 0 5px;
  outline: 1px solid #eb5a2d;
  outline-offset: 0px;
}
.testimonial .owl-dot.active span {
  background: #eb5a2d !important;
}
.testimonial .head {
  font: 700 36px/46px "DM sans", sans-serif;
  color: white;
  padding-bottom: 60px;
}
.testimonial .book {
  font: 600 18px/26px "Open sans", sans-serif;
  color: #eb5a2d;
}
.testimonial .name {
  font: 600 16px/24px "Open sans", sans-serif;
  color: white;
}
.testimonial .sub {
  font: 400 14px/24px "Open sans", sans-serif;
  color: #f4f4f4;
  padding-bottom: 36px;
}
.testimonial p {
  font: 400 14px/24px "Open sans", sans-serif;
  color: white;
  margin-bottom: 56px;
  margin-right: 50px;
}
.testimonial .timg img {
  border-radius: 20px;
}
.testimonial .timg .relativePos {
  position: relative;
}
.testimonial .timg .absolutePos {
  position: absolute;
  top: 8px;
  right: 8px;
}

.reviewstar {
  color: #eb5a2d;
}

.notchecked {
  color: #fff;
}

h3 {
  font: 700 43px/53px "DM sans", sans-serif;
  color: #000000;
  text-align: center;
}

.features {
  padding: 100px 0 60px;
}
.features h3 {
  padding-bottom: 26px;
}
.features p {
  font: 400 14px/24px "Open sans", sans-serif;
}
.features .mobile {
  padding-top: 40px;
}
.features .mobile .mR {
  padding-bottom: 60px;
}
.features .mobile .mR .round {
  margin-bottom: 15px;
}
.features .mobile .mR .h {
  font: 600 17px/27px "Open sans", sans-serif;
  margin-bottom: 5px;
}
.features .mobile .mR p {
  font: 400 16px/26px "Open sans", sans-serif;
  color: #3c3c3c;
}
.insight {
  padding-bottom: 60px;
}
.insight h3 {
  padding: 70px 0 50px;
}
.insight .cards {
  padding-bottom: 65px;
}
.insight .cards .inn {
  background: #002826;
  padding: 32px;
  border-radius: 0 0 12px 12px;
}
.insight .cards .inn .date {
  font: 400 14px/26px "Open sans", sans-serif;
  color: #eaeaea;
  padding-bottom: 7px;
}
.insight .cards .inn p {
  font: 600 17px/26px "Open sans", sans-serif;
  color: #fff8f8;
  margin-bottom: 20px;
}
.insight .cards .inn .btns .bgtrans {
  background-color: transparent;
  color: #eb5a2d;
}

.clients {
  padding-top: 130px;
}
.clients h3 {
  padding-bottom: 90px;
}
.clients .clientLogos {
  border-bottom: 1px solid #ffe5dd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.clients .clientLogos .border_right {
  border-right: 1px solid #ffe5dd;
}
.clients .py_30 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.parentDiv {
  position: relative;
}
.parentDiv .play {
  position: absolute;
  top: 45%;
  left: 40%;
}
.img2 img {
  width: 233px;
  height: 341px;
  position: absolute;
  right: 0px;
  bottom: -16%;
  border-radius: 20px 0px 0px 20px;
  border-top: 10px solid white;
  border-left: 10px solid white;
  z-index: 1;
}

.a-link{
    text-decoration : none;
    color: inherit;
}

@media (max-width: 1400px) {
  .img2 img {
    bottom: -26%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .img2 img {
    bottom: -26%;
    width: 194px;
    height: 282px;
  }
  .img3 img {
    height: 265px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .img2 img {
    bottom: -18%;
    width: 273px;
    height: 385px;
  }
  .img3 img {
    height: 400px;
  }
}
@media (min-width: 670px) and (max-width: 768px) {
  .img2 img {
    bottom: -22%;
    width: 206px;
    height: 304px;
  }
  .img3 img {
    height: 300px;
  }
}
@media (max-width: 670px) and (min-width: 575px) {
  .img2 img {
    width: 170px;
    height: 250px;
  }
}
@media (max-width: 575px) and (min-width: 430px) {
  .img2 img {
    width: 227px;
    height: 323px;
  }
}
@media (min-width: 430px) and (max-width: 573px) {
  .img2 img {
    width: 170px;
    height: 230px;
  }
}
@media (min-width: 300px) and (max-width: 429px) {
  .img2 img {
    bottom: -25%;
    width: 119px;
    height: 180px;
    border-top: 7px solid white;
    border-left: 7px solid white;
  }
}
@media (max-width: 575px) {
  .img3 img {
    display: none;
  }
}
footer .mlSpan i {
  font-size: 16px;
}
.psrelative {
  position: relative;
}

.img3 img {
  position: absolute;
  bottom: -25%;
  /* z-index: -1; */
  /* width: 390px;
  height: 700px; */
}

footer {
  background: linear-gradient(-100deg, #002826 100%, #002826 100%),
    url("../images/footerBg.webp") no-repeat;
  background-size: cover;
  padding-top: 47px;
}
footer .fHead {
  font: 700 18px/26px "Open sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
footer .hr {
  border: 1px solid #656565;
  margin-bottom: 13px;
  margin-top: 35px;
}
footer .copyright {
  font: 400 14px/26px "Open sans", sans-serif;
  color: #ffffff;
  padding-bottom: 10px;
}
footer .mlSpan span {
  margin-left: 15px;
}
footer .mlSpan i {
  font-size: 20px;
}
footer .mlSpan .pl_20 {
  padding-left: 20px;
}
footer .mlSpan li {
  margin-bottom: 15px;
}
footer .pt_24 {
  padding-top: 24px;
}
footer ul {
  margin-top: 60px;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  font: 500 15px/26px "Open sans", sans-serif;
  text-transform: capitalize;
  color: #e4e4e4;
  text-decoration: none;
}
footer ul li a:hover {
  color: #eb5a2d;
}
footer ul li .nolink {
  font: 500 15px/26px "Open sans", sans-serif;
  text-transform: capitalize;
  color: #e4e4e4;
}
footer ul li:first-child a {
  border-top: 1px solid #656565;
  padding-top: 30px;
}
footer .social .d-flex {
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1430px) and (min-width: 1200px) {
  .img3 img {
    height: 325px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .cloudBase h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .cloudBase p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .cloudBase {
    padding: 80px 80px 50px;
  }
  .cloudBase h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .cloudBase p {
    font-size: 14px;
    line-height: 24px;
  }
  .automate .text {
    font-size: 32px;
  }
  .automate p {
    font-size: 15px;
  }
  .CRM {
    padding: 80px 0;
  }
  .CRM .parent h2 {
    font-size: 30px;
  }
  .CRM .parent p {
    margin-bottom: 5px;
  }
  .CRM .parent .pt-3 {
    padding-top: 5px !important;
  }
  .CRM .parent .detail {
    padding-left: 10px !important;
  }
  .CRM .parent p,
  .CRM .parent .detail {
    font-size: 14px;
  }
  .CRM .parent .pb_30 {
    padding-bottom: 15px;
  }
  .CRM .parent .software {
    align-items: flex-start;
  }
  .CRM .parent .software img {
    width: 50px;
  }
  .dashboard {
    padding: 65px 0;
  }
  .dashboard .pb_58 {
    margin-bottom: 35px;
  }
  .dashboard .resp {
    margin-bottom: 20px;
  }
  .dashboard .resp img {
    width: 30%;
  }
  .testimonial p {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .testimonial .head {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .iHome .mobHide {
    display: none;
  }
  .dis {
    background: transparent;
    position: static;
    display: block;
    padding-left: 20px;
  }
  .dis li {
    border-bottom: none;
  }
  .dis li a {
    color: #cfbb88;
    font: 500 15px/25px "Open Sans", sans-serif;
    padding: 10px 0;
  }
  .onHov {
    padding-left: 10px;
  }
  .hoverMe:hover {
    cursor: pointer;
  }
  .fa-bars::before,
  .fa-navicon::before {
    content: "\f0c9";
    border: 1px solid #eb5a2d;
    border-radius: 50%;
    padding: 6px 8px;
    background: #eb5a2d;
  }
  .onlymobile {
    display: block;
  }
  .onlymobile .upperRight {
    display: flex;
    /*justify-content: end;*/
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-right: 17px;
    margin-top: 50px;
  }
  .onlymobile .upperRight a {
    font: 400 14px/24px "Open sans", sans-serif;
    text-decoration: none;
    color: white;
  }
  .topHeader {
    display: none;
  }
  .collapseCust ul {
    align-items: start !important;
  }
  footer {
    background-repeat: repeat;
    background-size: contain;
  }
  .iHome .leftHead .MHead {
    font-size: 54px;
    line-height: 80px;
  }
  .iHome .leftHead .topHead {
    font-size: 34px;
    line-height: 44px;
  }

  .iHome .leftHead .btns {
    margin-top: 35px;
  }
  .pt_mob_70 {
    padding-top: 120px !important;
  }
  .CRM {
    padding: 40px 0 40px;
  }
  .CRM .parent {
    padding: 25px 20px;
  }
  .flexdR {
    flex-direction: column-reverse;
  }
  .CRM .software {
    align-items: flex-start;
  }
  .CRM .software img {
    width: 50px;
  }
  .CRM .software .detail {
    padding-left: 15px !important;
  }
  .OrngBtn {
    width: 180px;
  }
  .automate {
    padding: 10px 0;
    margin: 60px 0;
  }
  .automate .d-flex {
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    padding: 30px;
  }
  .automate .d-flex .pl_100 {
    padding-left: 50px;
  }
  .automate .d-flex .btns {
    padding-left: 50px;
    margin-top: 20px;
  }
  .testimonial .head {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }
  .testimonial .name {
    font-size: 15px;
  }
  .testimonial .book {
    font-size: 16px;
  }
  .testimonial .sub {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .testimonial p {
    margin-bottom: 30px;
    margin-right: 25px;
  }
  .features {
    padding: 60px 15px 40px;
  }
  .features .mobile {
    padding-top: 20px;
  }
  .features .mobile .mR {
    padding-bottom: 30px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .insight h3 {
    padding: 30px 0;
  }
  .insight .cards .inn {
    padding: 15px 15px 25px;
  }
  .insight .cards .inn p {
    font-size: 15px;
    line-height: 25px;
  }
  .insight .cards .inn .btns .bgtrans {
    width: 140px;
    font-size: 14px;
  }
  .clients {
    padding-top: 60px;
  }
  .clients h3 {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .carousel-indicators {
    margin-bottom: 15px !important;
  }
  .iHome .leftHead {
    transform: translate(40%, 13%);
    height: 320px;
  }
  .iHome .leftHead .MHead {
    font-size: 53px;
    line-height: 70px;
  }
  .mt_15_mob {
    margin-top: 20px;
  }
  .p_mob {
    padding: 20px 10px !important;
  }
  .iHome .leftHead .btns {
    margin-top: 25px;
  }
  .iHome .leftHead .d-flex {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .cloudBase {
    padding: 60px;
  }
  .cloudBase h1 {
    font-size: 32px;
    line-height: 45px;
  }
  p {
    font-size: 16px !important;
  }
  .OrngBtn {
    width: 180px;
    font-size: 14px !important;
  }
  .dashboard {
    padding: 80px 0 50px;
  }
  .testimonial .revrs {
    flex-direction: column-reverse;
  }
  .testimonial .timg {
    padding-bottom: 30px;
  }
  .clients .clientLogos .br_sm {
    border-right: none;
  }
  .clients .clientLogos .br_b_sm {
    border-bottom: 1px solid #ffe5dd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .clients {
    padding-top: 50px;
  }
  .clients .py_30 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .automate p {
    width: auto;
  }
}

@media (min-width: 768px) {
  .p_mob {
    padding-right: 35px !important;
  }
}

@media (max-width: 670px) {
  .cloudBase .support .d-flex {
    flex-wrap: wrap;
  }
  .pt_mob_70 {
    padding-top: 70px;
  }
  .img3 img {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .onlymobile .upperRight {
    margin-bottom: 30px;
  }
  footer .row {
    padding: 0 5px;
  }
  footer .fHead {
    font-size: 15px;
    line-height: 20px;
  }
  footer ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .mobHide {
    display: none;
  }
  footer ul {
    margin-top: 45px;
  }
  .togglerCust {
    margin-right: 15px;
  }
  .collapseCust .OrngBtn {
    width: 180px;
  }
  .onlymobile .upperRight {
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-right: 10px;
  }
  .cloudBase {
    padding: 30px !important;
  }
  .cloudBase h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .cloudBase .col-xl-6 {
    padding: 0 !important;
  }
  .CRM {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .CRM .parent h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .dashboard {
    padding: 50px 10px 30px;
  }
  .dashboard .head {
    font-size: 28px;
    line-height: 36px;
  }
  .automate .d-flex {
    padding: 20px;
    justify-content: center;
  }
  .automate .d-flex .btns {
    padding-left: 0;
  }
  .automate .d-flex .pl_100 {
    padding-left: 0px;
  }
  .automate .text {
    font-size: 20px;
    line-height: 30px;
  }
  .automate {
    text-align: center;
  }
  .automate p {
    width: auto;
  }
  .clients .clientLogos .br_s_Right {
    border-right: none;
    border-bottom: 1px solid #ffe5dd;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .clients {
    background: transparent;
  }
}
@media (max-width: 575px) {
  .iHome .leftHead {
    transform: translate(45%, 6%);
    height: 290px;
  }
}
@media (max-width: 768px) and (min-width: 430px) {
  .CRM .parent h2 {
    font: 700 35px/46px "DM sans", sans-serif;
  }
  .iHome .leftHead .MHead {
    font-size: 55px;
    line-height: 80px;
  }
  .iHome .leftHead .topHead {
    font-size: 20px;
    line-height: 44px;
  }
  .iHome .leftHead .btns {
    margin-top: 35px;
  }
  .iHome .leftHead .d-flex {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .iHome .leftHead .OrngBtn {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .spaceL {
    padding-left: 17px;
  }
  .spaceR {
    padding-right: 17px;
  }
  .iHome .leftHead .d-flex .trans {
    font: 600 15px/20px "Open sans", sans-serif;
    text-align: center;
    color: #ffffff;
    background: rgba(235, 89, 45, 0);
    border: 1px solid white;
  }
  .trans:hover {
    background: #eb5a2d !important;
    color: white !important;
    border: 1px solid #eb5a2d !important;
  }

  .hoverMe:hover {
    cursor: pointer;
  }
  .hoverMe:hover .dis {
    position: absolute;
    display: block;
    z-index: 1024;
    transition: 0.5s;
    background: #f5f5f5;
    padding: 0 25px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .dis {
    transform: translateY(50px);
    transform: -webkit-translateY(50px);
    opacity: 1;
    visibility: hidden;
  }
}
.OrngBtn:hover {
  background: transparent;
  color: #eb5a2d;
  transition: all 0.5s;
}
.round {
  margin: auto;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: #b37dcc;
  display: grid;
  place-items: center;
}
@media (max-width: 813px) and (min-width: 768px) {
  .img3 img {
    height: 350px;
  }
}

.visitors {
  background: url("../images/visitors.webp") no-repeat;
  background-size: cover;
}
.visitors .imgVis {
  padding: 30px 58px 30px;
}
.visitors .pAll {
  padding: 76px 65px 76px 0;
}

.blogh1
{
    color:#9c2500;
    padding: 20px 0px 20px 0px;
    font-size: 32px;
}
.blogh2
{
    padding: 10px 0px 15px 0px;
    font-size: 20px;
}
.blogh3
{
    padding: 30px 0px 0px 0px;
    font-size: 20px;
    line-height: 34px;
}
.conclusion
{
    line-height: 28px;
}

.blogh4
{
    font-weight:400; 
    font-size: 16px;
}

.main-title
{
    font-weight:600; 
    font-size: 24px;
    color: #eb5a2d;
}


.textblog
{
    line-height:30px;
}

.popularBlgblog
{
    padding: 80px 0 100px;
    background: #fff;
}
@media (max-width: 575px) {
  .visitors .pAll {
    padding: 20px 20px 50px 20px !important;
  }
}
.visitors .pAll .HeadS {
  font: 700 43px/55px "DM sans", sans-serif;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 670px) {
  .visitors .pAll .HeadS {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .visitors .pAll .HeadS {
    font-size: 26px;
    line-height: 40px;
  }
}
.visitors .pAll p {
  font: 400 16px/26px "Open sans", sans-serif;
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .visitors .pAll p {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .revCol {
    flex-direction: column-reverse;
  }
  .visitors .imgVis {
    text-align: center;
  }
  .visitors .pAll {
    padding: 0 70px 50px;
  }
}

/* Footer scroll to top */
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  background: rgba(160, 161, 162, 0.45);
  font-weight: 300;
  color: #002826;
  text-decoration: none;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 9;
}

/* Sticky Header */
.stickyHead {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background: #002826;
}
@media (max-width: 575px) {
  .iHome .leftHead .topHead {
    font-size: 20px;
    line-height: 36px;
  }
  .iHome .leftHead .botHead {
    font: 600 16px/25px "Poppins", sans-serif;
  }
}
/*# sourceMappingURL=style.css.map */

/*whats app*/

.whatsIcon {
    text-align: center;
    font-size: 42px;
    position: fixed;
    bottom: 50px;
    left: 25px;
    z-index: 9;
}

#rcorners1 {
    position: fixed;
    bottom: 25px;
    right: 75px;
    z-index: 999;
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

* {
    box-sizing: border-box;
}

.whatsapp-form {
    max-width: 100%;
    padding: 1px;
    background-color: white;
    box-shadow: 1px 2px 3px 1px #b6ffe1;
}

.openChatBtn {
    background-color: rgb(123, 28, 179);
    color: white;
    padding: 16px 20px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

.openChat {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 15px;
    z-index: 9;
}

.boxed {
    border-radius: 25px;
    position: fixed;
    background-color: white;
    text-align: center;
    z-index: 999;
    left: 90px;
    width: 195px;
    padding: 10px;
    bottom: 55px;
    font-size: 14px;
    text-decoration: none;
}


/*whats app end*/
