@charset "utf-8";
*,
::before,
::after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
.overflow_hide {
  display: block;
  overflow: hidden;
}
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}
body {
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  margin: 0;
}
.container {
  width: 1340px;
  margin: auto;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
}
.main_section {
  width: 100%;
  display: block;
}

.abs_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.main_logo {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px 0 0;
}
.main_logo a {
}
.main_logo a img {
  display: block;
  height: 135px;
}
.main_projects {
  display: grid;
  grid-template-columns: 500px 24fr 500px;
  gap: 0;
  align-items: center;
  padding: 0 50px;
}
.main_proj1 {
  position: relative;
  width: 100%;
  display: block;
}
a.hl_video {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
a.hl_video:hover {
  outline: 5px solid #06b0f1;
}
.hl_video::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 134, 0.25);
}
.hl_video video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}
.hl_video span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42px;
  color: #fff;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}

.bnr_top_make {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
.bnr_top_make::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  content: "";
  /* border: 1px dashed #fff; */
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255) 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.link-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 178px;
  height: 175px;
}

.link-img:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.make-in-india {
  position: relative;
  padding: 40px;
  width: 178px;
  height: 178px;
  margin: auto;
}
.make-in-india::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  width: 210px;
  height: 210px;
  content: "";
  border-radius: 100%;
  z-index: -1;
}
img.logo_round {
  width: 97px;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: auto;
}
.link-img img {
  position: absolute;
  transform: scale(1);
  transition: all 0.5s;
}

.link-img a {
  cursor: default;
}

.link-img .icon1 {
  top: -1px;
  right: 0;
}

.link-img .icon2 {
  top: 78px;
  right: 0;
}

.link-img .icon3 {
  top: 89px;
  right: 80px;
}

.link-img .icon4 {
  top: -1px;
  left: -1px;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 9999;
  /* padding: 0 100px; */
}

.header.fixed {
  -webkit-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  background-color: #fff;
}

.logo {
  float: left;
  height: 120px;
  display: inline-flex;
  align-items: center;
}
.logo a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.logo a img {
  height: 100px;
  /* box-shadow: 9px 9px 20px rgba(0, 0, 0, 0.161); */
}
.header.fixed .logo a img {
  /* height: 103px;
  width: 190px;
  object-fit: cover;
  object-position: center top; */
}
.header_right {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: end;
  border-left: 1px solid #eeeeee;
}
.top_bar {
  /* background: #eff1f1; */
  height: 40px;
  line-height: 40px;
  position: relative;
  float: right;
  transition: all 0.5s;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}

/* .top_bar::before {
  width: 0;
  height: 0;
  border-bottom: 40px solid #eff1f1;
  border-left: 40px solid transparent;
  content: "";
  position: absolute;
  left: -40px;
} */

.top_bar:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom: 1px solid #eeeeee;
}

.top_bar ul {
  float: right;
  list-style: none;
}

