
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-ExtraLight.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-Light.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-SemiBold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: local('Manrope'), url('https://heartcore-enterprises.com/fonts/Manrope-ExtraBold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-Thin.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-ExtraLight.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-Light.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-SemiBold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-ExtraBold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: local('Inter'), url('https://heartcore-enterprises.com/fonts/Inter-Black.ttf') format('truetype');
  }
  
  body {
     color: #777;
  }
  
  a {
    color: #37507A;
  }
  
  a:hover {
    color: #627EBE;
    text-decoration: none;
  }
  
  h1, h2, h3{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color:#000;
  }
  h1{
    font-size: 50px;
    line-height: 55px;
  } 
  h2{
    font-size: 37px;
    line-height: 44px;
  }
  h3{
    font-size: 24px;
    line-height: 30px;
  }
  
  h4{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
  }
  h5, h6, .font-primary {
    font-family: "Inter", sans-serif;
    #color:#000;
  }
  
  p{
    font-family: "Inter" ;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #70b9b0;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
  }
  
  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  
  .back-to-top:hover {
    color: #fff;
    background: #8bc6bf;
    transition: background 0.2s ease-in-out;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 123px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 30px 0; /* 50px 0 */
    background: #ffffff;
  }
  
  #header.header-scrolled {
    background: #ffffff;
    height: 80px;
    padding: 20px 0;
  }
  
  #header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 68px; /* 40px; */
  }
  
  @media (max-width: 768px) {
    #header .logo h1 {
      font-size: 28px;
      padding: 8px 0;
    }
  }
  
  @media (min-width: 1200px) {
    .container , .news-home-container, .page-title-container, .testimonial-container{
      max-width: 1180px; 
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  #menuToggle span , #menuToggle{
    display: none;
    
  }
  
  /* Desktop Navigation */
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #000000;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #E51A3C;
    text-decoration: none;
  }
  
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0 24px 0;
    margin-top: 10px;
    background: #fff;   
    transition: ease all 0.3s;
  }
  ul li {
    color: #000000;
}
  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .nav-menu .drop-down li {
    min-width: 244px;
    position: relative;
  }
  
  .nav-menu .drop-down ul h6  {
    padding: 10px 15px 5px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    color: #000000;
    font-family: 'Manrope';
  }
  
  
  .nav-menu .drop-down ul a  {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    color: #000000;
    font-family: 'Manrope';
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #E02948;
  }
  
  
  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }
  .btn-learn-more {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 8px 28px 10px 28px;
      text-transform: uppercase;
      transition: 0.5s;
      border: 1px solid #37507A;
      color: #37507A;
      margin: 30px auto;
  }
  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }
  
  
  
  /*--------------------------------------------------------------
  # news-home Section
  --------------------------------------------------------------*/
  #news-home {
    width: 100%;
    margin-top:100px;
  }
  
  #news-home:before {

  }
  
  #news-home .news-home-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding-top: 80px;
    justify-content: center;
    align-items: baseline; /* center; */
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
  
  #news-home h1 {
    text-align: left;
    font-family: 'Manrope';
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    max-width: 800px;
  }
  
  #news-home h2 {
    color: #ffffff;
    margin: 0px;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #news-home a {
    color: #ffffff;
  }
   .btn-read-more {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px 10px 28px;
     text-transform: uppercase;
    transition: 0.5s;
    border: 1px solid #fff;
    color: #fff;
  }
  
  .btn-read-more:hover, .btn-learn-more:hover  {
    background: #fff;
    color: #000;
    border: 1px solid #ffffff;
  }
  
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.carousel:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
z-index: 1;
}

.carousel-caption h5 {
    text-align:left;
    font-weight: 700;
}  
.carousel-caption a {
    position: absolute;
    right: 10rem;
}
@media (min-width: 1024px) {

    .carousel-inner{
        height: 70vh;
    }
    .carousel-caption {
        top: 20%;
        z-index: 2;
    }
}
  @media (min-width: 1024px) {
    #news-home {
      background-attachment: fixed;
    margin-top:123px;

    }
  }
  
  @media (max-width: 760px) {
    margin-top:100px;

  
  }
  
  /*--------------------------------------------------------------
  # Page title Section
  --------------------------------------------------------------*/
  #page-title  {
    width: 100%;
    height: 600px; /* 100vh; /* 75vh; */
    background-size: cover;
    position: relative;
    margin-bottom: -80px;
  }
  
  #page-title:before  {
    content: "";
    background: rgba(121, 19, 25, 0.65);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #page-title .page-title-container  {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding-top: 80px;
    justify-content: center;
    align-items: baseline; /* center; */
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
  
  #page-title h1 {
    text-align: left;
    font-family: 'Manrope';
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 778px;
  }
  #page-title p {
    color: #fff;
  }
  
  .products-page-title{
    background: url("../img/products-bg.jpg") center center;
    background-size: cover;
  }
  
  .news-page-title{
    background: url("../img/news-bg.jpg") center 100px;
    background-size: cover;
  }
  
  
  .about-page-title{
    background: url("../img/about-us-bg.jpg") center 100px;
    background-size: cover;
  }
  
  
  
  @media (min-width: 1024px) {
    #page-title {
       
    }
  }
 
