:root {
  --orange: #ef7f1a;
  --blue: #0060aa;
  --white: #ffffff;
  --black: #000000;
}

@font-face {
  font-family: 'Calibri';
  src: url('fonts/calibri.eot');
  src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
    url('fonts/calibri.woff') format('woff'),
    url('fonts/calibri.ttf') format('truetype'),
    url('fonts/calibri.svg#calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

input,
select {
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  border: unset;
  color: #000000;
}

body {
  margin: 0;
  padding: 0;
  background: url(/images/bodybg.png) repeat center center;
  background-size: contain;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul li {
  /* font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;  */
  font-family: 'Calibri';
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

p {
  color: #000000;
  font-size: 22px;
  font-family: 'Calibri';
  font-weight: 400;
}

section {
  padding: 60px 0;
}

.text-orange {
  color: #ef7f1a;
}

.text-blue {
  color: #0060aa;
}

.bg-orange {
  background-color: #ef7f1a;
}

.bg-blue {
  background-color: #0060aa;
}

.bg-white {
  background-color: #ffffff;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-center {
  background-position: center center;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 1px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

/*
MAIN CSS STARTS

*/

.sec1 {
  background: #0060aa url(./images/bannerbg.png) repeat center center;
}

.bancontent {
  margin-top: 40px;
}

.bancontent h1>span {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background-color: #ef7f1a;
  color: #ffffff;
  padding: 0px 20px;

}

.bancontent p {
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  margin-left: 15px;
}

.bancontent img {
  display: inline-block;
  width: 50px;
}

.formouter {
  margin-bottom: -45px;
}

.formouter>div:nth-child(1) {
  background-color: #ffffff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 15px 20px 35px 20px;
}

.formouter>div:nth-child(2) {
  background-color: #ef7f1a;
  color: #ffffff;
  padding: 20px 20px 30px 20px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  margin-top: -20px;
}

.formouter form p {
  font-size: 18px;
  margin-bottom: 0;
}

.formouter form h6 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

.formouter button[type='submit'] {
  background-color: #0060aa;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  border: unset;
  border-radius: 10px;
  padding: 7px 25px;
}

.sec2 {
  padding: 80px 0 60px 0;
}

.firstgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
}

.firstgrid div {
  padding: 10px 10px;
  text-align: center;
}

.firstgrid div img {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100px;
}

.firstgrid div p {
  color: #0060aa;
}

.sec3 {
  background: #0060aa url(./images/bannerbg.png) repeat center center;
}

.requirement {
  padding: 50px 0px 20px 0px;
  border-left: 2px solid #ffffff;
}

.requirement>div {
  display: flex;
  align-items: center;
}

.requirement>div img {
  display: inline-block;
  position: relative;
  left: -8px;
}

.requirement>div h5 {
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.requirement>div p {
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

#counter div.text-center img {
  display: inline-block;
  margin-bottom: 0px;
  max-width: 150px;
}

#counter div.text-center>div {
  color: #ef7f1a;
  font-weight: 700;
  font-size: 2.5rem;
}

#counter div.text-center>p {
  color: #0060aa;
  font-weight: 600;
  font-size: 24px;
}

.sec5 {
  padding-bottom: 0;
}

.sec5>div>div {
  background-color: #ef7f1a;
  border-radius: 30px 30px 0 0;
  padding: 10px 0px;
}

.sec5>div>div h2 {
  color: #ffffff;
  text-transform: unset;
  margin-bottom: 0;
}

.sec6 {
  background-color: #0060aa;
  background: #0060aa url(./images/bannerbg.png) repeat center center;
}

.sec5>div>div>div:nth-child(2) {
  border-left: 2px dashed #ffffff;
}

.sec6list ul {
  list-style-type: none;
  padding: 0;
}

.sec6list ul li {
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}

.sec7 {
  padding-bottom: 0;
}

.sec6list ul li::marker {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
  color: #ef7f1a;
}

.awards {
  margin: 45px 0 0 0;
  background-image: linear-gradient(90deg, #f8f8f8, #eaeaea);
}

.awards .row {
  align-items: center;
}

.awards>div>div>div>div>img {
  display: inline-block;
  margin-top: -60px;
}

.testimonials>div {
  margin-bottom: 40px;
}

.testimonailscarousel .item>div {
  border: 3px solid #ef7f1a;
  padding: 30px;
  border-radius: 30px;
  text-align: justify;
  position: relative;
}

.sec9 {
  background: #0060aa url(./images/bannerbg.png) repeat center center;
  padding-bottom: 0;
}

.sec9 h2 {
  margin-bottom: 40px;
}

.sec9 p {
  margin-bottom: 40px;
}

.sec9 img {
  display: inline-block;
  margin-bottom: -80px;
}

.sec10 {
  margin-top: 80px;
}

.sec10 h2 {
  margin-bottom: 30px;
}

/**
ACCORDIONS CSS STARTS
*/

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: 2px solid #0060aa;
  margin-bottom: 15px;
  border-radius: 20px;
}

.set>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
  color: #0060aa !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 28px;
  margin: 0px 15px;
}

.set>a i {
  float: right;
  margin-top: 2px;
}

.set>a.active {
  color: #0060aa;
  border-bottom: 1px solid #ddd;
}

.content {
  background-color: #fff;
  padding: 10px 30px 20px 30px;
  display: none;
  border-radius: 20px;

}

.content p {
  color: #0060aa;
  margin: 0;
  font-size: 18px;

}

.content ol li {
  color: #0060aa;
  font-size: 18px;
}

.image-container {
  flex: 0 0 140px;
  /* Fixed width of 100px */
}

.text-container {
  flex: 1;
  /* Take up remaining space */
}
.sitelinks ul li {
  display: inline;
  list-style-type: none;
}

.sitelinks .nav-item .nav-link  {
  display: inline-block;
  padding: 7px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 7px;
}


@media screen and (max-width:767px) {
  section {
    padding: 50px 0;
  }

  h2 {
    font-size: 2rem;
  }

  .sec2 {
    padding: 90px 0 30px 0;
  }

  .bancontent h1>span {
    padding: 5px 10px;
    font-size: 2rem;
  }

  .firstgrid {
    grid-template-columns: repeat(2, 1fr);

  }

  .firstgrid div p {
    font-size: 18px;
  }

  .sec6 {
    padding-bottom: 20px;
  }

  .awards>div>div>div>div>img {
    display: inline-block;
    margin: 0 0 30px 0;
  }

  .sec9 img {
    margin-bottom: -34px;
  }

  .sec10 {
    margin-top: 30px;
  }

  .set>a {
    font-size: 22px;
  }

  .image-container {
    flex: 0 0 100px;
    /* Fixed width of 100px */
  }

  .text-container {
    flex: 1;
    /* Take up remaining space */
  }

  .requirement {
    padding: 0px 0px 0px 0px;
    border-left: 2px solid #ffffff;
  }

  .requirement>div h5 {

    font-size: 22px;

  }

  .requirement>div p {
    font-size: 18px;
  }

  .formouter {
    width: calc(100% - 30px);
    margin: 0 auto -45px auto;
  }

  .sec2 p {
    text-align: justify;
  }

  .firstgrid p {
    text-align: center;
  }

  #counter div.text-center img {
    display: inline-block;
    margin-bottom: 0px;
    max-width: 100px;
  }

  .sec6list ul li {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .sec6list ul {
    list-style-type: none;
    padding: 0 0 0 22px;
  }

  .sec5 {
    padding-top: 30px;
  }
}