
:root{
  --fontFamily: 'Lexend', sans-serif;
  --mainColor: #f37006;
  --secounderyColor: #F2F8F1;
  --paragraphColor: #000;
  --paragraphColorSecond: #B9B9BA;
  --whiteColor: #ffffff;
  --blackColor: #000;

  --lightgrey:#EFEFEF;
  --topgrey:#323232;
  --lightblue:#E2ECF7;
  --orange: #f59d02;
  --bg-form-control: #f5f5f5;
  --skyblue:#005FA8;
  --darkblue:#06163A;
  --p-darkblue:#06163A;
  --navyblue:#00245C;
  --megablue:#213c5d;
  --subblue:#234e82;
  --footerblue:#0B2543;
  --footerbottom:#04182F;
  --brown:#020101;
  --white:#ffffff;
  --black:#000000;
  --yellow:#FFC404;
  --orange:#EE3924;
  --leftmenu:#ffffff;
  --bodybg:#ffffff;
  --navblue:#084c9d;
  --textblue:#084c9d;
  --borderblue:#084c9d;
  --faqbg:#ffffff;
  --faqcard:#E4F0FC;
  --cardbdr:#e4f0fc;
  --textlink:#007bff;
  --arrowcolor:#14468d;
  --theadbg:#084c9d;
  --theadtext:#ffffff;
  --tbody:#EFF4FA;
  --tbdr:#dee2e6;
  --blue:blue;
  --leftsub:#faf5e6;
  --bg-white:#ffffff;
  --cardbg:#F2FAFD;
  --leaderlist:#FAF8F8;
  --pink:#e0756a;
  --light-grey:#cccccc;
  --dark-grey:#6e6d6d;
  --wn-blue:#184690;
  --social_title: #000000;
  --linkedin: #1c5670;
  --facebook: #0062e0;
  --koo: linear-gradient(45deg, #833AB4, #C13584, #E1306C, #F77737);
  --color-start: rgb(229, 119, 107); /* Starting color of the gradient */
  --color-end: rgb(6, 22, 58); /* Ending color of the gradient */
}
 /* Font size variables */
:root {
  --small-font: 12px;
  --medium-font: 14px;
  --large-font: 16px;
  --heading-font:24px;
  --sub-heading-font:18px;
  --line-height:1.5;
  --fontSize: 100%;
  --transition: .5s;
}