:root{
  --primary:#19009c;
  --secondary:#0081d1;
  --ternary:#250c66;
}

.section12-box-one,
.section12-box-two,
.section12-box-three {
  border: 1px solid white;
  padding: 20px;
  width: 100%;
  position: relative;
  border-radius: 8px;
}
 .main_one{
  /*flex: 1;*/
 }
.section12-first-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-family: 'Rubik', sans-serif;
}

.section12-gethead {
  color: #2563eb;
  font-size: 13px;
  text-align: start;
}
.section12-box-two{
  background-color: var(--secondary);
  color: white;
}

.section12-box-one:hover, 
.section12-box-three:hover{
  background-color: var(--secondary);
  color: #fff;
  transition: all 0.3s ease;
}
.section12-box-two:hover{
  background-color: var(--primary);
}

.section12-top-head-one {
  font-size: 17px;
  font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.section12-main2,
.section12-box-two,
.section12-p2,
.section12-top-head-one {
  
  /* font-size: 25px; */
  text-align: start;
}

.section12-i1-section1 {
  color: white;
  font-size: 20px;
  margin-top: 8px;
}

.section12-two-icon {
  position: relative;
  right: 21px;
  top: -20px;
  width: 20px;
  height: 20px;
  background-color: #000080;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section12-top-div {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color:#000080;
  text-align: center;
}

.section12-main2 { margin-top: 50px; }
.section12-main3 { margin-top: 50px; }

.section12-top1 {
  position: absolute;
  top: -20px;
  left: 27px;
}

.section12-one {
  position: relative;
  left: 39px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: #000080;
  border: 1px solid #000080;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.section12-two {
  position: relative;
  right: 19px;
  top: -20px;
  width: 20px;
  height: 20px;
  background-color: #000080;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section12-border1 {
  border-bottom: 1px solid white;
  opacity: 0.8;
  padding: 10px;
}

.section12-icon1-sec1 {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background-color: #2563eb;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}

.section12-icon-one-section {
  margin-top: 10px;
  color: white;
  width: 40px;
  height: 40px;
}

.section12-second-part {
  display: flex;
  gap: 10px;
}

.section12-para-sec {
  margin-top: -8px;
  font-size: 10px;
}
.map-wrapper {
  height: 700px;
}

.map-wrapper iframe {
  height: 80%;
  width: 100%;
  display: block;
  border: 0;
}
.section12-second1 {
  position: relative;
  /*background-image: url(/image/7.png);*/
  padding: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
}
.new-from{
  height: 92% !important;
      margin-top: -37px;
}
.adi-hr-contents p{
  font-size: 15px;
}
.section12-second{
  position: relative;
  z-index: 2;
}
.section12-second1::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #00224B;
  /* opacity: 0.8; */
  border-radius: 10px;
  z-index: 1;
}
.section12-box-two,
.section12-box-three{
   padding-bottom: 39px;
  }
.section12-content1 {
  text-align: start;
  padding-left: 10px;
}
.section12-top-head-one{
 font-family: 'Rubik', 'Sen', sans-serif;
}
.section12-p1,.section12-p2,.section12-p3{
   font-family: 'Rubik', 'Sen', sans-serif;
   font-size: 15px;
}

.section12-paraghraph1 {
  text-align: start;
  font-size: 24px;
}

.section12-paraghraph {
  font-size: 16px;
  text-align: justify;
}

.section12-head-of,
.section12-email-us,
.section12-call-us {
  font-size: 16px;
}


@media(max-width: 991px) {
  .section12-box-one,
  .section12-box-two,
  .section12-box-three {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .section12-second1 { margin-top: 120px; margin-left: 10px; margin-right: 10px; }
  .section12-top-head-one { font-size: 15px; }
  .section12-p1, .section12-p2, .section12-p3 { font-size: 13px; }
  .section12-paraghraph, .section12-para-sec { font-size: 12px; }
}

@media(max-width: 575px) {
  .section12-first-section { padding: 0 20px; }
  .section12-top-head-one { font-size: 13px; }
  .section12-gethead { font-size: 10px; }
  .section12-paraghraph1 { font-size: 18px; }
  .section12-p1, .section12-p2, .section12-p3 { font-size: 11px; }
  .section12-para-sec { font-size: 10px; }
}