<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Axtechnosoft - Dynamics CRM</title>
    <meta name="description" content="Axtechnosoft - Dynamic CRM - description">
    <link rel="canonical" href="https://www.axtechnosoft.com/dynamics-crm" />
    <meta property="og:url" content="https://www.axtechnosoft.com/dynamics-crm" />
    <meta property="og:type" content="article" />
    <meta name="robots" content="index, follow" />
    <meta name="googlebot" content="index, follow" />
    <meta property="og:site_name" content="axtechnosoft" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:title" content="Axtechnosoft - Dynamics CRM" />
    <meta property="og:description" content="Axtechnosoft - Dynamics CRM - description" />
    <meta property="og:image" content="https://www.axtechnosoft.com/img/og/dynamics-crm.png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="627" />
    <meta property="og:updated_time" content="2024-09-05T11:05:11+05:30" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@axtechnosoft" />
    <meta name="twitter:creator" content="@axtechnosoft" />
    <meta name="twitter:title" content="Axtechnosoft - Dynamic CRM" />
    <meta name="twitter:description" content="Axtechnosoft - Dynamics CRM - description" />
    <meta property="twitter:image" content="https://www.axtechnosoft.com/img/og/dynamics-crm.png" />
    <meta property="article:published_time" content="2021-11-26T14:35:11+05:30" />
    <meta property="article:modified_time" content="2024-09-05T11:05:11+05:30" />
    <?php include_once $_SERVER['DOCUMENT_ROOT'] . '/assets/favicon.php'; ?>
    <?php include_once $_SERVER['DOCUMENT_ROOT'] . '/assets/bootstrap-css.php'; ?>
    <!-- Custom CSS Common -->
    <style>
      @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Poppins", sans-serif;} .container{
      padding: 0px 24px;
    }

.bg-primary-color {
  background-color: #2338e2;
}
.btn-primary-color {
  background-color: #2338e2;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #2338e2;
  font-size: 16px;
  padding: 16px 32px;
}
.btn-primary-color:hover {
  background-color: #1f3468;
  color: #fff;
  border: 1px solid #1f3468;
}
.shadow,
.section-two .card-view:hover {
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05) !important;
}
.dark-shadow {
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15) !important;
}
.color-primary {
  color: #2338e2;
}
.color-secondary {
  color: #6ec1e4;
}
.vertically-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logo {
  width: 12rem;
}
.nav-link-font {
  color: #fff !important;
  padding: 0.5rem 1rem !important;
}

.lets-connect {
  background: #f7f8ff;
}
.footer {
  background: #1f3468;
}
.copyright-section {
  background-color: #192a54;
}
.margin-adjust-10 {
  position: relative;
  top: -10rem;
}
.margin-adjust-5 {
  position: relative;
  top: -5rem;
}

/* Home Start*/
.home .nav-link-font {
  color: #fff !important;
  padding: 0.5rem 1rem !important;
}
.home .first-banner-overlay {
  height: calc(100vh - 3.8rem);
  overflow: hidden;
}
.home .first-banner-overlay .banner-img {
  margin-top: -5rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home .first-banner-overlay::before {
  width: 100%;
  background: #1f3468;
  height: calc(100vh - 3.7rem);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 3.6rem;
  opacity: 0.8;
}
.home .home-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
}
.home .section-two {
  padding: 4rem 2rem;
  background: #f7f8ff;
}
.home .section-two h2 {
  text-align: center;
  font-weight: 600;
}

 .card-view {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0.1s;
}
.half-connect-section .img-adjust {
  height: 40rem;
  overflow: hidden;
  border-radius: 0 0 80px 0;
}
.half-connect-section .img-adjust img.img {
  margin-top: -10rem;
}
 .feature-view .feature-img {
  border-radius: 20px;
}
/* Home End */
/* About Start */
.page-banner-overlay {
  height: 500px;
  overflow: hidden;
}
 
