body {
  font-family: "Avenir LT Pro", sans-serif;
  /* padding-top: 100px; */
  overflow-x: hidden;
  background-color: #fff;
}
.total_page {
  width: 100%;
  display: block;
  overflow: hidden;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}

/* #### Generated By: http://www.cufonfonts.com #### */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir LT Pro", sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #000;
}

::selection {
  color: #000;
  background: #000;
}

.text {
  fill: none;
  stroke-width: 4;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 20s infinite linear;
  animation: stroke 20s infinite linear;
  font-size: 420px;
}
.text:nth-child(5n + 1) {
  stroke: #000;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.text:nth-child(5n + 2) {
  stroke: #000;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}
.text:nth-child(5n + 3) {
  stroke: #fff;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}
.text:nth-child(5n + 4) {
  stroke: #000;
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
}
.text:nth-child(5n + 5) {
  stroke: #000;
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

.bannerbox svg {
  position: absolute;
  width: 60%;
  height: 100%;
  right: -10%;
  top: 50%;
  transform: translateY(-45%);
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 9999999999;
}

.cursor-dot,
.cursor-dot11 {
  /* width: 10px;
  height: 10px;
  background-color: #000; */

  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid rgba(229, 27, 36, 1);
}

.cursor-dot11 {
  border-top: 12px solid rgba(255, 255, 255, 1);
}
/* .cursor-dot.cursor-dot1 {
  border-top: 10px solid rgba(229, 27, 36, 1);
} */
/* .cursor-dot-outline {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid rgba(229, 27, 36, 1);
}
.cursor-dot.cursor-dot1 {
  border-top: 10px solid rgba(229, 27, 36, 1);
}
.cursor-dot-outline.cursor-dot-outline1 {
  border-top: 20px solid rgba(229, 27, 36, 1);
} */

.cursor-dot.cursor-dot2 {
  display: none;
}
.cursor-dot-outline.cursor-dot-outline2 {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 40px solid transparent;
  background-color: rgba(229, 27, 36, 0.75);
  border-radius: 100%;
}
.cursor-dot-outline.cursor-dot-outline2::before {
  content: "DISCOVER";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 6px;
  font-weight: 600;
}
.container {
  width: 100%;
  max-width: 1320px;
}

.container1 {
  max-width: 1320px;
  margin: auto;
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  /* padding: 0 35px; */
  background-color: #000;
}
#header.fixed1.fixed2 {
  background-color: #fff;
  -webkit-box-shadow: 0 11px 39px rgba(0, 38, 120, 0.08);
  -moz-box-shadow: 0 11px 39px rgba(0, 38, 120, 0.08);
  box-shadow: 0 11px 39px rgba(0, 38, 120, 0.08);
}
.headertop {
  background-color: #2b3944;
}
.headertop .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}
.headertop .flex .mail a {
  text-decoration: none;
  color: #fff;
}
.logo {
  float: left;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo5.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 250px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 75px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 0px;
}
#header.fixed2 .logo a {
  background-image: url(../images/logo.webp);
}

.headerright1 {
  float: right;
  display: inline-block;
  /* width: 75%; */
  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: "Avenir LT Pro", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.topnav ul li:last-child a {
  border-color: #414141;
  color: #fff;
  background-color: #414141;
}

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-flex;
  justify-content: right;
  width: 78%;
}

.menu > ul {
  list-style: none;
  display: flex;
}

.menu > ul > li {
  display: inline-block;
  /* position: relative; */
  /* padding-top: 5px; */
  float: left;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  font-family: "Avenir LT Pro 65", sans-serif;
  color: #fff;
  /* font-weight: 600; */
  height: 75px;
  line-height: 75px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu > ul > li > a svg {
  height: 16px;
}
.menu > ul > li > a span {
  position: absolute;
  right: 8px;
  width: 6px;
  height: 6px;
  content: "";
  border: 2px solid #01a7ee;
  border-radius: 10px;
  top: 32px;
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  color: #d00000;
}

.menu > ul > li.contactli {
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: transparent;
  transition: all 0.5s;
  padding: 0 30px;
  height: auto;
  line-height: normal;
  margin-top: 12px;
  margin-left: 20px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

#header.fixed1 .menu > ul > li > a {
  color: #fff;
  font-family: "Avenir LT Pro 65", sans-serif;
  /* text-transform: uppercase */
}
#header.fixed2 .menu > ul > li > a {
  color: #0b0906;
  font-family: "Avenir LT Pro 65", sans-serif;
  /* text-transform: uppercase */
  white-space: nowrap;
}

