@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: "Montserrat", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  margin: 0;
}
.container {
  width: 1290px;
  margin: auto;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
.main_section {
  width: 100%;
  display: block;
}
/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background-color: #fff; */
  padding: 0 50px;
  /* background-color: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.231); */
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.231); */
}
#header.fixed12 {
  background-color: #01245a;
}
#header.fixed1.fixed_inner {
  box-shadow: none;
  border-bottom: 1px solid #707070;
  background-image: url(../images/inner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.logo {
  float: left;
  height: 120px;
  line-height: 120px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 240px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}
#header.fixed1 .logo {
}
#header.fixed1 .logo a {
  background-image: url(../images/logo1.svg);
}
#header.fixed12 .logo a {
  background-image: url(../images/logo1.svg);
}

.headerright1 {
  float: right;
  text-align: right;
}

.topmenubx {
  display: inline-block;
}

.topnav {
  padding: 11px 0 0;
}

.topnav ul {
  list-style: none;
  display: inline-block;
}

.topnav ul li {
  display: inline-block;
  margin: 0 5px;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 16px;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Cerebri Sans Pro", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
  border-color: #414141;
  color: #fff;
  background-color: #414141;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: inline-block;
  float: left;
}
ul.header_right {
  /* margin-left: 20px; */
}
.menu > ul > li {
  display: inline-block;
  position: relative;
  /* height: 120px; */
  line-height: 120px;
  padding: 0 15px;
}
#header.fixed1 .menu > ul > li {
}
.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
}
.menu > ul > li > a.active::before {
  position: absolute;
  left: 0;
  bottom: 40px;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #6ddf09;
}
.menu > ul > li.last {
  padding-left: 0;
}
.menu > ul > li.last > a {
  padding: 0 15px;
  margin-left: 100px;
  text-transform: uppercase;
}
.menu > ul > li.last.last2 > a {
  margin-left: 0;
}
.menu > ul > li.last > a::before {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 50px;
  /* background-color: #fff; */
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s;
}
.menu > ul > li.last.last2 > a::before {
  background-color: rgba(72, 116, 247, 0.5);
}
.menu > ul > li.last > a:hover {
  color: #000;
}
.menu > ul > li.last:hover > a::before {
  background-color: #fff;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.3);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn) scale(1);
  }
}
ul.header_right li:last-child a:hover,
ul.header_right li:last-child a.active {
  color: #0b40b0;
}
.menu > ul > li > a i {
  font-size: 16px;
  position: relative;
  margin-left: 0;
}

.menu > ul > li.contactli {
  height: 120px;
  line-height: 120px;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #2980e3;
  border: 2px solid #283762;
  color: #fff;
  transition: all 0.5s;
  padding: 6px 15px;
  border-radius: 30px;
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active,
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active,
#header.fixed12 .menu > ul > li:hover > a,
#header.fixed12 .menu > ul > li > a.active {
  color: #6ddf09;
}
.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #000;
}
#header.fixed1 .menu > ul > li.last > a {
  color: #000;
}
#header.fixed1 .menu > ul > li.last > a::before {
  border-color: rgba(0, 0, 0, 0.42);
}
#header.fixed1 .menu > ul > li.last.last2 > a {
  color: #fff;
}
#header.fixed1 .menu > ul > li.last.last2 > a::before {
  background-color: #4874f7;
  border-color: #4874f7;
}
#header.fixed12 .menu > ul > li > a {
  color: #fff;
}

#header.fixed1 .menu > ul > li.contactli {
}

.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 1px;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 240px;
  background-color: #212432;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
  position: absolute;
  top: 99%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  padding: 0px 0px;
  /* border-radius: 10px; */
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  font-weight: 500;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  color: #fff !important;
  opacity: 0.7;
}

ul.submenu1 li:last-child a {
}

