.inner_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  margin-top: 100px;
}
.innercurve {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100px;
  background-image: url(../images/path1.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120%;
}
.inner_banner::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.19;
  z-index: 9;
}
.inner_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 99;
  opacity: 0.75;
  height: 200px;
  background: linear-gradient(to bottom, #001239, transparent);
  z-index: 9;
  width: 100%;
}
.inner_banner img {
    width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  text-align: center;
  min-height: 150px;
}
.inner_banner h1 sup{
    font-size: 28px;
    top: -30px;
}
.innertxt1 .container{position: relative;}
.inner_banner h1 {
  color: #fff;
  font-size: 60px;
  margin: 0;
  font-weight: 400;
  font-family: "Campton Book", sans-serif;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 p span{
    padding: 8px 20px;
    background: #d9f3ffc9;
    border-radius: 15px;
    color: #000;
    font-size: 28px;
}
.innertxt1 ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -200px;
  right: 20px;
  z-index: 9;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  color: #00ffff;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: "|";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 2px;
  top: -2px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.innertxt1 h3 a:hover,
.section6_innerpg p,
.tqa_bx p {
  color: #fff;
}
hr {
  margin: 50px 0;
}
p {
  width: 100%;
  font-family: "Campton";
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #3d3d3d;
}
.about_bx1 {
  width: 100%;
  display: block;
  padding: 20px 0 50px 0;
}
.about_bx1 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
}
.about_bx1 .grid h3 {
  margin-top: 0;
  font-size: 23px;
  line-height: 1.4;
  color: #045eb3;
  font-family: "Campton";
  font-weight: 500;
  width: 90%;
}
.about_bx1 .grid p {
    text-align: justify;
}
.about_bx1 ul {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}
.about_bx1 ul li {
  display: flex;
  align-items: center;
  padding: 15px;
  padding-left: 30px;
  gap: 10px;
  background-color: #deeeff;
  font-size: 18px;
  color: #0233a0;
  margin: 0;
  font-family: "Campton";
  font-weight: 500;
  width: 100%;
  justify-content: center;
}
.about_bx1 ul li img {
  height: 30px;
  width: auto;
}
.about_bx1 ul li:first-child {
  border-top-left-radius: 60px;
  background-color: #89d3f6;
}
.about_bx1 ul li:nth-child(2) {
  background-color: #88ecb6;
}
.about_bx1 ul li:last-child {
  border-top-right-radius: 60px;
  background-color: #f1ff84;
}
/*about_bx2*/
.about_bx2 {
  padding: 0 50px;
  display: block;
  width: 100%;
}
.about_bx1_in {
  width: 100%;
  padding: 50px 100px;
  /*background-color: #0233a0;*/
  background-color: #182B43;
  position: relative;
}
.about_bx1_in::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, #172B44 0%, #6A4ED84D 100%);
}
.about_bx1_in h2 {
  color: #fff;
  margin-bottom: 70px;
  position: relative;
}
.about_bx1_in ul {
  width: 100%;
  display: table;
  position: relative;
}
.about_bx1_in ul li {
  width: 50%;
  float: left;
  padding: 0 50px 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: 100px 1fr;
}
.about_bx1_in ul li:nth-child(2) {
  padding-left: 50px;
  padding-right: 0;
  border-right: 0;
}
.about_bx1_in ul li:nth-child(3) {
  padding-top: 50px;
  border-bottom: 0;
}
.about_bx1_in ul li:nth-child(4) {
  padding-top: 50px;
  border-right: 0;
  padding-left: 50px;
  padding-right: 0;
  border-bottom: 0;
}
.about_bx1_in ul li img {
  width: 60px;
}
.about_bx1_in ul li h3 {
  margin-top: 0;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.about_bx1_in ul li p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "Campton Book";
  margin: 0;
}
/*about_bx2*/