#header.fixed1 .menu > ul > li > a i {
  /* font-size: 8px; */
}

#header.fixed1 .menu > ul > li.contactli {
  /* margin-left: 15px; */
}

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff;
  padding: 15px 30px;
  /* border-radius: 30px; */
  /* height: 75px;
  line-height: 75px; */
  font-size: 17px;
  font-weight: 500;
}
#header.fixed2 .menu > ul > li.contactli > a {
  color: #fff;
  background-color: #8c0000;
  border-color: #8c0000;
  border-radius: 30px;
}
#header.fixed1 .menu > ul > li:not(:last-child):hover a,
#header.fixed1 .menu > ul > li:not(:last-child) > a.active {
  color: #8c0000;
  /*background-color: #f2f2f2;*/
  opacity: 1;
}
#header.fixed1 .menu > ul > li.contactli > a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.menu > ul > li > a i {
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
ul.submenu1,
ul.submenu2 {
  width: 60%;
  background-color: #fff;
  /* background-color: #b7a8d4; */
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 75px;
  left: 30%;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0;
  /* padding: 30px; */
}
ul.submenu123 {
  width: 260px;
  padding: 0;
}
ul.submenu2 {
  top: 0;
  left: -100%;
}
ul.submenu1 h2 {
  color: #8c0000;
  font-size: 24px;
  margin: 0 0 20px;
}
ul.submenu1 h4 {
  color: #000;
  font-size: 18px;
  margin: 0 0 10px;
  font-family: "Avenir LT Pro 65", sans-serif;
}
ul.submenu1 .grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 30px;
}
ul.submenu1 .grid .grids {
  padding: 30px;
}
ul.submenu1 .grid .grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
ul.submenu1 li {
  /* float: left;
  display: inline-block;
  width: 25%; */
}
ul.submenu1 a {
  color: #505050 !important;
  font-size: 16px;
  padding: 7px 0;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-align: left;
  line-height: normal;
  text-decoration: none;
  position: relative;
}

ul.submenu1 a:hover {
  color: #c40202 !important;
}
.menu_right_box {
  background-color: #8c0000;
  padding: 30px;
}
ul.submenu1 .menu_right_box h4,
ul.submenu1 .menu_right_box p {
  color: #fff;
  margin-bottom: 20px;
}
ul.submenu1 .menu_right_box a {
  background-color: #fff;
  float: left;
  padding: 15px 30px;
  color: #8c0000 !important;
  border-radius: 30px;
  font-family: "Avenir LT Pro 65";
}
/*------header_end--------*/

/*home_link*/

.home_link {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #010716;
  height: 100vh;
}
.carousel-control svg {
  width: 36px;
}

.home_link::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 9;
  background-image: url(../images/Rectangle1.html);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}
.Rectangle_1_i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#Rectangle_1_i {
  fill: url(#Rectangle_1_i);
}

.hl_video {
  position: absolute;
  top: 75px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* .hl_video::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 9;
  background-image: url(../images/logo_shape.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
} */
.hl_video::after {
  /* position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 6.88%,
    rgba(0, 0, 0, 0.6) 60.18%
  );
  z-index: 0; */
  /* background-color: #000;
  opacity: 0.19; */
}
.hl_video video {
  width: 100%;
  display: block;
  left: 0%;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  /* opacity: 0.5; */
}
.vidbg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-image: url(../images/greenshape.html) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  /* text-align: center; */
  padding: 0 5%;
  top: 45%;
  /* background: rgba(255, 255, 255, 0.8);
      padding: 100px; */
  position: absolute;
  z-index: 999;
}

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  padding-top: 75px;
}
/* Hero Blob Start */

