.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: #213f99;
  overflow: hidden;
}
.inner_banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
  /* opacity: 0.69; */
  background: linear-gradient(225deg, rgba(33, 63, 153, 0), #11204d);
}
.inner_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  content: "";
  z-index: 9;
  background-image: url(../images/bannermask.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
.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: 20px;
  margin-bottom: 0;
  color: #00eeff;
  font-size: 16px;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ">";
  color: #00eeff;
  position: absolute;
  font-size: 16px;
  right: 2px;
  top: 1px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  font-size: 60px;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.inner_banner h1 span {
  color: #00eeff;
}

/*about_pg2*/
.about_pg2 {
  width: 100%;
  display: block;
  padding: 60px 0;
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.about_pg2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.about_pg2_bx {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.161);
  position: relative;
  z-index: 1;
}
.about_pg2_bx img {
  width: auto;
  height: 60px;
}
.about_pg2_bx h3 {
  color: #000;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
}
.about_pg2_bx p {
}
.section1 .grid .sec1bx1:first-child,
.section1 .grid .sec1bx1:nth-child(2),
.section1 .grid .sec1bx1:nth-child(3) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.37);
}
/*page*/
.page {
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
  position: relative;
}
/*innersection2*/
.innersection2 {
  background-color: #f4f4f4;
  padding: 70px 0;
}
.innersection1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.innerimg1 img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.innersection2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.innersec2bx {
  padding: 30px;
  position: relative;
  background-color: #fff;
}
.innersec2bx h4 {
  font-weight: 700;
  margin: 0 0 20px 0;
  font-size: 24px;
}
.innersec2bx p {
}
.innersec2bx:nth-child(2),
.innersec2bx:nth-child(4),
.innersec2bx:nth-child(6) {
  background-color: #213f99;
}
.innersec2bx:nth-child(2) h4,
.innersec2bx:nth-child(4) h4,
.innersec2bx:nth-child(6) h4,
.innersec2bx:nth-child(2) p,
.innersec2bx:nth-child(4) p,
.innersec2bx:nth-child(6) p {
  color: #fff;
}
.innersection1 h2 {
  font-size: 38px;
  line-height: 1.4;
}
/*innersection2*/

/*aboutbx1*/
.aboutbx1 {
  background-color: #fff;
  position: relative;
  padding: 70px 0;
}
.aboutbx1 .grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 50px;
}
.about_right {
  position: relative;
  padding: 0 60px 60px;
  background-color: #f3f2f2;
}
.about_right::before {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  content: "";
  height: 120px;
  background-color: #f3f2f2;
}
.about_right h6 {
  color: var(--color-primary);
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.about_right h5 {
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4;
  color: #000;
}
.about_right .sec2_corner {
  background-color: #fff;
  left: 0;
  bottom: 0;
  top: auto;
  width: 50px;
  height: 50px;
}
/*aboutbx1*/

/*aboutbx2*/
.aboutbx2 {
  background-color: #f3f2f2;
}
.aboutbx2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.aboutbx2_bx {
  background-color: #fff;
}
.aboutbx2_bx .img {
  position: relative;
  width: 100%;
  display: block;
}
.aboutbx2_bx .img .sec2_corner {
  background-color: #f3f2f2;
}
.aboutbx2_bx .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}
.aboutbx2_bx .about_info {
  padding: 30px;
}
.aboutbx2_bx .about_info h4 {
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 28px;
}
/*aboutbx2*/

/*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 .explore_btn {
  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 {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
a.backbtn {
  height: 4.5rem;
  padding: 0 1.5rem 0 1.5rem;
  background-color: var(--color-primary);
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 0;
  gap: 1rem;
}
a.backbtn:hover {
  background-color: var(--color-secondary);
}
a.backbtn img {
  height: 2rem;
}
.careers_pg_top {
  margin-bottom: 30px;
}
.careers_pg_top p {
}
.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: #fff;
}
.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;
}
.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: 600;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.blogspg_info_in p {
  line-height: 1.8;
}
.blogspg_info_in h3 {
  color: #213f99;
  font-size: 24px;
  margin: 30px 0 15px;
  font-weight: 600;
}
.blogspg_info_in ul {
}
.blogspg_info_in ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 2px;
}
.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: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #a97b2c;
  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: var(--color-primary);
  padding: 12px 30px;
  border-radius: 30px;
  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: var(--color-secondary);
  color: #fff;
}
/*careers*/