ul.submenu2 {
  top: 0;
  left: -100%;
}
.megamenu1 h4 {
  color: #b0d8ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.megamenu1 ul li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  /* padding: 0 1rem; */
}
.megamenu1 ul li a {
  color: #fff !important;
  /* background-color: #fff; */
  font-size: 16px;
  line-height: 1.6;
  padding: 10px !important;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  text-align: left;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  /* border-radius: 20px; */
}
.megamenu1 ul li a .img {
  width: 70px;
  height: 70px;
  /* background-color: #e8efff; */
  /* border: 2px solid #578df2; */
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-color: #3987fd;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
.megamenu1 ul li a:hover .img {
  background-color: #3987fd;
  -webkit-animation: puls 1s linear infinite;
  animation: puls 1s linear infinite;
}
.megamenu1 ul li a .img img {
  height: 40px;
  filter: brightness(0) invert(1);
}
.megamenu1 ul li:last-child a {
  border-bottom: 0;
}
.megamenu1 ul li:hover > a .img img {
  /* box-shadow: var(--box-shadow1); */
  /* background-color: #e8efff; */
  filter: brightness(0) invert(1);
}
.megamenu1 ul h3 {
  color: #1a232e;
  font-size: 2.45rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.megamenu1 ul .levle2 li {
  float: left;
  clear: none;
  width: 50%;
}
/*------header_end--------*/

/*------bannerbox---------*/
.bannerbox {
  /* transform: skewY(3deg) translate(0, -51px); */
  /* border-radius: 0 0 50px 50px; */
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hl_video {
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
}
.hl_video::before {
  background-color: #000;
  top: 0;
  position: absolute;
  content: "";
  /* z-index: 2; */
  right: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  overflow: hidden;
  opacity: 0.41;
  max-height: 100%;
  height: 100%;
}
.hl_video::after {
  top: 0;
  position: absolute;
  content: "";
  left: 0;
  width: 600px;
  height: 400px;
  background-image: url(../images/banner_shade.svg);
  background-position: center bottom;
  background-size: 800px;
  background-repeat: no-repeat;
}
.shape {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.shape svg {
  width: 100%;
  height: auto;
}
/* .hl_video::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 73%;
  content: "";
  background-color: #000000;
  opacity: 0.19;
  border-radius: 100%;
} */
.hl_video video,
.hl_video img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  /* position: fixed; */
  left: 0;
  top: 0;
  z-index: -1;
}
.hl_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
  z-index: 1;
  display: flex;
  align-items: center;
  /* transform: skewY(-3deg); */
  /* flex-direction: column; */
  text-align: center;
}
.hl_info h1 {
  margin-top: 150px;
  font-size: 86px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
}
.hl_info p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.hl_info p span {
  color: #51a9ff;
  background-image: url(../images/line1.svg);
  background-repeat: no-repeat;
  /* background-size: 100%; */
  background-position: bottom center;
  padding: 0 10px 10px;
}
.banner_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
a.letstak {
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  /* background-color: #fff; */
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
}
a.letstak::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background-color: #3bd447;
  z-index: -1;
}
a.letstak:hover::before {
  width: 100%;
}
a.letstak:hover {
  border-color: #3bd447;
}

a.goBottom {
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: 999;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
}
a.goBottom span {
  transform: rotate(90deg);
  display: inline-block;
  letter-spacing: 3px;
}
a.goBottom:after,
a.goBottom:before {
  position: absolute;
  content: "";
  transition: all 0.3s;
  background-color: #fff;
}
a.goBottom:before {
  top: -45px;
  right: 45%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
a.goBottom:after {
  top: -240px;
  right: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 180px;
}
.banner_services {
  position: absolute;
  right: 0;
  top: 70%;
  /* transform: translateY(-50%); */
  width: 47%;
}
.banner_services .grid {
  display: flex;
  justify-content: space-between;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  margin-bottom: 20px;
  padding-right: 50px;
}
.banner_services .grid:last-child {
  margin: 0;
}
.banner_services .grid.grid-pad1 {
  padding-left: 40px;
  padding-right: 0;
}
.banner_services .grid.grid-pad2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_services a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0px;
  align-items: center;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  border-bottom: 2px solid #fff;

  font-family: "Cerebri Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 1px;
  font-weight: 600;

  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.banner_services a:hover {
  -webkit-animation: puls1 1s linear infinite;
  animation: puls1 1s linear infinite;
}
.banner_services a .bs_icon {
  /* background-color: rgba(91, 67, 208, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  /* width: 50px;
  margin-right: 15px;
  font-size: 38px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  height: 50px;
  line-height: 48px;
  border-radius: 50%; */
  display: flex;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.banner_services a .bs_icon img {
  height: 32px;
}
.banner_services a:hover .bs_icon {
  /* background-color: #01245a;
  -webkit-animation: puls 1s linear infinite;
  animation: puls 1s linear infinite; */
}
@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
@-webkit-keyframes puls1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes puls1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
.bannerbox .swiper-pagination {
  bottom: 10%;
  text-align: right;
  right: 6%;
  transform: translateX(-6%);
}
.bannerbox .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: solid 2px #fff;
  opacity: 0.6;
  background: transparent;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  margin: 0 5px;
}
.bannerbox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
  width: 35px;
  background: #fff;
}
/*------bannerbox---------*/
.announcement {
  width: 100%;
  display: table;
  padding: 0px;
  background-color: #1c632f;
  position: relative;
  padding-left: 200px;
}
.announcement_hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  background-color: #2f2c91;
  display: block;
  color: #fff;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1px;
}
.announcement .news_pd {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  float: right;
}
.announcement ul.news_scroll {
  list-style: circle;
}
.announcement ul.news_scroll li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  color: #000;
  font-size: 14px;
}
.announcement ul.news_scroll li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  padding: 0 15px;
  position: relative;
  font-size: 16px;
}
.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: 1px;
  height: 14px;
  transform: translateY(-50%);
  /* opacity: 0.5; */
  /*border-radius: 3px;*/
}
p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0);
}
.section1 {
  padding: 75px 0;
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section1_top {
  text-align: center;
  margin-bottom: 50px;
}
.section1_top h2,
h2 {
  font-size: 62px;
  line-height: 1.1;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Playfair", serif;
}
.section1_top h2,
.buypg h2 {
  text-align: center;
}
.section1_top p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  opacity: 0.5;
}
.section1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
}
.section1 a {
  position: relative;
  display: block;
  overflow: hidden;
}
.section1 a > img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.section1 a:hover > img {
  transform: scale(1.1) rotate(2deg);
}
.sec1_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1_info1 {
  background: linear-gradient(rgba(12, 62, 212, 0.38), rgba(0, 0, 0, 0.38));
}
.sec1_info2 {
  background: linear-gradient(
    rgba(102, 192, 18, 0.38),
    rgba(65, 80, 124, 0.38)
  );
}
.sec1_info3 {
  background: linear-gradient(rgba(169, 107, 0, 0.38), rgba(84, 84, 84, 0.38));
}
.sec1_info h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.sec1_info h3::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: translateX(-50%);
}
.sec1_info p {
  padding: 0 65px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
.sec1_info span {
  background-color: #67c012;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 30px;
  color: #fff;
}
.sec1_info span img {
  height: 15px;
}
/*-------section2---------*/
.section2 {
  width: 100%;
  display: block;
  padding: 50px 0;
  background-image: url(../images/test_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.59;
  background-color: #000;
}
.section2 h2 {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
.section2 h2 img {
  height: 50px;
}
.section2 h4 {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.section2 h4::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 8px;
  content: "";
  background-color: #3bd447;
}
a.sec2bx1 {
  display: block;
  transition: all 0.3s;
  color: #fff;
  padding: 15px;
}
a.sec2bx1:hover {
  background-color: #f1f1f1;
}
a.sec2bx1 .img {
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
}
a.sec2bx1 .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
      height: 300px;
    object-fit: cover;
    object-position: center center;
}
a.sec2bx1:hover .img img {
  transform: scale(1.1) rotate(4deg);
}
.list_label {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 20px;
  background-color: #0c3fd4;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.list_label img {
  width: auto !important;
  height: 13px;
  display: inline-block;
}
a.sec2bx1 h3 {
  margin: 20px 0;
  font-size: 19px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
a.sec2bx1 h4 {
  display: flex;
  gap: 10px;
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}
a.sec2bx1 h4 i {
  color: #67c012;
  position: relative;
  top: 8px;
  font-size: 16px;
}
a.sec2bx1 p {
  color: #fff;
  font-size: 21px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0;
}
.buy_seell {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.buy_seell a {
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  /* background-color: #fff; */
  color: #000;
  display: inline-flex;
  gap: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.buy_seell a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background-color: #3bd447;
  z-index: -1;
}
.buy_seell a:hover::before {
  width: 100%;
}
.buy_seell a:hover {
  border-color: #3bd447;
  color: #fff;
}
.buy_seell a img {
  height: 20px;
}
.buy_seell a:hover img {
  filter: grayscale(0) invert(1);
}
.overhide1 {
  width: 100%;
  position: relative;
}
.overhide1_in {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.overhide1 .swiper-slide:nth-child(2n) {
  /* margin-top: 70px; */
}
.overhide1 .swiper-pagination1 {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  top: -80px;
  gap: 30px;
}
.overhide1 .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  opacity: 0.3;
}
.overhide1 .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}
.overhide1 .swiper-button-next,
.overhide1 .swiper-button-prev {
  top: -55px;
  width: 50px;
  height: 50px;
  background-size: 42px;
  background-position: center center;
  background-repeat: no-repeat;
}
.overhide1 .swiper-button-next::after,
.overhide1 .swiper-button-prev::after {
  display: none;
}
.overhide1 .swiper-button-next {
  background-image: url(../images/next.svg);
  right: 150px;
}
.overhide1 .swiper-button-prev {
  background-image: url(../images/prev.svg);
  left: auto;
  right: calc(150px + 50px);
}
.section2 .swiper-slide {
  background-color: transparent !important;
  border-radius: 0;
  text-align: left;
}
.home_testimonials h3 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 30px;
}
.home_testimonials p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
}
.section2 .buy_seell {
  position: relative;
  z-index: 1;
  justify-content: end;
}
.section2 .buy_seell a {
  color: #fff;
  border-color: #fff;
}
.section2 .buy_seell a:hover img {
  filter: grayscale(0) invert(0);
}
/*-------section2---------*/

/*section3*/
.section3 {
  padding: 0;
  position: relative;
  background-image: url(../images/LogoRT.jpg);
  background-repeat: no-repeat;
  background-position: 90% bottom;
  background-size: 25%;
}
.section3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  align-items: center;
}
.section3 img {
  width: 100%;
  display: block;
}
.section3 h2 {
  padding-left: 0;
  text-align: left;
}
.section3 h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section3 p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.sec3_btns {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.sec3_btns a {
  background-color: #67c012;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 30px;
  color: #fff;
}
.sec3_btns a img {
  height: 15px;
  width: auto;
}
.sec3_btns a:last-child {
  background-color: #0c3fd4;
}
.sec3_btns a:hover {
  transform: translateY(-5px);
}
/*section3*/

/*section4*/
.section4 {
}
.section4 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 60px;
  align-items: center;
  padding: 30px 0;
  background-image: url(../images/footertop.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 90%;
}
.section4 h2 {
  background-color: #fff;
  padding: 15px 0;
  text-align: left;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}
.sec4_box {
  position: relative;
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
  align-items: center;
}
.sec4_box .sec4info:first-child::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 50px;
  background-color: #0d4d6c;
  opacity: 0.48;
}
.sec4_box .sec4info {
  position: relative;
  padding: 20px 20px 20px 30px;
}
.sec4_box .sec4info::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 100%;
  content: "";
  background-color: #0c3fd4;
  opacity: 0.14;
}
.sec4_box .sec4info:last-child::before {
  background-color: #67c012;
}
.sec4info h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sec4info h3 {
  font-weight: 700;
  font-size: 21px;
}
/*section4*/