/*about_bx3*/
.about_bx3 {
  padding: 50px 0;
  width: 100%;
  display: block;
}
.about_bx3 img {
  width: 100%;
  display: block;
}
.about_bx3 .owl-theme .owl-nav {
  display: none;
}
.about_bx3 .owl-dots {
  display: block;
}
.about_bx3 .owl-carousel .owl-stage-outer {
  padding: 60px 0;
}
.about_bx3 .owl-item {
  transform: scale(1);
}
.about_bx3 .owl-item.active.center {
  transform: scale(1.3);
}
.about_bx4 {
  /*background-color: #f8f8f8;*/
  background-image: url(../images/intro-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about_bx4 h2 {
  text-align: center;
}
.about_bx4 p {
  width: 100%;
  font-family: "Campton Book";
  font-size: 17px;
  text-align: center !important;
}
.about_bx4 .owl-item {
  transform: scale(1);
}
.about_bx4 .owl-item.active.center {
  transform: scale(1);
}
.pdleft1 {
  padding-left: 50px;
}
.padlr1 ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-top: 30px;
    padding: 0 20%;
}
.about_bx4 .owl-dots {
  bottom: 0px;
  text-align: center;
}
.about_bx4 .owl-carousel .owl-stage-outer {
  padding-top: 0;
}
/*about_bx3*/

/*productspg*/
.productspg {
  padding: 60px 0;
  width: 100%;
}
.productspg ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.productspg ul li .img {
  border: 4px solid #eeeeee;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productspg ul li .img img {
  max-width: 100%;
  height: 350px;
}
.productspg ul li h3 {
  color: #000;
  font-family: "Campton";
  font-weight: 500;
  font-size: 24px;
}
.hm_prod_btns .sec_btn a {
}
/*productspg*/

/*productspg_desc*/
.productspg_desc {
  padding: 50px 0;
  width: 100%;
}
.productspg_desc .grid {
  display: inline-block;
  
  width: 100%;
}
.productspg_desc .img {
  border: 4px solid #eeeeee;
  padding: 30px 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  position: sticky;
  top: 120px;
  left: 0;
}
.product_description{
    float: right;
    width: 70%;
    padding: 40px;
}
.productspg_desc .img img {
  max-width: 100%;
  width: 100%;
}
.product_description .pimg img {
  height: 80px;
  margin-bottom: 20px;
}
.product_description h3 {
  background-image: linear-gradient(#5ec3cf, #24828d);
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  font-family: "Campton";
      margin-bottom: 10px;
      position: relative;
}

.product_description ul {
  display: flex;
  flex-direction: column;
}
.product_description ul li {
  padding: 15px 20px;
  background-color: rgba(7, 122, 164, 0.04);
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 500;
  font-family: "Campton";
}
.product_description ul li:nth-child(2n) {
  background-color: #fff;
}
/*productspg_desc*/

/*news_pg*/
.news_pg {
  padding: 60px 0;
  background-color: #fff;
}
.news_pg .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  row-gap: 0;
}
.news_pg .grid a {
  position: relative;
  display: table;
  padding-top: 30px;
}
.news_pg .grid li {
  display: block;
  position: relative;
}
.news_pg .grid li:first-child,
.news_pg .grid li:nth-child(2),
.news_pg .grid li:nth-child(3) {
  border-top: 1px solid #c4c4c4;
}
.news_pg .grid a span {
  color: #0233a0;
  font-size: 17px;
  font-family: "Campton";
  font-weight: 400;
}
.news_pg .grid a h3 {
  color: #000000;
  font-size: 26px;
  line-height: 1.6;
  margin: 10px 0 30px;
}
.news_pg .grid a:hover h3 {
  color: #0233a0;
}
.news_pg .grid li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  content: "";
  transition: all 0.3s;
}
.news_pg .grid li:hover::before {
  height: 4px;
  background-color: #0233a0;
}
.innertxt1 h3 {
  color: #00ffff;
  font-weight: 400;
  font-size: 18px;
}
/*news_pg*/