.blobs {
  width: 50vh;
  height: 50vh;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translate(-50%, 50%);
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.blobs .blob {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  background-color: #ff4d00;
  mix-blend-mode: multiply;
  filter: blur(80px);
  color: transparent;
  /* Add this line */
}

.blobs .blob.a {
  background-color: #ff4d00;
  /* adjust as needed */
  animation: circular2 40s linear infinite;
}

.blobs .blob.b {
  background-color: #ff4d00;
  /* adjust as needed */
  animation: circular 20s linear infinite;
}

.blobs .blob.c {
  animation: circular 60s linear infinite;
}

@keyframes circular {
  0% {
    transform: translate(0, -150px);
  }

  25% {
    transform: translate(150px, 0);
  }

  50% {
    transform: translate(0, 150px);
  }

  75% {
    transform: translate(-150px, 0);
  }

  100% {
    transform: translate(0, -150px);
  }
}

@keyframes circular2 {
  0% {
    transform: translate(0, 150px);
  }

  25% {
    transform: translate(-150px, 0);
  }

  50% {
    transform: translate(0, -150px);
  }

  75% {
    transform: translate(150px, 0);
  }

  100% {
    transform: translate(0, 150px);
  }
}

/* Hero Blov End */
/* .bannerbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background-image: url(../images/bannershape.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
} */
/* 
.bannerbox::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0px;
  width: 35%;
  height: 100%;
  z-index: 1;
  display: block;
  background: linear-gradient(to right, transparent, #f30206);
  transform: skew(-15deg);
  opacity: 0.2;
}
#main-decor {
  height: 100vh;
  width: 24vw;
  left: 12%;
  top: 0;
  position: absolute;
  z-index: 9;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.05);
  border-right: 1px solid #000;
  border-left: 1px solid #000;
} */

.bannerimgg {
  float: right;
  width: 50%;
  position: relative;
  text-align: center;
  /* visibility: hidden; */
  margin-top: 15px;
  z-index: 9;
  /* padding-right: 100px; */
}
img.bannerimg1 {
  width: 485px;
  display: table;
  margin: auto;
}
img.bannerimgbg {
  width: 60%;
  display: block;
  position: absolute;
  /* right: 0; */
  top: 0;
  left: 105%;
}
.bannerboxcont {
  position: absolute !important;
  /* left: 50px; */
  left: 0;
  top: 0px;
  z-index: 99;
  width: 70%;
  display: table;
  padding: 0 100px !important;
  overflow: hidden;
  height: 100vh;
  visibility: hidden;
  margin: 0 !important;
}

.bannerboxcont1 {
  position: absolute;
  left: 0;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  display: grid;
  align-items: center;
  z-index: 999;
}

.banner_hd {
  color: #fff;
  font-size: 66px;
  margin: 0 0px 20px;
  /* text-transform: capitalize; */
  line-height: 1.2;
  z-index: 9;
  position: relative;
  text-align: left;
  font-family: "Avenir LT Pro 65", sans-serif;
}
/* .banner_hd i {
  color: #d00000;
  font-style: normal;
}
.banner_hd span {
  background-image: url(../images/shape.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  padding-bottom: 30px;
} */
.bannercontbx1 p {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bannerinfo {
  /* margin-top: 300px; */
}
/* ---- banner ---- */

.main_banner {
  /* height: 90vh; */
  overflow: hidden;
  width: 100%;
  display: block;
  /* padding: 50px 0 */

  padding-top: 50px;
}

.bannerimg {
  width: 38%;
  /* display: block; */
  float: right;
  position: relative;
  margin: 0px 0;
  right: 10%;
  opacity: 0;
}

.bannerimg > img.bannermainimg {
  width: 100%;
}

a.bannerserv1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  text-align: center;
  vertical-align: middle;
  display: block;
  transition: all 0.3s;
  z-index: 99;
  visibility: hidden;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#396ba5+0,4091af+100 */
  background: #396ba5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #396ba5 0%, #4091af 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #396ba5 0%, #4091af 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #396ba5 0%, #4091af 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#396ba5', endColorstr='#4091af', GradientType=1);
  /* IE6-9 */
}

a.bannerserv1:hover {
  transform: scale(1.1, 1.1);
}

.bannerserv1 img {
  position: relative;
}

a.bcir1 {
  left: -50px;
  top: -1px;
}

a.bcir2 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 30%;
  left: 10.5%;
}

a.bcir3 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 3%;
  left: 33%;
}

a.bcir4 {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  top: 5%;
  left: 57.5%;
}

a.bcir5 {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  top: 30%;
  left: auto;
  right: 6%;
}

/* .main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
} */
.banner_txt {
  top: 25% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 15% !important;
  margin: auto;
  left: 0%;
  margin: auto;
  text-align: center;
}