.top_bar > ul > li {
  float: left;
  margin-left: 15px;
  font-size: 16px;
  color: #1e2859;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
  font-weight: 500;
  border-left: 1px solid #eee;
}
.top_bar > ul > li:last-child{
    display: flex;
    gap: 5px;
    align-items: center;
}
.top_bar > ul > li:last-child a{background-color: #1e2859; color:#fff; font-size: 14px; padding: 5px; height: 25px;}
.top_bar > ul > li:last-child a:hover{background-color: #f65117;}
.top_bar > ul > li:first-child {
  /* border-left: 1px solid #eee; */
  border-left: 0;
  margin-left: 0;
}
/* .top_bar ul li::before {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  opacity: 0.2;
}
.top_bar ul li:last-child::before {
  display: none;
} */

.top_bar ul li img {
  height: 15px;
}

.top_bar > ul > li > a {
  float: left;
  color: #1e2859;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 40px;
  font-size: 16px;
}

.top_bar ul li a:hover {
}

.menu {
  /*border-top: 1px solid #eeeeee;*/
  padding-left: 30px;
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.menu > ul > li {
  /* position: relative; */
  display: inline-block;
  padding: 0px 10px;
}

.menu > ul > li > a {
  line-height: 80px;
  height: 80px;
  color: #1e2859;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  outline: 0;
}
.menu > ul > li > a i {
  font-size: 18px;
}
.menu > ul > li.submenu1_dd {
  position: relative;
}
.menu > ul > li:last-child > a {
  background-color: #f65117;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0;
  color: #fff;
  margin-top: 15px;
}
.menu > ul > li:last-child > a img {
  height: 10px;
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: #f65117;
}
.menu > ul > li:last-child:hover > a,
.menu > ul > li:last-child > a.active {
  background-color: #1e2859;
  color: #fff !important;
}
.submenu1,
.megamenu {
  position: absolute;
  left: 0%;
  top: 100%;
  background-color: #fff;
  width: 220px;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  transition: all 0.1s ease-in-out 0s;
  visibility: hidden;
  /* transform: translate(-50%, 30px); */
  opacity: 0;
  /* border-top: 3px solid #1E2859; */
}
.megamenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  width: 100%;
  max-width: 1340px;
  /* height: calc(100vh - 120px); */
  z-index: 9999;
  -webkit-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  transition: all 0.1s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.menu > ul > li:hover .submenu1,
.menu > ul > li:hover .megamenu {
  opacity: 1;
  /* transform: translate(0%, 0px); */
  visibility: visible;
}

.submenu1 > ul > li:hover .submenu12,
ul.submenu12 > li:hover .submenu13,
ul.submenu13 > li:hover .submenu14 {
  transform: translate(0%, 0px);
  opacity: 1;
  visibility: visible;
}
.submenu1 > ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.submenu1 ul li {
  float: left;
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  padding: 0;
}
.submenu1posrel ul li,
.submenu12 ul li,
.submenu13 ul li,
.submenu14 ul li {
  position: relative;
}
.submenu1 ul li a,
.submenu12 li a,
.submenu13 li a {
  text-decoration: none;
  color: #1e2859;
  padding: 10px 15px;
  line-height: 22px;
  display: block;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
}

.submenu1 ul li:last-child a {
  border: 0;
}

.submenu1 > ul > li:hover > a,
.submenu12 > li:hover > a,
.submenu13 > li:hover > a,
.submenu14 > li:hover > a {
  background-color: #1e2859;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.multi_tabs1,
.multi_tabs {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  /* align-items: center; */
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 40px;
}
.multi_tabs {
  grid-template-columns: 25fr 75fr;
  padding: 0;
  gap: 0;
}
ul.tabs1,
ul.tabs {
  margin: 0;
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  border-bottom: 1px solid #1e2859;
}
ul.tabs {
  display: flex;
  flex-direction: column;
  border-color: #fff;
  border: 0;
  background-color: #1e2859;
  padding: 40px;
  cursor: pointer;
  gap: 0;
}
ul.tabs1 li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 10px solid #fff;
  color: #1e2859;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 14px;
}
ul.tabs li {
  color: #fff;
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
  cursor: pointer;
}
ul.tabs1 li img {
  height: 75px;
}
ul.tabs1 li.active {
  /* background-color: #f65117;
  color: #fff; */
  border-color: #1e2859;
  opacity: 1;
}
ul.tabs li.active {
  border-color: #f65117;
}
.tab_container1 {
  border: 0px;
  border-top: none;
}
.tab_content1 {
  width: 100%;
  margin-top: 0px;
  position: relative;
  display: block;
}
.tab_content1 .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.tab_content1 .grid a,
.tab_contents .grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* padding: 20px; */
  color: #1e2859;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.tab_content1 .grid a img,
.tab_contents .grid a img {
  height: 50px;
}
.tab_content > .grid,
.tab_contents .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tab_content > .grid > a,
.tab_contents .grid a {
  padding: 30px 25px;
  border: 1px solid #eee;
  text-align: center;
}
.tab_content > .grid > a:hover,
.tab_contents .grid a:hover {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  position: relative;
  z-index: 1;
}
.tab_content > .grid > a img,
.tab_contents .grid a img {
  width: 100%;
  max-width: 100px;
  min-height: 100px;
  object-fit: cover;
  object-position: center center;
  border-radius: 75px;
  transition: all 0.3s;
}
.tab_contents .grid a img {
  max-width: 100%;
  max-height: auto;
  min-height: auto;
  height: 200px;
  border-radius: 10px;
}
.tab_content > .grid > a h5,
.tab_contents .grid a h5 {
  margin: 15px 0;
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.tab_content > .grid > a h4,
.tab_contents .grid a h4 {
  margin: 0;
  color: #1e2859;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
.tab_content > .grid > a:hover h4,
.tab_contents .grid a:hover h4 {
  color: #f65117;
}
.tab_content > .grid > a:hover img {
  /* filter: grayscale(100%); */
  transform: scale(1.1);
}
/*----------banner-----------*/

.mtop1 {
  height: 120px;
}
.main_banner {
  overflow: hidden;
}
/* .pavcontentslider .carousel-inner::after {
  position: absolute;
  right: 45px;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  z-index: 999;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
} */
.carousel-inner > .item > img {
  width: 100%;
  height: calc(100vh - 120px);
  object-fit: cover;
  object-position: center center;
}

.banner_txt {
  top: 0 !important;
  left: 0%;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  visibility: visible !important;
}
.banner_txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  background-color: #1e2859;
  opacity: 0.87;
}
.banner_txt .grid {
  display: grid !important;
  grid-template-columns: 60fr 40fr;
  align-items: center;
  gap: 50px;
  height: calc(100vh - 120px);
  position: relative;
  z-index: 1;
}

.banner_txt::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 0px;
  width: 55%;
  height: 120%;
  /* z-index: -2; */
  display: block;
  background-image: url(../images/banner_shape.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.banner_txt_in {
  position: relative;
  width: 100%;
  padding: 0;
  /* margin-left: 100px; */
  visibility: hidden !important;
}
.banner_txt img.slideUp {
  margin-top: 10px;
  height: 85vh;
  /* width: 100%; */
  visibility: hidden;
}
.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}
.banner_label {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
}
.banner_hd {
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  padding-bottom: 0px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
}
.banner_hd span {
  text-decoration: underline;
  font-weight: 500;
}
.banner_hd img {
  font-style: normal;
}
.banner_cont {
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  padding: 0px;
  font-family: "Lexend", sans-serif;
}
.banner_r_more {
  clear: both;
  margin-top: 10px;
}
.banner_r_more a,
.explore_btn a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 10px;
  align-items: center;
  background-color: #f65117;
  padding: 10px 20px;
  text-transform: uppercase;
}
.banner_r_more a img {
  height: 12px;
}
.banner_r_more a:hover {
  background-color: #1e2859;
}
.bannersh {
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 9;
  width: 200px;
}
.bannersh img {
  width: 100%;
  display: block;
}
.banner_info {
  position: absolute;
  right: 100px;
  bottom: 8%;
  z-index: 9;
  width: 320px;
}
.banner_info p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.bannerBtn a {
  position: absolute;
  right: 30px;
  bottom: 65px;
  margin: auto;
  text-decoration: none;
  display: flex;
  width: 100px;
  outline: 0px;
  z-index: 999;
  border-radius: 100%;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.bannerBtn a img {
  width: 100%;
  display: block;
}
/*----------banner-----------*/

.announcement {
  width: 100%;
  display: table;
  padding: 0px;
  background-color: #f65117;
  position: relative;
  /*padding-left: 200px;*/
}
.announcement_hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  text-align: center;
  text-transform: capitalize;
  background-color: #f65117;
  display: block;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-family: "Lexend", sans-serif;
}
.announcement .news_pd {
  width: 100%;
  display: block;
  height: 42px;
  line-height: 42px;
  float: right;
  font-family: "Lexend", sans-serif;
}
.announcement ul.news_scroll {
  list-style: circle;
}
.announcement ul.news_scroll li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  color: #1e2859;
  font-size: 14px;
}
.announcement ul.news_scroll li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  padding: 0 10px;
  font-weight: 500;
  position: relative;
  font-family: "Lexend", sans-serif;
  font-size: 17px;
}
.announcement ul.news_scroll li a:hover {
  opacity: 0.75;
}
.announcement ul.news_scroll li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -5px;
  background-color: #fff;
  width: 2px;
  height: 20px;
  transform: translateY(-50%);
  opacity: 0.5;
  /*border-radius: 3px;*/
}

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  padding: 75px 0;
}
.section1 h2,
h2 {
  color: #1e2859;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 700;
}
.section1 h3,
h3 {
  color: #f65117;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 40px;
}
.overhide1 {
  width: 100%;
  /* padding-bottom: 50px; */
  position: relative;
}
.overhide1_in {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.overhide1 .swiper-slide:nth-child(2n) {
  /* margin-top: 70px; */
}
.section1 .swiper-slide {
  width: 31%;
}
.overhide1 .swiper-pagination1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
.overhide1 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.overhide1 .swiper-pagination-bullet-active {
  background: #1e2859 !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: -100px;
  width: 50px;
  height: 50px;
  background-size: 42px;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next {
  background-image: url(../images/next1.svg);
  right: 0px;
}
.swiper-button-prev {
  background-image: url(../images/prev1.svg);
  left: auto;
  right: calc(0px + 50px);
}
.section1 .swiper-button-next,
.services_info_pg2 .swiper-button-next4 {
  background-image: url(../images/next1.svg);
  right: 150px;
}
.section1 .swiper-button-prev,
.services_info_pg2 .swiper-button-prev4 {
  background-image: url(../images/prev1.svg);
  left: auto;
  right: calc(150px + 50px);
}
a.home_prod_box {
  display: block;
  position: relative;
  color: #000;
}
a.home_prod_box .img {
  position: relative;
  margin-bottom: 20px;
}
a.home_prod_box .img img {
  width: 100%;
  display: block;
}
a.home_prod_box .img .prod_small_img {
  position: absolute;
  right: -70px;
  bottom: 20px;
  width: 310px;
}
a.home_prod_box h5 {
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
a.home_prod_box h4 {
  color: #1e2859;
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
      margin-bottom: 10px;
}
/*-------section1---------*/

/*-------section2---------*/
.pattern,
.pattern img {
  width: 100%;
  display: block;
}
.section2 {
  width: 100%;
  display: block;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #f1f3f4;
}
.section2_grid1 {
  display: block;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 47fr 53fr;
  gap: 50px;
}
.section2_grid1 img.sec2img {
  width: 100%;
  display: block;
  position: relative;
}
.section2_grid2 .sec2_info {
}
.sec2_info p,
p {
  font-size: 19px;
  color: #666666;
  line-height: 1.8;
}
.sec2_info p {
  margin-bottom: 30px;
}
.sec2_info a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 10px;
  align-items: center;
  background-color: #f65117;
  padding: 10px 20px;
  text-transform: uppercase;
}
.sec2_info a img {
  height: 12px;
  width: auto;
}
.sec2_info a:hover {
  background-color: #1e2859;
}
.section2_grid1 img {
  width: 100%;
}
.git {
  position: absolute;
  right: 0;
  top: -25px;
  display: flex;
  align-items: center;
}
.git img {
  height: 130px;
}
img.git_img {
  position: relative;
  z-index: 1;
  margin-left: -65px;
}
/*-------section2---------*/

/*section3*/
.section3 {
  padding: 70px 0;
  background-color: #1e2859;
  position: relative;
  width: 100%;
}
.sec3_top {
  text-align: center;
}
.sec3_top h2 {
  color: #fff;
}
.section3 .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.section3 .grid a {
  display: block;
  text-align: center;
  padding: 50px 0;
}
.section3 .grid a:hover {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.23);
}
.section3 .grid a img {
  height: 65px;
}
.section3 .grid a h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0 0;
  font-size: 18px;
}
/*section3*/