.page-banner-overlay {
  /* width: 100%; */
  background-image: url("img/about-bg-img.jpg");
  background-position:center;
  background-size:cover;
  position: relative;
}
.page-banner-overlay::before {
  width: 100%;
  background: #1f3468;
  height: calc(100vh - 3.7rem);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  opacity: 0.8;
}
 .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}
 .section-two {
  padding: 4rem 2rem 0rem;
  background: #f7f8ff;
  background: linear-gradient(180deg, #f7f8ff 0%, #fff 100%);
}
 .section-two h2 {
  text-align: center;
  font-weight: 600;
}

/* Small devices (landscape phones, 576px and up) */
    @media (max-width: 576px) {
      .section-two {
        padding: 4rem 0rem 0rem;
    }
    }

    @media (min-width: 577px) and (max-width:767px) {}

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width:991px) {}

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width:1199px) {}

    /* X-Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) and (max-width:1399px) {}

    /* XX-Large devices (larger desktops, 1400px and up) */
    @media (min-width: 1400px) {}

/* Service Starts */

/* Service Ends */


    </style>
    <script
      src="https://kit.fontawesome.com/e9c82b385b.js"
      crossorigin="anonymous"
    ></script>
  </head>
  <body>
  <?php include_once $_SERVER['DOCUMENT_ROOT'] . '/assets/header.php'; ?>
    <!-- Main container starts here -->
    <main>
      <!-- section one starts here -->
      <section class="page-banner-overlay">
        
        <div class="container text-center">
            <div class="banner-text">
                <h1 class="mt-3">Dynamics CRM</h1>
                
              </div>
        </div>
      </section>
      <!-- section one ends here -->
      <!-- section two starts here -->
      <section class="section-two neg-margin">
        <div class="container">
          <div class="row margin-adjust-10">
            <div class="col-md-6">
              <div class="card-view mt-3">
                <h3 class="text-center color-primary">UI Customizations</h3>
                <p class="my-3">
                  Axtechnosoft helps by developing HTML and javascript components to support CRM integrations with multiple interfaces.
                </p>
              </div>
            </div>
            <div class="col-md-6">
              <div class="card-view mt-3">
                <h3 class="text-center color-primary">Functional Consulting</h3>
                <p class="my-3">
                  We provide highly specialized, complex solutions architecture and implementation regarding Microsoft Dynamics CRM capabilities, functions and features. We Plan and assist the team in drafting statements of work to include estimation of effort/cost.
                  
                </p>
              </div>
            </div>
          </div>
          <div class="row margin-adjust-10">
            <div class="col-md-6">
              <div class="card-view mt-3">
                <h3 class="text-center color-primary">
                  Dynamics CRM and XRM Development</h3>
                <p class="my-3">
                  <p>We provide compact Microsoft Supported SDK Development for CRM applications.</p>
                  <ul>
                    <li>Plug-in Customization</li>
                    <li>CRM Custom Workflow</li>
                    <li>CRM Custom Action</li>
                    <li>CRM Async/sync Client UI</li>
                    <li>Customization</li>
                    <li>Rich blend of MVC Architected App Integration with CRM</li>
                  </ul>
                </p>
              </div>
            </div>
            
            <div class="col-md-6">
              <div class="card-view mt-3">
                <h3 class="text-center color-primary">
                  Integrations</h3>
                <p class="my-3">
                  <p>Dynamics work tightly coupled with Microsoft dynamics and third-party applications. We extend services to support integrations of CRM with diverse applications.</p>
                  <ul>
                    <li>Dynamics CRM Integration with SharePoint</li>
                    <li>Dynamics CRM Integration with GP</li>
                    <li>Dynamics CRM Integration with AX</li>
                  </ul>
                </p>
              </div>
            </div>
          </div>
          
        </div>
      </section>
      <!-- section two ends here -->      

     <!-- section three ends here -->
     <?php include_once $_SERVER['DOCUMENT_ROOT'] . '/assets/footer.php'; ?>
    </main>
    <!-- Main container ends here -->
    <?php include_once $_SERVER['DOCUMENT_ROOT'] . '/assets/bootstrap-js.php'; ?>
  </body>
</html>
