.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.5;
}
/* .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;
  /* text-align: center; */
}
.innertxt1 .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.innertxt1 .grid img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: auto;
}
.inner_banner h1 {
  color: #fff;
  font-size: 46px;
  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: #fff107;
}
.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%);
}
.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;
}
.main_btn1 a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 7px;
  align-items: center;
  background-color: #3c195b;
  padding: 7px 10px;
  border-radius: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.main_btn1 a img {
  height: 20px;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 0px;
}
.main_btn1 a:hover,
.banner_r_more a:hover {
  background-color: #00773a;
  color: #fff;
}
.banner_r_more a:hover img {
  filter: brightness(0) invert(1);
}
.about_sec1 {
  padding: 60px 0;
  width: 100%;
  display: block;
  background-image: url(../images/h_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_sec1 h3,
.photogallery h2,
.offices_box1 h2 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: #000;
  margin: 0 0 40px;
  line-height: 1.2;
}
.about_sec1 h4,
.officebox h4 {
  font-size: 24px;
  color: #dd221c;
  font-weight: 600;

  margin: 30px 0;
}
.about_sec1 ul h5 {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.about_sec1 .grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}
.about_sec1 img {
  width: 100%;
  display: block;
}
.about_sec1 ul,
.sec2_info ul {
  margin: 20px 0;
  list-style: none;
}
.section3_inpg {
  margin: 50px 0 0;
}
p {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.about_sec1 ul li,
.sec2_info ul li,
.tabccc ul li {
  color: #000;
  font-size: 18px;
  line-height: 1.4;

  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
}
.about_sec1 ul li::before,
.sec2_info ul li::before,
.tabccc ul li::before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/tic1.png);
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}
.tabccc ul li {
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.sec2_info h3 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section2_grid1 img.sec2img {
  height: 450px;
  object-fit: cover;
  object-position: top center;
}
.prod_box1,
.offices_box1 {
  padding: 60px 0;
  background-color: #f6f6f6;
  background-image: url(../images/h_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hm_clients h3,
.ourcertifications h4,
.about_why_choose h4 {
  color: #7e0609;
  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: #303f66;
  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: 150px;
}
/*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: #7e0609;
  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: #7e0609;
  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 #7e0609;
  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(3, 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: #303f66;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
a.team h4 {
  color: #7e0609;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}
/*teambox*/

/*ourcertifications*/
.ourcertifications {
  padding: 80px 0 40px;
  width: 100%;
  display: block;
}
.ourpolicy img {
  width: 100%;
  margin-top: -120px;
  display: block;
}
.ourpolicy ul {
  margin: 20px 0;
}
.ourpolicy ul li {
  font-size: 17px;
  color: #303f66;
  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: #303f66;
  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: #7e0609;
  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: #7e0609;
  font-size: 19px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.service_sec1 h4 {
  color: #303f66;
  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: #7e0609;
  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: #7e0609;
  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: #303f66;
  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: #303f66;
  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: #7e0609;
}
.default-form label {
  font-size: 14px;
  color: #181818;
  margin-bottom: 10px;
  font-weight: 400;
}
/*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: #7e0609;
  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_box111 {
  background-image: url(../images/shape.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.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: 65fr 35fr;
  gap: 100px;
  align-items: center;
  max-width: 100%;
  margin: auto;
}
.services_box1_in_2 {
  grid-template-columns: 35fr 65fr;
}
.services_box1_in img {
  width: 100%;
  display: block;
}
.services_box2 .services_box1_in img {
  position: relative;
  top: -80px;
}
.services_box1_in h3 {
  color: #303f66;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.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: #7e0609;
  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 #303f66;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: #303f66;
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #7e0609;
  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: #303f66;
  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;
  border-bottom: 2px solid #ccc;
  color: #181f8e;
  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: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #181f8e;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #303f66;
  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: #7e0609;
  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: #7e0609;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.contact_bottom h5 {
  color: #303f66;
  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: #7e0609;
  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: #303f66;
  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 #7e0609;
  border-radius: 5px;
  color: #7e0609;
  display: table;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.downloadpage_but a:hover {
  background-color: #7e0609;
  color: #fff;
}
.downloadpage_but a:hover i {
  color: #fff;
}
.section3_projects {
  background-color: #fff;
}
.section3_projects .divider {
  padding: 30px 0;
}
.section3_projects ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.videos,
.photogallery,
.success-story-box {
  padding: 60px 0;
  width: 100%;
  display: block;
  background-color: #f7f7f7;
  background-image: url(../images/h_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.success-story-box {
  background-image: none;
}
.success-story-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: #000;
  margin: 0 0 40px;
  line-height: 1.2;
}
.success-story-box iframe {
  width: 100%;
  height: 600px;
  display: block;
}
.section1 table {
  background-color: #290648;
  font-size: 18px;
  margin-top: 30px;
  color: #fff;
}
.videos_grid,
.photogallery_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* background-color: #fff; */
}
.videos_grid_bx,
.photogallery_grid_bx {
  box-shadow: 0px 10px 40px rgb(0 0 0 / 16%);
  border: 1px solid #6f812c;
}
.videos_grid iframe {
  padding: 10px;
  width: 100%;
  display: block;
  height: 300px;
  background-color: #fff;
}
.videos_grid p,
.photogallery_grid_bx p {
  padding: 20px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  margin: 0;
}
.photogallery_grid_bx img {
  width: 100%;
  height: 300px;
  display: block;
  padding: 10px;
  padding-bottom: 0;
  background-color: #fff;
  object-fit: cover;
  object-position: center center;
}
.multi_tabs1 {
  clear: both;
  width: 100%;
  background-color: #fff;
  padding: 60px 40px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.multi_tabs1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  content: "";
  background-color: #f7f7f7;
}
ul.tabs1 {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  width: 35%;
  text-align: left;
  z-index: 9;
}
ul.tabs1 li {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  cursor: pointer;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  /* background-color: #02768c; */
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}
ul.tabs1 li::before {
  background-color: #005827;
  transform: skew(-5deg);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tabccc ul li a {
  color: #000;
}
ul.tabs1 li span {
}
ul.tabs1 li span img {
  height: 40px;
  margin-right: 10px;
}
ul.tabs1 li:hover {
  color: #fff;
}
ul.tabs1 li.active {
  width: 100%;
  color: #f3cd43;
}
ul.tabs1 li.active:before {
  opacity: 1;
}
.tab_container1 {
  border: 0px;
  border-top: none;
  float: right;
  width: 65%;
  padding-left: 50px;
}
.tab_container1 h3 {
  font-size: 46px;
  color: #003c53;
  margin-top: 0;
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
}
.tab_container1 p {
}
/*proj_details_top*/
.proj_details_top {
  padding: 70px 0 50px;
  width: 100%;
  display: block;
}
.proj_details_top_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
img.proj_img {
  width: 100%;
  display: block;
}
.proj_details_info {
  border-radius: 30px;
  padding: 15px 30px 30px;
  background-color: #f5f5f5;
  margin-top: 30px;
}
.pdi_row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(89, 89, 89, 0.07);
}
.pdi_row:last-child {
  border: 0;
  padding-bottom: 0;
}
.pdi_row img {
  max-width: 20px;
  max-height: 20px;
}
.pdi_row p {
  color: #595959;
  font-size: 16px;
  margin: 0;
}
.pdi_row p strong {
  color: #303f66;
  font-weight: bold;
  font-size: 18px;
}
/*proj_details_top*/

.servicesbox3_1 {
  padding: 60px 0;
}
.servicesbox3_1 h2 {
  text-align: center;
}

/*aboutsec2*/
.aboutsec2 {
  padding: 50px 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  width: 100%;
}
.aboutsec2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f5f5f5;
  opacity: 0.9;
}
.aboutsec2_in {
  display: grid;
  grid-template-columns: 37fr 63fr;
  gap: 50px;
  position: relative;
  align-items: center;
}
.aboutsec2_in h2 {
}
.aboutsec2_in h3 {
}
.aboutsec2_box {
  background-color: #303f66;
  padding: 40px;
  border-radius: 30px;
}
.aboutsec2_in h3 {
  font-size: 26px;
  font-weight: 400;
  color: #303f66;
  line-height: 1.5;
  width: 70%;
}
.accordion {
  width: 100%;
  list-style: none;
}
.accordion > li {
  margin-bottom: 20px;
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 70px 20px 20px;
  position: relative;
  transition: all 0.3s;
  font-size: 21px;
  color: #290648;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #290648;
}
.accordion .link::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  content: "+";
  transition: all 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303f66;
  font-size: 32px;
  font-weight: bold;
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li .about_sec1 {
  background-image: none;
  padding: 30px;
  background-color: #fff;

  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.accordion li.open .link::before {
  content: "-";
  color: #fff;
}
.accordion li.open .link {
  color: #fff;
  background-color: #290648;
}
.about_sec1 .grid div img {
  width: auto;
  height: 100px;
}
.accordion .about_sec1 h3 {
  font-size: 32px;
}
.prod_imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 50px 0;
}
.prod_imgs img {
  width: 100%;
  display: block;
}
.mb-0 {
  margin-bottom: 0;
}
/*aboutsec2*/

.owl-dots,
.owl-theme .owl-dots {
  text-align: center;
}
.team_table {
  margin-bottom: 30px;
}
.team_table .team_table_row {
  display: grid;
  grid-template-columns: 20fr 80fr;
  background-color: #290648;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.team_table .team_table_row span {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;

  padding: 10px;
  border: 1px solid #3f0671;
}
.team_table .team_table_row span:first-child {
  font-weight: 700;
}
/*aboutsec3*/
.aboutsec3 {
  padding: 60px 0;
  width: 100%;
  background-color: #f6f6f6;
  /* background-image: url(../images/sec4bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}
.aboutsec33 {
  background-color: #fff;
  background-image: url(../images/h_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutsec3 h2 {
  color: #000;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;

  text-align: center;
}
.aboutsec3 ul {
  margin-top: 30px;
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.aboutsec3 ul li {
  flex-basis: 30%;
  text-align: center;
}
.aboutsec3 ul li a {
  margin: auto;
  display: table;
  text-align: center;
}
.aboutsec3 ul li a .img {
  position: relative;
  transition: all 0.3s;
  margin: auto;
  display: table;
}
.aboutsec3 ul li a .img::before {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  content: "\f054";
  color: #ff2e25;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-family: FontAwesome;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  opacity: 0;
  transition: all 0.3s;
}
.aboutsec3 ul li a:hover .img::before {
  opacity: 1;
}
.aboutsec3 ul li a .img img {
  width: 300px;
  height: 300px;
  /* border-radius: 50%; */
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  display: block;
  /* filter: grayscale(100%); */
  transition: all 0.3s;
  transform: skew(5deg);
}
.aboutsec3 ul li a:hover .img img {
  /* filter: grayscale(0); */
}
.aboutsec3 ul li a h3 {
  color: #000;
  font-weight: 600;
  font-size: 21px;
  margin: 20px 0 10px;
}
.aboutsec3 ul li a p {
  color: #db241c;
  margin-bottom: 1px;
}
a.lin {
  color: #0077b5;
  font-size: 32px;
}
/*aboutsec3*/

/*---------cart_open-----------*/
.cart_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  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: #ff2e25;
  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;
}

.cart_bx2 h4 {
  color: #303f66;
  font-size: 21px;
  font-weight: 700;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
}
.about_bg1 {
  background-image: url(../images/bg13.png), url(../images/bg14.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 65%, 140% -100px;
  background-size: 35%, 40%;
}
/*---------cart_open_end----------*/
.prod_pg2_sec1 .grid {
  display: grid;
  grid-template-columns: 80fr 20fr;
}
.office_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.officebox {
  width: 100%;
  /* background-color: #f9f9fa; */
  /* border-radius: 15px; */
  position: relative;
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding: 30px;
  z-index: 9;
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); */
}
.officebox::before {
  position: absolute;
  left: -0px;
  top: 0;
  width: 105%;
  height: 100%;
  content: "";
  background-color: #f0f0f0;
  transform: skew(8deg);
  z-index: -1;
}
.officebox h3 {
  position: relative;
  color: #fff;
  padding: 5px 15px;
  font-size: 24px;
  font-weight: 600;
  background-color: #cc0001;
  width: auto;
  display: inline-block;
  font-family: "Playfair Display", serif;
  text-align: center;
}
/* .officebox h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #cc0001;
} */
.officebox p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  color: #000;
  font-weight: 400;
  position: relative;

  padding-left: 35px;
  margin-bottom: 10px;
}
.officebox p i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 21px;
  color: #db241c;
}
.prod_box1 h2 {
  color: #000;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;

  margin-bottom: 30px;
}
.p_mnc_bx1 {
  background-color: #fdf300;
  color: #000;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
.prod_pg2_sec2 .grid {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: 20fr 75fr;
}
.accordion .about_sec1.prod_pg2_sec2 .grid h3 {
  margin-bottom: 20px;
}
.certificates li {
  width: 100%;
  padding: 0 10%;
}
.gal_hd2 {
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
  clear: both;
  padding: 20px 0;
  margin-bottom: 50px;
  background-color: #003c53;
  color: #fff;
}
.contactform label {
  color: #fff;
  font-size: 14px;
}
.contactform label span {
  color: red;
}
.contactpg {
  padding: 70px 0;
  position: relative;
}
.contactpg {
  background-image: url(../images/contbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110%;
}
.contactpg_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
.contactpg h2 {
  font-weight: 400;
  font-size: 48px;
}
.contgrid {
  display: grid;
  grid-template-columns: 20fr 80fr;
  align-items: center;
}
.contgrid span {
  font-weight: 500;
}
.contactpg_right h3 {
  padding-top: 35px;
  color: #000;
  margin: 0 0 20px 0;
  font-size: 24px;
  position: relative;
}
.contactpg_right h3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 4px;
  background-color: #077938;
  content: "";
}
.contactpg_right h3.cr2::before {
  background-color: #3c195b;
}
.contactpg_right h3.cr3::before {
  background-color: #fcf10b;
}
.contactpg_right h3.cr4::before {
  background-color: #db241c;
}
.contactpg_right a {
  text-decoration: none;
  color: #252424;
  font-size: 18px;
}
.contactpg_right .col-sm-6,
.contactpg_right .col-sm-12 {
  margin-bottom: 30px;
}
a.map {
  color: #355bf1;
  align-items: center;
  gap: 10px;
  display: flex;
  margin-top: 10px;
}
a.map img {
  height: 20px;
}
.milestonesbox, .groupstrbox1, .our-presence-box1 {
    width: 100%;
    clear: both;
    padding: 60px 0;
    /* display: table; */
    background-color: #fff;
    }
    
      .tree ul {
          padding: 0;
        padding-top: 20px;
        position: relative;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        display: flex;
        margin: auto;
      }
      
      .tree li {
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 5px 0 5px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        /*added for long names*/
        
        float: none;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        margin: 0 -2px 0 -2px;
      }
      /*We will use ::before and ::after to draw the connectors*/
      .tree ul.vertical li{
        display: block;
      }
      .tree li::before,
      .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #00b0aa ;
        width: 50%;
        height: 20px;
      }
      .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #00b0aa ;
      }
      /*We need to remove left-right connectors from elements without 
      any siblings*/
      
      .tree li:only-child::after,
      .tree li:only-child::before {
        display: none;
      }
      /*Remove space from the top of single children*/
      
      .tree li:only-child {
        padding-top: 0;
        margin:auto;
      }
      ul.hwidth1{
          left:-170px;
          padding-top: 40px;
      }
      /*Remove left connector from first child and 
      right connector from last child*/
      
      .tree li:first-child::before,
      .tree li:last-child::after {
        border: 0 none;
      }
      /*Adding back the vertical connector to the last nodes*/
      
      .tree li:last-child::before {
        border-right: 1px solid #00b0aa ;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
      }
      
      .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
      }
      /*Time to add downward connectors from parents*/
      
      .tree ul ul::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        border-left: 1px solid #00b0aa ;
        width: 0;
        height: 20px;
      }
      
      .tree li a {
        border: 1px solid #fff;
        padding: 15px 10px;
        text-decoration: none;
        color: #00416e;
        width: 100%;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
        font-size: 16px;
        display: inline-block;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
      }
      .tree li a h2{
        font-size: 40px;
        color: #00416e;
        text-align: center;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 0px;
    }
    .tree li a h4{
        font-size: 24px;
        margin-top: 0;
        color: #3d3d3d;
        line-height: 38px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
    }
      /*Time for some hover effects*/
      /*We will apply the hover effect the the lineage of the element also*/
      
      /* .tree li a:hover,
      .tree li a:hover+ul li a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
      } */
      /*Connector styles on hover*/
      
      .tree li a:hover+ul li::after,
      .tree li a:hover+ul li::before,
      .tree li a:hover+ul::before,
      .tree li a:hover+ul ul::before {
        border-color: #94a0b4;
      }
      
      .husband {
        float: left;
      }
      
      .wife {
        margin-left: 10px;
      }
      
      .wife::before {
        /* pseudo CSS, will need to be modified */
        
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
      }
      /*Thats all. I hope you enjoyed it.
      Thanks :)*/
    
    
    .tree ul.vertical li::after, .tree ul.vertical li::before{/*border-top: 0;*/ border-radius: 0;}
    .tree ul.vertical{padding: 0;padding-top: 20px;}
    
    .tree ul ul.hwidth1::before{left: 100%;height: 40px;}
    ul.hwidth1 li{white-space: normal;}
    ul.hwidth1 li a{
        width: 130px;
        min-height: 125px;
        display: table;
        vertical-align: middle;
        background-color: #16bed3;
        color: #fff;
    }
    ul.hwidth1 li a span{display: table-cell; vertical-align: middle;}
    
    .tree li.hli1{width: 350px;}
    .tree ul.vertical li a{background-color: #017e3c; color: #fff;min-width: 230px;}
    
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-responsive > table.table-bordered {
  border: 0;
}
.table td a {
  font-weight: 500;
  font-size: 18px;
}
.table td ul {
  list-style: disc;
  padding-left: 30px;
  font-size: 18px;
}
.table td h3 {
  margin-bottom: 0;
}
.table td p {
}
.table td p i {
  color: #f30831;
  margin-right: 10px;
}
a.link {
  padding: 5px 15px !important;
  background-color: #f30831;
  color: #fff;
  font-size: 14px;
}
a.link:hover {
  background-color: #025ea5;
} 


/*contactpg1*/
.contactpg1 {
  padding: 50px 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  background-position: left bottom;
}
.contactpg1 h2 {
  font-size: 60px;
  color: #002f35;
  font-weight: 600;
  margin-bottom: 70px;
}
.contactpg1_in {
  margin-bottom: 30px;
  padding-left: 150px;
  border-top: 2px solid #088895;
  width: 90%;
  float: right;
  position: relative;
}
.contactpg1_in_in {
  display: grid;
  grid-template-columns: 40fr 60fr;
  position: relative;
  background-color: #ffffff80;
  padding: 40px;
  border: 1px solid #077938;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
}
.contactpg1_in:last-child {
  margin: 0;
}
.contactpg1_in_left {
  padding: 40px;
  /* background-color: #6f812c; */
}
.contactpg1_in:last-child .contactpg1_in_left {
  /* background-color: #741b61; */
}
.contactpg1_in_left h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cont_info {
  display: grid;
  /* grid-template-columns: 30px 1fr; */
  gap: 0;
  margin-bottom: 20px;
  color: #000;
}
.contactpg1_in_in h4 {
  color: #33333380;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.cont_info img {
  /* width: 15px; */
  height: 20px;
}
.cont_info p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  /* margin-top: -10px; */
}
.cont_info1 {
  margin-bottom: 0;
  align-items: center;
}
.cont_info1 p {
  margin: 0;
}
.contactpg1_in iframe {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: rgba(163, 177, 198, 0.3) 9px 9px 16px;
  border-radius: 15px;
}