/*section4*/
.section4 {
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/bg2.svg);
  background-repeat: repeat-x;
  background-position: left center;
  position: relative;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.161);
}
.section4 .container {
  position: relative;
}
.section4 .col-sm-8 .col-sm-4 img {
  height: 45px;
}
.section4 .col-sm-8 .col-sm-4 h4 {
  margin: 10px 0 0px;
  font-size: 50px;
  font-weight: 700;
  color: #1e2859;
}
.section4 .col-sm-8 .col-sm-4 p {
  text-transform: uppercase;
  font-weight: 500;
}
.sec4imgbx {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35%;
  height: 100%;
}
.sec4imgbx img.sec4img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.sec4imgbx span {
  position: absolute;
  left: -45px;
  top: 75px;
}
.sec4imgbx span img {
  width: 90px;
}
/*section4*/

/*section5*/
.section5 {
  padding: 60px 0;
  background-color: #fff;
  width: 100%;

  position: relative;
}
.section5 h2 {
  text-align: center;
}
.section5 img {
  width: 100%;
  display: block;
}
/*
.section5 .owl-carousel .owl-stage-outer {
  padding: 50px 0 100px;
}
.section5 .owl-carousel .owl-item.active.center .awards_bx h3 {
  display: block;
}
.section5 .owl-carousel .owl-item.active.center .awards_bx img {
  opacity: 1;
  height: auto;
} 
.section5 .owl-carousel .owl-item.active {
  position: relative;
  z-index: 9;
}
.section5 .owl-carousel .owl-item.active.center {
  position: relative;
  z-index: 99;
}
.section5 .owl-carousel .owl-item.active.center .awards_bx {
  transform: scale(1.8);
  margin-top: 60px;
} */
.section5 .owl-dots {
  display: none !important;
}
.section5 .owl-nav {
  display: none;
}
/*section5*/