.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
}
/* 
.banner_hd {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  visibility: visible !important;
}

.banner_hd span {
  color: #00ce10;
  font-style: italic;
  font-size: 42px;
  font-weight: 300;
} */

.banner_cont {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  padding: 0px;
  visibility: visible !important;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 10px;
}

.banner_r_more a {
  text-decoration: none;
  color: #1f9028;
  text-transform: uppercase;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  visibility: visible !important;
  outline: 0px;
}

.banner_r_more a img {
  width: 60px;
}

.banner_r_more a:hover {
  background-color: transparent;
  color: #fff;
}

.ban_but {
  bottom: 10%;
}

.slideRight ul {
  list-style: none;
}

.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.slideRight ul li:first-child:before {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 30%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.85;
}

/*animated arrow animattion*/
@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }

  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

.carousel-control.right {
  right: 40px !important;
}

.mbi1 {
  margin-top: 75px;
}

.bannercontbx1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  left: 0px;
  top: 0;
  padding-top: 0;
  z-index: 9;
  visibility: hidden;
}
.bannercontbx1 .grid {
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr);
  gap: 50px; */
  /* align-items: center; */
  z-index: 1;
  position: relative;
  /* margin-top: -120px; */
}

/*----------banner-----------*/

.overlayScroll {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  transform: none;
  text-align: center;
  z-index: 999;
}
.overlayScroll a {
  text-decoration: none;
}
.landingArrow {
  position: relative;
  right: auto;
  z-index: 4;
  overflow: hidden;
  width: 1px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  height: 5vw;
}
.landingArrow span {
  position: relative;
  display: block;
  top: -5vw;
  width: 100%;
  height: 100%;
  animation: landArrow 2s ease infinite;
  animation-delay: 2s;
  background: #000;
}
@keyframes landArrow {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.overlayScroll p {
  padding: 0;
  margin: 1vw 0 0;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.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: #d00000;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

/* .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: #2e3944;
  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.html");
}

.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: 99999;
}

.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: #414141;
}

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 #ed681c;
  background-color: #ed681c;
  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;
}

img.deskno {
  display: none;
}
/*section1*/
.section1 {
  position: relative;
  padding: 50px 0;
}
.section1::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 50%;
  content: "";

  background-image: url(../images/back-sprite.svg#dot-view);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 25px 25px;
}
h2 {
  color: #000;
  font-size: 45px;
  margin: 0px 0px 20px;
  font-family: "Avenir LT Pro 65", sans-serif;
  line-height: 1.2;
  z-index: 9;
  position: relative;
}
.section1_in {
  /* background-color: #fff; */
  position: relative;
  /* margin-top: -110px; */

  z-index: 99;
  /* border-radius: 20px; */
  /* box-shadow: 0 11px 39px rgba(0, 38, 120, 0.2); */
  /* box-shadow: 2px 4px 6px 0px #121a210f; */
  /* border-radius: 0 150px 0 150px; */
}
.section1 .flex {
  display: flex;
  /* align-items: center; */
  gap: 30px;
}
.section1 img {
  height: 50px;
  /* margin-bottom: 30px; */
}
.section1 p,
p {
  color: #505050;
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  /* opacity: 0.65; */
}
.sec1grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.sec1bx {
  border: 1px solid #d3dce5;
  border-radius: 5px;
  padding: 30px;
  transition: all 0.3s;
  /* box-shadow: 0 11px 39px rgba(0, 38, 120, 0.08); */
}
.sec1bx:hover {
  box-shadow: 0 11px 39px rgba(0, 38, 120, 0.2);
}
.sec1bx h3 {
  color: #000;
  font-size: 24px;
  margin: 20px 0px 20px;
  font-family: "Avenir LT Pro 65", sans-serif;
  line-height: 1.2;
  z-index: 9;
  position: relative;
}
.bannerinfo .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.btn {
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  border-radius: 0;
  /* letter-spacing: 1px; */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background-color: #8c0000;
}
/* a.btn:last-child {
  background-color: #fff;
  color: #000;
}
a.btn img {
  height: 13px;
} */
a.btn.btn1 {
  background-color: #d00000;
  border-color: #d00000;
  color: #fff;
}
a.btn:hover {
  background-color: #fff;
  color: #8c0000;
}
a.btn.btn1:hover img {
  filter: brightness(0) invert(1);
}
a.btn.btn1:hover {
  background-color: #000;
}
.section1 img.abtimg {
  width: 100%;
}
.sec1bx span {
  width: 75px;
  height: 75px;
  background-color: #2e3944;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.sec1bx span img {
  height: 40px;
}
/*section1*/

/*section2*/
.section2 {
  width: 100%;
  display: block;
  position: relative;
  padding: 60px 0;
  /* background-color: #f1f4f5;

  background-image: url("../images/dots.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%; */
  /* background: rgb(136, 193, 235);
  background: linear-gradient(
    56deg,
    rgba(136, 193, 235, 1) 19%,
    rgba(232, 248, 255, 1) 60%,
    rgba(219, 247, 215, 1) 100%
  ); */

  background-color: #fff;
  overflow: hidden;
}
/* .section2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  content: "";
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */
.sec2widbb {
  /* width: 30%; */
  /* text-align: center; */
  /* position: absolute;
  left: 0;
  top: 0; */
}
.sec2widbb h2 {
  /* color: #fff; */
}
.sec2widbb p {
}
.multi_tabs {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 23fr 77fr;
  gap: 40px;
  margin-top: 20px;
  position: relative;
  z-index: 1;

  /* background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 10px 30px -10px rgba(0, 9.859999999999994, 78.19999999999997, 0.22); */
}
ul.tabs {
  margin: 0;
  float: left;
  list-style: none;
  position: relative;
  text-align: left;
  z-index: 9;
  /* padding-top: 300px; */
}
ul.tabs li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 10px;
  cursor: pointer;
  padding: 26px 20px;
  border-left: none;
  font-size: 20px;
  /* overflow: hidden; */
  color: #000;
  /* border-radius: 30px; */
  transition: all 0.3s;
  border: 1px solid #707070;
  position: relative;
}
ul.tabs li i {
  font-size: 16px;
}
ul.tabs li span img {
  height: 12px;
}
ul.tabs li:hover {
  background-color: #f7f7f7;
}
ul.tabs li.active {
  background-color: #000;
  color: #fff;
}
ul.tabs li.active span {
  opacity: 1;
}
ul.tabs li.active::before {
  content: "";
  position: absolute;
  right: -42px;
  top: 50%;
  /* font-size: 70px; */
  color: #000;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.tabs li.active::after {
  content: "";
  position: absolute;
  right: -43px;
  top: 50%;
  /* font-size: 70px; */
  color: #000;
  transform: translateY(-50%);
  width: 2px;
  height: 51px;
  background-color: #fff;
}
.tab_container {
  border: 0px;
  border-top: none;
  clear: both;
}
.tab_padd {
  /* padding: 30px; */
}
.tab_content {
  width: 100%;
  padding: 30px;
  border: 2px solid #000;
  /* background-color: #fff; */
  background-size: cover;
  position: relative;
  display: block;
  /* border-radius: 50px; */
  /* box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.059); */
  /* background: rgb(236, 251, 233);
  background: linear-gradient(
    90deg,
    rgba(236, 251, 233, 1) 20%,
    rgba(234, 248, 253, 1) 48%
  );
  border-radius: 30px; */
}
.tab_content .grid {
  display: grid;
  grid-template-columns: 57fr 43fr;
  gap: 20px;
}
.tab_content h2 {
  font-size: 40px;
}
.tab_content h3 {
  margin: 20px 0;
  font-size: 24px;
  color: #8c0000;
  font-family: "Avenir LT Pro 65", sans-serif;
}
.tab_content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.serv_img img {
  width: 100%;
}
.tab_container .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tab_padd a.btn:hover {
  background-color: #000;
  color: #fff;
}
.tab_padd a.btnn {
  color: #000;
  font-family: "Avenir LT Pro 65", sans-serif;
}
.tab_padd a.btnn:hover {
  color: #8c0000;
}
/*section2*/

/*section3*/
.section3 {
  padding: 0 0 50px;
  background-color: #e6ecf3;
  position: relative;
}
.section3_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/path2.svg);
  background-repeat: no-repeat;
  background-position: -10px bottom;
  background-size: 75%;
  z-index: 1;
}
.section3::before,
.section3::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  content: "";
  background-color: #fff;
}
.section3::after {
  top: auto;
  bottom: 0;
  height: 100px;
}
.section3 .grid {
  display: grid;
  grid-template-columns: 65fr 35fr;
  gap: 50px;
  align-items: center;
}
.section3 img {
  width: 100%;
  position: relative;
  z-index: 9;
}
.section3 p {
  margin-bottom: 30px;
}
.section3 a.btn:hover {
  background-color: #000;
}
/*section3*/