/*section6*/
.section6 {
  padding: 60px 0;
  background-color: #fff;
}
.section6 h2 {
  margin-bottom: 20px;
}
.accordion {
  width: 100%;
  list-style: none;
}
.accordion > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  /* margin-bottom: 20px; */
}
.accordion > li:last-child {
  border: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  background-color: #fff;
}
.accordion li.open .link {
}
.accordion .link::before {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 24px;
  color: #003498;
  font-weight: 700;
}
.accordion .link img {
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  position: relative;
  border-top: 0;
  padding: 0 0 30px;
}
.accordion .submenu > li p {
  color: #000;
}
.accordion li.open .link::before {
  content: "-";
  font-size: 24px;
}
/*section6*/

/*mFooter*/
.mFooter {
  padding: 50px 0;
  position: relative;
}
.mFooter .flex {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 50px;
}
.footer_logo a img {
  height: 90px;
}
.footerlinks {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footerlinks a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.footerlinks a:last-child {
  background-color: #67c012;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 30px;
  color: #fff;
}
.footerlinks a img {
  height: 15px;
  width: auto;
}
.footerlinks a:hover {
  transform: translateY(-5px);
}
.footer_social {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: right;
  align-items: center;
}
.footer_social span {
  font-style: italic;
  font-size: 16px;
}
.footer_social a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #0c3fd4;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.footer_social a:hover {
  background-color: #3bd447;
}
.copy {
  margin-top: 10px;
}
/*mFooter*/
.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: #2f2c91;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #0e3fd4;
}
/* .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: #2f2c91;
  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;
}

/*section9*/