/*section6*/
.section6 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-color: rgba(239, 239, 239, 0.38);
}
.section6 a.sec6_box {
  display: block;
  text-decoration: none;
  color: #fff;
}
.section6 a.sec6_box .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  position: relative;
  align-items: center;
}
.sec6_img {
  position: relative;
  overflow: hidden;
}
.sec6_img img {
  width: 100%;
  display: block;
}
a.sec6_box .sec6_info {
  padding: 40px;
  position: relative;
  background-color: #f65117;
  display: block;
  width: 106%;
  z-index: 1;
  transition: all 0.3s;
  margin-top: -50px;
}
a.sec6_box h4 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0 0;
}
a.sec6_box h5 {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
a.sec6_box h5 span {
  font-weight: 400;
}
a.sec6_box h5 img {
  height: 20px;
}
.sec6_num {
  position: relative;
}
.sec6_num span {
  font-size: 155px;
  font-weight: 600;
  line-height: 0.75;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.19);
}
.sec6_num img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 75px;
}
a.sec6_box:hover .sec6_info {
  background-color: #1e2859;
}
.swiper-button-next2,
.swiper-button-prev2 {
  top: auto;
  bottom: 10px;
  right: auto;
  left: 0;
}
.swiper-button-next2 {
  left: 50px;
}
/*section6*/

/*section7*/
.section7 {
  padding: 60px 0;
  background-color: rgba(239, 239, 239, 0.38);
  width: 100%;
}
.section7 h2,
.section7 h3 {
  text-align: center;
}
.section7_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin: 30px 0;
}
.section7_grid a {
  display: block;
  width: 100%;
  color: #1e2859;
}
.section7_grid a:hover {
  -webkit-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.section7_grid a .sec7_img {
  position: relative;
  overflow: hidden;
}
.section7_grid a .sec7_img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.section7_grid a:hover .sec7_img img {
  transform: rotate(2deg) scale(1.1);
}
.section7_grid a .sec7_info span {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 25px;
  background-color: #1e2859;
  position: absolute;
  top: -15px;
  left: -10px;
  color: #fff;
}
.section7_grid a .sec7_info span::before {
  position: absolute;
  left: 0;
  bottom: -9px;
  content: "";

  width: 0;
  height: 0;
  border-top: 10px solid #f65117;
  border-left: 10px solid transparent;
}
.section7_grid a .sec7_info {
  padding: 45px 15px 15px;
  background-color: #fff;
  position: relative;
}
.section7_grid a h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 17px;
}
.section7_grid a p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section7_grid a .rmore {
  text-transform: uppercase;
  color: #f65117;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.section7_grid a .rmore img {
  height: 12px;
}
/*section7*/

/*section8*/
.section8 {
  padding: 20px 0;
  background-color: #fff;
}
.section8 .grid {
  display: grid;
  grid-template-columns: 58fr 42fr;
  align-items: center;
  gap: 70px;
}
/*map*/
.sec8_map {
  position: relative;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
.round {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f65117;
  position: relative;
  /* left: 8px;
  top: -9px; */
  transition: all 0.3s;
}
.h_map .round:after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border: 1px solid #f65117;
  transition: all 0.3s;
}
.round:hover {
  background: #5a2917;
}
.h_map .round:hover:after {
  border-color: #5a2917;
}
.round:before {
  -webkit-transform: scale(2.6);
  -ms-transform: scale(2.6);
  transform: scale(2.6);
  opacity: 0.4;
}
.round:after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.2;
}
.round .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f65117;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
  -webkit-animation-delay: 1.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 110px;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  /* opacity: 0.45; */
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s,
    width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
    z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
    height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out,
    height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s,
    width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s,
    z-index 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s,
    height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
}

.tooltip1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip1 .tooltiptext1 {
  width: 100px;
  height: auto;
  margin-bottom: -6px;
  line-height: 20px;
  padding: 1px;
  left: -45px;
  box-shadow: 1px -1px 3px 1px #00000014;
  /* margin-left: -58px; */
  font-weight: 600;
  font-size: 14px;
  color: #004995;
  border: 4px solid #fff;
  text-align: center;
  background: #fff;
  /* text-indent: 0px; */
  border-radius: 5px;
  position: absolute;
  /* pointer-events: none; */
  /* opacity: 0; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -90%;
  display: none;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.tooltip1:hover .tooltiptext1 {
  /* opacity: 1; */
  /* bottom: 60px; */
  display: block;
}

.ind {
  position: absolute;
  top: 20px;
  left: 50%;
  font-size: 10px;
  color: #1e2859;
  font-weight: 600;
  transform: translateX(-50%);
  opacity: 0;
}

.usa {
  position: absolute;
  top: 28px;
  left: -12px;
  font-size: 10px;
  color: #004a97;
  font-weight: bold;
}

/*map*/

.our-presence-box1 .distribution-map {
  margin: 0;
}

.our-presence-box1 .distribution-map .mb_sz_cio {
  text-transform: uppercase;
}
.our-presence-box1 h2 {
  font-size: 40px;
  color: #00416e;
  text-align: center;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
}

.tooltip1 .tooltiptext2 {
  width: 200px;
  height: auto;
  margin-bottom: -6px;
  line-height: 20px;
  padding: 10px;
  left: -102px;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  /* margin-left: -58px; */
  font-weight: 600;
  font-size: 14px;
  border: 4px solid #fff;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 30px;
  display: none;
  z-index: 999999999999;
}

