.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: #001c29;
  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), #151515);
}
.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: #b2d844;
  font-size: 16px;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ">";
  color: #b2d844;
  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: 46px;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.inner_banner h1 span {
  color: #b2d844;
}

/*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 #f3eee9; */
  background-color: #f3eee9;
  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;
  margin-top: 0;
}
.careers_pg .grid span {
  display: flex;
  align-items: center;
  font-weight: 500;
}
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 {
  font-size: 16px;
}
.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: #f3eee9;
}
.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;
  font-size: 16px;
}
.blogspg_info_in h3 {
  color: #000;
  font-size: 24px;
  margin: 30px 0 30px;
  font-weight: 600;
}
.blogspg_info_in ul {
  list-style: none;
}
.blogspg_info_in ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 2px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blogspg_info_in span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #000;
  font-size: 18px;
}
.blogspg_info_in span img {
  height: 18px;
}
.blogspg_info_in .flex-just {
  justify-content: flex-start;
  gap: 40px;
}
.careers_banner::before {
  display: none;
}
.modal-header {
  border-bottom: 0;
}
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: #b2d844;
  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 {
  position: relative;
}
.icltech_contactus::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  /*background: url(../images/shape.png) left bottom no-repeat;*/
  /*background-attachment: scroll;*/
  /*background-size: 50%;*/
  opacity: 0.2;
}
.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);
  position: relative;
  z-index: 1;
}
.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 .ft_soc {
  gap: 10px;
}
.icltech_contactus .grid3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 50px;
}
.caddbox {
  padding: 30px;
  background-color: #f3eee9;
  border-radius: 15px 15px 0 0;
}
.caddbox h3 {
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
.caddbox p {
  color: #535353;
  height: 110px;
  font-size: 16px;
  overflow: hidden;
}
.cont_address1 iframe {
  display: block;
}
.icltech_contactus .flex .ft_soc a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icltech_contactus .flex .ft_soc a img {
  filter: brightness(100) invert(1);
}
.icltech_contactus .flex p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}

.skyvue_contatpg_left {
  /* border: 1px solid #707070; */
  padding: 35px;
  background-color: #f3eee9;
  border-radius: 15px;
}
.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;
}

.skyvue_contatpg_left .btn,
button.btn {
  display: inline-block;
  padding: 10px 25px;
  padding-right: 55px;
  color: #fff;
  background: #f02025;
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-decoration: none;
  font-size: 16px;
  border: 0;
}

.skyvue_contatpg_left .btn:after,
button.btn:after {
  position: absolute;
  top: 13px;
  right: 20px;
  content: "";
  height: 17px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/arrow-right1.svg);
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
}

.skyvue_contatpg_left .btn:hover,
button.btn:hover {
  background: #afd73d;
}

.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: #b2d844;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.icltech_contactus h2 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 40px;
}
/*contactus*/

.careers_pg h2,
.section1 h2 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.careers_pg h2::before,
.section1 h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #005d6d;
}

.safetyblocks {
  padding: 50px 0;
  position: relative;
}
.safetyblocks .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.development-section {
  padding: 0;
}
.development-section .item {
  background-color: #d9e6e0;
  margin: 0;
}
.development-section .item .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.products_pg1 {
  padding: 50px 0;
}