/*section4*/
.section4 {
  padding: 60px 0;
}
.section4 ul.marquee-inner1 {
  position: relative;
  display: flex;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
  gap: 100px;
}
.marquee-container1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 9;
}
.marquee-container1::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 9;
  pointer-events: none;
}
.section4 ul li {
  display: inline-flex;
  width: 20%;
  max-height: 100px;
  align-items: center;
}
.section4 ul li img {
  /* width: 100%; */
  /* max-width: 150px; */
  max-height: 100px;
}
.marquee-container1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
/* Pause the animation on hover */
.marquee-container1:hover ul.marquee-inner1 {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*section4*/

/*section5*/
.section5 {
  background-color: #fff;
  padding: 0px 0;
  /* background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}
.section5 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section5 .grid a {
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.section5 .grid a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.28;
}
.section5 .grid a img {
  width: 100%;
  display: block;
}
.sec5_info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 75px;
}
.sec5_info h3 {
  font-size: 32px;
  color: #fff;
  font-family: "Avenir LT Pro 65";
  min-height: 100px;
}
.sec5_info span {
  color: #fff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #8c0000;
  transition: all 0.3s;
  border-radius: 30px;
}
.section5 .grid a:hover .sec5_info span {
  background-color: #fff;
  color: #8c0000;
}
/*section5*/

/*section6*/
.section6 {
  padding: 60px;
}

/*section6*/

/*section7*/
.section7 {
  padding: 60px 0;
  position: relative;
  background-color: #2e3944;
  background-image: url(../images/path1.svg);
  background-repeat: no-repeat;
  background-position: -50px bottom;
  background-size: 25%;
}
.section7 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
}
.section7 h2,
.section7 p {
  color: #fff;
}
.section7 p {
  opacity: 0.75;
}
.section7 ul {
  list-style: none;
}
.section7 ul li a {
  display: grid;
  grid-template-columns: 60px 1fr;
  position: relative;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-family: "Avenir LT Pro 65", sans-serif;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px 15px;
  transition: all 0.3s;
}
.section7 ul li:last-child a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.section7 ul li a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.section7 ul li a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/red_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
.section7 ul li a img {
  max-width: 45px;
  max-height: 50px;
}
/*section7*/

/*section8*/
.section8 {
  padding: 60px 0;
  background-color: #e6ecf3;
}
.section8 .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 50px;
  align-items: center;
}
.section8 .grid img {
  width: 95%;
}
/*section8*/

