.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.inner_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #001b47;
  opacity: 0.5;
  z-index: 9;
}
.ban_img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.ban_img img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: "";
  position: absolute;
  font-size: 16px;
  right: 10px;
  top: 10px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 10px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  font-size: 46px;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  color: #fff;
}

.aboutbox1,
.aboutbox2 {
  padding: 50px 0;
}
.aboutbox1 .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 50px;
}
.aboutbox1 h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin: 0;
  font-size: 21px;
  font-weight: 400;
}
.aboutbox1 h3 span {
  width: 15px;
  height: 15px;
  background-color: #83bb45;
}
.aboutbox1 h2 {
  margin: 0;
}
.aboutbox2 {
  background-color: rgba(218, 218, 218, 0.35);
}
.aboutbox2 h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
.aboutbox2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.abtbx2_bx {
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.abtbx2_bx::before {
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 7px;
  content: "";
  width: 100%;
  display: block;
  background: linear-gradient(to right, #83bb45, #00a3d1, #01a0a2);
}
.abtbx2_bx h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.abtbx2_bx p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.aboutbox3 {
  padding: 75px 0 0 0;
  position: relative;
  background-color: #fff;
}
.aboutbox3 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 120px;
}
.aboutbox3 h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0 20px;
}
.aboutbox3 h5 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
}
.aboutbox3_left img {
  width: 100%;
  display: block;
}
.abtbx3_bx {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}
.abtbx3_bx img {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
}
.abtbx3_bx_info h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.36);
}
.abtbx3_bx_info p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.servicebox1 .grid {
  grid-template-columns: repeat(1, 1fr);
}
.section6 h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
.whychooseus {
  background-color: rgba(218, 218, 218, 0.35);
  padding: 50px 0;
}
.whychooseus h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
.whychooseus .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 60px;
  align-items: center;
}
.whychooseus img {
  width: 100%;
  display: block;
}
.wcubox {
  padding: 30px 0;
  border-bottom: 3px dashed #c3c3c3;
}
.wcubox:first-child {
  padding-top: 0;
}
.wcubox h3 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 20px;
  font-size: 19px;
}
.wcubox h3 span {
  font-size: 48px;
}
.wcubox p {
  color: #000;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.resourcespg {
  padding: 50px 0;
  background-color: #fff;
}
.resourcespg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.resourcespg .grid a {
  text-decoration: none;
  display: block;
  color: #000;
  transition: all 0.3s;
}
.resourcespg .grid a .img {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.resourcespg .grid a .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.resourcespg .grid a:hover .img img {
  transform: rotate(4deg) scale(1.1);
}
.resourcespg .grid a span {
  margin: 20px 0 5px;
  display: block;
  width: 100%;
  color: #000;
  opacity: 0.61;
  font-size: 16px;
}
.resourcespg .grid a h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.news_description {
  padding: 40px 0 50px;
}
.news_description h2 {
  text-align: center;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
}
.news_description a.btn1 {
  justify-content: center;
  margin: auto;
  display: table;
}
.news_description img.ndimg {
  width: 100%;
  margin: 20px 0;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.news_description h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 30px 0 20px;
}
.news_description h4 {
  font-size: 28px;
  font-weight: 500;
}
.news_description p {
  font-size: 16px;
  font-weight: 400;
}
.news_description ul {
  margin-top: 20px;
}
.news_description ul li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
  background-image: url(../images/right.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
/*contactus*/
.mfs_contactus {
  /* padding: 50px 0; */
}
.mfs_contactus h1 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.2;
  color: #1d235a;
  margin-top: 0;
}
.mfs_contactus iframe {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
}
.mfs_contactus .flex {
  /* display: flex; */
  /* align-items: center; */
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 30px;
}
.mfs_contactus .flex span {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #213f99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfs_contactus .flex span img {
  height: 25px;
}
.mfs_contactus .flex h3 {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0 0 10px;
  color: #000000;
  font-weight: 500;
}
.mfs_contactus .flex p {
  font-size: 18px;
  color: #000;
}

.mfs_contatpg_left {
  /* border: 1px solid #707070; */
  padding: 60px 35px;
  background-color: rgba(218, 218, 218, 0.35);
  position: relative;
}
.mfs_contatpg_left::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  content: "";
  height: 100%;
  background-color: rgba(218, 218, 218, 0.35);
}
.mfs_contatpg_left h3 {
  margin: 0 0 2rem;
}
.skyvue_contatpg_right p {
  margin-bottom: 40px;
  color: #231e20;
}
.mfs_contatpg_left .grid1 {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.mfs_contatpg_left form .grid1 > span {
  font-size: 16px;
  color: #252424;
  font-weight: 600;
}
.mfs_contatpg_left input.form-control,
.mfs_contatpg_left select.form-control,
.mfs_contatpg_left textarea.form-control {
  width: 100%;
  display: block;
  font-size: 16px;
  border: 1px solid #707070;
  padding: 10px 20px;
  height: 50px;
  border-radius: 0;
  color: #000;
}
.mfs_contatpg_left textarea.form-control {
  height: 100px;
}

.mfs_contactus .grid {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 50px;
  align-items: center;
  /* margin-bottom: 60px; */
}
.mfs_contactus h4 {
  text-transform: uppercase;
  color: #83bb45;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.mfs_contactus h2 {
  font-size: 42px;
  margin-bottom: 40px;
}
/*contactus*/
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .ban_img img {
    height: 320px;
    object-fit: cover;
    object-position: center center;
  }
  .innertxt1 {
    padding: 0 30px;
  }
  .inner_banner h1,
  .aboutbox2 h2,
  .aboutbox3 h2,
  .section6 h2,
  .whychooseus h2,
  .news_description h2 {
    font-size: 24px;
  }
  .aboutbox1,
  .aboutbox2,
  .aboutbox3,
  .whychooseus,
  .resourcespg,
  .news_description {
    padding: 40px 20px;
  }
  .aboutbox1 .grid,
  .aboutbox2 .grid,
  .aboutbox3 .grid,
  .whychooseus .grid,
  .resourcespg .grid,
  .mfs_contactus .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .aboutbox1 h3 {
    font-size: 16px;
  }
  .abtbx2_bx h3,
  .news_description h3 {
    font-size: 18px;
  }
  .abtbx3_bx_info h3 {
    font-size: 18px;
  }
  .abtbx3_bx img {
    width: 40px;
  }
  .abtbx3_bx {
    padding-left: 60px;
  }
  .accordion .submenu > li p {
    font-size: 14px;
  }
  .news_description img.ndimg {
    height: auto;
  }
  .mfs_contactus {
    padding: 40px 20px;
  }
  .mfs_contatpg_left {
    padding: 25px;
  }
  .mfs_contactus h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .mfs_contatpg_left::before {
    display: none;
  }
  .mfs_contatpg_left .grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .mfs_contatpg_left form .grid1 > span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .aboutbox1 h2,
  .aboutbox3 h2,
  .whychooseus h2,
  .news_description h2,
  .mfs_contactus h2 {
    font-size: 32px;
  }
  .aboutbox1 h2 {
    font-size: 32px;
  }
  .aboutbox2 .grid {
    gap: 20px;
  }
  .news_description h3 {
    font-size: 24px;
  }
}
