/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"); */

/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
} */
body {
    margin: 0;
    font-family: stolzl,sans-serif;
    /* font-size: 16px;
    line-height: 30.4px; */
    /* font-family: "Open Sans", sans-serif; */
    
    color: #444444;
    }
    
    a {
    color: #ffc451;
    text-decoration: none;
    }
    
    a:hover {
    color: #ffd584;
    text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: "Raleway", sans-serif;
}
.w-color{
    color: white;
}
#hero{
    width: 100%;
    /* height: 500px; */
    background: url(../img/erp-crm-img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}
#hero .container {
    position: relative;
    padding-top: 100px;
    text-align: center;
}
#hero h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    font-size: 24px;
    padding-bottom: 57px;
}
.consult-btn{
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #fe5b49;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fe5b49;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 30px 0px rgba(254, 88.00000000000001, 82.99999999999999, 0.25098039215686274);
  padding: 15px 60px 15px 60px;
  /* position: relative; */
  
}
.consult-btn:hover{
  color: #FFFFFF;
  background-color: #FF5B4A00;
  border-color: #FFFFFF;
}
  .carousel-section {
    /* padding-top: 80px;
    padding-bottom: 80px; */
    overflow: hidden;
  }
  .carousel-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }
  .carousel-section .owl-carousel .owl-stage-outer {
    overflow: unset;
  }
  .carousel-section .owl-carousel .owl-nav .owl-next,
  .carousel-section .owl-carousel .owl-nav .owl-prev {
    /* width: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    height: 50px;
    font-size: 30px; */
    width: 40px;
    height: 40px;
    font-size: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    font-weight: 900;
  }
  .carousel-section .owl-carousel .owl-nav .owl-next:focus,
  .carousel-section .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
  }
  .carousel-section h2 {
    font-size: 34px;
    text-align: left;
    font-weight: 700;
  }
  .carousel-container {
    /* max-width: 740px; */
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    /* width: 100%; */
  }
  .carousel-item {
    margin: 20px 0;
  }
  .carousel-item {
    display: block;
}
  /* .carousel-item__card { */
    /* box-shadow: 0 13px 31px #dce1ed; */
    /* height: 300px; */
    /* border-radius: 12px; */
    /* margin: 30px 0 35px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* font-size: 30px; */
    /* font-weight: 500; */
    /* border: 1px solid #dddddd; */
  /* } */
  .comp-row{
padding-top: 3rem;
  }
  .comp-trust{
    display: flex;
    float: left;
    padding-top: 30px;
  }
  .caro-hr{
    width: 57px;
    border-top: solid 2px black;
    opacity: 1;
    margin-top: 11px;
    margin-right: 25px;
  }

  .heading{
    color: #001D33;
    font-size: 45px;
      line-height: 1.1;
      /* font-family: proxima_nova_altsemibold; */
      font-weight: 600;
  }
  .sub-heading{
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 21px;
    width: 75%;
  }
  .base-clr{
    color: #f08223;
  }
  .sb-para{
    /* color: #a7a6a6; */
    color: #8a8585 ;
    line-height: 1.6;
  }
  .col-pad{
    padding-right: 80px;
  }
  .h-font{
    font-weight: 500;
    font-size: 22px;
  }
  /* section-2 */
  .sec2{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  /* section-3 */
.cor-img{
  height: 41px;
}
.achive-sec{
  background-image: url(../img/erp-crm-img/cta-bg.jpg) ;
  padding: 5rem 0;
  /* margin-bottom: 6rem; */
  position: relative;
  background-size: cover;
}
.achive-h2{
  font-size: 40px;
}
.achive-sec::before{
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.achive-sec .container{
  position: relative;
}
.achive-ro{
padding-top : 50px;
padding-bottom: 50px;
}
.com-r-p{
  padding-top: 50px;
}



.wrapper {
  /* width: 590px; */
  margin: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
}

.buttonWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* button {
  letter-spacing: 3px;
  border: none;
  padding: 10px;
  background-color: #bccbe9;
  color: #232c3d;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
} */
/* ///// check ////  */
/* button:hover {
  background-color: #d5e3ff;
} */

/* button.active {
  background-color: white;
} */

/* .active {
  background-color: white;
} */

/* p {
  text-align: left;
  padding: 10px;
} */

.trust-company-by{
  background-color: #F8F8F8;
    /* width: 1425px; */
    left: 0px;
    min-height: 250px;
    padding-top: 2em;

}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
    color: #000 !important;
}
.owl-theme .owl-nav {
  padding-right: 100px;
}
.h2-width{
  max-width: 63%; 
}
.para{
  font-size: 18px !important;
    line-height: 30.4px;
    font-family: stolzl,sans-serif !important;
    color: gray !important;
}
.erp-software-module{
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
 

}
.erp-software-module:hover{
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.050980392156862744);
}
.erp-software-module i{
  color: #69727d; font-size: 50px; padding-bottom: 15px;
}
.erp-software-module:hover i{
  color: #fe5b49;

}

.icon_panel .grid__panel.six {
  grid-template-columns: repeat(2, 1fr);
}
.grid__panel {  
   grid-template-columns: repeat(2, 1fr);
  }


  /* accordian */
  .accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow:none;
  }
  .accordion-button:not(.collapsed) {
    border-color: none !important;
  }



/* //////  */
.accor-h{
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  color: var(--theme-color-text_dark);
}
.erp-acco-p{
  font-size: 16px;
  letter-spacing: 0.5px;
}
.achi-f{
  font-size: 2.5em;
}
.achi-pf{
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 400;
  line-height: 20px;
}



@media (max-width: 575.98px) { 
  .right_icon_panel {
    width: 100% !important;
  }

  .grid__panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    padding: 1rem 0;
    grid-row-gap: 3rem;
  }
  .icon_panel .grid__panel.four{
    grid-template-columns: repeat(2, 1fr);
  }
  .icon_panel .grid__panel.five{
      grid-template-columns: repeat(2, 1fr);
  }
  .icon_panel .grid__panel.six{
      grid-template-columns: repeat(2, 1fr) !important;
  }
  #hero{
    width: 100%;
  height: auto;
  }
  .h2-width {
    max-width: 100%;
  }
  .sub-heading{
    width: 100%;
  }
  #hero h1 {
    font-size: 48px;
  }
  
}
@media (max-width: 767.98px) { 
  .right_icon_panel {
    width: 100% !important;
  }

  .icon_panel .grid__panel.four{
    grid-template-columns: repeat(2, 1fr) !important;
}
.icon_panel .grid__panel.five{
    grid-template-columns: repeat(2, 1fr);
}
.icon_panel .grid__panel.six{
    grid-template-columns: repeat(2, 1fr);
}
#hero .container {
padding-top: 40px;
}
.h2-width {
  max-width: 100%;
}
/* .sub-heading{
  width: 100%;
} */

}
@media (min-width: 992px) { 
  .icon_panel .grid__panel.four{
    grid-template-columns: repeat(2, 1fr);
}
.icon_panel .grid__panel.five{
    grid-template-columns: repeat(2, 1fr);
}
.icon_panel .grid__panel.six{
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) { 
  .icon_panel .grid__panel.four{
    grid-template-columns: repeat(4, 1fr);
}
.icon_panel .grid__panel.five{
    grid-template-columns: repeat(3, 1fr);
}
.icon_panel .grid__panel.six{
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  

  #hero .container {
    padding-top: 40px;
  }
  .h2-width {
  max-width: 100%;
  }
  /* .sub-heading{
    width: 100%;
  } */

}