.tooltip1 .tooltiptext2::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 52%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.tooltip1:hover .tooltiptext2 {
  /* opacity: 1; */
  /* bottom: 60px; */
  display: block;
  /* padding-bottom: 20px; */
}
.tooltiptext2 h4,
.vh85 h3 {
  font-size: 18px;
  color: #1e2859;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.vh85 h3,
.vh85 h4 {
  text-align: left;
}
.vh85 h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  font-family: Nunito, sans-serif;
}
.vh85 h5 {
  color: #3d3d3d;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
}
.vh85 span {
  font-size: 12px;
  color: #3d3d3d;
}
.tooltiptext2 p,
.vh85 p {
  font-size: 14px;
  line-height: 1.6;
  color: #3d3d3d;
  margin: 0;
  margin-bottom: 15px;
}
.vh85 p a {
  text-decoration: none;
  color: #3d3d3d;
}
.tooltiptext2 span {
  color: #f65117;
  border-bottom: 1px solid #f65117;
  /* margin-right: 1em; */
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.tooltiptext2 span img {
  height: 10px;
}
.branch-offices-sub {
  width: 100%;
  margin: 35px auto 10px;
  text-align: center;
  position: relative;
  z-index: 8;
}
.branch-offices-sub ul {
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
  list-style: none;
  display: table;
  background-color: #fff;
  padding: 0;
}
.branch-offices-sub ul li {
  float: left;
  width: 50%;
  padding: 10px;
  background: #fff;
  color: #4d3069;
  border: 1px solid #4d3069;
}
.branch-offices-sub ul li:first-child {
  border-radius: 5px 0 0 5px;
}
.branch-offices-sub ul li:last-child {
  border-radius: 0 5px 5px 0;
}
.branch-offices-sub ul li a {
  text-decoration: none;
  color: #4d3069;
  text-align: center;
}
.branch-offices-sub ul li.active a {
  color: #fff;
}
.branch-office-wrapper-nation {
  background: #e6e3e3;
  margin: 0;
  padding: 0;
}
.branch-offices-sub .active {
  background: #4d3069;
  color: #fff;
}
/*section8*/

/*section9*/
.section9 {
  padding: 70px 0;
  width: 100%;
  display: block;
  position: relative;
  background-image: url(../images/stone_be.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section9::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1e2859;
  opacity: 0.96;
}
.section9_inner {
  max-width: 1200px;
  margin: auto;
}
.section9 h2,
.section9 h3,
.section9 p {
  color: #fff;
}
.section9 h3 {
  margin-bottom: 20px;
}
.section9 h2.eb_hd1_dot {
  position: relative;
  margin-bottom: 40px;
}
.section9 h2.eb_hd1_dot::before {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #dd4713;
  border-radius: 10px;
}
.section9 p {
  font-size: 16px;
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 0;
}
.contactform select.form-control,
.contactform input.form-control,
.contactform textarea.form-control {
  background-color: #fff;
  height: 50px;
  margin-bottom: 10px;
  color: #1e2859;
  border-radius: 0;
  font-family: "Lexend", sans-serif;
  border: 0;
  padding: 0 15px;
  font-size: 15px;
}
.contactform textarea.form-control {
  height: 100px;
  padding: 15px;
  display: block;
}
textarea::-webkit-input-placeholder {
  color: #1e2859;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1e2859;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e2859;
}

textarea:-ms-input-placeholder {
  color: #1e2859;
}
.contactform button.btn {
  border: 0;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f65117;
}

.contactform button.btn:hover {
  background-color: #1e2859;
}

.ft_whatsapp a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  color: #fff;

  padding: 8px 24px;
  background-color: #25d366;
  border-radius: 50px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #fff;
  transition: all 0.3s;
  gap: 8px;
}
.ft_whatsapp a:hover {
  transform: scale(1.05);
}
.ft_whatsapp a i {
  font-size: 24px;
}
/*section9*/

/*home_testimonials*/
.home_testimonials {
  padding: 60px 0;
  background-color: #f1f3f4;
}
.home_testimonials h2 {
  text-align: center;
}
.tests_section_grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 10px;
  padding: 50px 50px 50px 150px;
}
.tests_section_grid .p {
  font-style: italic;
  padding-right: 20%;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
.tests_section_grid h3 {
  margin-bottom: 10px;
}
.tests_section_img {
  padding: 0 50px;
  position: relative;
}
.tests_section_img::before {
  position: absolute;
  top: -30px;
  left: 0px;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../images/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.tests_section_img::after {
  position: absolute;
  bottom: -20px;
  right: 40px;
  content: "";
  width: 100px;
  height: 100px;
  /*background-color: #f65117;*/
  z-index: -1;
  border-radius: 100%;
}
.tests_section_img img {
  width: 100%;
  display: block;
}
.swiper-pagination3 {
  justify-content: center;
  text-align: center;
}
/*home_testimonials*/

/*--------footer--------*/
.footer {
  position: relative;
  width: 100%;
  display: table;
  padding: 60px 0 30px;
  background-color: #1e2859;
}
.ft_soc {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ft_soc a {
  color: #fff;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 24px;
  border-radius: 10px;
  text-decoration: none;
}
.ft_soc a:hover {
  background-color: #f65117;
}
.footer .grid,
.footer_copy {
  display: flex;
  justify-content: space-between;
}
.footer .grid h4,
.footer .grid h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}
.footer .grid a {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.footer .grid a:hover,
.footer .grid h4 a:hover {
  opacity: 0.5;
}
.footer_logos {
  display: flex;
  align-items: end;
  gap: 0px;
  flex-direction: column;
  margin-top: -20px;
}
.footer_logos a img {
  height: 80px;
}
.footer_copy {
  margin-top: 15px;
  color: #fff;
}
.footer_copy span {
  font-size: 14px;
  opacity: 0.5;
}
.copy_liks {
  display: flex;
  align-items: center;
}
.copy_liks a {
  padding-right: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
  opacity: 0.5;
}
.copy_liks a:first-child:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  opacity: 0.5;
}
.copy_liks a:hover {
  opacity: 1;
}
/*--------footer_end--------*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #f15924;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #53c1ff;
}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}
.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart_bx1 {
  width: 90%;
  background-color: #1e2859;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}
.left1 {
  right: 2100px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 2100px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}
.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}
a.closebtn img {
  width: 26px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #7e0609;
  background-color: #7e0609;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}
.mobno {
  display: block;
}
.sec1cat .grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:100px;
        row-gap:50px;
    }
    a.home_prod_box:hover h4{
        color:#f65117;
    }
    a.home_prod_box .img .img_img{
        overflow:hidden;
    }
    a.home_prod_box:hover .img .img_img img{transform:scale(1.1);}
    a.home_prod_box .img .img_img img {
      transition: all 0.3s;
    }
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 0;
  }
  .main_logo a img {
    height: 60px;
  }
  .main_projects {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .bnr_top_make::before {
    left: 50%;
    top: -10%;
    width: 1px;
    height: 120%;
  }
  a.hl_video {
    height: auto;
  }
  .hl_video video {
    width: 275px;
    height: 275px;
  }
  .hl_video span {
    font-size: 24px;
  }
  .bnr_top_make {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding: 20px 0;
  }
  .main_banner {
    overflow: hidden;
  }
  .main_section,
  .abs_box {
    position: relative;
  }
  .abs_box {
    z-index: 9;
    padding-bottom: 50px;
  }
  .main_logo {
    padding: 20px 0;
  }
  .main_bg,
  .main_bg img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .main_bg::before {
    z-index: 1;
  }
  .header {
    height: 80px;
    padding: 0;
  }
  .mtop1 {
    height: 115px;
  }
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .footer {
    overflow: hidden;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .menubar {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 35px;
    right: 10px;
    z-index: 99999999;
  }
  .menu {
    display: none;
  }

  .banner_hd {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 0px;
    margin: 0;
  }
  .banner_label {
    font-size: 16px;
  }
  .banner_hd br {
    display: none;
  }
  .banner_cont {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    width: 100%;
  }
  .banner_txt {
    /* padding: 0 15%; */
  }
  .banner_r_more a,
  .explore_btn a {
    font-size: 14px;
  }
  .banner_txt img.slideUp {
    height: 35vh;
    width: auto;
    margin: auto;
  }
  .logo {
    left: 0;
  }
  .logo::before {
    /* width: 200px; */
  }
  .logo a img {
    margin-left: 15px;
  }
  .header.fixed .logo a img {
  }
  .top_bar {
    display: none;
  }
  .banner_txt .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  .banner_txt_in {
    width: 100%;
    padding: 15px;
    padding-top: 80px;
    margin: auto;
    display: table;
    text-align: center;
  }
  .pavcontentslider .carousel-indicators {
  }
  .ban_but {
    /* bottom: 3%; */
  }
  .section1,
  .section2 {
    padding: 50px 20px;
  }
  .section1 h2,
  .section2in h2,
  .section3 h2 {
    font-size: 21px;
  }

  .section2in h3 {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }

  .section1_btm ul,
  .section1_btm,
  .section4,
  .section4 .sec4_right ul,
  .home_products {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_products {
    gap: 20px;
  }
  .home_products p {
    width: 100%;
  }
  .home_products_alt h3,
  .home_products_alt p,
  .home_products_alt .explore_btn {
    left: 0;
  }
  .section2 {
    background-image: none;
  }
  .home_products {
    margin-bottom: 30px;
  }
  .home_products h3 {
    font-size: 24px;
  }
  .home_products_alt {
    display: flex;
    flex-direction: column-reverse;
  }
  .mtop25 {
    margin-top: 0;
  }
  .home_products h3 {
    right: 0;
  }
  .section1_btm ul li p,
  .sec4_left_in p {
    font-size: 16px;
  }
  .section2in {
    padding: 0;
  }
  .section2in h2 {
    margin-top: 0;
  }
  .section2in h3 {
    width: 100%;
  }
  .section2in .owl-stage {
    left: 0;
  }
  .section2in .owl-dots {
    left: 0;
    width: 100%;
    text-align: center;
    top: auto !important;
    bottom: -30px;
  }
  .section4 .sec4_left {
    display: block;
    width: 100%;
    padding: 50px 25px;
  }
  .sec4_left_in h2,
  .section4 .sec4_right ul li h4,
  .section5 h2 {
    font-size: 24px;
  }
  .section5 {
    background-position: left;
  }
  .footer {
    padding: 40px;
  }
  .footer .grid,
  .footer_copy {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_logos {
    margin-top: 20px;
    gap: 0;
  }
  .footer_logos a img {
    max-width: 100%;
    max-height: 60px;
  }
  .footer_logo {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 25px;
    justify-content: center;
  }
  .footer_right_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .copy {
    font-size: 12px;
  }
  .servicessec {
    grid-template-columns: repeat(1, 1fr);
  }
  .servicessec .servicessec_card:nth-child(2),
  .servicessec .servicessec_card:nth-child(6),
  .servicessec .servicessec_card:nth-child(4),
  .servicessec .servicessec_card:nth-child(8) {
    position: relative;
    top: auto;
  }
  .home_solutions {
    padding: 40px 20px 0;
  }
  .home_solutions h2,
  .section4 h2 {
    font-size: 21px;
  }
  .accordion {
    padding: 40px 0 0;
  }
  .accordion .link {
    font-size: 14px;
  }
  .section3,
  .section4 {
    margin-top: auto;
    padding: 40px 20px;
  }
  .section3 {
    padding-bottom: 60px;
  }
  .section4 .sec4_right ul li {
    padding: 20px;
  }
  .copy {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    text-align: center;
  }
  .footer_right {
    padding-bottom: 0;
  }
  .home_careers {
    margin-top: 0;
    padding: 40px 10px;
  }
  .home_careers_shapes1,
  .home_careers_shapes2 {
    width: 100%;
    clip-path: fill-box;
  }
  .home_careers_info_left,
  .home_careers_info_right {
    width: 100%;
    clear: both;
  }
  .home_careers_info_left {
    top: auto;
    background-color: #06b0f1;
    padding: 20px;
    margin: auto;
  }
  .home_careers_info_right {
    padding-left: 0;
    padding: 20px;
  }
  .home_careers_info {
    padding: 0;
  }
  .home_careers_shapes1 {
    height: auto;
  }
  .home_careers h2 {
    font-size: 24px;
  }
  .home_careers p {
    font-size: 16px;
  }
  .footer_socical {
    justify-content: flex-start;
  }
  .mFooter_in {
    flex-direction: column;
  }
  .mFooter {
    padding: 40px 20px;
  }
  .mf_r a {
    margin-left: 0;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .mf_r {
    margin-top: 30px;
  }
  .mf_r a.border {
    font-size: 12px;
  }
  .mf_l img {
    height: 75px;
  }
  .section1 p,
  p,
  .section1 a,
  a.btn {
    font-size: 14px;
  }
  .section1 p {
    padding: 0;
  }
  .section3 h2,
  .service_sec2 h2,
  .section2 h2 {
    font-size: 24px;
  }
  .bannersh {
    top: 10px;
    width: auto;
  }
  .bannersh img {
    width: 80px;
    height: auto;
  }
  .banner_info {
    width: 100%;
    margin: 0;
    padding: 0 25px;
    right: auto;
  }
  .section1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .section1 h4 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section1 h5 {
    font-size: 16px;
    margin: 15px 0;
  }
  .process {
    margin-top: 30px;
  }

  .home_assurance {
    padding: 40px 20px;
  }
  .section1_right {
    padding-left: 0;
    padding-top: 40px;
  }
  .about_Sec1 {
    padding: 50px 20px;
  }
  ul.tabs,
  .tab_container {
    width: 100%;
    clear: both;
  }
  .tab_content {
    padding: 0;
  }
  .tab_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .tab_img {
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .tabccc {
    padding: 0;
  }
  .tab_content h3 {
    font-size: 24px;
  }
  .section3 .owl-dots {
    /* display: none; */
  }
  h2.main_heading {
    padding-left: 50px;
    font-size: 32px;
  }
  h2.main_heading::before {
    left: 0;
  }
  .main_Footer {
    padding: 50px 25px;
  }
  .main_Footer_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .main_Footer_in_right {
    padding: 0;
  }
  .main_Footer_in ul {
    margin-bottom: 40px;
  }
  .home_whychoose ul {
    margin-top: 40px;
    padding-left: 20px;
  }
  .home_whychoose ul::before {
    left: 35px;
  }
  .home_whychoose ul li h3 {
    font-size: 18px;
  }
  .section2_grid,
  .sectors ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .sectors h2,
  h2 {
    font-size: 24px;
  }
  .sectors {
    padding: 40px 20px;
  }
  .section3_flex {
    flex-direction: column;
    justify-content: center;
  }
  .design_process {
    padding: 40px 20px;
  }
  .home_client img {
    max-height: 50px;
    max-width: 100%;
  }
  .footer_git,
  .footer_form {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .footer_git_flex,
  .footer_links,
  .footer_links_right,
  .copy {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .footer_form form {
    width: 100%;
  }
  .circle-container {
    background-image: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .circle-container a {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: translate(0);
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    background-color: #0d6faa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
    gap: 10px;
  }
  .circle_abs {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: auto !important;
  }
  .circle_abs::before {
    display: none !important;
  }
  .circle_abs p {
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .circle_abs h3 {
    display: none;
  }
  .circle-container a:nth-child(2) {
    background-color: #ae051c;
  }
  .circle-container a:nth-child(3) {
    background-color: #a7c33a;
  }
  .circle-container a:nth-child(4) {
    background-color: #fa7c02;
  }
  .circle-container a:nth-child(5) {
    background-color: #0d6faa;
  }
  .circle-container a:nth-child(6) {
    background-color: #6353a6;
  }
  .sectors ul li a .img img {
    height: 50px;
    transition: all 0.3s;
  }
  .section9,
  .section8,
  .section7,
  .section6,
  .section5 {
    padding: 50px 20px;
  }
  .footer_links_grid,
  .section8 .grid,
  .section8 .imgs1,
  .section7_grid,
  .sec6_grid,
  .certifications_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section7_grid,
  .sec6_grid,
  .certifications_grid {
    gap: 20px;
  }
  .sec6_grid_right {
    flex-direction: column;
    gap: 20px;
  }
  .section7_grid a h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .sec6_grid a {
    text-align: center;
  }
  .section9 h2,
  .section8 h2,
  .section7 h2,
  .sec6_grid h2,
  .section7 h2,
  .section1 h3,
  .sec2_info h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .section1 .swiper-button-next,
  .services_info_pg2 .swiper-button-next4 {
    right: 0;
  }
  .section1 .swiper-button-prev,
  .services_info_pg2 .swiper-button-prev4 {
    background-image: url(../images/prev1.svg);
    left: auto;
    right: calc(0px + 50px);
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: -30px;
  }
  .section1 .swiper-slide {
    width: 100%;
  }
  a.home_prod_box .img .prod_small_img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 175px;
  }
  a.home_prod_box h5 {
    font-size: 14px;
  }
  .contactform {
    margin-top: 30px;
  }
  .section8 .imgs1 {
    margin-bottom: 30px;
  }
  .section9 p {
    font-size: 14px;
  }
  .section8 .imgs1 .img::before {
    display: none;
  }
  .section5 .owl-carousel .owl-item.active.center .awards_bx {
    transform: scale(1);
    margin-top: 0;
  }
  .section5 .owl-carousel .owl-stage-outer {
    padding: 0px;
  }
  .awards_bx img {
    height: auto;
  }
  .section5 .owl-dots {
    display: block;
  }
  .section4 .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .section3_in {
    font-size: 21px;
    background-size: 25px;
  }
  .carousel-inner .item > img {
    height: 100vh !important;
    object-fit: cover;
    object-position: center center;
  }
  .banner_txt {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner_txt > img {
    right: 3%;
    width: 90% !important;
  }
  .section2_grid1 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
    gap: 20px;
  }
  .section2_grid1 img.sec2img {
    width: 100%;
    display: block;
    top: 0;
  }
  .section2_grid1::before {
    display: none;
  }
  .sec2_info,
  .section2_grid2 .sec2_info {
  }
  .section2_grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .git {
  }
  .git img {
    height: 95px;
  }
  .section1 h3,
  h3 {
    font-size: 18px;
  }
  .section2 h2 {
    padding-top: 50px;
  }
  .sec2_info p,
  p {
    font-size: 16px;
  }
  .sec2_info a {
    font-size: 14px;
  }
  .section3 .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section3 .grid a h4 {
    font-size: 16px;
  }
  .section3 .grid a {
    padding: 25px 0;
  }
  .sec4imgbx {
    position: relative;
    width: 100%;
  }
  .section4 .col-sm-8 .col-sm-4 h4 {
    font-size: 32px;
  }
  .section4 .col-sm-4 {
    margin: 0 0 30px !important;
  }
  .sec4imgbx span {
    position: absolute;
    left: auto;
    top: -40px;
    right: 0;
  }
  .section6 a.sec6_box .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .swiper-button-next2 {
    left: auto;
    right: 0;
  }
  .swiper-button-prev2 {
    left: auto;
    right: 50px;
  }
  a.sec6_box .sec6_info {
    margin: 0;
    padding: 20px;
  }
  a.sec6_box h5 {
    font-size: 14px;
  }
  .section6 {
    padding-bottom: 0;
  }
  .tests_section_grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px;
    gap: 40px;
  }
  .tests_section_grid .p {
    padding: 0;
    font-size: 15px;
  }
  .section8 .grid {
    gap: 0;
  }
  .tooltip1 .tooltiptext2 {
    width: 275px;
    left: -50px;
  }
  .tooltip1 .tooltiptext2::after {
    display: none;
  }
  .section9 {
    padding: 50px;
  }
  .sec1cat .grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap:100px;
        row-gap:50px;
    }
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 490px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 490px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .banner_hd {
    font-size: 48px;
    line-height: 52px;
  }
  .box2 ul li {
    float: left;
    display: inline-block;
    clear: none;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
  .header {
    padding: 0;
  }
  .menu > ul > li {
    margin: 0;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .menu {
    padding: 0;
  }
  .logo a img {
    height: 55px;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .menu ul {
    margin-right: 0;
  }
  .menu > ul > li {
    padding: 0 5px;
  }
  .menu > ul > li > a {
    font-size: 11px;
  }
  .menu > ul > li > a i {
    bottom: 3px;
  }
  .menu ul.menu_r {
    margin-top: 5px;
    margin-left: 20px;
  }
  .hdright {
    padding-top: 5px;
  }
  .menu ul.menu_r li a {
    font-size: 13px;
  }
  .banner_hd {
    font-size: 32px;
  }
  .top_bar > ul > li > a {
    font-size: 12px;
  }
  a.home_prod_box .img .prod_small_img {
    width: 200px;
    right: -20px;
  }
  .section4 .col-sm-8 .col-sm-4 p {
    line-height: 1.6;
    font-size: 16px;
  }
  .section4 .col-sm-8 .col-sm-4 h4 {
    font-size: 32px;
  }
  .section7_grid {
    gap: 40px;
  }

  .tests_section_img::after {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .section2in {
    padding-left: 50px;
  }
  .section2in h2 {
    font-size: 28px;
  }
  .section2in .owl-stage {
    left: -20px;
  }
  .banner_hd {
    font-size: 36px;
    line-height: 1.3;
  }
  .box2cont p {
    min-height: 78px;
  }
  .logo a img {
  }
  .footer {
    padding: 40px 30px;
    gap: 50px;
  }
  .footer .grid a {
    font-size: 12px;
  }
  .footer_logo img {
    height: 90px;
  }
  .section4 .sec4_left {
    padding: 50px;
  }
  .sec4_left_in h2,
  .section3 h2 {
    font-size: 26px;
  }
  .section4 .sec4_right ul li h4 {
    font-size: 24px;
  }
  .section4 .sec4_right ul li {
    padding: 30px;
  }
  .section4 .sec4_right ul li p {
    font-size: 14px;
    line-height: 21px;
  }
  .section2_grid_box1 h2,
  .sectors h2,
  h2 {
    font-size: 36px;
  }
  .home_projects_bx h3 {
    font-size: 21px;
  }
  .sectors ul li a h3 {
    font-size: 16px;
  }
  .banner_txt img.slideUp {
    height: 65vh;
  }
  .section1 h3,
  h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1240px) {
  .menu {
    padding-left: 20px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1500px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .menu > ul > li {
    padding: 0 8px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .header {
    padding: 0;
  }

  .section2in {
    padding-left: 50px;
  }

  .menu ul.menu_r li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .banner_hd {
    font-size: 42px;
  }
  .section3_in {
    font-size: 36px;
  }
  .logo {
    left: 50px;
  }
}