/*news_desc*/
.news_desc,
.contactpg {
  padding: 60px 0;
  width: 100%;
}
.news_desc_inner {
  padding: 0 100px;
}
.news_desc h2 {
  text-align: left;
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
  margin: 30px 0 20px;
  font-size: 30px;
}
.contactpg .grid1 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.contactpg .grid2 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.contactpg .grid h3 {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  gap: 20px;
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
  font-size: 28px;
  color: #000;
}
.contactpg .grid h3 span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0233a0;
}
.contactpg .grid h3.contbg1 span{background: linear-gradient(#46b9f4, #0e87c5);}
.contactpg .grid h3.contbg2 span{background: linear-gradient(#5ec3cf, #24828d);}
.contactpg .grid h3.contbg3 span{background: linear-gradient(#e6899c, #d73f5d);}
.contactpg .grid h3.contbg4 span{background: linear-gradient(#957fed, #6a4ed8);}
.contactpg .grid h3.contbg5 span{background: linear-gradient(#f06422, #cb4d26);}

.contactpg .grid h3 span img {
  height: 20px;
}
.contactpg .grid a {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Campton";
}
.contact_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact_flex img {
  height: 25px;
}
/*news_desc*/

.modal {
  z-index: 99999999 !important;
}
.btmcontright form input.form-control,
.modal-body form input.form-control, select.form-control1 {
  border: 1px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  background: #fff;
}
select.form-control1{cursor: pointer; padding: 0 15px;}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form input.form-control:focus,
.modal-body form textarea.form-control:focus {
  border-color: #000;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 1px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  height: 100px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  padding: 12px 60px;
  border-radius: 60px;
  font-weight: 600;
  cursor: pointer;
  margin: 20px auto;
  display: table;
  border: 0;
  background-color: #eb1b23;
  color: #fff;
}
form input.btn-1:hover{
    background-color: #0233a0;
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
  width: 100%;
}
h5.modal-title {
  color: #0233a0;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 32px;
}
.modal-backdrop {
  z-index: 999999;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  opacity: 1;
  padding: 0;
  margin: 0 !important;
  background-color: #eb1b23;
  color: #fff;
}
button.close:hover {
  opacity: 1;
}
.close span {
  font-size: 21px;
}
button.close:hover, form input.btn-1:hover {
  background-color: #000;
  color: #fff;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner img {
    height: 400px;
    object-fit: cover;
    object-position: center center;
  }
  .innercurve {
    bottom: -20px;
    background-position: center bottom;
  }
  .about_bx1 {
    padding: 50px 20px;
  }
  .about_bx1 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about_bx1 ul {
    flex-direction: column;
  }
  .about_bx2 {
    padding: 0 20px;
  }
  .about_bx1_in {
    padding: 20px;
  }
  .about_bx1_in ul li {
    width: 100%;
    border-right: 0 !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 20px !important;
  }
  .about_bx1_in ul li img {
    width: 50px;
  }
  .inner_banner h1 {
    font-size: 24px;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .productspg ul,
  .productspg_desc .grid,
  .news_pg .grid,
  .contactpg .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .productspg,
  .productspg_desc,
  .news_pg,
  .news_desc,
  .contactpg {
    padding: 40px 20px;
  }
  .product_description .pimg img {
    height: 40px;
  }
  .news_pg .grid li:nth-child(2),
  .news_pg .grid li:nth-child(3) {
    border-top: 0;
  }
  .news_desc_inner {
    padding: 0;
  }
  .inner_banner::after {
    opacity: 0.3;
  }
  .productspg_desc .grid{display: block;}
  .productspg_desc .img{width: 100%; position: relative; top: 0;}
  .product_description{width: 100%; padding: 0;}
  .innertxt1 ul{top: -100px;}
  .innertxt1 p span{display: block; font-size: 14px;}
  .inner_banner h1 sup {
  font-size: 14px;
  top: -20px;
}
.padlr1{grid-template-columns: repeat(1,1fr);}
.padlr1 ul{padding: 0 10px; grid-template-columns: repeat(1,1fr);}
}
