:root {
    --mc:#230da3;
    --sc:#382fba;
    --sch:#fcbb1e;
    --brown:#5d4b2e;
    --body-text:'Poppins', sans-serif;
    --white:#fff;
    --black:#000;
    --ash:#282828;
    --subh:'Cormorant Garamond', serif;
      --color:#192355;
      --d-none:none;
      --bgc:#192355;
      --main:main;
      --slider-title:slt;
      --ht:ht;
      --bt:bt;
      --zero:0px;
  
  
  }

  
  html {
    background: var(--mc) !important;
  }
  
  body {
      background: var(--mc) !important;
  }
  
  .section-title-2 h2 {
      font-family: var(--main);
      font-weight: 400 !important;
     color: var(--sc);
     text-align: center;
  
  }

  :root {
    --mc:#a81b1b;
    --sc:#fcbb1e;
    --sch:#fcbb1e;
    --brown:#5d4b2e;
    --body-text:'Poppins', sans-serif;
    --white:#fff;
    --black:#000;
    --ash:#282828;
    --subh:'Cormorant Garamond', serif;
      --color:#192355;
      --d-none:none;
      --bgc:#192355;
      --main:main;
      --slider-title:slt;
      --ht:ht;
      --bt:bt;
      --zero:0px;
  
  
  }
  
  html {
    background: var(--mc) !important;
  }
  
  body {
      background: #fff !important;
  }
  
  .section-title-2 h2 {
      font-family: var(--main);
      font-weight: 400 !important;
     color: var(--mc);
     text-align: center;
  
  }

  /*slider*/
  .txt_color_sjn{
    color: black !important;
  }

  /*footer background color*/
  .footer-01 {
    background-color: black !important; /* Change background color to white */

}

  