:root {
    --theme-color: #0058AB;
    --primary-color: #0FABDC;
    --secondary-color: #EFA666;
    --hover-color: #f6333a;
    --text-primary-color: #444444;
    --text-secondary-color: #596478;
    --heading-color: #1D3B69;
    --heading-color-2: #298D13;
    --bg-color-1: #f2f2f2;
    --bg-color-2: #11101d;
  
  }

  

  /*============= service start here =========== */
  .service-main .container .row{
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .service-main .container .row:last-child{
    border-bottom: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
  }


  .service-content{
 
  }

  .service-tile h1{
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--text-primary-color);
    margin: 0;

  }
  .service-desc p{
    margin: 0;
    font-size: 15px;
    color: var(--text-secondary-color);
    text-align: justify;
  }
  /*============= service end here =========== */


