.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: #000;
  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: #000;
  border-radius: 10px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #000;
  text-decoration: none;
}
.inner_banner h1 {
  font-size: 4.6rem;
    margin: 0 0 3rem;
    line-height: 1.0;
    text-align: left;
    color: var(--color-dark);
    font-family: "Times New Roman", Times, serif;
    position: relative;
}

.aboutbox1,
.aboutbox2 {
  padding: 50px 0;
}
.aboutbox1 .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 50px;
}
.aboutbox1 h3 {
    font-size: 5rem;
  margin: 0 0 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-primary-dark);
  font-family: "Times New Roman", Times, serif;
}
.aboutbox1 h2 {
    font-family: var(--body-fonts);
    font-size: 1.8rem;
  line-height: 1.5;
  color: #8b8b8b;
  font-weight: 400;
  margin-bottom: 20px;
}
h2.mainhddd{
    font-family: "Times New Roman", Times, serif;
     color: var(--color-primary-dark);
     margin-bottom: 2rem;
}
.mFooter {
  padding-top: 5rem;
  margin-top: 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, #fd734a, #1f004d, #664990);
}
.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: #fd734a;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.mfs_contactus h2 {
  font-size: 42px;
  margin-bottom: 40px;
}
/*contactus*/
.innersection2 {
  padding: 50px 0;
  background-color: #f3f2f2;
}
.innersection2 h2 {
  text-align: center;
}
.innersection2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.innersec2bx {
  padding: 40px;
  position: relative;
  background-color: #552180;
}
.innersec2bx h4 {
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 24px;
}
.innersec2bx p {
  color: #fff;
  margin: 0;
}
.sec2_corner {
  background-color: #f3f2f2;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.innersec2bx:nth-child(2),
.innersec2bx:nth-child(4),
.innersec2bx:nth-child(6) {
  background-color: #fff;
}
.innersec2bx:nth-child(2) h4,
.innersec2bx:nth-child(4) h4,
.innersec2bx:nth-child(6) h4 {
  color: #552180;
}
.innersec2bx:nth-child(2) p,
.innersec2bx:nth-child(4) p,
.innersec2bx:nth-child(6) p {
  color: #000;
}

/*aboutsec2*/
.aboutsec2 {
  width: 100%;
  clear: both;
  padding: 7rem 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.aboutsec2_in {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 0;
}
.aboutsec2_in img {
  width: 100%;
  display: block;
  /* margin-top: -50px; */
}
.accordion {
  width: 90%;
  list-style: none;
}
.accordion > li {
  border-bottom: 1px solid rgba(24, 68, 98, 0.5);
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 10px 25px 70px;
  position: relative;
  transition: all 0.3s;
  font-size: 19px;
  color: #333;
  font-weight: 600;
}
.accordion .link::before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  content: "+";
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff036a;
  font-size: 18px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 0 0 10px 70px;
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #3c424f;
}
.accordion .submenu > li p {
  margin-bottom: 10px;
}
.accordion .submenu > li a {
  color: #1972b9;
}
.accordion li.open .link::before {
  content: "-";
}
.accordion li.open .link {
  color: #ff036a;
}
.servimgbox {
  position: relative;
  z-index: 1;
}
.servimgbox img {
  max-width: 400px;
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 50px 0 50px;
  object-fit: cover;
  object-position: center centers;
}
.servimgbox::before {
  width: 400px;
  height: 400px;
  background: #fee9e7;
  right: 85px;
  bottom: -10%;
  position: absolute;
  z-index: -1;
  content: "";
}
/*aboutsec2*/

.page {
  padding: 50px 0;
  width: 100%;
  position: relative;
}

/*careers*/
.careers_pg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
  padding: 40px 50px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  margin-bottom: 20px;
}
.careers_pg .grid:last-child {
  margin: 0;
}
.careers_pg a.backbtn {
  border-radius: 0;
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;
}
.careers_pg .grid h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.careers_pg .grid span {
  font-size: 16px;
  color: #4b4b4b;
}
.careers_pg a.backbtn {
  width: auto;
  display: inline-flex;
  float: right;
  font-weight: 500;

  padding: 15px 30px;
  border: 1px solid #f55f3f;
  color: #f55f3f;
  font-size: 16px;
  gap: 10px;
  align-items: center;
}
a.backbtn img {
  height: 15px;
}
a.backbtn:hover {
  background-color: #f55f3f;
  color: #fff;
}
a.backbtn:hover img {
  filter: brightness(0) invert(1);
}
.careers_pg_top {
  margin-bottom: 30px;
}
.careers_pg_top p {
  text-align: center;
  font-size: 19px;
}
.careers_banner {
}
.careers_banner img {
  width: 100%;
  display: block;
}
.blogspg_info {
  padding: 0;
  display: block;
  /* background-color: #f5f3fa; */
  position: relative;
  margin-top: -100px;
  background-color: transparent;
}
.blogspg_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f3f2f2;
}
.blogspg_info_in {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  border-top-right-radius: 100px;
  position: relative;
}
.blogspg_info_in > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}
a.backbtn {
  display: flex;
  padding: 15px 30px;
  border: 1px solid #f55f3f;
  color: #f55f3f;

  font-size: 16px;
  border-radius: 30px;
  gap: 10px;
  align-items: center;
}
a.backbtn img {
  height: 15px;
}
a.backbtn:hover {
  background-color: #f55f3f;
  color: #fff;
}
a.backbtn:hover img {
  filter: brightness(0) invert(1);
}
.blogspg_info_in > .flex .flex {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 5px;
  width: auto;
}