.products_pg1 .table-responsive {
  margin-top: 0;
  box-shadow: 0 0 40px rgba(71, 83, 102, 0.2);
}
.products_pg1 table thead {
  background: #008449;
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  border: 0;
}
.products_pg1 table th {
  border: 0;
  color: #fff;
  padding: 15px 20px !important;
  font-size: 21px;
}
.products_pg1 table td {
  border: 0;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
}
table tbody tr:nth-child(1n) {
  background-color: #fff;
}
table tbody tr:nth-child(2n) {
  background-color: #f3eee9 !important;
}
.table tbody > tr > td {
  border-color: #f3eee9;
}
table tbody tr {
  border: 0;
}
table tbody tr td a {
  color: #000;
  text-decoration: underline;
}
.table tbody > tr > td:first-child p {
  width: 40px;
  height: 40px;
  background-color: #b2d946;
  color: #000;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
.infrastructure_pg {
  padding: 50px 0;
  position: relative;
  background-color: #f6f6f6;
}
.infrastructure_pg .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.infrastructure_pg h2 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.infrastructure_pg h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #b2d844;
}
.infrastructure_pg p {
  font-size: 16px;
  line-height: 1.6;
}
.infrastructure_pg img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
/*.infrastructure_pg1::before,
.infrastructure_pg2::before,
.infrastructure_pg3::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  content: "";
  background-color: #ecffb8;
}
.infrastructure_pg2::before {
  right: auto;
  left: 0;
  background-color: #b4cfc2;
}
.infrastructure_pg3::before {
  background-color: #ffbcbc;
}*/

/*home_swiper_1*/

.home_swiper_1 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0 100px;
  background-color: #001c29;
}
.home_swiper_1 h2,
.certificatesbx h2,
.section2 h2,
.kodefast_about4 h2 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.certificatesbx h2,
.kodefast_about4 h2 {
  color: #000;
}
.home_swiper_1 h2::before,
.certificatesbx h2::before,
.section2 h2::before,
.kodefast_about4 h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #b2d844;
}
.home_swiper_1Bx a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.home_swiper_1Bx a .timg {
  width: 100%;
  display: block;
  overflow: hidden;
}
.home_swiper_1Bx a .timg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: all 0.3s;
  border-bottom: 0;
  margin-top: 30px;
}
.swiper-slide-active .home_swiper_1Bx a .timg {
}
.swiper-slide-active .home_swiper_1Bx a .timg img {
  /* opacity: 1;
  transform: scale(1.2); */
  border: 0;
}

.swiper-container1 .swiper-slide {
  width: 50%;
  /* height: 600px; */
}
.swiper-slide-active {
  /* width: 85% !important; */
}
.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.26) !important;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 7px !important;
}
.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255) !important;
}
.swiper-pagination {
  bottom: 100px !important;
}
.home_swiper_1 .swiper-pagination {
  bottom: 55px !important;
}
.home_swiper_1 .swiper-button-next,
.home_swiper_1 .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 20px;
  bottom: 55px !important;
  top: auto;
}
.home_swiper_1 .swiper-button-next {
  left: 55%;
}
.home_swiper_1 .swiper-button-prev {
  right: 55%;
  left: auto;
}
.certificatesbx {
  padding: 50px;
  background-color: #f3eee9;
}
.certificatesbx ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: center;
  list-style: none;
}
.certificatesbx ul li {
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificatesbx ul li img {
  height: 150px;
}




.cd_aboutbx2 {
  padding: 60px 0;
  background-image: url(../images/shape2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
  overflow: hidden;
}
.visionbox {
  position: relative;
  width: 100%;
  display: table;
}
.visionbox_1 {
  float: right;
  width: 65%;
  position: relative;
  padding: 50px 60px 50px 240px;
  background-color: #f6f7f8;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.161);
  margin-bottom: 50px;
  border-top-left-radius: 100px;
}
.visionbox_1 img {
  position: absolute;
  left: -12%;
  top: 0;
  width: auto;
  height: 100%;
}
.visionbox_1 h4 {
  margin-bottom: 15px;
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
}
.visionbox_2 {
  margin-bottom: 0;
  float: left;
  padding: 50px 240px 50px 100px;
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
}
.visionbox_2 img {
  left: auto;
  right: -12%;
}
.visionbox h3 {
  position: absolute;
  left: 50px;
  top: 100px;
  
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.visionbox h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #005d6d;
}
.visionbox p {
  font-size: 16px;
  line-height: 1.6;
}
/*----------box2----------*/

/*section1*/
.section1 {
  padding: 70px 0;
  background-color: #f3eee9;
}
.section1 .grid {
  text-align: center;
}
.section1 h2 {
  font-size: 32px;
}
.section1 h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.section1 p {
  font-size: 16px;
  line-height: 1.6;
}
.section1 h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
/*section2*/
.section2 {
  padding: 50px 0;
  background-color: #fff;

  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.section2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #001c29;
  /* z-index: 9; */
  content: "";
  opacity: 1;
  background-image: none;
}

.section2_bx {
  text-align: center;
}
.section2_bx img {
  width: 100%;
  display: block;
}
.section2 h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #223c43;
  line-height: 1.4;
}
.section2 p {
  color: #000;
  padding: 0 50px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 21px;
}
.section2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.section2 .grid img {
  width: 100%;
  display: block;
}
.section2 .grid h3,
.section2_btm .grid h3 {
  color: #000;
  margin: 30px 0 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 24px;
}
.section2 .grid p,
.section2_btm .grid p {
  color: #000;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
.section2_btm .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.section2_btm .grid .img {
  width: 140px;
  height: 140px;
  padding: 30px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
  border: 5px solid #b3f393;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2_btm .grid .img img {
  height: 60px;
}
/*section2*/

/*kodefast_about4*/
.kodefast_about4 {
  background-color: #fff;
  padding: 50px 0;
}
.kodefast_about4 h3 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3b1d5c;
}
h3.kodefast_hd2 {
  text-align: left;
  border: 0;
  padding-bottom: 0;
  margin-top: 40px;
}
.team_boxes {
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);*/
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.team_p1 {
  display: block;
  width: 25%;
}
.team_p1 a {
  display: block;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}
.team_p1 a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
  border-radius: 120px;
}
.team_p1 h4 {
  margin: 20px 0 10px;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}
