.main_section_inner {
  top: 0;
}
.innerbanner {
  padding: 100px 0 0;
  position: relative;
  background-color: #252b63;
}
.innerbanner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-color: #fff;
}
.innerbanner_in {
  width: 100%;
  /* max-width: 1800px; */
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  align-items: center;
}
.innerimg {
  position: relative;
  width: 100%;
  display: block;
}
.innerimg::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.5;
}
.innerimg img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.innerbanner_in h3 {
  font-size: 90px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  font-weight: 900;
  text-align: left;
  width: 110%;
  position: relative;
  margin-left: -15%;
  z-index: 9;
}
.innerbanner_in .sec2_corner {
  background-color: #252b63;
}
.innerbanner svg {
  position: absolute;
  top: 25%;
  right: 8%;
  width: 300px;
  opacity: 0.25;
  z-index: 9;
  color: #fff;
}

/*page*/
.page {
  padding: 70px 0;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.innersection1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.innerimg1 {
  height: 100%;
  position: relative;
}
.innerimg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.innerimg1 .sec2_corner {
  background-color: #fff;
}
.innersection1 h3,
.aboutbx1 h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  margin: 0 0 20px;
}
.innersection1 h1,
.aboutbx1 h1 {
    font-size: 46px;
    font-weight: 900;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}
.innersection1 p {
}

/*page*/

/*innersection2*/
.innersection2 {
  background-color: #f3f2f2;
  padding: 70px 0;
}
.innersection2 h3,
.aboutbx2 h3 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  margin: 0 0 20px;
}
.innersection2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.innersec2bx {
  padding: 40px;
  position: relative;
  background-color: #1d235a;
}
.innersec2bx h4 {
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 28px;
}
.innersec2bx p {
  color: #fff;
  margin: 0;
}
.sec2_corner {
  background-color: #f3f2f2;
  width: 50px;
  height: 50px;
}
.innersec2bx:nth-child(2),
.innersec2bx:nth-child(4),
.innersec2bx:nth-child(6) {
  background-color: #006289;
}
/*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 h3 {
  color: #ef5d3d;
}
.about_right h5 {
  font-size: 21px;
  font-weight: 900;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4;
  color: #606060;
}
.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: 700;
  margin: 0 0 20px 0;
  color: #1d235a;
  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 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;
  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: 60px;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.blogspg_info_in p {
  line-height: 1.8;
}
.blogspg_info_in h3 {
  color: #f55f3f;
  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: 900;
  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*/

/*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: #ef5d3d;
  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 {
  font-size: 42px;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
  color: #1d235a;
  margin-top: 0;
}
.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 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;
}
.skyvue_contatpg_left .btn {
  display: inline-flex;
  padding: 15px 30px;
  border: 1px solid #f55f3f;
  color: #f55f3f;
  font-size: 16px;
  border-radius: 30px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: none;
  width: 150px;
  text-align: center;
  transition: all 0.3s;
}
.skyvue_contatpg_left .btn img {
  height: 15px;
}
.skyvue_contatpg_left .btn:hover {
  background-color: #f55f3f;
  color: #fff;
}
.skyvue_contatpg_left .btn:hover img {
  filter: brightness(0) invert(1);
}
.icltech_contactus .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}
/*contactus*/

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

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
    .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);
    }
    .innerbanner_in h3{
        font-size: 32px;
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .innerbanner::before, 
.about_right::before{display: none;}
    .innerimg img{height: auto;}
    .aboutbx1, .page{
        padding: 40px 20px;
    }
    .innersection1 h1, .aboutbx1 h1{font-size: 32px;}
    .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;}
}

/*------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;
  }
}