/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
#terms{
  padding-top: 60px;
  padding-bottom: 80px;
}

#terms h2{
  color: #000000;
  margin-bottom: 20px;

}

#terms h5{
  color: #000000;
  margin-bottom: 20px;
}

#terms p{
  font-weight: 300;
}

  /*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
  #about-overview{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .about-overview .right-border{
    border-right: 1px solid #E02948;
    margin-right: 40px;
    padding-right: 40px;
    padding-left: 0px;
  }
  
  .about-overview .right-border .col-lg-12{
    padding-bottom: 20px;
  }
  .about-overview p{
    margin-bottom: 40px;
  }
  
  .about-overview h2{
     color: #000000;
     margin-bottom: 20px;
  }
  
  .about-overview h4{
     color: #000000;
     font-size: 28px;
     line-height: 44px;
     font-family: 'Manrope';
     text-transform: none;
  }
  
  .about-overview ul li{
     color: #000000;
     font-size: 16px;
     line-height: 24px;
     font-family: 'Inter';
     text-transform: none;
     margin-bottom: 12px;
  }
  
  /* Testimonials */
  .testimonial{
    width: 100%;
    height: 647px; /* 100vh; /* 75vh; */
    background-size: cover;
    position: relative;
    /* margin-bottom: -80px; */
  }
  
  #about-testimonial-1{
    background: url("../img/testimonial-1.jpg") center  ;
    background-size: cover;
  }
  
   #about-testimonial-2{
    background: url("../img/our-customers.jpg") center  ;
    background-size: cover;
  }
  
   #about-testimonial-3{
    background: url("../img/testimonial-3.jpg") center  ;
    background-size: cover;
  }
  
   #about-testimonial-1:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
   #about-testimonial-2:before {
    content: "";
    background: rgba(47, 72, 88, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
   #about-testimonial-3:before {
    content: "";
    background: rgba(121, 19, 42, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
   .testimonial-container{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
     /* padding-top: 80px;*/
    justify-content: center;
    align-items: baseline; /* center; */
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
  
   .testimonial-container .quote{
      border-left: 2px solid #ffffff;
      padding-left: 30px;    
      font-family: 'Inter';
      text-align: left;
   }
  
   .testimonial-container p{
      font-size: 22px;    
      line-height: 33px;
      font-weight: 300;
      font-style: italic;
       color: #ffffff;
   }
  
    .testimonial-container h4{
      font-size: 20px;    
      line-height: 40px;
      font-weight: 400;
       color: #ffffff;
       margin-bottom: 0px;
    }
  
   
  
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    /* padding: 60px 0; */
  }
  
  .section-bg {
    background-color: #ffffff;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #ffffff;
    font-family: 'Manrope';
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
  
  
 .container .row .left-side-logo{
    position: absolute;
    background-color: #E02948;
    width: 45%;
    height: 80vh;
    left: 0;
  }
  
  .right-side-text{
    position: absolute;
    width: 60%;
    height: 80vh;
    right: 0;
  }
  
  .intro-left{
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 80vh; 
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
  
  .intro-right{
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding-top: 100px;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    text-align: center;
    margin: auto;
    height: auto;
    height: 80vh;
  }
  
  .intro-left img{
    width: 150px;
  }
  .intro-left .img-fluid {
    width: 50%;
  }
  
  .about h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #000000;
    padding-bottom: 44px;
  }
  
  .about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #000000;
    margin-bottom: 44px;
  
  }
  
  .about ul {
    list-style: none;
    padding: 0;
  }
  
  .about ul li {
    padding-bottom: 10px;
  }
  
  .about ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #70b9b0;
  }
  
  .about p:last-child {
    margin-bottom: 0;
  }
  
  .about .data-box {
    /* margin-bottom: 20px; */
    text-align: center;
  }
  
  
  .data-box .title{
    font-weight: 500;
    font-family: 'Manrope';
    font-size: 50px;
    color: #000000;
  }
  
  /*--------------------------------------------------------------
  # Products
  --------------------------------------------------------------*/
  .products .icon-box {
    margin-bottom: 50px;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
  }
  
  .products h2{
    text-align: center;
    color: #000000;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  
  .products img {
    width: 113px;
    height: 112px;
  }
  .products img.logo {
    width: 220px;
    height: 100%;
  }
  .products img.software-partners {
    width: 200px;
    height: 50px;
  }
  
  .products .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .products .icon i {
    color: #70b9b0;
    font-size: 42px;
  }
  
  .products .title {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;  
    color: #000000;
    font-family: 'Manrope';
    text-transform: none;
  }
  
  .products .title a {
    color: #000000;
    transition: 0.3s;
  }
  
  .products .icon-box:hover .title a {
    color: ##E51A3C;
  }
  
  .products .description {
    line-height: 24px;
    font-size: 16px;
    font-family: 'Inter';
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  .products{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  /*--------------------------------------------------------------
  # suite-intro
  --------------------------------------------------------------*/
  .suite-intro {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/suite.jpg") fixed center 120px;
    background-size: cover;
    padding: 15vh 0;
    height: 70vh;
  }
  
  .suite-intro .text-center {
    width: 630px;
    margin: auto;
    /* padding-top: calc((100vh - 700px)/2); */
  }
  
  .suite-intro strong{
    font-weight: 600;
  }
  
  .suite-intro h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Manrope';
    margin-bottom: 20px;
    line-height: 50px;
  }
  
  .suite-intro p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 300;
  }
  
  .suite-intro .cta-btn {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .suite-intro .cta-btn:hover {
    background: #70b9b0;
    border: 2px solid #70b9b0;
  }
  
  /*--------------------------------------------------------------
  # ipo-intro
  --------------------------------------------------------------*/
  .ipo-intro {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/go-ipo.jpg") fixed center top;
    background-size: cover;
    padding: 15vh 0;
    height: 70vh;
  }
  
  .ipo-intro .text-center {
    width: 648px;
    margin: auto;
  }
  
  .ipo-intro h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Manrope';
    margin-bottom: 20px;
  }
  
  .ipo-intro p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Inter';
    font-weight: 300;
  }
  
  /*--------------------------------------------------------------
  # Dash
  --------------------------------------------------------------*/
  
  #dash{
    background-color: #2F4858;
    height: 100vh;
    text-align: left;
    padding-top: 60px; 
  }
  
  .dash h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #ffffff;
    padding-bottom: 44px;
    text-align: left;
  }
  
  .dash p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #ffffff;
    margin-bottom: 44px;
  }
  
  .dash .listed{
    line-height: 30px;
  }
  
  #dash img{
    position: absolute;
    margin-left: -150px;
    width: 57vw;
    max-width: 939px;
  }
  
  #dash ul{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #ffffff;
    text-align: left;
  }
  /*--------------------------------------------------------------
  # Demo
  --------------------------------------------------------------*/
  
  .left-side-demo{
    position: absolute; 
    background: url("../img/home-demo.jpg") no-repeat -300px;
    /* url("../img/home-demo.jpg") no-repeat fixed center top; */
    background-size: cover;
    width: 50%;
    height: 100vh;
    left: 0;
  }
  
  .right-side-demo{
    position: absolute;
    width: 50%;
    height: 100vh;
    right: 0;
  }
  
  #demo .intro-right{
    padding: 120px;
    height: 100vh;
  }
  
  .demo h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  
  .demo p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #000000;
    margin-bottom: 24px;
    text-align: left;
  }
  
  .demo button {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    width: 248px;
    transition: 0.5s;
    margin-top: 10px;
    border: 1px solid #37507A;
    color: #37507A;
    background-color: #ffffff;
    text-transform: uppercase;
  }
  
  .demo button:hover {
    background: #37507A;   
    color: #ffffff;
  }
  
  .form-control:focus, .form-control {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: #000000;
    background-color: #fff;
    border-color: #C4C4C4;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
  }
  
  /*--------------------------------------------------------------
  # Products Page > Why Choose Us?
  --------------------------------------------------------------*/
  .left-side-choose-us{
    position: absolute;
    width: 50%;
    height: 100vh;
    left: 0;
  }
  
  .right-side-choose-us{
    position: absolute; 
    background: url("../img/products-2.jpg") no-repeat center right;
    background-size: cover;
    width: 50%;
    height: 100vh;
    right: 0;
  }
  
  #choose-us .intro-left{
    padding-right: 80px;
    height: 100vh;
  }
  
  .choose-us h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  
  .choose-us h4 {
    color: #000000;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Manrope';
    font-weight: 700;
  }
  .choose-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #000000;
    margin-bottom: 24px;
    text-align: left;
  }
  
  .choose-us .listed{
    line-height: 30px;
  }
  
  /*--------------------------------------------------------------
  # IPO
  --------------------------------------------------------------*/
  #ipo{
    background-color: #2F4858;
    height: auto;
    text-align: left;
    padding-top: 60px;
  }
  
  .ipo h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #ffffff;
    padding-bottom: 24px;
    text-align: left;
  }
  
  .ipo h5 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Inter';
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
  }
  
  #ipo span {
    display: inline-block;
  }
  
  .ipo-box .number{
    color: #ffffff;
    font-size: 58px;
    font-family: 'Manrope';
    font-weight: 500;
    display: inline;
    vertical-align: bottom;
    line-height: 58px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  
  .ipo-box .title{
    color: #ffffff;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Manrope';
    margin-bottom: 0px;
    font-weight: 500;
    vertical-align: baseline;
    display: inline-block;
    width: 450px;
    margin-bottom: 0px;  
  }
  
  .ipo p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #ffffff;
    margin-bottom: 44px;
    margin-top: 10px;
    max-width: 513px;
  }
  
  /*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
  #team{
    background-color: #ffffff;
    height: auto;
    text-align: left;
    padding-top: 60px;
  }
  
  #team .section-title h2{
    color: #000000;  
    font-family: 'Inter';
    margin-bottom: 3px;
    font-weight: 500;
    text-align: left;
  }
  
  #team span {
    display: block;
    float: right;
    width: calc(100% - 200px);
  }
  
  .team-box{
    padding-right: 35px;
  }
  
  .team-box .photo{
    width: 186px;
    height: 186px;
    background-color: #C4C4C4;
    display: inline-block;
    vertical-align: bottom;  
    margin-right: 10px;
    margin-bottom: 30px;
  }
  
  .team-box .photo img{
    width: 186px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 30px;
    }
  
  .team-box .title{
    color: #E02948;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Manrope';
    margin-bottom: 0px;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .team-box .sub-title{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    margin-bottom: 0px;
    font-weight: 600;
    vertical-align: baseline;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;  
  }
  
  .team-box .ln-photo{
    width: 26px;
    height: 26px;
    margin-top: 5px;
  }
  
  .team p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    color: #000000;
    margin-bottom: 44px;
    margin-top: 0px;
     
  }
  
  #customers, #partners{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #customers .section-title h2, #partners .section-title h2{
    color: #000000;
    text-align: center;
    margin-top: 30px;
    color: #000000;
    font-family: 'Inter';
    margin-bottom: 3px;
    font-weight: 500;
  }
  
  #partners .logo img{
    clip-path: inset(2px 2px 2px 2px);
  
  }
  .logo img{
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  
  .logo{
    margin-bottom: 15px;
  }
  /*--------------------------------------------------------------
  # product-details
  --------------------------------------------------------------*/
  #product-details{
    background-color: #37507A;
    height: auto;
    text-align: left;
    padding-top: 80px;
    min-height: 637px;
  }
  
  .product-details h3 {
    font-weight: 500;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #ffffff;
    padding-bottom: 24px;
    text-align: left;
  }
  
  .product-details-box .title{
    color: #ffffff;
    font-size: 14.2px;
    line-height: 21px;
    font-family: 'Manrope';
    margin-bottom: 0px;
    font-weight: 600;
    vertical-align: baseline;
    display: inline-block;
    width: auto;
    margin-bottom: 0px;  
  }
  
  .product-details p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #ffffff;
    margin-bottom: 44px;
    margin-top: 10px;
    max-width: 513px;
  }
  
  .product-details-box p{
    max-width: unset;
  }
  /*--------------------------------------------------------------
  # product-details-2
  --------------------------------------------------------------*/
  #product-details-2{
    background-color: #F3F2F5;
    height: auto;
    text-align: left;
    padding-top: 80px;
    min-height: 450px;
  }
  
  .product-details-2 h3 {
    font-weight: 400;
    font-size: 37px;
    line-height: 44px;
    font-family: 'Manrope';
    color: #000000;
    padding-bottom: 24px;
    text-align: left;
  }
  
  .product-details-2 h5 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Inter';
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
  }
  
  #product-details-2 span {
    display: inline-block;
  }
  
  .product-details-2-box{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .product-details-2-box .icon{
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .product-details-2-box .icon, .product-details-2-box .icon img{ 
    height: 66px;
  }
  
  .product-details-2-box .title{
    color: #000000;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Manrope';
    margin-bottom: 0px;
    font-weight: 700;
    vertical-align: baseline;
    display: inline-block;
    width: 450px;
    margin-bottom: 0px;  
  }
  
  .product-details-2-box .icon p{
    margin-top: 30px;
    }
  
  .product-details-2 p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;
    max-width: 678px;
  }
  
  /*--------------------------------------------------------------
  # Provides
  --------------------------------------------------------------*/
  .provides {
    padding: 80px 0;
  }
  
  .provides h4{
    color: #000000;
    font-family: Manrope;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 5%;
  }
  
  .provides .icon-box{
      margin-right: 3%;
  }
  
  .provides .icon-box img{
      height: 60px;
    }
  
  .provides .text-center{
    margin-bottom: 30px;
  }
  
  .provides .row{
  }
  
  /*--------------------------------------------------------------
  # news
  --------------------------------------------------------------*/
  #news{
    padding:  60px 0px 80px 0px;
  }
  
  .news-box{
    margin-bottom: 60px;
  }
  
  .news-box p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter';
  }
  
  .news-box .date{  
    color: #E02948; 
    margin-bottom: 8px;
  }
  .news-box .summary{  color: #000000; } 
  
  .news-box .title{
    color: #000000;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Manrope';
    text-transform: none;
    margin-bottom: 20px;
  }
  
  .news-box .btn-read-more{
    color: #37507A;
    border-color: #37507A;
  }
  
  .news-box .btn-read-more:hover, .btn-learn-more:hover{
    color: #ffffff;
    background-color: #37507A;
    }


  /*--------------------------------------------------------------
  # presentation-box
  --------------------------------------------------------------*/
  #presentation{
    padding:  60px 0px 80px 0px;
  }
  
  .presentation-box{
    margin-bottom: 45px;
  }
  
  .presentation-box p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter';
  }
  
  .presentation-box .date{  
    color: #E02948; 
    margin-bottom: 8px;
  }
  .presentation-box .summary{  color: #000000; } 
  
  .presentation-box .title{
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Manrope';
    text-transform: none;
    margin-bottom: 20px;
  }
  
  .presentation-box .btn-read-more{
    color: #37507A;
    border-color: #37507A;
  }
  
  .presentation-box .btn-read-more:hover, .btn-learn-more:hover{
    color: #ffffff;
    background-color: #37507A;
    }




   /*--------------------------------------------------------------
  # Investor Relations
  --------------------------------------------------------------*/
  #ir-news, #ir-events{
    padding:  40px 0px 40px 0px;
   
  }
  /* #ir-present */
  #ir-news .row{
     /* border-bottom: 1px #000000 solid;*/
  }
  
  #ir-present .row, #ir-interviews .row ,#ir-events .row{
    border-top: 1px #000000 solid;
    padding-top: 40px;
    }
  
    #ir-interviews .row{
      padding-bottom: 80px;
    }
  
  #ir-news h2, #ir-present h2, #ir-interviews h2,#ir-events h2{
    width: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
  }
  
  #ir-menu a{
    font-size: 13px;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 600;
    line-height: 44px;
    margin: 0 10px;
  }
  
  #ir-menu a:hover, #ir-menu .active{
    color: #D71A66;
  }
  
  #ir-menu{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    
    padding-bottom: 20px;
    border-bottom: 1px #000000 solid;
    width: 100%;
  }
  
  .ir-contact {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/ir-bg.jpg") fixed center 120px;
    background-size: cover;
    padding: 30vh 0;
    height: 100vh;
  }
  
  .ir-contact .php-email-form{
    max-width: 295px;
  }
  .ir-contact h3 {
      font-size: 37px;
      line-height: 44px;
      text-align: left;
      width: 100%;
      font-weight: 500;
      color: #ffffff;
    }
  
  .ir-contact p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    color: #ffffff;
    margin-bottom: 24px;
    text-align: left;
  }
  
  .ir-contact button {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    width: 151px;
    transition: 0.5s;
    margin-top: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
  }
  
  .ir-contact button:hover {
    background: #ffffff;   
    color: #000000;
  }
  
  .ir-contact .form-control{
    background-color: transparent;
    color: #ffffff;
  }
  
  .ir-contact input::placeholder{
    color: #ffffff;
  }
  
  /*--------------------------------------------------------------
  # Contact Us
  --------------------------------------------------------------*/
  #contact{
    padding:  60px 0px 80px 0px;
  }
  .contact  h3 {
    font-size: 28px;
    line-height: 44px;
     
    
    font-weight: 600;
    color: #000000;
     font-family: "Manrope" ;
     width: 100%;
  }
  
  .contact   p , .contact a{
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter" ;
    color: #000000;
    width: 100%;
  }
  
   

  /*--------------------------------------------------------------
  # Map
  --------------------------------------------------------------*/
  .map {
    padding: 0;
    margin-bottom: -10px;
  }
  
  .map iframe {
    width: 100%;
    height: 380px;
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #3B3B39;
     
    color: #fff;
    font-size: 14px;
  }
  
  #footer .row{
    padding-top: 60px;
  }
  
  #footer .logo-img{
    height: 44px;
  }
  
  #footer h4, #footer h4 .bold{
    font-family: 'Manrope';
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 0;
  }
  
  #footer h6{
    font-family: 'Manrope';
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 0;
  }
  
  #footer a, #footer p{
    font-family: 'Manrope';
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
     line-height: 29px;
     margin-bottom: 0;
  }
  
  #footer .social{
    margin-right: 13px;
  }
  
  #footer .twitter{
    width: 24px;
    height: 22px;
  }
  
  #footer .linkedin{
    height: 24px;
    width: 24px;
  }
  
  #footer br{
    line-height: 29px;
  }
  #footer .copyright,  #footer .terms  {  
    padding-bottom: 50px;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
  
  #footer .terms  a{
     font-size: 14px;
     margin-right: 5px;
   }
  
  
  #mobile-menu   .active > a {
    color: #E51A3C;
  }
  
  @media (min-width: 1181px) {
  
    #footer .order-2{
      order:unset;
    }
  
  }

