.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 60%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #000051, transparent);
  opacity: 0.44;
}
.inner_banner::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0px;
  width: 300px;
  height: 100%;
  display: block;
  background: #04b5ff;
  transform: skew(-35deg);
  opacity: 0.4;
  animation: banneranim2 2s linear;
}
.inner_banner img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.inner_banner h1 {
  color: #fff;
  font-size: 48px;
  margin: 20px 0 10px;
  font-weight: 500;
  position: relative;
}
.inner_banner h1::before {
  position: absolute;
  left: -50px;
  top: -40px;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url(../images/plus1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 ul,
.banner_txt_in ul {
  list-style: none;
  margin: 0;
}
.innertxt1 ul li,
.banner_txt_in ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  color: #08b1ff;
}
.innertxt1 ul li:last-child,
.banner_txt_in ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after,
.banner_txt_in ul li:after {
  content: "";
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before,
.banner_txt_in ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a,
.banner_txt_in 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;
}

.hm_clients h3,
.ourcertifications h4,
.section3 h4,
.about_why_choose h4 {
  color: #08b1ff;
  font-size: 19px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hm_clients h4,
.section3 h5,
.ourcertifications h5,
.about_why_choose h5 {
  color: #000086;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin: 10px 0 40px;
}
.ourcertifications h5 {
  margin-bottom: 20px;
}
.ourcertifications img {
  width: 100%;
  display: block;
}
.ourcertifications .owl-dots {
  left: -53%;
  bottom: 90px;
}
/*about_Sec2*/
.about_Sec2 {
  padding: 80px 0 20px;
  width: 100%;
  display: inline-block;
}
.about_Sec2_in_info {
  padding: 60px 30px;
  position: relative;
}
.about_Sec2_in_info img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
}
.about_Sec2_in_info h3 {
  color: #08b1ff;
  font-size: 19px;
  margin: 0 0 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about_Sec2_in_info p {
  margin: 0;
  width: 90%;
}
.about_Sec2_in_img {
  position: relative;
  overflow: hidden;
}

.about_Sec2_in_img img {
  width: 95%;
  display: block;
  margin-bottom: 50px;
}
.about_sec2_col2 .about_Sec2_in_info {
  padding: 40px;
  width: 100%;
}
.about_sec2_col2 .about_Sec2_in_info p {
  width: 100%;
}
.about_sec2_col2 .about_Sec2_in_info span {
  border-color: #e6e5de;
  right: auto;
  left: -60px;
}
.about_sec2_col2 .about_Sec2_in_img::before {
  left: auto;
  right: 0;
  transform: translateX(50%);
  background-color: #e6e5de;
}
.about_sec2_col2 .about_Sec2_in_img {
  margin-top: -50px;
}
/*about_Sec2*/

/*milestones*/
.milestones {
  padding: 60px 0;
  display: block;
  width: 100%;
  background-color: #000055;
}
.milestones h3 {
  color: #08b1ff;
  font-size: 19px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.milestones h4 {
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin: 10px 0 40px;
  text-align: center;
}
.milestones ul {
  position: relative;
}
.milestones ul::before {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  border-top: 5px solid #08b1ff;
  content: "";
  width: 95%;
  height: 5px;
}
.milestones ul li {
  position: relative;
  padding-top: 120px;
}
.milestones ul li::before {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 70px;
  background-image: url(../images/arrow_bb.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.milestones h5 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.milestones p {
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.milestones .owl-dots {
  display: none;
}
.milestones .owl-nav {
  display: block;
  top: 36px;
}
/*milestones*/

/*teambox*/
.teambox,
.contact_bottom {
  padding: 100px 0 50px;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: inline-block;
  background-image: url(../images/bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.teambox h2 {
  width: auto;
  margin: auto;
  display: table;
  margin-bottom: 50px;
}
.teambox_in {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
a.team {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  background-color: #fff;
  box-shadow: 9px 9px 10px rgba(0, 0, 0, 0.078);
}
a.team img {
  width: 100%;
  display: block;
}
a.team .teambox_in_info {
  padding: 20px;
}
a.team h3 {
  color: #000086;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
a.team h4 {
  color: #08b1ff;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}
/*teambox*/

/*---------cart_open-----------*/
.cart_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: ease all 0.4s;
}
.cart_bx2 {
  width: 600px;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 30px;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
a.close_btn1 {
  color: #fff;
  text-decoration: none;
  background-color: #08b1ff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -30px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover {
  background-color: #1972b9;
  cursor: pointer;
}
.aboutsec3 hr {
  margin: 5rem 0;
}
.cart_bx2 h4 {
  color: #000086;
  font-size: 21px;
  font-weight: 700;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #08b1ff;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
    color: #000;
}

/*---------cart_open_end----------*/

/*ourcertifications*/
.ourcertifications {
  padding: 80px 0 40px;
  width: 100%;
  display: block;
      background-image: url(../images/bg1.svg);
}
.ourpolicy img {
  width: 100%;
  margin-top: -120px;
  display: block;
}
.ourpolicy ul {
  margin: 20px 0;
}
.ourpolicy ul li {
  font-size: 17px;
  color: #000086;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  background-image: url(../images/arrow_d1.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
}
/*ourcertifications*/

/*about_why_choose*/
.about_why_choose,
.ourpolicy {
  padding: 80px 0;
  width: 100%;
  display: block;
  background-image: url(../images/bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.about_why_choose h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000086;
  margin-top: 20px;
}
.about_why_choose .banner_r_more {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: auto;
}
.about_why_choose .col-sm-4 img {
  height: 75px;
  margin-top: 15px;
}
.about_why_choose h6 {
  margin: 25px 0;
  color: #08b1ff;
  font-size: 23px;
  font-weight: 500;
}
.about_why_choose p {
  width: 90%;
}
/*about_why_choose*/

/*service_sec1*/

.service_sec2 h2 {
  font-size: 50px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  display: block;
}
.service_sec1 {
  padding: 100px 0 50px;
  width: 100%;
  display: inline-block;
}
.service_sec1 h3 {
  color: #08b1ff;
  font-size: 19px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service_sec1 h4 {
  color: #000086;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin: 20px 0;
  width: 75%;
}
.service_sec1 h4 span {
  font-size: 21px;
}
.service_sec1 p {
}
.service_sec1_img {
  position: relative;
  width: 100%;
  display: block;
}
.service_sec1_img img {
  width: 95%;
  display: block;
}
.service_sec1_img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  background-color: rgba(245, 106, 20, 0.11);
  width: 100%;
  height: 105%;
}
/*service_sec1*/

/*service_sec2*/
.service_sec2 {
  padding: 50px 0;
}
.service_sec2 h2 {
  margin-bottom: 30px;
}
.service_sec2_bx {
  padding: 25px;
  border: 1px solid #707070;
  border-radius: 20px;
  display: block;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.service_sec2_bx:hover {
  box-shadow: 0px 0px 20px rgba(84, 84, 84, 0.2);
}
.service_sec2 img {
  height: 65px;
}
.service_sec2 h3 {
  margin: 20px 0 15px;
  text-transform: uppercase;
  color: #545454;
  font-weight: 600;
  font-size: 18px;
}
.service_sec2 p {
}
/*service_sec2*/

/*service_sec3*/
.service_sec3 {
  background-color: #f2c8aa;
}
.col-sm-6-pad {
  padding-right: 130px;
}
.service_sec3 h2 {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.2;
}
.service_sec3 .accordion {
  padding: 0;
}
.service_sec3 .accordion .link,
.service_sec3 .accordion p {
  color: #000;
}
.service_sec3 .accordion p {
  width: 90%;
}
/*service_sec3*/

/*contactus*/
.contact-section {
  position: relative;
  padding: 60px 0 30px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.contact-section .form-column,
.contact-section .info-column {
  position: relative;
  margin-bottom: 40px;
}
.contact-section .info-column .contact-list li,
.default-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.contact-section .info-column .inner-column {
  position: relative;
}
.contact-section h5 {
  color: #08b1ff;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.contact-section .info-column p,
.inner-column p {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  width: 90%;
  padding-bottom: 0;
}
hr {
  margin: 20px 0;
  border-color: #e9e9e9;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: block;
  list-style: none;
}
.contact-section .info-column .contact-list li strong {
  position: relative;
  display: block;
  color: #08b1ff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-section .info-column .contact-list li a {
  position: relative;
  color: #545454;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 18x;
  font-weight: 500;
}
.contact-section .info-column .contact-list li a img {
  margin-right: 30px;
  margin-top: 10px;
  height: 20px;
}
.contact-section .info-column .contact-list li a:hover {
  color: #000;
}
.contact-section .form-column .inner-column {
  position: relative;
  padding: 0 20px;
  margin-left: 40px;
  z-index: 9;
}
.default-form .form-group {
  display: table;
  outline: 0;
}
.default-form .form-group:last-child {
  margin-bottom: 0;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000086;
  height: 50px;
  font-size: 14px;
  background: rgba(240, 242, 241, 0.55);
  font-weight: 400;
  border-radius: 0;
  border: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}
label {
  font-weight: 400;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #000086;
  height: 140px;
  border-radius: 0;
  border: 0;
  background: rgba(240, 242, 241, 0.55);
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-one {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  background: #181768;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border: 0;
}
.btn-style-one:hover {
  background-color: #08b1ff;
}
.default-form label {
  font-size: 14px;
  color: #181818;
  margin-bottom: 10px;
  font-weight: 400;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000086;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
  z-index: 9;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}
.modal-enquire-box.modal-dialog {
    width: 900px;
}
.modal-enquire-box.modal-dialog .modal-body{padding: 5px;}
.m-grid{
    display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      background-color: #000055;
}
.m-grid-r{
     background-color: #e3e6e5;
}
.m-grid-r, .m-grid-l{padding: 20px;}
.m-grid-l{padding-right: 0;}
.m-grid h2{
    color: #fff;
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}
.m-grid-r h2{
    color: #000086;
}
.m-grid p{
    font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 15px;
}
.modal-body-info img{
    margin-top: 10px;
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    object-position: center center;
}
/*contactus*/

/*products_top*/
.products_top {
  padding: 100px 0;
  background-color: #000055;
  background-image: url(../images/op.png);
  background-repeat: no-repeat;
  background-position: 10px 25px;
  background-size: 200px;
}
.products_top_in {
  position: relative;
}
.products_top_in h3 {
  color: #08b1ff;
  font-size: 19px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
}
.products_top_in h4 {
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin: 20px 0;
  width: 90%;
}
ul.product_grid_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
/*products_top*/

/*services_box1*/
.services_box1 {
  padding: 80px 0;
  background-color: #fff;
  width: 100%;
}
.services_box2 {
  padding: 50px 0 0;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: inline-block;
  background-image: url(../images/bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.services_box1_in {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 100px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.services_box1_in_2 {
  grid-template-columns: 45fr 55fr;
}
.services_box1_in img {
  width: 100%;
  display: block;
}
.services_box2 .services_box1_in img {
  position: relative;
  top: -80px;
}
.services_box1_in h2 {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 48px;
}

.services_box1_in h2.main_heading::before {
  left: -30px;
}
.ourpolicy .projdesc li {
  list-style: none;
  padding-left: 0;
  background-image: none;
}
.ourpolicy .projdesc img {
  margin-top: 0;
}
.ourpolicy .projdesc_5 {
  margin-top: -260px;
}
.prje_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #08b1ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.prje_flex span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prje_flex span img {
  height: 15px;
}
.inner_clients1 {
  background-image: url(../images/bg1.svg);
}
.inner_clients1 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 40px;
}
.inner_clients1 h2.main_heading {
  font-size: 48px;
}
.inner_gallery .owl-dots {
  top: auto;
  bottom: -20px;
  width: 100%;
  text-align: center;
}
.careers_qlinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 100px;
}
.careers_qlinks ul li {
  padding: 20px 20px;
  border: 2px solid #000086;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: #000086;
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #08b1ff;
  padding: 10px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 20px;
}
.careers_qlinks ul li span img {
  height: 70px;
  display: block;
}
.careers_qlinks ul li h3 {
  color: #000086;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
}
.careers_qlinks ul li:nth-child(2n) h3,
.careers_qlinks ul li:nth-child(2n) p {
  color: #fff;
}
.careersmainpg {
  background-image: url(../images/bg3.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 100px 0 50px;
}
.careersmainpg h2 {
  width: auto;
  margin: auto;
  display: table;
  margin-bottom: 50px;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  color: #000086;
  height: 50px;
  font-size: 14px;
  background: rgba(240, 242, 241, 0.55);a
  color: #181f8e;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  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 {
  
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  color: #000086;
  height: 100px;
  font-size: 14px;
  background: rgba(240, 242, 241, 0.55);
  color: #181f8e;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 15px;
}
.modal-enquire-box.modal-dialog .modal-body form input.form-control,
.modal-enquire-box.modal-dialog .modal-body form textarea.form-control{background: #fff;}
form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #000086;
  padding: 12px 60px;
  border-radius: 56px;
  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: #08b1ff;
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.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;
}
.careersmainpg {
  background-color: #fff;
  display: table;
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/grad1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}
ul.contact_top {
  margin: 0;
}
ul.contact_top li {
  align-self: center;
}
.careers_qlinks ul.contact_top li span {
  padding: 20px;
}
.careers_qlinks ul.contact_top li span img {
  height: 40px;
}
/*services_box1*/

.contact_bottom {
  padding-top: 0;
}
.contact_bottom .default-form {
  max-width: 1000px;
  margin: auto;
  display: table;
  padding: 40px;
  background-color: #fff;
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
  margin-top: -75px;
}
.contact_bottom h3 {
  color: #08b1ff;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.contact_bottom h5 {
  color: #000086;
  font-weight: 500;
  line-height: 1.6;
  font-size: 28px;
  margin: 10px 0 20px;
  width: 100%;
  text-align: center;
}

.downloadpage {
  list-style-type: none;
  width: 100%;
}
.downloadpage li {
  border-bottom: 1px solid #bbbbbb;
  display: flex;
  padding: 8px 20px;
  background-color: #fff;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
}
ol.downloadpage {
  padding-left: 0;
}
.downloadpage li i {
  color: #08b1ff;
  margin-right: 10px;
}
.downloadpage_left {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.downloadpage_left h4 {
  color: #000086;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  text-transform: capitalize;
}
.downloadpage_but {
}
.downloadpage_but a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #08b1ff;
  border-radius: 5px;
  color: #08b1ff;
  display: table;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.downloadpage_but a:hover {
  background-color: #08b1ff;
  color: #fff;
}
.downloadpage_but a:hover i {
  color: #fff;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

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

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner img {
    height: 250px;
    object-fit: cover;
    object-position: center center;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .innersec1 {
    padding: 40px 20px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .bannersh {
    top: 10px;
    width: auto;
  }
  .bannersh img {
    width: 80px;
    height: auto;
  }
  .contact-section {
    padding: 40px 20px;
  }
  .contact-section h5 {
    font-size: 24px;
  }
  .contact-section .info-column p,
  .inner-column p {
    width: 100%;
    font-size: 16px;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    padding: 0;
  }
  .default-form .form-group {
    width: 100%;
  }
  .service_sec1,
  .service_sec2,
  .service_sec3,
  .about_Sec4 {
    padding: 40px 20px;
  }
  .service_sec1 h3 {
    font-size: 24px;
  }
  .service_sec1 h4 {
    font-size: 16px;
  }
  .section3 h2,
  .service_sec2 h2,
  .service_sec3 h2,
  .about_Sec1_in h2,
  .about_Sec4_in h2 {
    font-size: 24px;
  }
  .col-sm-6-pad {
    padding: 0;
  }
  ul.tabs,
  .tab_container {
    width: 100%;
    clear: both;
  }
  ul.tabs li {
    width: 100%;
    font-size: 14px;
  }
  .tab_content h3,
  .about_Sec3_in_cont h3 {
    font-size: 24px;
  }
  .about_Sec3_in,
  .about_Sec3_in_cont,
  .about_sec2_col2 .about_Sec2_in_info {
    padding: 20px;
  }
  .about_Sec4_in h2 {
    margin-top: 0;
  }
  .about_Sec4_in img {
    width: 100%;
    margin-top: 20px;
  }
  .about_Sec2_in_info span,
  .about_sec2_col2 .about_Sec2_in_info span {
    position: relative;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
  .about_Sec2_in_info span img {
    width: 55px;
  }
  .about_sec2_col2 .about_Sec2_in_img {
    margin-top: 20px;
  }
  .innertxt1 {
    padding: 0 40px;
  }
  .inner_banner h1::before,
  .services_box1_in h2.main_heading::before {
    width: 30px;
    height: 30px;
    left: -30px;
    top: -30px;
  }
  .services_box1_in h2.main_heading::before {
    left: 0;
  }
  .careers_qlinks ul,
  ul.product_grid_1,
  .services_box1_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .services_box1_in {
    gap: 40px;
  }
  .services_box1_in_2 {
    padding: 30px 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .services_box2 .services_box1_in img {
    top: 0;
  }
  .contact_bottom h5 {
    font-size: 21px;
  }
  .service_sec1 h3 {
    font-size: 14px;
  }
  .inner_clients1 h2.main_heading,
  .services_box1_in h2 {
    font-size: 24px;
  }
  .inner_clients1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_client img {
    height: auto;
    width: 100%;
  }
  .service_sec1 h4 span {
    font-size: 16px;
  }
  .prje_flex {
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
  }
  .ourpolicy {
    padding: 50px 20px;
  }
  .ourpolicy .projdesc_5 {
    margin-top: 20px;
  }
  .services_box1 {
    padding: 40px 20px;
  }
  .banner_txt_in {
    width: 100%;
  }
  .carousel-inner .item img {
    height: 75vh;
    object-fit: cover;
    object-position: center center;
  }
  .products_top {
    padding: 30px;
  }
  .products_top_in h4 {
    font-size: 16px;
    width: 100%;
  }
  .hm_clients h4 {
    font-size: 18px;
  }
  .service_sec1 h4 {
    width: 100%;
  }
  .ourpolicy img {
    margin-top: 20px;
  }
  .teambox_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .teambox,
  .about_why_choose {
    padding: 50px 20px;
  }
  .teambox h2 {
    width: 100%;
    font-size: 24px;
  }
  .about_why_choose h5 {
    font-size: 21px;
  }
  .about_why_choose .banner_r_more {
    position: relative;
    bottom: auto;
    margin: 20px 0;
  }
  .about_Sec2 {
    padding: 40px 20px;
  }
  .about_Sec2_in_info {
    padding: 0;
  }
  .about_Sec2_in .row {
    margin-bottom: 30px;
  }
  .about_Sec2_in_img img {
    width: 100%;
  }
  .about_Sec2_in_img img {
    margin-bottom: 0;
  }
  .milestones h4 {
    font-size: 24px;
  }
  .milestones ul::before {
    width: 80%;
  }
  .ourcertifications {
    padding: 40px 20px;
  }
  .cart_bx2 {
    width: 90%;
  }
}