.section9 {
  padding: 100px 0;
  background: url(../images/123.webp);
  background-position: center center;
  background-size: cover;
  position: relative;
  /* text-align: center; */
}
.section9::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.section9 h2,
.section9 p {
  color: #fff;
  position: relative;
  font-size: 50px;
}
.section9 p {
  font-size: 24px;
  margin-bottom: 30px;
}
.section9 a {
  position: relative;
}
.section9 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 75px;
  align-items: center;
}
.sec9left {
  padding-left: 50px;
  border-left: 1px solid #fff;
  position: relative;
}
#chartdiv {
  width: 100%;
  height: 500px;
  max-width: 100%;
  background-image: url("https://imgur.com/ohlKOgk");
}
.section6 .sec1grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 0;
}
.section6 .sec1grid .sec1bx {
  padding: 20px;
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
}
.section6 .sec1grid .sec1bx h3 {
  margin: 10px 0;
}
.section6 .sec1grid .sec1bx:nth-child(2n) {
  border-right: 0;
}
.section6 .sec1grid .sec1bx:nth-child(3),
.section6 .sec1grid .sec1bx:nth-child(4) {
  border-bottom: 0;
}
.section6 .sec1grid .sec1bx:hover {
  box-shadow: none;
}
.section6 .sec1grid .sec1bx img {
  width: 50px;
}
/*footer*/
.footer {
  padding: 60px 0 0;
  /* background: url(../images/footer.jpg);
  background-position: center center;
  background-size: cover; */
  position: relative;
  width: 100%;
  display: block;
  /* overflow: hidden; */
  background-color: #fff;
}
/* .footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(2, 12, 57, 0.83);
} */