.carousel-item img {
    width: 100%;
    height: 75vh;
    background-size: cover;
    position: relative;
}

@media (max-width: 780px) {
  .carousel-item img {
    width: auto;
    height: 45vh;
  }

.about .left-side-logo, .about .intro-left
}


  /* Smaller Screens */
  
  @media (max-width: 980px) {
  
    #header{
      height: 100px;
      padding: 21px 0px;
    }
  
    #header .logo img{
      max-height: 58px;
    }
  
    #menuToggle {
      display: block;
      position: absolute;
      z-index: 1;
      right: 20px;
      top: 30px;
      cursor: pointer;
     }
  
     #investor-dropdown{
      padding-top: 0px !important;
     }
    #products-link, #investor-link{
      cursor: pointer;
    }
  
    #products-link i, #investor-link i{
      text-align: right;
  
      position: relative;
      right: 20px;
      top: 17px;
      float: right;
    }
  
    #menuToggle span {   
      display: block; 
      width: 46px;
      height: 4px;
      margin-bottom: 17px; /* create some spacing between the span elements. */
      position: relative; /* allow for positioning changes in relation to the parent div.*/
      background: #000000;
      border-radius: 5px;
      z-index: 1; /* ensure that the span element is under the checkbox */
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
      transform-origin: 4px 0px; /* set to 4px 0px to specify the center of rotation for the transform property above. */
    }
  
    #menuToggle span:first-child {
      transform-origin: 0% 0%; /*sets the origin of the transform property to the top left corner of the element.*/
    }
  
    #menuToggle span:nth-last-child(2) {
      transform-origin: 0% 100%; /*sets the origin of the transform property to the bottom left corner of the element.*/
    }
  
      #close-menu{
        text-align: right;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 50px;
      }
    #close-menu img{
      width: 24px;
      height: 24px;
      cursor: pointer;
    }
  
    #mobile-menu {
      position: absolute; 
      z-index: 1111111;
      right: 0px;
      top: 0px; 
      width: 245px;
      min-height: 100vh;
      height: 100%;
       
      background: #ffffff;
      list-style-type: none; 
      -webkit-font-smoothing: antialiased;  
      
      transition: left 0.5s; /* This property sets the transition effect for the left property. This will create a smooth animation when the menu slides in from the left.*/
    }
  
    #mobile-menu ul {
      padding-left: 25px;
  
  
    }
    #mobile-menu li {
      color: #000000;
      font-family: 'Inter';
      font-size: 20px;
      line-height: 45px;
      font-weight: 500;
      list-style: none;
      width: 100%;
    }
  
      #mobile-menu li a{
        color: #000000;
      font-family: 'Inter';
      font-size: 20px;
      line-height: 45px;
      font-weight: 500;
      }
  
       #mobile-menu ul ul{
        padding-left: 0px;
        padding-top: 10px;
        font-family: 'Manrope';
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
  
       }
  
       #mobile-menu ul ul li a{      
        font-family: 'Manrope';
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
       }
  
    #news-home h1 {
      font-size: 20px;
      line-height: 26px;
      text-align: left;
      font-weight: 500;
    }
    #news-home h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px;
      text-align: left;
      width: 100%;
      font-weight: 400;
    }
  
    #news-home .news-home-container, #page-title .page-title-container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .carousel-caption {
        top: 10%;
        z-index: 2;
        text-align: left;
    }
    .carousel-caption h5 {
        font-size: 15px;
    }
    .carousel-inner{
        height: 40vh;
    }

    .carousel-caption a {
        right: 1rem;
    }
  
    .btn-read-more, .intro-left img{
      margin: 0px auto;
    }
  
    #about .left-side-logo, .intro-left {
      width: 100%;
      height: 100px;
    }
  
    #dash {
      height: auto;
    }
    .dash .intro-left{
      height: auto;
    }
  
    #dash img {
      position: relative;
      margin: auto;
      padding-bottom: 30px;
    }
  
    .about h3 {
      font-size: 24px;
      line-height: 34px;
      padding-bottom: 16px;
      font-weight: 500;
    }
  
    .about p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
    }
  
    .about .data-box {
      margin-bottom: 40px;
    }
  
    .suite-intro {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/suite.jpg") fixed center 100px;
    height: auto;
    }
  
    .ir-contact {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/ir-bg.jpg") fixed center 100px;
    }
  
    .container {
      padding-right: 20px !important;
      padding-left: 20px !important;
    }
    .row {
      margin-left: 0;
      margin-right: 0;
    }

    .suite-intro .text-center, .ipo-intro .text-center {
      width: auto;
    }
    .products {
     padding-top: 30px;
     padding-bottom: 0px;
    }
    .products img {
      width: 90px;
      height: 90px;
    }
    .products img.logo {
      width: 250px;
      height: 100%;
    } 
   .products .icon-box {
     margin-bottom: 35px;
    }
  
    .products .description {
  
      font-weight: 400;
    }
  
    .products h2 {
      padding-top: 0px;
      font-size: 26px;
      line-height: 34px;
      padding-bottom: 15px;
      font-weight: 600;
    }
    .intro-right {
      height: auto;
      width: 100%;
      padding-top: 30px;
    }
  
    #demo .intro-left{
      height: 289px;
    }
  
    #demo .intro-right {
      margin-top: 30px;
      margin-bottom: 40px;
      padding: 20px;
      text-align: center;
      height: auto;
    }
  
    .left-side-demo{
      background: url("../img/home-demo.jpg") no-repeat  center top;
      background-size: cover;
      width: 100%;
      height: 289px;
    } 
  
    .right-side-demo {
      width: 100%;
    }
  
    .demo h3 {
      font-size: 26px;
      line-height: 34px;
      text-align: center;
      width: 100%;
      font-weight: 500;
    }
  
    .demo p {
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .php-email-form{
      width: 100%;
    }
  
    .demo button {
      width: 150px;
      height: 45px;
      border-width: 2px;
      font-weight: 600;
    }
  
    .ipo-intro {
      height: auto;
      padding: 90px 0;
      text-align: left;
    }
  
    .ipo-intro h3{
      font-size: 26px;
      line-height: 34px;
    }
  
    .ipo h3 {
      font-size: 26px;
      line-height: 34px;
      padding-bottom: 5px;
    }
    .ipo-intro p {
      text-align: left;
      margin-bottom: 25px;
      margin-top: 5px;
    }
  
     .ipo h5 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
      }
  
      .ipo-box .title {
        width: 350px;
        line-height: 21px;
        font-size: 14px;
        margin-bottom: 8px;
      }
  
      .ipo-box .number {
        color: #ffffff;
        font-size: 44px;
        font-weight: 700;
      }
  
      #ipo .section-title{
        padding-bottom: 20px;
      }
  
      #ipo{
        padding-bottom: 70px;
      }

      .provides .icon-box {
        margin-right: 0px;
        width: 50%;
        float: left;
        padding: 0;
      }
  
      .provides div.col-lg-2:nth-child(3) > div:nth-child(1) > img:nth-child(1) {
      }
  
      .provides div.col-lg-2:nth-child(4) > div:nth-child(1) > img:nth-child(1) {
  
      }
  
      .provides div.col-lg-2:nth-child(5) > div:nth-child(1) > img:nth-child(1) {
      }
      .provides img{      width: 100%;        }
      .provides .icon-box img{      height: 100%;        }
      #footer .logo-img {
        height: 51px;
        margin: 0 auto 34px auto;
        align-content: center;
        display: flex;
      }
  
      .footer-products{ display: none; }
  
      #footer{
        text-align: center;
      }
  
      .mobile-hide{
        display: none;
      }
  
      #footer h4 {
        font-weight: 700;
      }
  
      #footer .copyright, #footer .terms {
        text-align: center;
      }
  
      #footer .row {
        padding-top: 50px;
        
      }
  
      #footer .container {
        margin-right: -15px;
        margin-left: -15px;
      }
      #footer .copyright{
        padding-bottom: 40px;
      } 
      #footer .terms {
        padding-bottom: 20px;
      }
  
      .copyright{
        order: unset;
      }
  
      #footer .order-2{
        margin-top: 33px;    
      }
  
      body {
        overflow-x: hidden;
      }
  
      #page-title h1 {
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        font-weight: 600;
        width: 100%;
      }
      #page-title p {
        text-align: center;   
      }
      .product-details h3   {
        font-weight: 600;
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 0;
      }
  
      .product-details-2 h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 34px;
        text-align: center;
      }
  
      .product-details-2 p {
        line-height: 24px;
        text-align: center;
      }
  
      .product-details-2-box .icon {
        margin-right: 0px;
        width: 100%;
      }
      .product-details-2-box .icon img {
         margin: 0 auto;
         display: flex;
          
      }
      .product-details-2-box .title {
        text-align: center;
        width: 100%;
      }
      #product-details-2 span {
        display: block;
      }
      .product-details p {
          margin-bottom: 5px;
      }
  
      .product-details-box{
        margin-bottom: 20px;
      }
  
      .product-details-2-box {
        margin-top: 20px;
        margin-bottom: 40px;
      }
      
      #product-details {
        padding-bottom: 70px;
      }
  
      .right-side-choose-us {
        width: 100%;
        height: 419px;
      }
  
      #choose-us .intro-left {
        padding-right: 0px;
        padding-top: 461px !important;
        height: auto;
      }
  
      .choose-us h3 {
        font-size: 26px;
        line-height: 34px;
      }
  
      .choose-us p {
        line-height: 24px;
        margin-bottom: 34px;
      }
  
      .about-page-title {
          background: url("../img/about-us-bg.jpg") center 20px;
      }
  
      #contact .row{
        margin-right: 0px;
        margin-left: 0px;
      }
  
      #contact a{
        color: #37507A;
        text-decoration: underline;
  
      }
  
      #contact {
        padding: 20px 0px 80px 0px;
      }
  
      #contact span{ 
        display: block;
        width: 100%; 
        margin-top: 20px;
      }
  
      .about-overview .right-border {
        border-right: 0px solid #E02948;
        border-bottom:  1px solid #E02948;
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 0px;
        padding-left: 0;
        margin-bottom: 50px;
  
      }
  
      .about-overview .right-border .col-lg-12 {
        padding-right: 0px;
        padding-left: 0;
      }
  
      .about-overview ul{
        padding-left: 20px;
      }
  
      h2 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
      }
  
      .news-page-title {
         background: url("../img/news-bg.jpg") center 10px;
      }
  
      .nav-menu{
        display: none !important;
      }
  
      #footer .col-md-6{
        flex: 0 0 100% !important;
        max-width: 100%;
        width: 100%;
      }
  
      #footer .container  {
        max-width: 100%;
      }
  
      .team-box{
        padding-right: 15px;
      }
  
      .testimonial-container .quote {
  
        margin-left: 20px;
        margin-right: 20px;
      }
  
      .testimonial  {
        height: 700px;
      }
  
      .testimonial-container p {
        font-size: 17px;
        line-height: 19px;
      }
  
      .testimonial-container h4 {
        font-size: 12px;
      }
      .suite-intro h3 {
        font-size: 30px;
        line-height: 35px;
      }
      .suite-intro p {
        font-size: 16px;
        line-height: 20px;
      }
      
  }
  
  
  
  .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  } 
  .show{
    display: block;
  }
  
  .hide{
    display: none;
  }
  
  
  
  .table-c {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #000000;
  }
  .table-c th {
      vertical-align: middle;
      text-align: left;
      border-bottom: solid 1px #eee;
      padding: 10px;
  }
  .table-c th.col {
      text-align: center;
      background-color: #e6e6e6;
      border-left: 1px solid #fff;
      width: 50%;
  }
  .table-c td {
      vertical-align: middle;
      border-left: solid 1px #eee;
      border-bottom: solid 1px #eee;
      padding: 10px;
      text-align: center;
  }
  .table-c p {
      line-height: 1.5em;
  }
  .sec {
      width: 100%;
      text-align: center;
      border-collapse: collapse;
      border-spacing: 0;
      color: #000000;
  }
  .sec th {
      padding: 10px;
      border-bottom: solid 4px #696969;
  }
  .sec td {
      padding: 10px;
      border-bottom: solid 1px #696969;
  }




