:root {
  --white-color:                  #ffffff;
  --primary-color:                #f9c10b;
  --secondary-color:              #dc3545;
  --section-bg-color:             #f5f5f5;
  --dark-color:                   #000000;
  --p-color:                      #717275;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 60px;
  --h2-font-size:                 42px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               14px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
	width:100%;
    background: var(--white-color);
    font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -2px;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
  color: #032C8D;
}

h3 {
  font-size: var(--h3-font-size);
  line-height: inherit;
}

h4 {
  font-size: var(--h4-font-size);
  line-height: inherit;
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-hero ::selection,
.bg-warning ::selection {
  background: #f9d55c;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 20px;
}

.custom-border-radius {
  border-radius: 20px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
.hd-banner{
background-image: url(../image/banner.jpg);
  
   
	background-size: cover;
    background-repeat: no-repeat;
background-position: center;
}
.we-bann{width:100%;
}
.banner-info{
	padding-top:90px;
}
.banner-info h1{
font-size: 48px;
    margin-right: 25px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.hometextbox{
	background: #F1F1F1;
    border: 1px solid #d7d7d7;
    color: #000 !important;
}
.hometextbox {
    min-width: 100% !important;
    margin: 0px 0px 14px !important;
    padding: 12px 15px;
    border-radius: 5px;
}
.form-control{
	color: #fff !important;
    background-color: #032c8d !important;
    border-color: #032c8d !important;
}

.foo-button{
	color: #000 !important;
    background-color: #bddcff !important;
    border-color: #032c8d !important;
}
.sub-tt{
	    display: inline-flex;
    align-items: center;
	
}
.sub-tt p{
	padding-right:30px;
}
.flex-fill{
	margin-top:10px;
	display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #fff;
    vertical-align: top;
    position: relative;
    padding-left: 17px;
    line-height: normal;
    margin-right: 14px;
    font-weight: 400;
    width: 100%;
}

.flex-footer{
	margin-top:10px;
	display: inline-block;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    padding-left: 17px;
    line-height: normal;
    margin-right: 14px;
    font-weight: 400;
    width: 100%;
}
.faq_section_wr{
	padding: 40px 0px;
}
.faq_section_wr p.sub_title {
    font-size: 18px;
    color: #001C5F;
	font-family: 'Roboto', sans-serif !important;
}

.accordion {
  background-color: #fff;
 
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #;
 
}

.panel {
  padding: 0 18px;
  background-color: white;
    overflow: hidden;
  transition: max-height 0.2s ease-out;
   text-align:left;
}
.faq-rm{

	    border-bottom: 1px solid #E8E8E8;
}
.faq-rm .accordion{
	
    color: #001C5F;
    position: relative;
	
}


.faq-rm h4{
	color: #001C5F;
	font-size: 24px;
    cursor: pointer;
    margin: 0px 0px 10px;
    font-weight: 700;
}
.faq-rm p{
	font-size:14px;
}
.content p{
	font-size:16px;
}
.img_box{
	padding:20px;
	background-color:#032C8D;
	text-align:center;
	border-radius:5px;
}
.img_box h4{
	color:#fff;
	font-size:17px;
}

.content-al{
	display: flex;
    align-items: center;
}
.writer h4{
	padding-top:20px;
}
.footer-bg{
	
	background:#032C8D;
}
.foot-tx{
	color:#fff;
}
.foo-h-t{color:#fff;}
.foo-h-t h1{
	padding-right:40px;
}
.foo-h-t h4{color:#fff;}
.last-footer{
	    background-color: #001342;
    padding: 10px 15px 10px 0;
    font-weight: 100;
    font-size: 12px;
}
.last-footer .copyright{
	color:#80A7FB;
	display: block;
	font-size:10;
}
.wht{
	color:white
}
.sub-butt{
	background-color:#fff;
	padding:15px 20px;
	border-radius:5px;
	color:#000;
}
 
.allflx{
	display: inline-flex;
align-items: center;
}