.footer_in {
  display: grid;
  grid-template-columns: 55fr 25fr 20fr;
  gap: 20px;
  row-gap: 0;
  position: relative;
}
.footer_bx_abs {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
a.ft_mail {
  font-size: 21px;
  text-decoration: none;
  color: #505050;
  font-family: "Avenir LT Pro 65", sans-serif;
}
ul {
  list-style: none;
}
.footer_bx_abs .flex,
.footer_bx_abs .flex ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_bx_abs .flex ul {
  background-color: #dbdbdb;
  border-radius: 30px;
  padding: 10px 30px;
}
.footer_bx_abs .flex ul li {
}
.footer_bx_abs .flex ul a {
  font-size: 24px;
  color: #000;
  transition: all 0.3s;
}
.footer_bx_abs .flex ul a:hover {
  color: #c40202;
}
.footer_bx_abs .flex span {
  font-size: 21px;
  color: #505050;
}
.footer_bx_abs .flex {
  margin-top: 20px;
}
.footer_imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60px;
  margin: 30px auto 0;
  gap: 50px;
  padding: 15px 0;
  max-width: 600px;
}
.footer_bx1 {
  /* margin-bottom: 30px; */
}
.footer_bx1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer_bx1 h3 {
  color: #8c0000;
  font-size: 21px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  width: 90%;
  font-family: "Avenir LT Pro 65", sans-serif;
}
.footer_bx1 h4 {
  color: #505050;
  margin: 0 0 20px;
  font-family: "Avenir LT Pro 65", sans-serif;
}
.footer_bx1 a {
  color: #505050;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer_bx1 a:hover {
  opacity: 0.5;
}
.footer_bx1 p {
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.footer_bx1 p strong {
  font-weight: 500;
}
.footer_bx1 .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_bx1 .flex img {
  height: 50px;
}
.full_grid {
  grid-row: 1 / 3;
  grid-column: 2 / span 1;
}
.aside_grid {
  grid-row: 1 / 3;
  grid-column: 4 / span 1;
}

.footer_form .ninput1 {
  width: 80%;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 0;
  color: #fff;
  margin-bottom: 10px;
}
.footer_form .nsubmit1 {
  width: 80%;
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 0;
}
.footer_form .nsubmit1:hover {
  background-color: #888;
  color: #000;
}
ul.ft_social {
  list-style: none;
  display: flex;
  gap: 20px;
  /* margin-top: 30px; */
}
ul.ft_social li {
}
ul.ft_social li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
ul.ft_social li a:hover {
  opacity: 0.5;
}
.footer_copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  /* align-items: center; */
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 20px;
  background-color: #000;
}
.footer_copy img {
  height: 60px;
}
.pd-l-20 {
  padding-left: 20px;
  display: flex;
  gap: 120px;
  flex-direction: column;
  justify-content: space-between;
}
/*footer*/
::-moz-selection {
  /* Code for Firefox */
  color: #e51b24;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.industries_pg {
  width: 100%;
  display: block;
  padding: 40px 0;
  background-color: #f1fafe;
  position: relative;
  overflow: hidden;
}
.industries_pg::before {
  position: absolute;
  top: -31.875px;
  right: -23.75px;
  width: 100%;
  height: 100%;
  content: "";

  display: block;
  position: absolute;
  width: 48.75px;
  height: 48.75px;
  border: 6px solid #fff;
  border-radius: 50%;
}
.industries_pg_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  row-gap: 45px;
  position: relative;
}
.industries_pg_box1 {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.industries_pg h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.industries_pg_box1 span {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e51b23;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 60px;
  font-weight: 700;
}
.industries_pg_box1 h3 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 500;
}
.industries_pg_box1 p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.industries_pg_box1 a {
  color: #e51b23;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 2px;
  transition: all 0.3s;
  border-bottom: 1px solid #e51b23;
}
.industries_pg_box1 a:hover {
  color: #000;
}
.aside_grid p span {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.desk {
  display: block;
}
.mob {
  display: none;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 25px;
    right: 0px;
  }
  .pavcontentslider .carousel-indicators {
    bottom: 90px !important;
  }
  #header.fixed1 {
    padding: 0 20px 0 0;
  }
  .bannercontbx1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .logo a {
    width: 220px;
  }
  .bannerbox,
  .bannercontbx1 {
    height: 80vh;
  }
  .bannercontbx1 {
    padding: 0 10px;
  }
  .banner_hd {
    font-size: 32px;
    line-height: 1.6;
  }
  .bannercontbx1 p {
    font-size: 16px;
  }
  .carousel-control.right {
    right: 20px !important;
  }
  .section1 {
    display: block;
  }

  .servtabs_info:hover,
  .sec2_bx_hov:hover .sec2_bx {
    transform: translateY(-5px);
    border: 1px solid rgb(0, 0, 0);
  }
  .section3_top h2,
  .section4 h2,
  .section2 h2,
  .section5 h2,
  .industries_pg h2,
  .section6 h2 {
    font-size: 32px;
  }
  .section3,
  .section2,
  .section5,
  .industries_pg {
    padding: 50px 20px;
    display: block;
  }
  .section4 .owl-carousel .owl-item img {
    height: auto;
    width: 100px;
  }
  .section1_in_grid,
  .section2_in,
  .section5_in,
  .industries_pg,
  .industries_pg_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .industries_pg_box1 h3 {
    font-size: 16px;
  }
  .industries_pg_box1 {
    grid-template-columns: 55px 1fr;
  }
  .industries_pg_box1 span {
    font-size: 42px;
  }
  .section6 {
    padding: 40px 20px;
  }
  .section6 p {
    width: 100%;
    font-size: 16px;
  }
  .section6 a div span {
    font-size: 14px;
    line-height: 21px;
  }
  .footer_in {
    /* grid-template-columns: repeat(1, 1fr); */
    display: block;
  }
  .footer_bx1 {
    margin-bottom: 30px;
  }
  .footer_bx1 h3 {
    font-size: 21px;
  }
  .footer_copy {
    clear: both;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .sec1grid,
  .multi_tabs,
  .section4 .grid,
  .section5 .grid,
  .hometabs,
  .section8 .grid,
  .section3 .grid,
  .section7 .grid,
  .tab_content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.tabs li.active::before {
    display: none;
  }
  .section3 {
    padding: 100px 20px 50px;
  }
  .pd-l-20 {
    gap: 20px;
  }
  .pd-l-20 img {
    width: 50%;
  }
  .hometabs_info .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .homelogosbox img {
    height: 20px;
  }
  .section5 .grid {
    padding: 0;
  }
  h2 {
    font-size: 32px;
  }
  ul.tabs {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  ul.tabs li {
    padding: 10px;
    margin: 0;
    font-size: 16px;
  }
  .section7 ul li a {
    font-size: 16px;
  }
  .sec2widbb {
    width: 100%;
    text-align: left;
    position: relative;
    left: 0;
    top: 0;
  }
  .section2::before {
    width: 100%;
  }
  .tab_container .flex,
  .serv_hd {
    gap: 20px;
    flex-direction: column;
  }
  .serv_hd {
    font-size: 21px;
  }

  .tab_content {
    padding: 20px;
  }
  .footer_bx_abs {
    position: relative;
    text-align: left;
  }
  .footer_bx1 a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 960px) {
  .section1_in_grid,
  .section2_in,
  .section5_in,
  .industries_pg_box,
  .footer_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .menu > ul > li > a {
    font-size: 12px;
    padding: 0 8px;
  }
  .logo a {
    width: 200px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    font-size: 12px;
    padding: 10px 20px;
  }
  #header.fixed1 {
    padding: 0 15px;
  }
  .menu_grid1 h4 {
    font-size: 14px;
  }
  ul.submenu1 li a {
    font-size: 13px;
  }
  .servtabs_info ul li a {
    font-size: 14px;
  }
  .carousel-control.left {
    left: auto;
    right: 10%;
  }
  .section5 {
    padding: 50px 20px;
  }
  .sec5_img_box h4 {
    padding: 10px;
  }
  .section1_in_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1360px) {
  #header.fixed1 {
    padding: 0 30px;
  }
  .container {
    width: 90%;
    max-width: 90%;
    margin: auto;
  }
  .menu > ul > li > a {
    font-size: 14px;
    padding: 0 10px;
  }
  .logo a {
    width: 220px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .carousel-control.left {
    left: auto;
    right: 9%;
  }
}
