
body{
    color: #575757;
    font-family: "Poppins", serif;
    font-size: 18px;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Raleway-Thin.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Raleway-ExtraLight.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Raleway-Light.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Raleway-Medium.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Raleway-Regular.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Raleway-SemiBold.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Raleway-Bold.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Raleway-ExtraBold.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Raleway-Heavy.ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --themeColor: #F6AA13;
  --themeDark: #040404; 
}


a, button, svg{
  transition: .5s !important;
  text-decoration: none!important;
}
ul{
  list-style: none;
  padding-left: 0 !important;
}
input{
  box-shadow: none;
  outline: none!important;
}



.header{
    width: 100%;
    padding: 20px 20px 20px 20px;
}
.header-title{
  font-size: 50px;
  color: #004990;
  font-weight:600;
  font-style: italic;
}
/* .container{
  text-align: center;
  font-style: italic;
  color: #004990;
} */
.bk-banner{
  width: 100%;
  background:#225E99;
}
.img-banner img{
  width: 100%;
  opacity: 0.5;
  position: relative;
}
.bi-hero{
  background: url('../img/hero-bg.png') no-repeat center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.hero-box-wrapper{
  background: #FFFFFF;
  padding: 10px 14px 10px 14px;
  border: 1px;
  border-radius: 20px;
  height: 830px;
  position: relative;
  z-index: 2;
}
.bi-hero:before{
  content:"";
  background-color: #004990;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.main-img-fluid{
  width: 100%;
  height: 300px;
  padding-bottom: 30px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.hero-box-wrapper .img-fluid{
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 15px 5px 15px 5px;
    /*object-fit: fill;*/
    /*height: 140px;*/
}
.hero-box-wrapper h3{
  font-size: 25px;
  text-align: center;
  display: inline;
  font-weight: 600;
  padding-right: 10px;
  color: #225E99;
  font-style: italic;
}
.hero-box-wrapper h3 span{
    font-style:normal;
}
.hero-box-wrapper p{
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #616161;
}
.theme-btn{
  background: #004990;
  color: #fff;
  padding: 12px 35px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 100px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: fit-content;
  margin-inline: auto;
  font-size: 15px;
  font-weight: 500;
}
.theme-btn:hover{
  background-color:#9de0ff;
  color: #040404;
}
.ib-content{
  width: 100%;
  padding: 65px 30px 65px 30px;
}
.content{
  margin: auto;
  font-size: 20px;
  color: #616161;
}
.ib-form{
  width: 70%;
  margin: auto;
  background: #E3F4FD;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.ib-form .form-text{
  text-align: center;
}
.ib-form .form-text h1{
  padding: 20px;
  color: #004990;
  font-weight: bold;
}

.form-sec { 
  max-width: 65%;
  margin:auto;
}
.feedback-input {
  color:#ACACAC;
  font-weight:500;
  font-size: 18px;
  border-radius: 15px;
  line-height: 35px;
  background-color: #fff;
  border:2px solid #ACACAC;
  transition: all 0.3s;
  padding: 13px;
  margin: 15px;
  outline:0;
}
.feedback-input:focus { 
  border:2px solid #ACACAC; 
}
.submit{
  width: fit-content;
  background:#004990;
  border-radius:10px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:18px;
  padding-top:12px;
  padding-bottom:12px;
  padding-inline: 40px;
  transition: all 0.3s;
  font-weight:500;
  margin: 10px auto
}
.submit:hover{
  background:#9de0ff;
  color: black;
}
.main-footer{
  height: 400px;
  position: relative;
  z-index: 2;
}
footer{
  position: relative;
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #f9f9f9
}
p {
  margin: 0 0 1.5em;
  line-height: 1.6em;
  color: #575757;
}
#footer .menu a {
  color: #575757;
}
#footer .menu li {
  margin-bottom: 10px;
}
.line {
  margin-bottom: 20px;
}
.imglt {
  float: left;
  margin-right: 20px;
}
#footer a, #footer a:visited {
  color: #004990;
}
.line-sm {
  margin-bottom: 10px;
}
.clear {
  clear: both;
  display: block;
  height: 5px;
  width: 100%;
}
#footer .copyright {
  padding-top: 5px;
  font-size: 14px;
}
.footer-icons {
  max-width: 30px;
  border-radius: 50%;
  object-fit: contain;
}
.d-flex a {
     padding: 6px 8px;
    border: solid 3px #004990;
    border-radius: 50%;
    display: flex;
}
@media(max-width: 991px){
  .header-title {
      font-size: 35px;
  }
  .content{
      font-size:16px;
  }
  .ib-form .form-text h1{
      font-size:25px;
  }
  .form-sec{
    max-width: 100%;
  }
  .feedback-input{
    margin-inline: 0;
  }
}
@media(max-width: 767px){
  .header-title {
    font-size: 25px;
}
  .ib-form{
    width: 100%;
  }
  .content{
    font-size:14px;
}
.ib-form .form-text h1{
  font-size:18px;
}
}