/*----------------------------
         Add CSS file
----------------------------*/
@import "../plugins/bootstrap/css/bootstrap.min.css";

:root {
    --beaver:#8C7264;
    --golden-gate-bridge:#ED4503;
    --black:#000400;
    --orange:#F26E2A;
    --orange1:#F06D29;
    --white:#ffffff;
    --border:#ffffff;
    --lightbeaver:#f8f7f6;
    --lightorange:#FFF9F6;
  
}
/*----------------------------
   element      
----------------------------*/

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html { text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;}
*{margin:0; padding:0}
a{ text-decoration:none;}
a:hover{ text-decoration:none !important;}
header, nav, section, article, aside, footer { display:block;}
html {font-size: 100%;}
body {font-size: 12px;background:var(--lightbeaver);font-family: 'Roboto', sans-serif;line-height: 26px;color:#455A64;-webkit-font-smoothing: antialiased;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {padding: 5px 0 15px 0;color: #455A64;-webkit-font-smoothing: antialiased;}
:-ms-input-placeholder{color: #000;}




.wd10{width: 10%;}
.wd20{width: 20%;}
.wd30{width: 30%;}
.wd40{width: 40%;}
.wd50{width: 50%;}
.wd60{width: 60%;}
.wd70{width: 70%;}
.wd80{width: 80%;}
.wd90{width: 90%;}
.wd100{width:100%;}




.internal-page-content {border-radius: 1.5rem; padding: 1rem; border: unset; background: #fff; margin-bottom: 30px; letter-spacing: 0.5px; transition: all 0.3s ease; }

.internal-page-content h2 {font-weight: 600; font-size: 16px; color: var(--black); padding: 0; margin: 0 0 10px 0; }
.internal-page-content p{margin: 0 0 10px 0; font-weight:normal; font-size: 14px;  color:var(--black); line-height: 22px;}
.internal-page-content ul{margin: 0 0 1rem 0; padding: 0 0 0 20px; }
.internal-page-content ul li{margin: 0 0 10px 0; font-weight:normal; font-size: 14px;  color:var(--black); line-height: 22px;}