.section9 {
  padding: 50px 0;
  background-image: url(../images/bg2.jpg);
}
.section9 h2,
.section9 p {
  color: #fff;
}
.section9 p {
  font-size: 32px;
}
.section9 h2 {
  font-size: 55px;
}
.contactform input.form-control,
.contactform textarea.form-control {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  height: 50px;
  margin-bottom: 15px;
  color: #000;
  padding: 0 15px;
  font-size: 15px;
}
.contactform textarea.form-control {
  height: 100px;
  padding: 15px;
  display: block;
}
.contactform textarea::-webkit-input-placeholder {
  color: #000;
}

.contactform textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.contactform textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.contactform textarea:-ms-input-placeholder {
  color: #000;
}
.btn {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  background-color: #0c3fd4;
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  border: 0;
}
.btn span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: -23px;
}
.btn span img {
  height: 12px;
}
.btn:hover {
  background-color: #67c012;
  border-color: #67c012;
  color: #fff;
}
.ft_soc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ft_soc a {
  color: #fff;
  background-color: #4e336d;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 18px;
  text-decoration: none;
}
.ft_soc a:hover {
  background-color: #fff107;
  color: #4e336d;
}
.ft_whatsapp a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;

  color: #fff;
}
.ft_whatsapp a:hover {
  color: #fff107;
}
.ft_whatsapp a img {
  height: 30px;
}
/*section9*/
/* ===========================
   ====== 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 {
  }
  .hl_info {
    padding: 20px;
  }
  .hl_video span {
    font-size: 24px;
  }
  .hl_info h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .hl_info p {
    font-size: 16px;
  }

  a.letstak {
    font-size: 10px;
    padding: 0 15px;
  }
  .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: 80px; */
  }
  .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: 15px;
    right: 20px;
    z-index: 99999999;
  }
  .menu {
    display: none;
  }

  .banner_hd {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin: 0;
  }
  .banner_hd br {
    display: none;
  }
  .banner_cont {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    width: 100%;
  }
  .banner_txt {
    /* padding: 0 15%; */
  }
  .logo {
    left: 0;
    width: 100px;
    height: 75px;
    padding-left: 10px;
  }
  .logo a {
    width: 170px;
  }
  .logo::before {
    /* width: 200px; */
  }
  .logo a img {
  }
  .header.fixed .logo a img {
  }
  .top_bar {
    display: none;
  }

  .banner_txt_in {
    width: 90%;
    padding: 25px;
    padding-top: 80px;
    margin: auto;
    display: table;
  }
  .pavcontentslider .carousel-indicators {
  }
  .ban_but {
    /* bottom: 3%; */
  }
  .section1,
  .section2 {
  }
  .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 {
  }
  .overhide1 {
    left: 0;
  }
  .home_products {
    margin-bottom: 30px;
  }
  .sec3img,
  .sec3img img {
    position: relative;
    right: 0;
    width: 100%;
    clear: both;
    height: auto;
  }
  .section3 ul li {
    font-size: 14px;
  }
  .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: 32px;
  }
  .section5 {
    background-position: left;
  }
  .footer {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .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: 32px;
  }
  .accordion {
    padding: 0 0 0;
  }
  .accordion .link {
    font-size: 14px;
  }
  .accordion .link::before {
    right: 10px;
  }
  .section3,
  .section4,
  .buy_rent_info1 {
    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: 32px;
    margin-bottom: 30px;
  }
  .section2 h2 {
    margin-bottom: 40px;
  }
  .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: 32px;
    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;
  }
  .section5,
  .sec3_bx {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec3_bx img {
    width: auto;
    height: 100px;
  }
  .footer_links_grid,
  .section8 .grid,
  .section8 .imgs1,
  .section7_grid,
  .sec6_grid,
  .certifications_grid,
  .section3 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section3 {
    background-size: 100%;
  }
  .section3 .grid {
    gap: 20px;
  }
  .mFooter .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .section7_grid,
  .sec6_grid,
  .certifications_grid {
    gap: 20px;
  }
  .sec6_grid_right {
    flex-direction: column;
    gap: 20px;
  }
  .section7_grid a h3 {
  }
  .sec6_grid a {
    text-align: center;
  }
  .section9 h2,
  .section8 h2,
  .section7 h2,
  .sec6_grid h2,
  .section7 h2,
  .section1 h3,
  .sec2_info h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .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: 0;
  }
  .section2_grid1 img.sec2img {
    width: 100%;
    display: block;
    top: 0;
  }
  .section2_grid1::before {
    display: none;
  }
  .sec2_info,
  .section2_grid2 .sec2_info {
    padding: 40px;
  }
  .section2_grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .announcement_hd {
    width: 100px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .announcement {
    padding-left: 100px;
  }
  .announcement ul.news_scroll li a {
    font-size: 14px;
  }
  a.sec2bx2,
  a.sec2bx3 {
    margin: 0;
  }
  a.sec2bx .img h3 {
    font-size: 16px;
  }
  a.sec2bx .img h3 img {
    height: 30px;
  }
  .section3_in h2 {
    padding: 0;
  }
  .cert_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 15px;
  }
  .cert_grid h3 {
    font-size: 18px;
  }
  .certifications_grid .cert_bx1:nth-child(2n) {
    margin-top: 0;
  }
  .certifications_grid .cert_bx1:nth-child(3n) {
    margin-top: 0px;
  }
  .section7 h2 {
    font-size: 32px;
    text-align: left;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    display: block !important;
  }
  .owl-nav {
    top: -60px !important;
  }
  .mFooter .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .footer_links h3 {
    font-size: 24px;
  }
  .section1 .grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 30px;
  }
  .sec1bx1 {
    padding: 40px;
    border-right: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.37);
  }
  .section2 .swiper-slide {
    width: 80%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: -10px;
  }
  .swiper-button-next {
    right: 0px;
  }
  .swiper-button-prev {
    right: calc(0px + 50px);
  }
  a.sec2bx1 h3,
  a.sec2bx1 h4 {
    font-size: 16px;
  }
  a.sec2bx1 p {
    font-size: 21px;
  }
  .list_label {
    padding: 10px;
    font-size: 14px;
  }
  .section1 {
    padding: 40px 20px;
  }
  .sec3_bx {
    padding: 20px;
  }
  .home_banner_info h2 {
    font-size: 32px;
  }
  .home_banner_form {
    max-width: 90%;
  }
  .home_banner_form .flex {
    flex-direction: column;
  }
  .radio_container label {
    width: 80px;
  }
  .home_banner_search {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_banner_input input {
    font-size: 10px;
  }
  .section4 .grid {
    gap: 20px;
    background-image: none;
    border: 1px solid #3bd447;
    border-radius: 50px 0 0 50px;
    padding: 30px;
  }
  .sec4_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec4info h3 {
    font-size: 16px;
  }
  .sec4_box .sec4info:first-child::after {
    right: auto;
    left: 0;

    top: auto;
    bottom: -20px;
    width: 100%;
    height: 1px;
  }
  .footerlinks {
    gap: 15px;
    flex-wrap: wrap;
  }
  .footerlinks a {
    font-size: 14px;
  }
  .footer_logo a img {
    height: 60px;
  }
  .section2 {
    padding: 40px 30px;
  }
  .home_testimonials p {
    font-size: 14px;
  }
  .overhide1 .swiper-pagination1 {
    top: -40px;
  }
  .banner_btns {
    display: flex;
    overflow: auto;
  }
  .banner_btns:last-child {
    display: none;
  }
  .footer_social {
  }
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 4120px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 4120px) 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 75px;
  }
  .header {
    padding: 0 30px;
  }
  .menu > ul > li {
    margin: 0;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .menu ul {
    margin-right: 0;
  }
  .menu > ul > li > a {
  }
  .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 {
  }
  .cert_grid h2,
  .section7 h2,
  .section8 h2,
  .section5 h2,
  .section4 h2 {
    font-size: 42px;
  }
  .section2_grid {
    gap: 40px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .section2in {
    padding-left: 50px;
  }
  .section2in h2 {
    font-size: 28px;
  }
  .section2in .owl-stage {
    left: -20px;
  }
  .banner_hd {
    font-size: 50px;
    line-height: 1.3;
  }
  .box2cont p {
    min-height: 78px;
  }
  .logo a img {
  }
  .footer {
    padding: 0 30px;
    gap: 50px;
  }
  .footer_logo img {
    height: 120px;
  }
  .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;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1500px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .banner_hd h2 {
  }
  .header {
    padding: 0 40px;
  }

  .section2in {
    padding-left: 50px;
  }

  .menu ul.menu_r li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .banner_hd,
  .section1 h2,
  h2 {
    font-size: 42px;
  }
  .section3_in {
    font-size: 36px;
  }
  .logo {
    left: 50px;
  }
}
