body {
  padding-top: 0;
}
.main_section_inner {
  top: 0;
}
.innerbanner {
  padding: 100px 0 0;
  position: relative;
  background-color: #280942;
}
.sec2_corner {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #280942;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.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: 72px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  font-weight: 600;
  text-align: left;
  width: 110%;
  position: relative;
  margin-left: -15%;
  z-index: 9;
}
.innerbanner_in .sec2_corner {
  background-color: #280942;
}
.innerbanner svg {
  position: absolute;
  top: 25%;
  right: 8%;
  width: 300px;
  opacity: 0.25;
  z-index: 9;
  color: #fff;
}

/*aboutsec1*/
.aboutsec1,
.engagement_mod_pg {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/ab_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
}
.aboutsec1_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.aboutsec1_box {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  width: 100%;
  display: block;
  padding: 30px;
  transition: all 0.3s;
}
.aboutsec1_box:hover {
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.1);
}
.aboutsec1_box img {
  height: 75px;
}
.aboutsec1_box h2,
h2 {
  color: #2e2757;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
}
.aboutsec1_box p {
}
/*aboutsec1*/
.contactpg1 {
  padding: 75px 0;
  position: relative;
  background-image: url(../images/contbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contactpg1 h2 {
  text-align: center;
}
.contactpg1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 20px;
}
.contact_pg_bx {
  padding: 50px;
  border: 2px solid #642f91;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.039);
}
.contact_pg_bx1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}
.contact_pg_bx1:last-child {
  margin-bottom: 0;
}
.contact_pg_bx1 span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
}
.contact_pg_bx1 span img {
  height: 45px;
}
.contact_pg_bx1 h3 {
  font-size: 21px;
  margin: 0 0 10px;
  font-weight: 500;
}
.contact_pg_bx1 p {
  font-size: 21px;
  margin-bottom: 10px;
}
.contact_pg_bx1 a {
  text-decoration: none;
  color: #a92853;
  font-size: 18px;
  font-weight: 500;
}
.contactpg2 {
  /* padding: 50px 0; */
  position: relative;
  background: linear-gradient(to bottom, #00081f, rgba(0, 8, 31, 0)),
    url(../images/contactbg.jpg);
  background-size: cover;

  background-position: center center;
}
.contactpg2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-color: #fff;
}
.contactpg2 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  align-items: center;
  gap: 50px;
  position: relative;
}
.contactpg2 h2 {
  color: #fff;
  font-size: 50px;
}
.contactpg2_bx {
  width: 100%;
  padding: 75px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  border-top: 5px solid #652f91;
}
.contactpg2_bx h3 {
  font-size: 36px;
  margin: 0 0 30px;
}
.contactpg2_bx div {
  margin-bottom: 20px;
}
.contactpg2_bx input.form-control,
.contactpg2_bx textarea.form-control,
.client_verify_bx input.form-control {
  background-color: #f2f2f2;
  border: 1px solid #000000;
  color: #000;
  height: 60px;
}
.contactpg2_bx textarea.form-control {
  height: 120px;
}
.client_verify_bx input.form-control {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid rgba(108, 186, 69, 0.27);
  height: 75px;
  padding: 0 30px;
  font-size: 18px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.039);
}
button.btn {
  background: linear-gradient(to top, #22003e, #652f91);
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  font-weight: 400;
}
button.btn:hover {
  background: linear-gradient(to bottom, #22003e, #652f91);
  color: #fff;
}
.page {
  padding: 70px 0;
  width: 100%;
  background-color: #fff;
  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: 60px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.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: 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_pg_top h2 {
  text-align: center;
}
/*careers*/

/*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;
  font-weight: 400;
  letter-spacing: 2px;
}
.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;
}
.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;
}
/*innersection2*/

/* ===========================
   ====== 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,
  .aboutsec1_in,
  .contactpg1 .grid {
    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,
  .aboutsec1,
  .engagement_mod_pg,
  .contactpg1 {
    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: 0px;
  }
  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;
  }
  .aboutsec1_box h2,
  h2,
  .contactpg2 h2 {
    font-size: 32px;
  }
  .blogspg_info_in > .flex {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .contact_pg_bx {
    padding: 30px;
  }
  .contact_pg_bx1,
  .contactpg2 .grid {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .contactpg2_bx {
    padding: 30px;
  }
  .contactpg2 {
    padding: 50px 20px;
  }
  .contactpg2::before {
    display: none;
  }
  .contactpg2_bx h3 {
    font-size: 24px;
  }
  .contact_pg_bx1 span {
    width: 75px;
    height: 75px;
  }
}

/*------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;
  }
}