.blogspg_info_in > .flex .flex a:not(:first-child) {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.blogspg_info_in > .flex .flex a:not(:first-child):hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
.blogspg_info_in > .flex .flex a:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #858585;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  background-color: transparent;
}
.blogspg_info_in
  > .flex
  .flex
  a:first-child:hove
  .blogspg_info_in
  > .flex
  .flex
  a:last-child:hover {
  color: #000;
  box-shadow: none;
}
.blogspg_info_in > .flex .flex a:first-child img {
  height: 15px;
}
.blogspg_info_in > .flex .flex a:first-child {
  margin-right: 10px;
}
.blogspg_info_in h1 {
    font-size: 42px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 60px;
}
.blogspg_info_in p {
  line-height: 1.8;
}
.blogspg_info_in h3 {
  color: #642e90;
  font-size: 24px;
  margin: 30px 0 15px;
  font-weight: 500;
}
.blogspg_info_in ul {
}
.blogspg_info_in ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/office-push-pin.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #4a4a4a;

  font-size: 16px;
}
.blogspg_info_in span img {
  height: 18px;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 40px;
}
.careers_banner::before {
  display: none;
}
h5.modal-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  color: #252b63;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f55f3f;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #252b63;
  color: #fff;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #f55f3f;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #252b63;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #f55f3f;
  color: #fff;
}
.careers_pg_top h2 {
  text-align: center;
}
/*careers*/
/* ===========================
   ====== 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,
  .innersection2 h2,
  .aboutbox1 h2,
  .aboutbox1 h2 {
    font-size: 24px;
  }
  .aboutbox1 h2 {
    font-size: 18px;
  }
  .aboutbox1,
  .aboutbox2,
  .aboutbox3,
  .whychooseus,
  .resourcespg,
  .news_description {
    padding: 40px 20px;
  }
  .aboutbox1 .grid,
  .aboutbox2 .grid,
  .aboutbox3 .grid,
  .whychooseus .grid,
  .resourcespg .grid,
  .mfs_contactus .grid,
  .innersection2 .grid,
  .aboutsec2_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .aboutbox1 h3 {
    font-size: 32px;
  }
  .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;
    margin-bottom: 30px;
  }
  .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;
  }
  .mfs_contactus .grid {
    display: block;
  }
  .mfs_contactus .flex p {
    font-size: 16px;
  }
  .careers_pg .grid {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .careers_pg .grid h3 {
    font-size: 18px;
  }
  .careers_pg_top p {
    font-size: 16px;
  }
  .blogspg_info_in {
    padding: 20px;
  }
  .blogspg_info {
    margin-top: -50px;
  }
  .blogspg_info_in h1 {
    font-size: 24px;
  }
  .blogspg_info_in .flex-just {
    flex-direction: column;
    gap: 20px;
  }
  .blogspg_info_in h3 {
    font-size: 18px;
  }
  .blogspg_info_in p {
    color: #000;
  }
  .blogspg_info_in > .flex {
    flex-direction: column;
    gap: 10px;
  }
  a.backbtn {
    font-size: 14px;
  }
  h2.mainhddd {
    font-size: 24px !important;
  }
}
@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;
  }
}