.spinner-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-item {
  /* border: 1px solid red; */
  background-color: #077938;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
  animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/*contactpg1*/

/* ===========================
   ====== 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: 12px;
  }
  .innersec1 {
    padding: 40px 20px;
  }
  .inner_banner h1 {
    font-size: 26px;
  }
  .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;
  }
  .services_box1_in h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .sectors ul li a h3 {
    font-size: 14px;
  }
  .aboutsec3 ul,
  .multi_tabs,
  .aboutsec2_in,
  .proj_details_top_grid,
  .section3_projects ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .cart_bx2 {
    width: 90%;
  }
  .cart_open1 {
    z-index: 999999999999999;
  }
  .multi_tabs {
    gap: 20px;
  }
  .servicesbox3_1,
  .aboutsec2,
  .proj_details_top {
    padding: 40px 20px;
  }
  .aboutsec2_in h3 {
    width: 100%;
    font-size: 18px;
  }
  .aboutsec2_box {
    padding: 0 20px 20px;
  }
  .accordion .link {
    font-size: 16px;
  }
  .innertxt1 .grid,
  .about_sec1 .grid,
  .videos_grid,
  .photogallery_grid,
  .prod_pg2_sec1 .grid,
  .office_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .prod_pg2_sec1 .grid {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 0;
  }
  .about_sec1,
  .videos,
  .photogallery,
  .success-story-box,
  .prod_box1,
  .offices_box1 {
    padding: 50px 20px;
  }
  .about_sec1 .container .about_sec1 {
    padding: 0;
  }
  .about_sec1 h3,
  .photogallery h2,
  .offices_box1 h2,
  .aboutsec3 h2,
  .about_sec1 h4,
  .officebox h4,
  .sec2_info h3,
  .accordion .about_sec1 h3,
  .prod_box1 h2 {
    font-size: 18px;
  }
  .about_sec1 ul li,
  .sec2_info ul li,
  .tabccc ul li,
  .team_table .team_table_row span {
    font-size: 14px;
  }
  .section3 {
    margin-bottom: 30px;
  }
  .vh85 p,
  .videos_grid p,
  .photogallery_grid_bx p {
    font-size: 14px;
  }
  .cart_bx2 h4,
  .sec2_info h3,
  .sec2_info {
    font-size: 18px;
  }
  ul.tabs1,
  .tab_container1 {
    width: 100%;
    display: block;
  }
  .tab_container1 {
    padding: 20px;
  }
  .multi_tabs1 {
    padding: 0;
  }
  ul.tabs1 li {
    width: 100%;
    font-size: 14px;
  }
  ul.tabs1 li span img {
    height: 20px;
  }
  .multi_tabs1::before {
    display: none;
  }
  .section1 h3,
  .section1 h4 {
    line-height: 1.2;
  }
  .accordion {
    padding: 0 30px;
  }
  .about_sec1 img {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .section1 table {
    font-size: 14px;
  }
  .table-responsive > .table {
    margin: 0;
    background-color: #002f35;
  }
  .officebox p {
    font-size: 16px;
    line-height: 1.4;
  }
  .prod_box1 .accordion {
    padding: 0;
  }
  .main_btn1 a img {
    margin: 0;
  }
  .tabccc p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .tabccc img {
    width: 100%;
  }
  .certificates li {
    padding: 0;
    font-size: 18px;
  }
  .tree ul{flex-direction: column; gap: 0;}
  .tree li{white-space: normal;}
  
    .tree li:first-child::after, .tree li::before, .tree li::after, .tree > ul > ul:first-child::before{display: none; border-left:0; }
    .about_sec1 img{width: 100% !important;}
    .tree li a h2{font-size: 32px;}
    .tree li a h4{font-size: 16px;}
    .tree > ul > li.dadaadasda > a{padding: 0;}
    
    .contactpg1{padding: 20px;}
    .about_sec1 h3, .photogallery h2, .offices_box1 h2, .contactpg1 h2{
      font-size: 32px !important;
  }
  .about_sec1 ul li, .sec2_info ul li, .tabccc ul li, .videos_grid p, .photogallery_grid_bx p{
      font-size: 14px;
  }
  .about_sec1 .grid, .videos_grid, .photogallery_grid, .contactpg1_in_in {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  }
  ul.tabs1, .tab_container1{
      width: 100%;
  }
  .multi_tabs1{padding: 0;}
  .tab_container1{padding: 20px;}
  .multi_tabs1::before{display: none;}
  .contactpg1_in{padding-left: 0px;}
  .contactpg1_in_in{display: block; padding: 20px;}
  .contactpg1_in_left{padding: 20px 0 0;}
  .contactpg1_in{width: 100%;}
}