.team_p1 h5 {
  margin: 0rem 0 25px;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.team_p1 .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.team_p1 .flex a img {
  height: 25px;
}
.team_p1 span,
.team_p1 a.viewvoice {
  padding: 10px 20px;
  border: 1px solid #f3eee9;
  background-color: #f3eee9;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 500;
  display: inline-block;
}
a.team_main img {
}
.team_p1 a.viewvoice {
  margin: auto;
  margin-top: 10px;
  display: table;
}
a.team_main:hover span,
.team_p1 a.viewvoice:hover {
  background-color: #000;
  color: #fff;
}
.kodefast_about4 hr {
  border-top: 2px solid #3b1d5c;
  margin: 50px 0 20px;
}
/*---------cart_open-----------*/
.cart_open1,
.cart_open2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.7s;
  overflow-x: hidden;
  overflow-y: auto;
}
.cartbg2,
.cartbg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.83);
  transition: ease all 0.7s;
  overflow: auto;
  pointer-events: none;
}
.cart_bx2,
.cart_bx3 {
  width: 1200px;
  background-color: #fff;
  height: auto;
  top: -100%;
  left: 0;
  right: 0;
  transition: ease all 0.7s;
  position: relative;
  display: block;
  box-shadow: 0 10px 30px rgba(1, 2, 2, 0.4);
  z-index: 99999;
  padding: 50px;
  margin: 100px auto;
  border-radius: 30px;
  pointer-events: auto;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
.cart_open1 .grid {
  display: grid;
  grid-template-columns: 25fr 75fr;
  gap: 50px;
}
.cart_open1 .grid img {
  width: 100%;
  display: block;
}
.vh85 a {
  color: #0a66c2;
  font-size: 28px;
}
a.close_btn1,
a.close_btn2 {
  color: #000;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 10px;
  border-radius: 100%;
  text-decoration: none;
  top: 10px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover,
a.close_btn2:hover {
  cursor: pointer;
}
a.close_btn2 {
  left: auto;
  right: -20px;
  top: -20px;
}
.pop_left1 {
  text-align: center;
}
.cart_bx2 h4 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin: 0px 0px 30px;
}
.vh85 p {
  color: #000;
  font-size: 16px;

  line-height: 1.6;
  margin-bottom: 20px;
}
.vh85 ul {
}
.vh85 ul li {
  padding-left: 50px;
  margin-bottom: 30px;
  background-image: url(../images/rt.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 20px;
  color: #6a6a6a;
}



.cd_aboutbx1 {
  padding: 60px 0;
  background-image: url(../images/shape1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 42%;
}

.cd_aboutbx1 h3 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.cd_aboutbx1 h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #005d6d;
}
.cd_aboutbx1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.cd_aboutbx1_right {
  padding: 40px 30px;
  background-color: #026037;
  align-self: baseline;
}
.cd_aboutbx1_right p {
  color: #fff;
  font-size: 18px;
}

.table-responsive .allBtn{margin-top: 0;}

/* ===========================
   ====== 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,
  .infrastructure_pg 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;
  }
  .section1 .grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 0;
  }
  .section1,
  .kodefast_about4 {
    padding: 40px 20px;
    gap: 0;
  }
  .section1 h2,
  h2,
  .home_swiper_1 h2,
  .certificatesbx h2,
  .section2 h2,
  .kodefast_about4 h2,
  .careers_pg h2,
  .section1 h2 {
    font-size: 28px;
  }
  .section1 p,
  p,
  .section2 .grid p,
  .section2_btm .grid p,
  .infrastructure_pg p,
  .blogspg_info_in p,
  .blogspg_info_in ul li {
    font-size: 16px;
    position: relative;
  }
  .section2 .grid,
  .team_boxes,
  .cart_open1 .grid,
  .infrastructure_pg .grid,
  .certificatesbx ul,
  .safetyblocks .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .development-section .item .title {
    font-size: 24px;
  }
  .certificatesbx ul li {
    padding: 0;
    width: 100%;
    padding: 10px;
  }
  .home_swiper_1 .swiper-button-next,
  .home_swiper_1 .swiper-button-prev {
    display: none;
  }
  .infrastructure_pg1::before,
  .infrastructure_pg2::before,
  .infrastructure_pg3::before {
    opacity: 0.35;
  }
  .section2::before {
    height: 20%;
  }
  .cart_bx2,
  .cart_bx3 {
    max-width: 90%;
    padding: 20px;
  }
  .cart_open1 .grid img {
    width: 100px;
  }
  .cart_open1 .grid {
    gap: 15px;
  }
  .vh85 h5 {
    font-size: 18px;
  }
  .vh85 p {
    font-size: 16px;
    line-height: 1.4;
  }
  .kodefast_mpi_bx1_l {
    padding: 0;
  }
  .cart_bx2 h4 {
    font-size: 21px;
  }
  .icltech_contactus .grid3, .cd_aboutbx1 .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  }
  .icltech_contactus .container{padding: 0;}.icltech_contactus .grid{margin-bottom: 0;}
  .visionbox_1 {
    width: 100%;
    padding: 30px;
  }
  .visionbox_1 img {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  .cd_aboutbx2 {
    display: inline-block;
    padding: 0 20px 50px;
    text-align: center;
  }
  .inner_banner h1 {
    width: 100%;
  }
  .cd_contactpg1 .grid,
  .cd_contactpg2 .grid,
  .cd_contactpg3 .grid,
  .cd_careersbx1 .grid,
  .infrapgbx1 .grid,
  .home_why .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cd_contactpg2 .grid {
    gap: 30px;
  }
  .cotph {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .whyChoose_h4 a {
    position: relative;
    top: 0;
    right: auto;
    transform: translate(0);
    margin-top: 20px;
  }
  .visionbox h3 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 32px;
  margin-top: 0;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.team_boxes{display: grid;}
.team_p1{width: 100%;}
}

/*------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: 1023px) and (max-width: 1340px) {
  .container,
  .container1 {
    max-width: 100%;
  }
  .visionbox_1{width: 70%;}
  .visionbox h3{top: -20px;}
  .caddbox h3{font-size: 20px;}
  .caddbox p {
  color: #535353;
  height: 125px;
  }
}

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