* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Raleway-800";
  src: url("./fonts/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: "Raleway-700";
  src: url("./fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Raleway-600";
  src: url("./fonts/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: "Raleway-500";
  src: url("./fonts/Raleway-Medium.ttf");
}
@font-face {
  font-family: "Raleway-400";
  src: url("./fonts/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Roboto-400";
  src: url("./fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-500";
  src: url("./fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-300";
  src: url("./fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-bold";
  src: url("./fonts/Roboto-Bold.ttf");
}
header .after_scroll_navbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
header .after_scroll_navbar .mobileLogo {
  display: none;
}
header .headerWrraper .customNav {
  background: transparent;
  position: fixed !important;
  z-index: 99;
  width: 100%;
  padding-top: 35px;
  transition: ease 0.4s;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .mobileLogo {
    width: 130px;
    padding-left: 10px;
  }
}
header .headerWrraper .customNav .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: linear-gradient(151deg, rgba(54, 82, 173, 0.9) 26.27%, rgba(255, 0, 124, 0.9) 100%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
header .headerWrraper .customNav .sidebar .navParent {
  padding-left: 79px;
  margin-top: 45px;
  list-style-type: none;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .sidebar .navParent {
    padding-left: 140px;
  }
}
header .headerWrraper .customNav .sidebar .navParent .nav-item {
  position: relative;
  padding-left: 20px;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion {
  background: transparent;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion .accordion-body {
  padding: 0;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion .accordion-item {
  background: transparent;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion .accordion-button {
  background: transparent;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion-button::after {
  background-image: url(../images/navdownarrow1.svg);
  margin-left: 18px;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .nav-link:focus-visible {
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .sidebar .navParent .nav-item .dis {
    padding-left: 23px;
  }
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .dis li {
  list-style: none;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .dis li a {
  font: 18px/28px "Raleway-600";
  color: #FFF;
  padding-bottom: 18px;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .sidebar .navParent .nav-item .dis li a {
    font: 16px/26px "Raleway-600";
    padding-bottom: 16px;
  }
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .onHov::after {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 18px;
  border: 0px;
}
header .headerWrraper .customNav .sidebar .navParent .nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 41px;
  width: 15px;
  height: 15px;
  background-color: #f5ad00;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  header .headerWrraper .customNav .sidebar .navParent .nav-item:before {
    width: 10px;
    height: 10px;
    top: 34px;
  }
}
@media screen and (max-width: 992px) {
  header .headerWrraper .customNav .sidebar .navParent .nav-item:before {
    top: 30px;
  }
}
header .headerWrraper .customNav .sidebar .navParent .nav-item .nav-link {
  padding: 30px 30px;
  color: white;
  font: 24px/34px "Raleway-600";
  text-decoration: none;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  header .headerWrraper .customNav .sidebar .navParent .nav-item .nav-link {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .sidebar .navParent .nav-item .nav-link {
    font: 22px/32px "Raleway-600";
    padding: 18px 22px;
  }
}
header .headerWrraper .customNav .sidebar .closebtn {
  position: absolute;
  top: 42px;
  right: 25px;
  margin-left: 50px;
  margin-right: 60px;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .sidebar .closebtn {
    right: -14px;
  }
}
header .headerWrraper .customNav .openbtn {
  cursor: pointer;
  background: transparent;
  border: none;
}
header .headerWrraper .customNav .openbtn svg {
  color: #f5ad00;
  font-size: 40px;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav .openbtn svg {
    font-size: 30px;
  }
}
header .headerWrraper .customNav #main {
  transition: 0.5s;
}
@media screen and (max-width: 576px) {
  header .headerWrraper .customNav #main {
    padding: 10px;
  }
}

.homeMainSec {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.homeMainSec .videoOverlay {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeMainSec .grad {
  background: linear-gradient(180deg, rgba(255, 126, 77, 0) 0%, rgba(127, 39, 255, 0.31) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.homeMainSec .homeSecWrap {
  position: absolute;
  top: 58%;
  left: 30%;
  transform: translate(-14%, -50%);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .homeMainSec .homeSecWrap {
    transform: translate(-22%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .homeMainSec .homeSecWrap {
    transform: translate(-22%, -45%);
  }
}
@media screen and (max-width: 576px) {
  .homeMainSec .homeSecWrap {
    transform: translate(-22%, -55%);
  }
}
.homeMainSec .homeSecWrap .heading {
  font: 64px/74px "Raleway-400";
  color: #fff;
  text-align: center;
  letter-spacing: -1.28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .homeMainSec .homeSecWrap .heading {
    font: 40px/50px "Raleway-400";
  }
}
@media screen and (max-width: 576px) {
  .homeMainSec .homeSecWrap .heading {
    font: 26px/37px "Raleway-400";
    margin-bottom: 24px;
  }
}
.homeMainSec .homeSecWrap .subHeading {
  font: 40px/52px "Raleway-500";
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .homeMainSec .homeSecWrap .subHeading {
    font: 30px/42px "Raleway-500";
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .homeMainSec .homeSecWrap .subHeading {
    font: 20px/30px "Raleway-500";
    margin-bottom: 40px;
  }
}
.homeMainSec .homeSecWrap .smallHead {
  text-decoration: none;
  font: 16px/26px "Raleway-700";
  color: #fff;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .homeMainSec .homeSecWrap .smallHead {
    font: 14px/24px "Raleway-700";
    margin-bottom: 20px;
  }
}
.homeMainSec .homeSecWrap .downArrow {
  background: transparent;
  border: none;
}

.aboutInfoSec {
  background: url(../images/aboutBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.aboutInfoSec .aboutInfo {
  background: url(../images/aboutRight.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 0%;
  background-position-x: 91%;
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfo {
    background-size: auto 15%;
    background-position-y: -11%;
  }
}
.aboutInfoSec .aboutInfoWrap {
  padding-bottom: 99px;
}
@media screen and (max-width: 992px) {
  .aboutInfoSec .aboutInfoWrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfoWrap {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.aboutInfoSec .aboutInfoWrap .descParent {
  width: 705px;
  padding-top: 98px;
}
@media screen and (max-width: 992px) {
  .aboutInfoSec .aboutInfoWrap .descParent {
    width: auto;
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfoWrap .descParent {
    padding-top: 50px;
  }
}
.aboutInfoSec .aboutInfoWrap .descParent .desc {
  color: #fff;
  font: 16px/28px "Roboto-400";
  letter-spacing: 0.32px;
  margin-top: 15px;
  text-align: justify;
}
.aboutInfoSec .aboutInfoWrap .descParent .aboutBtn {
  margin-top: 30px;
}
.aboutInfoSec .aboutInfoWrap .descParent .aboutBtn .learnMoreBtn {
  font: 14px/24px "Raleway-800";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 15px;
  border: 1px solid #fff;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfoWrap .descParent .aboutBtn .learnMoreBtn {
    padding: 12px 14px;
  }
}
.aboutInfoSec .aboutInfoWrap .ourInfoWrap {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap {
    padding-top: 50px;
  }
}
.aboutInfoSec .aboutInfoWrap .ourInfoWrap .ML_30 {
  margin-left: 22px;
}
@media screen and (max-width: 992px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap .ML_30 {
    margin-left: 0;
  }
}
.aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .mission {
  color: #fff;
  font: 40px/52px "Raleway-500";
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .mission {
    font: 30px/42px "Raleway-500";
  }
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .mission {
    font: 26px/36px "Raleway-500";
    margin-bottom: 20px;
  }
}
.aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .boldTxt {
  font: 16px/28px "Roboto-bold";
  color: #fff;
  letter-spacing: 0.32px;
}
.aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .desc {
  color: #fff;
  font: 16px/28px "Roboto-400";
  letter-spacing: 0.32px;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .desc {
    margin-top: 16px;
  }
}
@media screen and (max-width: 576px) {
  .aboutInfoSec .aboutInfoWrap .ourInfoWrap .infoBox .desc {
    margin-top: 12px;
  }
}

.serviceSec {
  padding: 92px 0;
}
@media screen and (max-width: 992px) {
  .serviceSec {
    padding: 70px 0;
  }
}
@media screen and (max-width: 576px) {
  .serviceSec {
    padding: 50px 15px;
  }
}
.serviceSec .serviceHead {
  color: #404040;
  text-align: center;
  font: 20px/35px "Raleway-600";
  letter-spacing: 0.4px;
}
@media screen and (max-width: 576px) {
  .serviceSec .serviceHead {
    font: 18px/28px "Raleway-600";
  }
}
.serviceSec .serviceParent {
  padding-top: 70px;
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .serviceSec .serviceParent {
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent .HideImg {
    display: none;
  }
}
.serviceSec .serviceParent .blueTitle {
  color: #185882;
  text-align: center;
  font: 16px/26px "Raleway-600";
  margin-top: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent .blueTitle {
    margin-top: 20px;
  }
}
.serviceSec .serviceParent .MT_90 {
  margin-top: 120px;
}
@media screen and (max-width: 1400px) {
  .serviceSec .serviceParent .MT_90 {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .serviceSec .serviceParent .MT_90 {
    margin-top: 138px;
  }
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent .MT_90 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent .left {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent .right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.serviceSec .serviceParent .right .serviceBox {
  width: 450px;
  color: #404040;
  font: 18px/28px "Raleway-600";
  letter-spacing: 0.36px;
  padding: 18px 30px;
  border-radius: 10px;
  border-top: 1px solid #f5ad00;
  border-left: 1px solid #f5ad00;
  background: #fff;
  box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.serviceSec .serviceParent .right .serviceBox:hover {
  background: #f5ad00;
  color: white;
  transition: all 0.5s;
}
.serviceSec .serviceParent .right .serviceBox span {
  font: 18px/28px "Roboto-500";
}
@media screen and (max-width: 1200px) {
  .serviceSec .serviceParent .right .serviceBox {
    width: 360px;
    padding: 16px 30px;
  }
}
@media screen and (max-width: 992px) {
  .serviceSec .serviceParent .right .serviceBox {
    width: 450px;
    padding: 16px 30px;
  }
}
@media screen and (max-width: 576px) {
  .serviceSec .serviceParent .right .serviceBox {
    width: 310px;
    padding: 14px 16px;
    font: 16px/26px "Raleway-600";
  }
}

.vist .visitPlant .owl-nav button.owl-next {
  background: #f5ad00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  display: inline-grid;
  position: absolute;
  right: 8%;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .owl-nav button.owl-next {
    right: 6%;
  }
}
.vist .visitPlant .owl-nav button.owl-next i {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .owl-nav button.owl-next i {
    font-size: 14px;
  }
}
.vist .visitPlant .owl-nav button.owl-prev {
  background: #f5ad00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  display: inline-grid;
  position: absolute;
  left: 8%;
  top: 45%;
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
  }
}
.vist .visitPlant .owl-nav button.owl-prev i {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .owl-nav button.owl-prev i {
    font-size: 14px;
  }
}
.vist .visitPlant .sandioBanner {
  background: url(../images/homeProjPipingLay.webp);
}
.vist .visitPlant .gbaranBanner {
  background: url(../images/HomeProjpipeStree1.webp);
}
.vist .visitPlant .DMEbanner {
  background: url(../images/homeprojPipeSupp.webp);
}
.vist .visitPlant .carouselParent {
  position: relative;
  width: 100%;
  height: 660px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .vist .visitPlant .carouselParent {
    height: 576px;
  }
}
@media screen and (max-width: 992px) {
  .vist .visitPlant .carouselParent {
    height: 468px;
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .carouselParent {
    height: 430px;
  }
}
.vist .visitPlant .carouselParent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(236deg, rgba(28, 74, 223, 0.53) 26.27%, rgba(255, 0, 124, 0.36) 100%);
}
.vist .visitPlant .carouselParent .textWrapper {
  position: absolute;
  top: 44%;
  left: 68%;
  transform: translate(-29%, -36%);
}
@media screen and (max-width: 1400px) {
  .vist .visitPlant .carouselParent .textWrapper {
    transform: translate(-48%, -30%);
  }
}
@media screen and (max-width: 1200px) {
  .vist .visitPlant .carouselParent .textWrapper {
    transform: translate(-48%, -38%);
  }
}
@media screen and (max-width: 992px) {
  .vist .visitPlant .carouselParent .textWrapper {
    transform: translate(-48%, -58%);
  }
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .carouselParent .textWrapper {
    transform: translate(-54%, -32%);
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .carouselParent .textWrapper {
    transform: translate(-72%, -32%);
  }
}
.vist .visitPlant .carouselParent .textWrapper .title {
  color: #fff;
  font: 40px/52px "Raleway-500";
  margin-bottom: 21px;
  width: 390px;
}
@media screen and (max-width: 1200px) {
  .vist .visitPlant .carouselParent .textWrapper .title {
    font: 32px/42px "Raleway-500";
    width: 360px;
  }
}
@media screen and (max-width: 992px) {
  .vist .visitPlant .carouselParent .textWrapper .title {
    font: 23px/33px "Raleway-500";
    margin-bottom: 18px;
    width: 247px;
  }
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .carouselParent .textWrapper .title {
    font: 19px/29px "Raleway-500";
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .carouselParent .textWrapper .title {
    font: 18px/28px "Raleway-500";
    margin-bottom: 14px;
    width: 226px;
  }
}
.vist .visitPlant .carouselParent .textWrapper .smallTitle {
  font: 24px/34px "Raleway-600";
  color: #FFF;
  letter-spacing: 0.48px;
  margin-bottom: 40px;
  width: 370px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .vist .visitPlant .carouselParent .textWrapper .smallTitle {
    font: 22px/32px "Raleway-600";
  }
}
@media screen and (max-width: 992px) {
  .vist .visitPlant .carouselParent .textWrapper .smallTitle {
    font: 18px/28px "Raleway-600";
    width: 322px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .carouselParent .textWrapper .smallTitle {
    width: 222px;
    font: 17px/27px "Raleway-600";
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .carouselParent .textWrapper .smallTitle {
    width: 222px;
    font: 16px/26px "Raleway-600";
    margin-bottom: 16px;
  }
}
.vist .visitPlant .carouselParent .textWrapper .btnWrap .findMoreBtn {
  border-radius: 15px;
  background: #ff7e4d;
  color: #fff;
  text-align: center;
  font: 14px/24px "Raleway-800";
  border: 1px solid #ff7e4d;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .vist .visitPlant .carouselParent .textWrapper .btnWrap .findMoreBtn {
    padding: 12px 18px;
  }
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .carouselParent .textWrapper .btnWrap .findMoreBtn {
    padding: 10px 12px;
    font: 12px/22px "Raleway-800";
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .carouselParent .textWrapper .btnWrap .findMoreBtn {
    padding: 10px 10px;
    font: 10px/20px "Raleway-800";
  }
}
.vist .visitPlant .carouselParent .textWrapper .btnWrap .findMoreBtn:hover {
  background: transparent;
  color: white;
  transition: all 0.5s;
}
.vist .visitPlant .carouselParent .textWrapper .sideImgWrap img {
  opacity: 0.3;
  position: absolute;
  top: 104%;
  right: -7%;
}
@media screen and (max-width: 1400px) {
  .vist .visitPlant .carouselParent .textWrapper .sideImgWrap img {
    top: 99%;
  }
}
@media screen and (max-width: 992px) {
  .vist .visitPlant .carouselParent .textWrapper .sideImgWrap img {
    top: 107%;
    right: -24%;
  }
}
@media screen and (max-width: 768px) {
  .vist .visitPlant .carouselParent .textWrapper .sideImgWrap img {
    top: 99%;
  }
}
@media screen and (max-width: 576px) {
  .vist .visitPlant .carouselParent .textWrapper .sideImgWrap img {
    top: 117%;
  }
}

.projectLocSec {
  padding: 105px 0 174px;
}
@media screen and (max-width: 992px) {
  .projectLocSec {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 576px) {
  .projectLocSec {
    padding: 50px 15px 50px;
  }
}
.projectLocSec .blueHeading {
  color: #185882;
  font: 40px/52px "Raleway-500";
  width: 735px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1200px) {
  .projectLocSec .blueHeading {
    font: 30px/42px "Raleway-500";
    width: 580px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .projectLocSec .blueHeading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .projectLocSec .blueHeading {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .projectLocSec .blueHeading {
    font: 22px/34px "Raleway-500";
    margin-bottom: 40px;
  }
}
.projectLocSec .projectWrap .projLeft {
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  .projectLocSec .projectWrap .projLeft {
    margin-right: 30px;
  }
}
.projectLocSec .projectWrap .projLeft .nav-tabs .nav-link {
  border-bottom: 1px solid #f5ad00;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 100%;
  text-align: start;
  padding: 0;
}
.projectLocSec .projectWrap .projLeft .nav-tabs .nav-link:hover {
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.projectLocSec .projectWrap .projLeft .nav-tabs .nav-link.active {
  color: #185882;
  font: 18px/24px "Raleway-600";
  letter-spacing: 0.36px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
@media screen and (max-width: 576px) {
  .projectLocSec .projectWrap .projLeft .nav-tabs .nav-link.active {
    font: 16px/22px "Raleway-600";
  }
}
.projectLocSec .projectWrap .projLeft .nav-tabs .nav-link.active::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00acbe;
  border-radius: 50%; /* for circular bullet */
  margin-right: 15px;
}
.projectLocSec .projectWrap .projLeft .nav-tabs .nav-tabs .nav-link:focus {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: none;
}
.projectLocSec .projectWrap .projLeft .nav-tabs .nav-link:focus-visible {
  box-shadow: none;
}
.projectLocSec .projectWrap .projLeft .projectList {
  flex-direction: column;
  border: 0;
}
.projectLocSec .projectWrap .projLeft .projectList .brNone {
  border-bottom: none !important;
}
.projectLocSec .projectWrap .projLeft .projectList .subHeading {
  color: #404040;
  font: 18px/24px "Raleway-400";
  letter-spacing: 0.36px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .projectLocSec .projectWrap .projLeft .projectList .subHeading {
    font: 16px/22px "Raleway-400";
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.news .newsSliderParent {
  background: url(../images/newsSlider1.webp);
  position: relative;
  width: 100%;
  height: 660px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .news .newsSliderParent {
    height: 850px;
  }
}
@media screen and (max-width: 992px) {
  .news .newsSliderParent {
    height: 740px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsSliderParent {
    height: 800px;
  }
}
@media screen and (max-width: 576px) {
  .news .newsSliderParent {
    height: 700px;
  }
}
@media screen and (max-width: 460px) {
  .news .newsSliderParent {
    height: 620px;
  }
}
.news .newsSliderParent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(236deg, rgba(28, 74, 223, 0.53) 26.27%, rgba(255, 0, 124, 0.36) 100%);
}
.news .newsSliderParent .newsSliderWrap {
  padding-top: 120px;
  padding-left: 75px;
}
@media screen and (max-width: 1400px) {
  .news .newsSliderParent .newsSliderWrap {
    padding-top: 145px;
  }
}
@media screen and (max-width: 1200px) {
  .news .newsSliderParent .newsSliderWrap {
    padding-left: 65px;
    padding-right: 75px;
  }
}
@media screen and (max-width: 992px) {
  .news .newsSliderParent .newsSliderWrap {
    padding-top: 110px;
  }
}
@media screen and (max-width: 576px) {
  .news .newsSliderParent .newsSliderWrap {
    padding-top: 60px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.news .newsSliderParent .newsSliderWrap a {
  text-decoration: none;
}
.news .newsSliderParent .newsSliderWrap .newsSec .subHeading {
  color: #fff;
  font: 20px/30px "Raleway-700";
  letter-spacing: -0.4px;
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .news .newsSliderParent .newsSliderWrap .newsSec .subHeading {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .news .newsSliderParent .newsSliderWrap .newsSec .subHeading {
    margin-top: 16px;
    font: 16px/26px "Raleway-700";
  }
}
.news .newsSliderParent .newsSliderWrap .newsRight {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 1400px) {
  .news .newsSliderParent .newsSliderWrap .newsRight {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news .newsSliderParent .newsSliderWrap .newsRight {
    margin-left: 0px;
  }
}
.news .newsSliderParent .newsSliderWrap .newsRight .orangeTxt {
  color: #f5ad00;
  font: 16px/26px "Raleway-600";
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media screen and (max-width: 576px) {
  .news .newsSliderParent .newsSliderWrap .newsRight .orangeTxt {
    margin-bottom: 18px;
  }
}
.news .newsSliderParent .newsSliderWrap .newsRight .heading {
  color: #fff;
  font: 48px/58px "Raleway-400";
  letter-spacing: -0.96px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .news .newsSliderParent .newsSliderWrap .newsRight .heading {
    font: 34px/44px "Raleway-400";
  }
}
@media screen and (max-width: 576px) {
  .news .newsSliderParent .newsSliderWrap .newsRight .heading {
    font: 28px/38px "Raleway-400";
  }
}
.news .newsSliderParent .newsSliderWrap .newsRight .ReadbtnWrap .readMoreBtn {
  color: #fff;
  text-align: center;
  font: 14px/24px "Raleway-800";
  text-transform: uppercase;
  border-radius: 15px;
  background: #ff7e4d;
  border: 1px solid #ff7e4d;
  text-decoration: none;
  padding: 12px 20px;
}
@media screen and (max-width: 576px) {
  .news .newsSliderParent .newsSliderWrap .newsRight .ReadbtnWrap .readMoreBtn {
    padding: 12px 16px;
  }
}
.news .newsSliderParent .newsSliderWrap .newsRight .ReadbtnWrap .readMoreBtn:hover {
  background: transparent;
  transition: all 0.5s;
}
.news .newsSlider .owl-nav {
  margin-top: 0px;
}
.news .newsSlider .owl-nav button.owl-next {
  background: #f5ad00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  display: inline-grid;
  position: absolute;
  right: -50%;
  top: 45%;
}
@media screen and (max-width: 1200px) {
  .news .newsSlider .owl-nav button.owl-next {
    right: -9%;
  }
}
@media screen and (max-width: 992px) {
  .news .newsSlider .owl-nav button.owl-next {
    top: 33%;
    right: -12%;
  }
}
@media screen and (max-width: 768px) {
  .news .newsSlider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    right: -17%;
    top: 43%;
  }
}
@media screen and (max-width: 576px) {
  .news .newsSlider .owl-nav button.owl-next {
    top: 30%;
    right: -14%;
  }
}
@media screen and (max-width: 460px) {
  .news .newsSlider .owl-nav button.owl-next {
    top: 30%;
    right: -16%;
  }
}
@media screen and (max-width: 420px) {
  .news .newsSlider .owl-nav button.owl-next {
    top: 30%;
    right: -17%;
  }
}
@media screen and (max-width: 400px) {
  .news .newsSlider .owl-nav button.owl-next {
    top: 30%;
    right: -20%;
  }
}
.news .newsSlider .owl-nav button.owl-next i {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news .newsSlider .owl-nav button.owl-next i {
    font-size: 14px;
  }
}
.news .newsSlider .owl-nav button.owl-prev {
  background: #f5ad00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  display: inline-grid;
  position: absolute;
  left: -10%;
  top: 45%;
}
@media screen and (max-width: 1400px) {
  .news .newsSlider .owl-nav button.owl-prev {
    left: -11%;
  }
}
@media screen and (max-width: 1200px) {
  .news .newsSlider .owl-nav button.owl-prev {
    left: -9%;
  }
}
@media screen and (max-width: 992px) {
  .news .newsSlider .owl-nav button.owl-prev {
    top: 33%;
    left: -12%;
  }
}
@media screen and (max-width: 768px) {
  .news .newsSlider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    left: -18%;
    top: 43%;
  }
}
@media screen and (max-width: 576px) {
  .news .newsSlider .owl-nav button.owl-prev {
    left: -13%;
    top: 30%;
  }
}
@media screen and (max-width: 460px) {
  .news .newsSlider .owl-nav button.owl-prev {
    left: -17%;
    top: 30%;
  }
}
@media screen and (max-width: 420px) {
  .news .newsSlider .owl-nav button.owl-prev {
    left: -18%;
    top: 30%;
  }
}
@media screen and (max-width: 400px) {
  .news .newsSlider .owl-nav button.owl-prev {
    left: -20%;
    top: 30%;
  }
}
.news .newsSlider .owl-nav button.owl-prev i {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news .newsSlider .owl-nav button.owl-prev i {
    font-size: 14px;
  }
}

.testimonials {
  padding-top: 140px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1400px) {
  .testimonials {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 992px) {
  .testimonials {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.testimonials .mainHeading {
  color: #185882;
  font: 40px/52px "Raleway-500";
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .testimonials .mainHeading {
    font: 34px/44px "Raleway-500";
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials .mainHeading {
    font: 30px/40px "Raleway-500";
    margin-bottom: 20px;
  }
}
.testimonials .Clienttestimonial .owl-dots {
  left: 17%;
  position: absolute;
  margin-top: 43px !important;
}
@media screen and (max-width: 992px) {
  .testimonials .Clienttestimonial .owl-dots {
    left: 17%;
    margin-top: 33px !important;
  }
}
@media screen and (max-width: 768px) {
  .testimonials .Clienttestimonial .owl-dots {
    left: -1%;
  }
}
@media screen and (max-width: 576px) {
  .testimonials .Clienttestimonial .owl-dots {
    margin-top: 22px !important;
  }
}
.testimonials .Clienttestimonial .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0px 7px;
  background: #185882;
}
@media screen and (max-width: 576px) {
  .testimonials .Clienttestimonial .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
.testimonials .Clienttestimonial .owl-dots .owl-dot.active span {
  background: #f5ad00;
}
.testimonials .Clienttestimonial .owl-dots .owl-dot:hover span {
  background: #f5ad00;
}
.testimonials .Clienttestimonial .testimonialWrap .testimonialParent .content {
  color: #185882;
  font: 18px/30px "Roboto-400";
  letter-spacing: 0.36px;
  margin-bottom: 49px;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .testimonials .Clienttestimonial .testimonialWrap .testimonialParent .content {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials .Clienttestimonial .testimonialWrap .testimonialParent .content {
    font: 16px/28px "Roboto-400";
    margin-bottom: 26px;
  }
}
.testimonials .Clienttestimonial .testimonialWrap .testimonialParent .name {
  color: #185882;
  font: 22px/32px "Raleway-700";
  letter-spacing: 0.36px;
  margin-bottom: 22px;
}
@media screen and (max-width: 576px) {
  .testimonials .Clienttestimonial .testimonialWrap .testimonialParent .name {
    font: 20px/30px "Raleway-700";
    margin-bottom: 20px;
  }
}
.testimonials .Clienttestimonial .testimonialWrap .testimonialParent .desgn {
  color: #404040;
  text-decoration: none;
  font: 15px/24px "Roboto-300";
  letter-spacing: 0.3px;
}

.mapMain {
  padding-top: 60px;
}
.mapMain .mapWrap {
  padding-bottom: 50px;
}
.mapMain .mapWrap .mapTitle {
  color: #185882;
  font: 24px/34px "Raleway-600";
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .mapMain .mapWrap .mapTitle {
    font: 22px/32px "Raleway-600";
  }
}
@media screen and (max-width: 576px) {
  .mapMain .mapWrap .mapTitle {
    font: 20px/30px "Raleway-600";
  }
}

.mainContactPage {
  background: linear-gradient(-253deg, #7f27ff 42.97%, #f5ad00 118.72%) !important;
}
.mainContactPage .contact {
  background-position-x: 78% !important;
}
.mainContactPage .contact .contactWrap {
  padding-top: 119px;
}

.contactSec {
  background: #185882;
}
.contactSec .salesContact {
  color: #fff;
  font: 16px/24px "Raleway-500";
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .contactSec .salesContact {
    font: 15px/23px "Raleway-500";
  }
}
.contactSec .contact {
  background: url(../images/contactRight.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 0%;
  background-position-x: 91%;
}
@media screen and (max-width: 576px) {
  .contactSec .contact {
    background-size: auto 7%;
  }
}
.contactSec .contact .contactWrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}
.contactSec .contact .contactWrap .heading {
  color: #fff;
  font: 40px/52px "Raleway-500";
  padding-top: 76px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .heading {
    padding-top: 75px;
    margin-bottom: 40px;
    font: 34px/44px "Raleway-500";
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .heading {
    padding-top: 50px;
    margin-bottom: 25px;
    font: 30px/40px "Raleway-500";
  }
}
.contactSec .contact .contactWrap .contactParent .ContactLeft span {
  font: 16px/24px "Roboto-400";
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft span {
    font: 14px/23px "Roboto-400";
  }
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .yellowTxt {
  color: #f5ad00;
  font: 20px/30px "Raleway-600";
  letter-spacing: 0.48px;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .yellowTxt {
    font: 22px/32px "Raleway-600";
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .yellowTxt {
    font: 20px/30px "Raleway-600";
  }
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .address {
  color: #fff;
  font: 16px/24px "Raleway-500";
  letter-spacing: 0.32px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 390px;
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .address {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .address {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .address {
    font: 15px/23px "Raleway-500";
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .addressWrap .borderNone {
  border-bottom: none;
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .followOn {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .followOn .socialIcon {
  font-size: 20px;
  color: white;
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .copyright {
  color: #fff;
  font: 16px/24px "Raleway-500";
  margin-bottom: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright {
    margin-top: 15px;
    font: 15px/23px "Raleway-500";
  }
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright {
    font: 12px/22px "Raleway-500";
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright {
    font: 15px/23px "Raleway-500";
  }
}
.contactSec .contact .contactWrap .contactParent .ContactLeft .copyright span {
  font: 16px/24px "Roboto-400";
}
@media screen and (max-width: 1400px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright span {
    margin-top: 15px;
    font: 15px/23px "Roboto-400";
  }
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright span {
    font: 12px/22px "Roboto-400";
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactLeft .copyright span {
    font: 15px/23px "Roboto-400";
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight {
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight {
    padding-left: 60px;
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight {
    padding-left: 0px;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .title {
  color: #fff;
  font: 24px/34px "Raleway-600";
  letter-spacing: 0.48px;
  margin-bottom: 33px;
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .title {
    font: 22px/32px "Raleway-600";
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled {
  margin-bottom: 20px;
  position: relative;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled input,
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled textarea {
  background: transparent;
  outline: none;
  padding: 13px 19px;
  color: #fff;
  font: 16px/28px "Roboto-400";
  letter-spacing: 0.32px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled ::-moz-placeholder {
  color: white;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled ::placeholder {
  color: white;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled select.dropbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat !important;
  background-position-x: 96% !important;
  background-position-y: 49% !important;
  background-image: url("../images/subjectdarrow.svg") !important;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled .dropdown .dropbtn {
  outline: none;
  background: transparent;
  padding: 13px 19px;
  color: #fff;
  font: 16px/28px "Roboto-400";
  letter-spacing: 0.32px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled .dropdown .dropbtn option {
  background-color: #185882;
  padding: 5px 10px !important;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background: #185882;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  z-index: 1;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled .dropdown .dropdown-content a {
  color: #fff;
  font: 16px/28px "Roboto-400";
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled .dropdown .arrow {
  float: right;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled .dropdown:hover .dropdown-content {
  display: block;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.commomInput::before {
  content: "*";
  position: absolute;
  /* Adjust this value as needed */
  top: 50%;
  transform: translateY(-50%);
  color: red;
  font-size: 16px; /* Adjust to match your input text size */
  pointer-events: none;
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
  left: 27%;
}
@media screen and (max-width: 1400px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
    left: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
    left: 36%;
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
    left: 21%;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
    left: 28%;
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
    left: 35%;
  }
}
@media screen and (max-width: 450px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.nameAsttr::before {
    left: 41%;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
  left: 30%;
}
@media screen and (max-width: 1400px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
    left: 36%;
  }
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
    left: 41%;
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
    left: 31%;
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
    left: 39%;
  }
}
@media screen and (max-width: 450px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.emailAsttr::before {
    left: 46%;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
  left: 20%;
}
@media screen and (max-width: 1400px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
    left: 24%;
  }
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
    left: 27%;
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
    left: 20%;
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
    left: 26%;
  }
}
@media screen and (max-width: 450px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.contactAsttr::before {
    left: 31%;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
  left: 15%;
}
@media screen and (max-width: 1400px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
    left: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
    left: 11%;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
    left: 15%;
  }
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
    left: 20%;
  }
}
@media screen and (max-width: 450px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .inFiled.subjectAsttr::before {
    left: 23%;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .submit {
  border-radius: 15px;
  background: #ff7e4d;
  color: #fff;
  border: 1px solid #ff7e4d;
  text-align: center;
  font: 14px/24px "Raleway-800";
  padding: 12px;
  text-transform: uppercase;
  width: 130px;
  outline: none;
  margin-top: 13px;
}
@media screen and (max-width: 576px) {
  .contactSec .contact .contactWrap .contactParent .ContactRight .submit {
    width: 100px;
  }
}
.contactSec .contact .contactWrap .contactParent .ContactRight .submit:hover {
  background: transparent;
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  .colRevr992 {
    flex-direction: column-reverse;
  }
}
.EnergyGreen {
  color: #60d438;
}/*# sourceMappingURL=style.css.map */