/*contactus*/
.icltech_contactus {
  background-image: url(../images/cont_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.icltech_contactus h1 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.2;
  color: #1d235a;
  margin-top: 0;
}
.icltech_contactus iframe {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
}
.icltech_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;
}
.icltech_contactus .flex span {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #213f99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icltech_contactus .flex span img {
  height: 25px;
}
.icltech_contactus .flex h3 {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0 0 10px;
  color: #000000;
  font-weight: 700;
}
.icltech_contactus .flex p {
  font-size: 18px;
  color: #000;
}

.skyvue_contatpg_left {
  border: 1px solid #707070;
  padding: 35px;
  background-color: #fff;
}
.skyvue_contatpg_left h3 {
  margin: 0 0 2rem;
}
.skyvue_contatpg_right p {
  margin-bottom: 40px;
  color: #231e20;
}
.skyvue_contatpg_left .grid1 {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.skyvue_contatpg_left form .grid1 > span {
  font-size: 16px;
  color: #252424;
  font-weight: 600;
}
.skyvue_contatpg_left input.form-control,
.skyvue_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;
}
.skyvue_contatpg_left textarea.form-control {
  height: 100px;
}

.icltech_contactus .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}
.icltech_contactus h4 {
  text-transform: uppercase;
  color: #a97b2c;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.icltech_contactus h2 {
  font-size: 42px;
  margin-bottom: 40px;
}
/*contactus*/

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1 {
    font-size: 24px;
    position: relative;
    display: table;
    width: 100%;
  }
  .inner_banner::before,
  .inner_banner::after {
    height: 100%;
  }
  .ban_img {
    float: none;
    width: 100%;
  }
  .innertxt1 {
    position: relative;
    top: auto;
    transform: translateY(0);
    padding: 30px;
  }
  .about_right {
    padding: 25px;
  }
  .about_right h5 {
    z-index: 9;
  }
  .hidemob {
    display: none;
  }
  .careers_pg .grid {
    padding: 20px;
    gap: 20px;
  }
  .careers_pg a.backbtn {
    /* width: 100%; */
    text-align: center;
  }
  .blogspg_info_in {
    padding: 50px 30px;
  }
  .blogspg_info .container {
    padding: 0;
  }
  .blogspg_info {
    top: 0;
    margin-top: -100px;
  }
  a.backbtn {
    font-size: 11px;
    padding: 15px;
  }
  .blogspg_info_in h1,
  h5.modal-title,
  .icltech_contactus h1,
  .skyvue_contatpg_left h3 {
    font-size: 32px;
  }
  .icltech_contactus .flex h3 {
    font-size: 18px;
  }
  .icltech_contactus .flex p {
    font-size: 16px;
  }
  .innerbanner_in,
  .aboutbx1 .grid,
  .aboutbx2 .grid,
  .innersection1 .grid,
  .innersection2 .grid,
  .careers_pg .grid,
  .icltech_contactus .grid,
  .skyvue_contatpg_left .grid1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutbx1,
  .page,
  .about_pg2 {
    padding: 40px 20px;
  }
  .about_pg2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_pg2_bx img {
    height: 40px;
  }
  .inner_banner h1 span,
  h3.pasy_globe_hd1 span,
  h3.pasy_globe_hd1,
  .innersection1 h2,
  .icltech_contactus h2 {
    font-size: 24px;
  }
  .careers_banner img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .blogspg_info_in > .flex {
    flex-direction: column;
    gap: 2rem;
  }
  .about_right::before {
    display: none;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container,
  .container1 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
}
