*, *::after, *::before {
 box-sizing: border-box;
 margin: 0;
 padding: 0 }

body,
html {
	margin: 0; 
	padding: 0;
	font-family: "poppins";
	font-style: normal;
}
.full-section {
  width: 100%;
  float: left;
}
.fixed-content {
  max-width: 1140px;
  margin: auto;
}
                                                    /* Block */
.blockfull {
  width: 100%;
}

.block100 {
  width: 100%;
  float: left;
} 
.block50 {
  width: 50%;
  float: left;
}
.block33 {
  width: 33%;
  float: left;
} 
.block25 {
  width: 25%;
  float: left;
} 
.p20 {
  padding: 20px;
  display: block;
}
.pub {
  padding: 20px;
}
.pl {
  padding: 20px 20px 20px 0px;
}
.pr {
  padding: 20px 0px 20px 20px;
}
.gap {
  margin: 5px;
}
.nrmltxt {
    font-size: 18px !important;
    line-height: normal;
}
                                                /* Text Align */
.center {
  text-align: center;
}
.right {
    text-align: right;
}
.left {
  text-align: left;
}

.specer {
  float: left;
  height: 20px;
  width: 100%;
}
.logo {
    padding: 20px;
}
.main-nav {
    background-color: #2073C2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;

}
.navbar li {
    margin-left: 20px;
    padding: 0px 10px;
}
.navbar a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 10px;
}

.navbar a:hover {
    border-bottom: 4px solid #fff;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 10;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: white;
  margin: 4px 0;
  border-radius: 2px;
  transition: 0.4s;
}
.bg {
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
}
.dislex {
    display: flex;
    align-items: flex-end;
}
.cards {
    display: flex;
    justify-content: space-around;
    position: relative;
    bottom: 100px;
}
.card {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);    
}
.card1 {
    background-color: #2073C2 !important;
    position: relative;
    bottom: 30px;
}
.line {
width: 70px;
height: 2px;
background:#2073C2;
margin-top: 20px;
display: block;
border-radius:3px;
}
.line1 {
width: 70px;
height: 2px;
background:#fff;
margin-top: 20px;
display: block;
border-radius:3px;
}
.anim {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.anim1 {
top: 50%;
left: 50%;
transform: translate(0%, -50%);
}
.anim:before, .anim1:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 30%;
height: 100%;
background: white;
animation: animate 2s linear infinite;
}
@keyframes animate {
0% {
left: 0;
}
50% {
left: 100%;
}
0% {
left: 0;
}
}
.box {
    display: flex;
    align-items: flex-start;
}
.bg1 {
  background: url(../images/established.png) no-repeat center;
  background-size: cover;
}
.numbers {
  display: flex;
}
.number {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}
.input-form {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: 0px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

label {
  margin-bottom: 5px;
  font-size: 20px;
}

input[type="text"], input[type="date"], select {
  padding: 10px;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}
.box1 {
  background-color: #F4F8FC;
  height: 570px;
}
.content {
  padding: 20px;
}
span a {
  color: #2073C2;
  text-decoration: none;
}
.text-inline {
  display: flex;
  gap: 30px;
}
.text-inline li {
  list-style: none;
  font-size: 18px;
  color: #000;
}
.content1 {
  padding: 25px 40px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #E5E5E5;
  border-radius: 5px;
  margin: 20px 0px;
  cursor: pointer;
}
.i-content {
  background-color: #F4F8FC;
  padding: 30px;
}
.block25 input {
  background: none;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
}
.fs {
  font-size: 50px;
  padding: 150px;
}







@media (min-width:0px) and (max-width:768px) {
  .pl {
  padding: 0px;
  }
  .pr {
  padding: 0px;
  }
  .pub {
  padding: 10px 0px;
  }
  .ml {
    margin: 10px 0px
  }
  .mr {
    margin: 10px 0px
  }
  .mlr {
    margin: 10px 0px;
  }
  .block33 {
    width: 100%;
  }
  .block25 {
    width: 100%;
  }
  .block50 {
    width: 100%;
  }
  .dislex {
    display: block;
  }
  .cards {
    display: block;
    bottom: 0px;
  }
  .card1 {
    bottom: 0px;
  }
  .card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box {
    display: block;
  }
  .numbers {
    display: block;
  }
  .input-form {
    display: block;
  }
  .hide {
    display: none;
  }
  button {
    margin-top: 10px;
  }
  .box1 {
    height: auto;
  }
  .text-inline {
    display: block;
    text-align: center;
  }
  .fs {
    padding: 20px;
    font-size: 30px;
  }
  .navbar {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background-color: #2073C2;
    position: absolute;
    top: 60px;
    left: 0;
    transition: max-height 0.4s ease-in-out;
}

.navbar.active {
    display: flex;
}

.navbar li {
    margin: 10px 0;
}

.hamburger {
    display: flex;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}
.main-nav {
  justify-content: space-around;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
}