/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eceff1;
  color: #455a64;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px
}

a {
  color: #1bac91;
  text-decoration: none;
}

a:hover {
  color: #22d8b6;
  text-decoration: none;
}

@font-face {
  font-family: 'Futura', Arial, sans-serif;
  /* src: url("./futurah.otf") format("opentype"); */
  src: url("./futurah.ttf") format("truetype")
}

@font-face {
  font-family: "Segoe UI", Arial, sans-serif;
  /* src: url("./futurah.otf") format("opentype"); */
  src: url("./segoeui.ttf") format("truetype")
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Segoe UI", Arial, sans-serif; */
  font-family: 'Caudex', serif;
}
* {
  user-select: none
}

::selection {
  background: #1F5DAA;
}

::-moz-selection {
  background: #1F5DAA;
}

header {
  background-color: #fff;
  border-bottom: 2px solid #F58634;
  box-shadow: 0 0 10px #455a64;
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0
}

.logobox {
  /* width: 170px;
    padding: 10px 0; */
    width: 210px;
    padding: 0;
}

/* .nav-link {
  color: #455a64 !important;
  font-size: 14px;
  padding: 28px 20px;
  font-weight: 600
} */

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/testgif.gif) center no-repeat #fff;
  background-size: 300px;
}
#innerloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/testgif.gif) center no-repeat #fff;
  background-size: 300px;
  visibility: hidden;
}
#innerloader.display {
  visibility: visible;
}

/* .nav-link:focus, .nav-link:hover {
  color: #fff !important;
  background-color: #f26112
} */

.home {
  width: 100%;
  height: 100vh;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat
}

.homebox {
  display: flex;
  position: relative;
  margin: 0 auto;
  height: 100vh
}

.hometext {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  color: #f26112;
  font-size: 52px;
  width: 600px;
  height: 155px;
  margin: auto;
  line-height: 60px;
  font-weight: 500
}

.fpimg {
  height: 275px !important;
  align-items: center;
  display: flex;
  width: 235px !important;
}

.homeimg {
  width: 900px;
  flex: none;
  position: absolute;
  bottom: -40px;
  right: 0;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .2)
}

.one {
  background-image: url('../images/bgs7.jpg');
  background-position: center
}

.two {
  background-image: url('../images/bgs1.jpg')
}

.three {
  background-image: url('../images/bgs6.jpg')
}

.twotext {
  left: auto;
  right: 0;
  height: 335px
}

.threetext {
  left: auto;
  right: 0;
  height: 50%;
  width: 39%;
  font-size: 40px
}

.onetext {
  color: #f36c21;
  top: 0;
  left: 170px;
  bottom: 0;
  right: initial;
  text-align: left;
  line-height: 65px;
  height: 150px
}

.subtext {
  font-family: 'Brush Script Std', cursive;
  color: #fff;
  font-size: 32px
}

.high {
  padding: 100px 0;
  background-color: #f26112;
  color: #fff;
  text-align: center
}

.stripe{
  position: absolute;
   bottom: 50px;
   background-color: #034ea2ed;
   width: 100%;
   color: #fff;
   text-align: center;
   padding: 10px;
  font-size: 28px;
   z-index: 9999;
   cursor: none;
   pointer-events: none;
}
.stripe b {
  font-weight: 600;
}
.marquee-with-options {
  line-height: 2;
  width: 100%;
  overflow: hidden !important;
  /* padding-top: 18px;
  padding-bottom: 18px; */
/* margin-top: 10px;
margin-bottom: 10px; */
}

.desktoptext {
  display: block;
}
.mobiletext {
  display: none;
}
.carousel-item {
  transition: transform 3.0s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 3.0s ease-in-out;
}

div.upload {
  position: relative
}

div.upload:hover {
  opacity: .95
}

div.upload input[type=file] {
  display: input-block;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0
}

.uploadButton {
  background-color: #f26112;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  box-sizing: content-box;
  float: right
}

.upload+.uploadButton {
  height: 38px
}

.notetext {
  font-size: 10px
}

.fileName {
  opacity: .5;
  font-weight: 100
}

.activefile {
  opacity: 1 !important;
  font-weight: 400
}

.iconbox {
  width: 60px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: end
}

.numbox {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px
}

.sollink {
  color: #f26112
}

.sollink:hover {
  text-decoration: none
}

.hightext {
  font-size: 18px
}

.hightext>span {
  font-size: 12px
}

.pagebox {
  padding: 50px 0
}

.highbox {
  font-size: 70px;
  font-weight: 900;
  color: rgba(0, 0, 0, .1);
  position: absolute
}

.titleline {
  font-weight: 300;
  color: #f26112;
  margin-top: 10px
}

.mr {
  margin: 30px 0 60px 0
}

.fourbox {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.boxtitle {
  text-align: center;
  font-size: 24px;
  color: #f26112;
  padding-top: 10px;
  font-weight: 500
}

.whitebg {
  background-color: #fff
}

.timebox {
  width: 100%;
  height: 250px
}

.onebox {
  background-color: #01afb8
}

.twobox {
  background-color: #ff5e5b
}

.threebox {
  background-color: #ffa600
}

.nopad {
  padding: 0 !important
}

.mt40 {
  margin-top: 40px
}

.productoverview {
  line-height: 30px
}

.productoverview ul li {
  margin-top: 1rem
}

.hexagon {
  position: relative;
  width: 100px;
  height: 57.74px;
  margin: 28.87px 0;
  border-left: solid 5px #fff;
  border-right: solid 5px #fff
}

.hexagon:after, .hexagon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 70.71px;
  height: 70.71px;
  -webkit-transform: scaleY(.5774) rotate(-45deg);
  -ms-transform: scaleY(.5774) rotate(-45deg);
  transform: scaleY(.5774) rotate(-45deg);
  background-color: inherit;
  left: 9.6447px
}

.hexagon:before {
  top: -35.3553px;
  border-top: solid 7.0711px #fff;
  border-right: solid 7.0711px #fff
}

.hexagon:after {
  bottom: -35.3553px;
  border-bottom: solid 7.0711px #fff;
  border-left: solid 7.0711px #fff
}

.hexbo {
  width: 100px;
  margin: 0 auto;
  margin-bottom: -50px
}

.faicon {
  z-index: 9;
  width: 70px;
  margin-left: 15px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  position: absolute
}

.timeyear {
  text-align: center;
  padding-top: 80px;
  color: #fff;
  font-weight: 900;
  font-size: 20px
}

.compname {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 20px;
  width: 90px;
  margin: 0 auto
}

.rebox {
  position: relative;
  z-index: 0
}

.orgbar {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 299px;
  z-index: -1
}

.box2 {
  width: 50%;
  height: 250px;
  float: left
}

.boximg {
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  border: 5px solid #fff
}

.boxtext {
  width: 450px;
  text-align: justify;
  margin: 0 auto;
  padding: 20px;
  color: #fff
}

.btnbox {
  margin-top: 30px;
  width: 100%;
  text-align: right
}

.orgbtn {
  text-align: center;
  color: #f26112;
  padding: 10px 0
}

.infra {
  padding-bottom: 100px
}

.infrabox {
  color: #fff
}

.pagetitle {
  font-size: 36px;
  font-weight: 500;
  color: #f26112;
  background-color: #fff;
  margin: 0;
  padding: 10px 20px
}

.boxone {
  background-color: #fa9d1c
}

.boxtwo {
  background-color: #469d3c
}

.boxthree {
  background-color: #4b6967
}

.boxfour {
  background-color: #006d8a
}

.sideicon {
  float: left;
  font-size: 60px;
  padding: 20px;
  padding-top: 30px
}

.sidetext {
  float: left;
  width: 330px;
  padding: 15px 0;
  font-size: 16px;
  line-height: 20px
}

.subtitle {
  font-size: 20px
}

.titlebox {
  background-color: #ff4600;
  color: #fff;
  font-size: 28px
}

.orgpage {
  padding: 80px 0;
  color: #fff;
  background-color: #f26112
}

.htext {
  font-size: 22px;
  margin: 0
}

.contdetails {
  font-weight: 300;
  margin-top: 30px;
  font-size: 42px
}

.contdetails a {
  color: #fff
}

.contdetails a:hover {
  color: #f26112;
  text-decoration: none
}

.navigationdiv {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: 2.2rem;
  padding-bottom: 4rem;
  width: 100%
}

.navflow {
  color: #455a64;
  text-decoration: none;
  font-size: .95rem;
  padding-right: .75rem
}

.navflow:hover {
  text-decoration: none;
  color: #f26112
}

footer {
  /* padding: 20px 0; */
  background-color: #fff
}

footer .mb50 {
  margin-bottom: 10px
}

footer .cert {
  width: 55%
}

.logofoot {
  width: 300px;
  margin: 0 auto 40px auto
}

.headertextr {
  color: #f26112;
  font-weight: 500;
  font-size: 20px
}

.iconboxs {
  float: left;
  width: 40px;
  height: 25px
}

.numbox2 {
  float: left;
  width: 300px
}

.mbline {
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  padding: 20px 0;
  margin: 20px 0 20px 0
}

.pad {
  padding: 0 10px
}

.list-inline {
  padding: 0;
  margin: 0
}

.redcol {
  color: #cd2012
}

.tabhome {
  /* background-image: url('../images/bg2.jpg'); */
  background-size: auto;
      background-position: center;
  width: 100%;
  height: auto;
  position: relative;
}

.about {
  background-image: url('../images/aboutus.jpg') !important
}

.contactbg {
  background-image: url('../img/cont.jpg') !important
}


.contactbg::before {

    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* background-image: url('../img/proback.jpg'); */


}
.careerinput {
  border-radius: 5px !important;
  background-color: #fff !important;
}

.requestbg {
    background-image: url('../img/quote.jpg') !important
}
.requestbg::before {

    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);


}
/* .rev_slider .homeimg1 .slotholder::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0,0,0,0.4);
} */
.csrbanner {
  background-image: url('../images/csr.jpg') !important
}

.sustainbanner {
  background-image: url('../images/sustainability.jpg') !important
}

.infrabanner {
  background-image: url('../images/infrastructure.jpg') !important
}

.rndbanner {
  background-image: url('../images/r&d.jpg') !important
}

.productbanner {
  /* background-image: url(../img/producttestbanner.jpg) !important; */
/* background-repeat: no-repeat;
background-size: cover;
background-position: right top; */
background-color: #1F5DAA;
text-align: center;
}
.productbanner .secondarybanner {
  height: 100px;
    margin-top: 100px
}

.productbanner .secondarybanner .headm {
  height: 160px;
}

.productbanner .protitle {
  font-size: 40px;
}


.carrersbanner {
  background-image: url(../img/jointeam.jpg) !important;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
}

.whybanner {
  background-image: url('../img/why.jpg') !important;
  background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.whybanner::before {

    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.4);


}
.aboutbanner {
  background-image: url('../img/about-us.jpg') !important;
  background-repeat: no-repeat;
background-size: cover;
background-position: center;
}


.whatsnewbanner {
  background-image: url('../images/whatsnew.jpg') !important
}
.productbanner::before {

    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);


}

.pinfobanner {
background-color: #1F5DAA;
border-bottom: 1px solid #dee2e4;
}

.pinfobanner::before {

    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: unset !important;


}

.pinfobanner .maintitle {

  font-weight: 600;
}


.prohome {
  /* background-image: url('../images/bg2.jpg'); */
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 250px
}

.rnd {
  background-image: url('../images/rnd.jpg');
  background-size: cover;
  background-position: center;
  width: 100%
}

.rnd.mt80 {
  margin-top: 80px
}

.rnd .boxsubtitle {
  font-weight: 500 !important;
  color: #00008b
}

.rnd .orgbtn {
  color: #00008b
}

.headm {
  padding-top: 120px
}

.pageimg {
  width: 300px;
  float: right
}

.maintitle {
  color: #fff;
  font-size: 42px;
  padding-top: 150px;
  font-weight: 700;
  line-height: 65px
}

.maintitle2 {
  color: #fff;
  font-size: 42px;
  padding-top: 40px;
  font-weight: 700
}

.abouttext {
  margin: 30px auto;
  text-align: justify
}

.mb50 {
  margin-bottom: 50px
}

.shreetitle {
  color: #034ea2
}

.shreesub {
  color: #f26112
}

.groupbox {
  background-color: #eceff1;
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  transition: transform .2s;
  margin-bottom: 35px
}

.groupimg {
  width: 170px;
  height: 125px;
  text-align: left
}

.flowchartdiv {
  display: flex;
  justify-content: center
}

.flowchartimg {
  width: 60%
}

.groupbox a {
  color: inherit;
  text-decoration: none
}

.groupbox:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .7)
}

.groupbox a:hover {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase
}

.groupbox .readmore {
  color: #f26112;
  text-align: right;
  margin-top: 10px;
  font-size: 14px
}

.groupintro>p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  white-space: nowrap
}

.pageimg2 {
  width: 400px;
  float: right
}

.nomargin {
  margin: 0
}

.inlinetext {
  line-height: 1.4;
  color: #767676;
  margin: 0 0 1rem
}

.innerdiv {
  margin: 0 auto 1rem
}

.labeltext {
  margin-bottom: .25rem;
  font-size: .9rem;
  color: #414142
}

.catdiv {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem
}

.cattext {
  position: relative;
  margin: 5px 10px
}

.catlabel {
  color: #767676;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: 300;
  border-width: 1px;
  border-style: solid;
  border-color: #767676;
  border-image: initial;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all .1s ease-in-out 0s
}

.hideradio {
  clip: rect(0, 0, 0, 0);
  height: 2.5rem;
  max-width: 16rem;
  position: absolute !important;
  border-width: 0;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  overflow: hidden
}

.inlinetext1 {
  margin: 20px 0;
  line-height: 1.4;
  color: #767676;
  font-size: 12px;
  text-align: center;
  width: 100%
}

.changecolor {
  color: #009edc;
  max-width: 16rem;
  max-height: 2.5rem;
  font-size: .9rem;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-color: #009edc;
  border-image: initial;
  border-radius: 4px;
  padding: .75rem .6rem;
  transition: all .1s ease-in-out 0s
}

.cattext input[type=radio]:checked+label {
  background-color: #bbb !important
}

.probox {
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  background-color: #fff;
  margin-bottom: 30px;
  height: 390px
}

.proimg {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding: 10px
}

.cattext:hover .catlabel {
  color: #cd2012
}

.protype {
  text-align: center;
  font-size: 25px;
  margin: 0;
  color: #f26112
}

.prolink:focus, .prolink:hover {
  text-decoration: none
}

.prolink:focus>.probox, .prolink:hover>.probox {
  background-color: #f26112
}

.prolink:focus>.probox>.protype, .prolink:hover>.probox>.protype {
  color: #fff
}

.cattext2 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  color: #455a64
}

.prolink:focus>.probox>.cattext2, .prolink:hover>.probox>.cattext2 {
  color: #fff
}

.nodata {
  width: 100%;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  color: rgba(0, 0, 0, .4);
  margin-top: 40px
}

.nodata>span {
  font-size: 16px;
  font-weight: 300
}

.proinfo {
  padding: 140px 0 100px 0
}

.proimgbox {
  width: 420px;
  margin: 0 auto
}

.mt40 {
  margin-top: 60px
}

.boxtitleli {
  font-weight: 300;
  font-size: 24px
}

.boxsubtitle {
  font-weight: 300;
  font-size: 20px;
  color: #f26112
}

.formbox {
  width: 600px;
  margin: 0 auto
}

.inpfield {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #eceff1
}

.textbsd {
  width: 100%;
  padding: 10px;
  border: 1px solid #eceff1
}

.btn-org {
  text-align: right;
  background-color: #f26112;
  color: #fff;
  float: right
}

.f3 {
  width: 97%
}

.pad-50 {
  padding: 50px
}

.contact-button {
  background-color: #00008b;
  color: #fff;
  padding: 7px 25px;
  border: none;
  background: #1F5DAA !important;
position: absolute;
top: 4px;
right: 0px;
z-index: 1;
box-shadow: 0px 5px 28px rgba(0, 0, 0, 0.42);
border-radius: 40px;
border: none;
min-width: 100px;
}
.headercontact {
  top: 0;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 9px 25px;
}
.w-90 {
  width: 90%
}

.f4 .contact-button {
  padding: 8px 25px
}

.f3 .form-control {
padding: 0.75em;
  border-radius: 30px;
    border: none;
    box-shadow: 0px 0px 15px #ccc;
}

.playicon {
  margin-left: 7px;
  font-size: 30px
}

.popup-border {
  background: #302a2a;
  width: 80px;
  height: 80px;
  line-height: 67px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 43px;
  right: 0;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgb(21 21 21 / 30%)
}

.img-part {
  margin-top: 50px;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  background-image: url(../images/about_pro.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 400px;
  position: relative
}

.cancel-video span {
  right: 0;
  float: right;
  position: absolute;
  background: #fff;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  top: 2px;
  z-index: 999
}

.video-modal {
  background: 0 0;
  padding: 0
}

.video-modal video {
  border-radius: 10px
}

.video-modal .modal-content {
  background: 0 0;
  border: none
}

.video-modal .modal-header {
  padding: 0;
  border-bottom: none !important
}

.dropdown-hover {
  float: left;
  overflow: hidden
}

.dropdown-hover-content {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 30px 14px;
  padding-top: 50px;
  z-index: 4;
  border-top: 2px solid #f26112
}

.dropdown-hover-content .row {
  width: 100%
}

.dropdown-hover-content a.dropdown-item {
  font-weight: 300;
  white-space: normal;
  font-size: 14px
}

.dropdown-hover-content a.dropdown-item:focus, .dropdown-hover-content a.dropdown-item:hover {
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  color: #183883
}

.dropdown-hover:hover .dropdown-hover-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.pad-y90 {
  padding: 0 90px
}

.cathead {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 16px;
  color: #455a64
}

.innerform {
  background: linear-gradient(45deg, #274996, rgba(24, 56, 131, .7));
  padding: 1.75rem 0;
  width: 100%;
  color: #fff
}

.innerform .headtext {
  font-weight: 300;
  font-size: 1.55rem;
  line-height: 1.5;
  margin: 0 0 1rem
}

.innerform .smalltext {
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 1rem
}

.innerform .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  color: #fff
}

.innerform .form-control:focus {
  color: #fff;
  box-shadow: none;
  border-color: none
}

.innerform textarea.form-control {
  height: calc(1.5em + .75rem + 2px)
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem
}

.form-control.is-valid {
  /* background: 0 0 !important; */
  color: #000000;
}

.form-control.is-valid:focus {
  border-color: none
}

.invalid-feedback {
  color: #f44336;
  font-size: 15px;
  font-weight: 300
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all .2s;
  opacity: .5
}

.form-control.is-valid+.form-control-placeholder, .form-control.is-valid:focus+div .form-control-placeholder, .form-control:focus+.form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1
}

.countrylabel {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  display: none
}

.catlabeltext {
  font-size: 22px
}

.countrypicker .dropdown-menu li {
  margin-bottom: 10px
}

.countrypicker .dropdown-menu input:focus {
  color: #455164
}

.countrypicker .dropdown-menu li a span {
  margin-left: 5px
}

.subproduct {
  transition: transform .2s;
  height: 300px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse
}

.subproduct:hover img {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 99999
}

.innerform .sendbtn {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.3;
  margin: .5rem 0;
  min-height: 2.6rem;
  max-height: 4rem;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  min-width: 6rem;
  max-width: 10rem;
  z-index: 2;
  appearance: none;
  transition: all .3s ease-in-out 0s;
  background: 0 0;
  border: 1.5px solid #fff
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
  display: block;
  padding: 20px
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li.hidden {
  display: none
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
  background-position: 4px 12px !important
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a:hover {
  background-color: #f4f4f4
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  color: #fff !important;
  opacity: .5;
  font-weight: 300;
  text-align: left;
  padding-left: 10px !important
}

.bootstrap-select>.dropdown-toggle:focus {
  outline: 0 !important;
  box-shadow: none !important
}

.dropdown-menu>li.active>a {
  color: #fff !important;
  background-color: #337ab7 !important
}

.bootstrap-select .check-mark {
  line-height: 14px
}

.bootstrap-select .check-mark::after {
  font-family: FontAwesome;
  content: "\f00c"
}

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important
}

.probannerimg {
  width: 240px
}

.protitle {
  line-height: 26px;
  padding-top: 70px
}

.prosubtitle {
  margin-top: 40px;
  color: #f36c21;
  font-size: 26px;
  font-style: oblique;
  font-weight: 500
}

.pro_pagebox {
  padding: 50px 0;
  background-image: url('../img/molecule.png');
background-size: cover;
}
}

.thumb {
  width: 50px;
  height: 50px
}

.selectborder {
  border: 1px solid #ced4da !important
}

.selectborder>.dropdown-toggle {
  color: #455a64 !important
}

.nav-item .nav-link, .nav-tabs .nav-link {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

[data-toggle=collapse][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s
}

[data-toggle=collapse][data-parent="#accordion"][aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.nav-tabs {
  border: 0;
  padding: 15px .7rem
}

[data-background-color=orange]>.nav-item>.nav-link {
  color: #fff !important;
  margin: 0;
  font-size: 14px;
  padding: 20px 23px;
  line-height: 1.5;
  border: none !important
}

.cattext>ul {
  padding-left: 0
}

.cattext>ul>li {
  display: inline-flex;
  margin: 10px;
  width: 45%;
  padding: 5px 10px;
  box-shadow: 0 0 2px #455a64
}

.cattext>ul>li:hover {
  box-shadow: 0 0 10px #455a64;
  font-weight: 400
}

.countrypicker button {
  background-position: 10px 14px !important;
  padding-left: 40px !important;
  opacity: 1 !important;
  text-align: center !important
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
  background-color: #b0b0e6;
  color: #455a64 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active, .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.hover {
  background-color: #00008b;
  color: #fff !important
}

[data-background-color=orange] {
  padding: 15px 0 !important
}

.tabbackground {
  background-color: rgba(255, 255, 255, .2) !important;
  color: #fff !important;
  font-size: 16px !important
}

.prolistimg {
  width: 50px;
  height: 50px
}

.prolistdiv {
  display: inline-flex;
  width: 45%;
  box-shadow: 0 0 6px #455a64;
  padding: 10px
}

.prolistdiv:hover .catlabel {
  color: #455a64;
  font-size: 18px
}

.downloadbrouchre {
  top: 180px;
  position: absolute;
  width: 45%;
  display: block;
  right: 65px;
  text-align: right;
  z-index: 999;
}

.searchbardiv {
  display: block;
  position: fixed;
  /* background: #f26112; */
  /* top: 100px; */
  right: -200px;
  left: 0;
  z-index: 1001;
  width: 60%;
  max-width: 50%;
  padding: 5px;
  margin: auto
}

.searchbardiv .input-group {
  width: 80%;
z-index: 999999;
}

.searchbardiv .searchinput{
  border-radius: 0 !important;
}


.buttonsearch {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 99999999;
}

.buttonsearch:hover {
  /* background-color: #f26112; */
  color: #F58634;
}

/* #formsearch {
  display: none
} */

#searchbox {
  box-shadow: none;
  padding: 8px 14px
}

#searchbox:hover {
  box-shadow: none
}

.glowing-btn {
  background-color: #004a7f;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 12px 24px;
  width: 35%;
  text-align: center;
  text-decoration: none;
  animation: glowing 1.5s infinite;
  font-weight: 500
}

.mb110 {
  margin-bottom: 110px
}

.ecom5 {
  width: 275px
}

.ecommain {
  height: 280px
}

.secondarybanner {
  height: 400px;
  margin-top: 100px;
  position: relative
}

.secondarybanner .headm {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 180px;
  margin: auto;
  left: 0;
  padding-top: 0
}

.contactbanner {
  margin-top: 100px
}

.contactbanner .headm {
  height: 220px
}

.h-300 {
  height: 300px
}

.h-250 {
  height: 250px
}

.subproduct2 img {
  width: 100%;
  height: 300px;
  object-fit: contain
}

.lightbox-gallery {
  padding: 50px 0 !important
}

.lightbox-gallery h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff
}

.lightbox {
  margin-top: 60px
}

.itemsdiv .probox {
  height: 310px
}

.itemsdiv .probox .proimg {
  height: 250px !important
}

#data .probox .proimg {
  height: 250px !important
}

#data .probox {
  height: 320px
}

.imagebox {
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden
}

.imagebox img {
  opacity: 1;
  transition: .5s opacity;
  height: 100%;
  object-fit: cover
}

.imagebox .imagebox-desc {
  background-color: transparent;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px;
  position: absolute;
  transition: .5s padding;
  text-align: left;
  line-height: .8;
  height: 100px;
  width: 100%
}

.imagebox .imagebox-desc h6 {
  font-size: 13px
}

.imagebox .imagebox-desc small {
  font-size: 11px;
  font-weight: 100
}

.rnd1 {
  background-color: #d9a21d !important
}

.rnd2 {
  background-color: #08958b !important
}

.rnd3 {
  background-color: #953680 !important
}

.rnd4 {
  background-color: #d63037 !important
}

.rnd5 {
  background-color: #180376 !important
}

.rnd6 {
  background-color: #c41650 !important
}

.rnd7 {
  background-color: #0692c8 !important
}

.rnd8 {
  background-color: #169a49 !important
}

.rnd6img {
  object-position: right
}

.rnd7img {
  object-position: 0px -53px
}

.middle {
  height: 120px
}

.middle h1 {
  font-weight: 100;
  text-align: center;
  color: rgba(255, 255, 255, .3);
  font-size: 70px
}

.pad100 {
  padding: 100px !important
}

.rndimg_col {
  border-radius: 20px;
  padding: 0
}

.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px
}

.lightbox-gallery .intro p {
  margin-bottom: 0
}

.lightbox-gallery .photos {
  padding-bottom: 20px
}

.aboutpage .nav-pills-custom .nav-link {
  color: #aaa;
  background-color: #fff !important;
  position: relative
}

.aboutpage .nav-pills-custom .nav-link.active {
  color: #45b649 !important;
  background-color: #fff !important
}

.link:hover {
  text-decoration: none
}

.lineheight {
  line-height: 2
}

.whatsnew .line::before {
  content: " ";
  width: 60px;
  border-top: 2px dashed #f36c21;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0
}

input.nosubmit {
  border: 1px solid #555;
  width: 100%;
  padding: 9px 4px 9px 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
  background-position: right;
  background-origin: content-box
}

.h-80 {
  height: 80%
}

.pad40 {
  padding-bottom: 40px
}

.aboutpage.nav-pills .nav-link.active {
  color: #fff !important
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1
}

.mobileview {
  display: none !important
}

.menumobileview {
  display: none !important;
  width: 60%
}

.swal2-container {
  z-index: 999999 !important
}

.swal2-icon {
  width: 2em !important;
  height: 2em !important
}

.icon-class {
  width: 5em !important;
  height: 5em !important;
}

.swal2-icon .swal2-icon-content {
  font-size: 1.75em !important
}

.swal2-title {
  padding-top: 0 !important;
  font-size: 1.5em !important;
}

.swal2-actions {
  margin-top: .25em !important
}

.swal2-popup {
  font-size: 16px !important;
  width: 28em
}

@-webkit-keyframes glowing {
  0% {
    background-color: #b12120;
    -webkit-box-shadow: 0 0 5px #b12120
  }

  50% {
    background-color: #b12120;
    -webkit-box-shadow: 0 0 20px #1b2ba5
  }

  100% {
    background-color: #b12120;
    -webkit-box-shadow: 0 0 5px #1b2ba5
  }
}

@keyframes glowing {
  0% {
    background-color: #b12120;
    box-shadow: 0 0 5px #1b2ba5
  }

  50% {
    background-color: #b12120;
    box-shadow: 0 0 20px #1b2ba5
  }

  100% {
    background-color: #b12120;
    box-shadow: 0 0 5px #1b2ba5
  }
}
/* .plant-box:hover {
  background-color: rgba(206, 46, 39, 0.9);
} */
.reporttext {
  text-align: center;
display: block;
margin-top: 10px;
font-weight: 600;
letter-spacing: 2px;
/* color: #034ea2; */
}
.plant-box:hover .cardinner {
  visibility: hidden;
}
.card {
  background-color: #fff;
  margin: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.cardinner {
  padding: 20px;
}
.card:hover>.hoverbox3, .card:focus>.hoverbox3 {
  display: block;
}
.card-shad {
  border-radius: 0px !important;
  border: none;
}
.infotext {
  font-size: 20px;
  margin: 0;
}
.hoverbox3 {
  /* width: 100%; */
  /* height: 184px; */
  background-color: rgba(242, 97, 18, 1);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  display: none;
}
.innerbox2 {
  position: absolute;
  /* width: 200px; */
  height: 40px;
  display: flex;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
}
.hoverbtn {
  color: #fff;
  font-size: 27px;
  width: 59px;
  height: 45px;
  /* padding: 10px; */
  /* border-radius: 50%; */
  color: #455a64;
border: none;
background-color: #eceff1;
align-items: center;
display: flex;
}

.reportdiv {
  width: 80%;
}
.reportrow {
  justify-content: center;
}
.pro_pagebox .autoComplete_wrapper {
  width: 100%;
}
@media (min-width:1920px) and (max-width:2560px) {
  body {
    font-size: 24px;
    line-height: 40px
  }

  .container {
    max-width: 80%
  }

  .threetext {
    height: 55%;
    width: 40%;
    font-size: 55px;
    line-height: 85px
  }

  .twotext {
    height: 35%;
    width: 45%;
    line-height: 80px;
    font-size: 65px
  }

  .home {
    background-size: 100% 100%;
    background-position: unset
  }

  .nav-link {
    font-size: 18px
  }

  .itemsdiv .probox {
    height: 340px
  }

  .subproduct {
    height: 360px
  }

  .productoverview {
    line-height: 50px
  }

  .photos .item img {
    height: auto !important
  }

  .img-part {
    height: 55vh
  }

  .rnd .container {
    width: 90%
  }

  .boxtext {
    width: 80%
  }

  .imagebox {
    height: 400px
  }

  .imagebox .imagebox-desc {
    height: 130px
  }

  .imagebox .imagebox-desc h6 {
    font-size: 16px
  }

  .imagebox .imagebox-desc small {
    font-size: 14px
  }

  .whatsnew .mt-4 {
    margin-top: 70px !important
  }

  .emptyicon {
    float: inherit;
    display: inline-block
  }

  .secondphone {
    margin-left: 40px
  }
}

@media(max-width:1900px) {
  .threetext {
    height: 45%;
    width: 40%
  }

  .two {
    background-size: 100% 100%
  }

  .twotext {
    width: 45%
  }
}

@media(max-width:1600px) {
  .home {
    background-size: 100% 100%;
    background-position: unset
  }

  .container {
    max-width: 85%
  }

  .threetext {
    line-height: 80px;
    height: 50%;
    width: 35%;
    font-size: 50px
  }

  .rnd .container {
    max-width: 100%
  }

  .rnd .boxtext {
    font-size: 20px;
    line-height: 2
  }

  .imagebox {
    height: 350px
  }

  .imagebox .imagebox-desc {
    height: 130px
  }

  .imagebox .imagebox-desc h6 {
    font-size: 16px
  }

  .imagebox .imagebox-desc small {
    font-size: 14px;
    line-height: 1.5
  }

  .whatsnew .mt-4 {
    margin-top: 60px !important
  }

  .threetext {
    line-height: 45px;
    height: 50%;
    width: 40%;
    font-size: 35px
  }

  .secondphone {
    margin-left: 40px
  }
}

@media(max-width:1536px) {
  .home {
    background-size: 100% 100%;
    background-position: top
  }

  .emptyicon {
    float: inherit
  }
}

@media(max-width:1440px) {
  .threetext {
    font-size: 35px;
    line-height: 55px;
    width: 40%
  }

  .glowing-btn {
    font-size: 16px
  }

  .autoComplete_wrapper {
    width: 70%;
  }
}

@media(max-width:1366px) {
  /* .nav-link {
    font-size: 12px
  } */

  .downloadbrouchre {
    width: 60%
  }

  .threetext {
    height: 45%;
    font-size: 30px;
    line-height: 45px
  }

  footer .clearfix {
    display: flex
  }

  footer .clearfix.mb30:first-of-type {
    display: inline-block
  }
  .autoComplete_wrapper {
    width: 65%;
  }
}

@media(max-width:1200px) {
  .numbox2 {
    width: auto
  }

  .emptyicon {
    float: inherit
  }

  footer .secondphone {
    margin-left: 40px
  }
}

@media(max-width:1030px) {

  .downloadbrouchre {
    width: 100%
  }

  .home {
    background-size: cover
  }

  .threetext {
    height: 45%;
    width: 38%;
    font-size: 30px;
    line-height: 45px
  }

  .nav-link:focus, .nav-link:hover {
    padding: 10px
  }
  .reporttext {
    letter-spacing: inherit;
  }
  .autoComplete_wrapper {
    width: 62%;
  }
}

@media(max-width:991px) {

  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0
  }
  .reportcontainer {
    padding-right: 15px !important;
padding-left: 15px !important;
margin-right: auto !important;
margin-left: auto !important;
  }
}

@media(max-width:768px) {
  .stripe {
    /* line-height: 1.6; */
    bottom: 110px;
  }
  .home {
    height: 95vh
  }
  .marquee-with-options {
    line-height: 2;
  }

  .nav-tabs .nav-item>.nav-link {
    margin-bottom: 5px
  }

  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
  }

  .high {
    padding: 40px 0
  }

  .iconbox {
    width: 45px;
    margin-bottom: 10px;
    justify-content: center
  }

  .numbox {
    font-size: 35px;
    margin-bottom: 10px
  }

  .one {
    background-image: url('../images/bgs7re.jpg');
    background-position: right
  }

  .three {
    background-image: url('../images/testbanner2.png')
  }

  .downloadbrouchre {
    width: auto;
    right: 15px
  }

  .glowing-btn {
    width: 100%;
    padding: 8px 15px
  }

  .orgpage {
    padding: 40px 0
  }

  .orgpage .htext {
    font-size: 18px
  }

  .fourbox {
    margin-bottom: 20px
  }

  footer {
    font-size: 14px
  }

  footer .headertextr {
    font-size: 16px
  }

  footer .numbox2 {
    width: auto
  }

  .emptyicon {
    float: inherit
  }

  footer .secondphone {
    margin-left: 32px
  }

  .contdetails {
    font-size: 28px
  }

  .highbox {
    font-size: 60px
  }

  .pagebox {
    padding: 30px 0
  }

  .infra .titleline {
    margin-bottom: 30px
  }

  .high .col-md-4 {
    margin-bottom: 30px
  }

  .aboutpage .p-3 {
    padding: 10px !important
  }

  .subproduct {
    height: auto
  }

  .proinfo .subproduct {
    height: 300px
  }

  .navigationdiv {
    padding-bottom: 0
  }

  .proinfo {
    padding-bottom: 50px
  }

  .proinfo .mt40 {
    display: none
  }

  .innerform .contdetails {
    font-size: 25px;
    font-weight: 500
  }

  .boxtext {
    font-size: 14px !important;
    width: 100%
  }

  .pad100 {
    padding: 30px !important
  }

  .pad100 .mb-3 {
    margin-bottom: 0 !important
  }

  .imagebox {
    margin-bottom: 10px !important
  }

  .whatsnew {
    line-height: 1.5
  }

  .whatsnew .mt-5 {
    margin-top: 0 !important
  }

  .collapse.show {
    height: 100vh;
    width: 50%
  }

  .nav-link {
    padding: 12px 20px
  }

  .menumobileview {
    display: block !important
  }

  .menudesktopview {
    display: none
  }

  .hometext {
    font-size: 45px
  }

  .subtext {
    font-size: 30px
  }

  .respwidth {
    max-width: 40% !important;
    margin: auto 10px
  }

  .respallign {
    justify-content: center
  }

  .about, .productbanner, .rndbanner, .sustainbanner {
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  .secondarybanner {
    margin-top: 90px;
    height: 260px
  }

  .rnd.mt80 {
    margin-top: 20px
  }

  .itemsdiv .probox .proimg {
    width: 300px !important
  }

  .twotext {
    font-size: 30px;
    display: flex;
    flex-direction: row-reverse;
    height: 250px;
    line-height: 45px
  }

  .threetext {
    line-height: 60px;
    height: 30%;
    width: 60%
  }

  .two {
    background-image: url('../images/testbanner9003.png') !important
  }

  .formbox .mb50 {
    margin-bottom: 10px
  }

  .titleline.mb-5 {
    margin-bottom: 10px !important
  }

  .tab-pane {
    padding: 20px !important
  }

  .highbox {
    font-size: 50px
  }

  .titleline {
    font-size: 36px
  }

  .success strong {
    font-size: 16px
  }

  .flowchartimg {
    width: 100%
  }

}

@media(max-width:650px) {
  .autoComplete_wrapper {
    width: 82%;
}
  .desktoptext {
    display: none;
  }
  .mobiletext {
    display: block;
  }
  .stripe {
    bottom: 33%;
    font-size: 26px;
  }
  body {
    font-size: 16px;
    overflow-x: hidden
  }

  .home {
    height: 70vh
  }

  .hometext {
    height: 400px
  }

  .contdetails {
    word-break: break-word;
    font-size: 16px;
    font-weight: 500;
    line-height: 2
  }

  .innerform .contdetails {
    font-size: 18px !important
  }

  .logobox {
    width: 165px
  }

  .navbar-toggler {
    font-size: 16px;
    margin-right: 0 !important
  }

  .logofoot {
    width: 250px;
    margin-bottom: 15px
  }

  footer {
    font-size: 16px
  }

  footer .headertextr {
    font-size: 18px
  }

  footer .col-xl-4 {
    margin-bottom: 30px
  }

  .cert {
    margin: auto
  }

  footer .list-inline {
    text-align: center !important;
    margin-top: 10px
  }

  .numbox {
    font-size: 30px;
    line-height: 20px
  }

  .hightext {
    font-size: 14px;
    line-height: 20px
  }

  .high .col-12 {
    margin-bottom: 20px
  }

  .tab-pane {
    padding: 15px !important
  }

  .probox .proimg img {
    height: 100%
  }

  .mobileview {
    display: block !important
  }

  .desktopview {
    display: none !important
  }

  .lightbox-gallery .d-flex, .whatsnew .d-flex {
    display: block !important
  }

  .lightbox-gallery .my-5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
  }

  .mobilepadleft {
    padding-left: 15px !important
  }

  .lightbox-gallery img {
    margin-bottom: 20px
  }

  .middle h1 {
    font-size: 45px
  }

  /* .input-group-btn {
    text-align: center;
    margin-top: 10px
  } */

  .menumobileview {
    width: 100%;
    margin-top: 10px
  }

  /* .menumobileview .input-group {
    display: block
  } */

  .hometext {
    font-size: 35px;
    line-height: 45px;
    left: 25px
  }

  .subtext {
    font-size: 22px
  }

  .respwidth {
    max-width: 70% !important
  }

  .boxtitle {
    font-size: 16px !important
  }

  .boxtitle br {
    display: none
  }

  .about {
    background-image: url('../images/aboutusre.jpg') !important
  }

  /* .contactbg {
    background-image: url('../images/contactusre.jpg') !important
  } */

  .infrabanner {
    background-image: url('../images/infrastructurere.jpg') !important
  }

  .rndbanner {
    background-image: url('../images/r&dre.jpg') !important
  }



  .sustainbanner {
    background-image: url('../images/sustainabilityre.jpg') !important
  }

  .whatsnewbanner {
    background-image: url('../images/whatsnewre.jpg') !important
  }

  .secondarybanner {
    height: 260px;
    margin-top: 75px
  }

  .secondarybanner .headm {
    height: auto;
    text-align: center
  }

  .protitle {
    padding-top: 36px;
    font-size: 32px
  }

  .prosubtitle {
    font-size: 20px;
    margin-top: 10px
  }

  .rndbanner .secondarybanner .headm {
    text-align: center
  }

  .rnd {
    background: 0 0;
    background-color: #0093c5
  }

  .whatsnew .item {
    margin-bottom: 10px
  }

  .highbox {
    font-size: 45px
  }

  .titleline {
    font-size: 26px;
    margin-bottom: 15px !important
  }

  .formbox .mb50 {
    margin-bottom: 0
  }

  .nav-link {
    padding: 10px
  }

  .pagebox .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .downloadbrouchre {
    top: 150px
  }

  .glowing-btn {
    font-size: 12px;
    padding: 7px 15px
  }

  .threetext {
    font-size: 30px;
    width: 100%;
    left: 28%;
    height: 45%
  }

  .twotext {
    font-size: 30px;
    flex-direction: column;
    left: 60px;
    height: 480px;
    width: 100%
  }

  .two {
    background-image: url('../images/bgs6re.jpg') !important;
    background-size: 100% 100%
  }

  .three {
    background-image: url('../images/testbanner900.png') !important;
    background-size: 100% 100%
  }

  footer .secondphone {
    margin-left: 40px
  }

  .proinfo {
    padding-top: 85px
  }

  .navigationdiv {
    font-size: 14px !important
  }

  .navigationdiv .navflow {
    font-size: 14px
  }

  .boximg {
    border: none;
    box-shadow: none
  }

  .rnd .boxsubtitle {
    font-size: 18px
  }

  .subproduct {
    height: 300px
  }

  .whyimg {
    padding-left: 10px !important;
    padding-right: 10px !important
  }

  .resp30 {
    display: block !important
  }

  .resp30 .f4 {
    margin-top: 10px
  }

  .innerform .col-10 {
    max-width: 100%;
    flex: 0 0 100%
  }

  .innerform .contdetails {
    font-size: 16px !important
  }

  .proinfo .mb-4, .proinfo .mb-5 {
    margin-bottom: 2rem !important
  }

  .proinfo .respmb0 {
    margin-bottom: 0 !important
  }

  .proinfo .respmb0 p {
    margin-top: -25px !important
  }

  .proinfo p.respmt-1 {
    margin-top: 8px !important
  }

  .proinfo .subproresheight {
    height: 200px
  }
}

@media(max-width:420px) {
  /* .stripe {
    line-height: 1.6;
  } */
  .contdetails {
    font-size: 14px !important
  }

  .container {
    max-width: 95%
  }

  .pro_pagebox .container-fluid .container {
    max-width: 100%
  }

  .tab-pane {
    padding: 0 !important
  }

  .pagebox .px-5 {
    padding-left: 10px !important;
    padding-right: 10px !important
  }

  .tab-pane {
    padding: 15px !important
  }

  .innerform .headtext {
    font-size: 20px;
    font-weight: 500
  }

  .innerform .smalltext {
    font-size: 16px
  }

  #projectform .my-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .emptyicon {
    display: inline-block
  }

  .secondphone {
    margin-bottom: 10px
  }

  .innerform .contdetails a:nth-child(2n):before {
    content: ' ';
    display: block
  }
}

@media(max-width:380px) {
  .hometext {
    font-size: 30px
  }

  .subtext {
    font-size: 20px
  }

  .twotext {
    font-size: 24px
  }

  .threetext {
    font-size: 26px
  }

  .proinfo .mb-4, .proinfo .mb-5 {
    margin-bottom: 10px !important
  }
}

@media(max-width:320px) {
  .threetext {
    font-size: 22px
  }

  .contdetails {
    font-size: 19px !important
  }

  .high .col-6 {
    max-width: 100%;
    flex: 0 0 100%
  }
  .autoComplete_wrapper {
    width: 75%;
}
}


/** custom css */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
}
.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main_nav_container {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.logo_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.logo_container a {
    font-size: 24px;
    color: #1e1e27;
    font-weight: 700;
    text-transform: uppercase;
}


ul {
    list-style: none;
    margin-bottom: 0px;
}
.navbar_menu li {
    display: inline-block;
}

.navbar_menu li a, .menu .nav-item a {
    display: block;
    color: #1e1e27 !important;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    /* padding: 20px; */
    padding: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar_menu li a:hover, .menu .nav-item a:hover {
    color: #1F5DAA !important;
    font-weight: 700 !important;
}
.navbar_menu li a.active, .menu .nav-item.active  a {
  /* color: #F58634 !important; */
  color: #1F5DAA !important;
}

.menu .nav-item {
  padding: 10px;
}

.navbar_user {
    margin-left: 37px;
}
.navbar_user li, .mobile .file{
    display: inline-block;
    text-align: center;
}
.menudesktopview li a {
  font-size: 16px;
}

.navbar_user li a, .mobile .file a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 40px;
    height: 40px; */
    width:35px;
    height:35px;
    color: #1e1e27;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar_user li a:hover, .mobile .file a:hover{
    color: #F58634;
}
.hamburger_container {
    display: none;
    margin-left: 40px;
}
.hamburger_container i {
    font-size: 24px;
    color: #1e1e27;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fs_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: rgba(255,255,255,0);
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger_menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: rgba(255,255,255,0.95);
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_close {
    position: absolute;
    top: 26px;
    right: 10px;
    padding: 10px;
    z-index: 1;
}
.hamburger_close i {
    font-size: 24px;
    color: #1e1e27;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_menu_content {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    padding-right: 20px;
}
.menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px #b5aec4;
    vertical-align: middle;
}
.menu_item > a {
    display: block;
    color: #1e1e27;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
}
.menu_item > a > i {
    margin-left: 8px;
}
.menu_selection {
    margin: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}
.menu_selection li a {
    display: block;
    color: #232530;
    border-bottom: solid 1px #dddddd;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.menu_selection li a:hover {
    color: #F58634;
}
.menu_item > a:hover {
    color: #F58634;
}
.checkout_items {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    left: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F58634;
    font-size: 12px;
    color: #FFFFFF;
    display: none;
}
.checkout a {
    background: #eceff6;
    border-radius: 50%;
}

#careplus-footer {
    float: left;
    width: 100%;
    position: absolute;
    /* bottom: 0; */

    overflow: hidden;
}
/* .careplus-footer-one {
    background-image: url(../img/footer-back-img.jpg);
} */
.careplus-footer-transparent {
    background-color: #1F5DAA;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.careplus-footer-widget {
    float: left;
    width: 100%;
    padding: 50px 0px 2px 0px;
    position: relative;
    z-index: 1;
    background-color: #1F5DAA;
    /* background-image: url(../img/foot1.jpg);
  background-size: 100%;
  background-position: center; */
}
/* .careplus-footer-widget::before{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);

} */
.careplus-footer-widget .widget {
    margin-bottom: 15px;
}
.careplus-footer-title {
    margin: 0px;
    color: #ffffff;
    font-size: 21px;
    line-height: 0.7;
    position: relative;
    padding: 0px 0px 17px;
    margin: 0px 0px 25px;
    text-align: left;
}
.careplus-footer-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
    background-color: #F58634;
}
.careplus-footer-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
    background-color: #F58634;
}
.widget_contact_info p {
    margin: 0px 0px 20px;
    color: #ffffff;
    width: 100%;
    text-align: justify;
    position: relative;
}
.home-about-btn {
    color: #ffff;
    background-color: #f58634;
    float: none;
    margin: 15px 0px 0px 0px;
    /* font-weight: 600; */
    font-size: 14px;
    /* border: 1px dashed #fff; */
    padding: 4px;
    display: block;
    width: 100%;
    max-width: 120px;
    text-align: center;
    transition: all 0.3s ease;
}
.home-about-btn:hover {
  color: #1f5daa;
}
.widget_useful_link ul {
    display: flex;
    flex-wrap: wrap;
}
.widget_useful_link ul li {
    display: inline-block;
    width: 50%;
    list-style: none;
    margin: 0px 0px 12px;
}
.widget_useful_link ul li a {
    float: left;
    position: relative;
    color: #ffffff;
    padding: 0px 0px 0px 16px;
    transition: all 0.5s ease;
}
.widget_useful_link ul li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
    transition: all 0.5s ease;
}
.widget_contact_info ul, .widget_contact_info ul li {
    float: left;
    width: 100%;
}
.widget_contact_info ul li {
    list-style: none;
    margin: 0px 0px 6px;
    position: relative;
}
.widget_contact_info ul li h6 {
    /* color: #F58634; */
    color: #fff;
    width: 30%;
    float: left;
    padding-right: 0;
    /* font-weight: 600; */
    /* font-family: 'Open Sans', sans-serif; */
    text-align: left;
}
.widget_contact_info ul li span, .widget_contact_info ul li a {
    float: left;
    color: #ffffff;
    width: 70%;
    text-align: left;
}
.careplus-copyright {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0;
    background: #ffffff;
    text-align: center;
}
.careplus-copyright p {
    margin: 0px;
    /* float: left; */
    color: inherit;
}
.careplus-copyright p a{

    color: #F58634;
}
.careplus-footer-social {
    float: right;
    margin-bottom: 0px;
    display: none;
}
.careplus-footer-social li {
    float: left;
    margin: 0px 0px 0px 15px;
    list-style: none;
}
.careplus-footer-social li a {
    color: #1F5DAA;
    font-size: 22px;
}
.careplus-footer-social li a:hover {
    color: #F58634;

}
.search_alphabet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 20px;
    padding: 5px;
    background-color: #F58634;
}
.search_alphabet a {
    position: relative;
}

.search_alphabet a {
    color: #fff;
    float: left;
    display: block;
    width: 22px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* background: url(../images/search_sep.jpg) right top no-repeat; */
    height: 22px;
    border-radius: 50%;
    line-height: 19px;
    margin: 0px 5px;
}
.search_alphabet a:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background-color: white;
    top: 3px;
    right: -7px;
}
.search_alphabet a.last:before {
  content: '';
  position: absolute;
  /* height: 18px; */
  width: 0px;
  /* background-color: white; */
  /* top: 3px;
  right: -7px; */
}

.search_alphabet a:hover {
  transform: scale(1.2);
}
.search_alphabet a.active {
    color: #1F5DAA;
    background: #ffffff;
    padding: 2px;
}


.gridlist-container .toolheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem 1.75rem;
position: relative;
}
.gridlist-container .toolheader i {
  margin-left: 8px;
  font-size: 26px;
  color: #1F5DAA;
}
.gridlist-container .toolheader i i:hover {
  background-color:  #F58634;
  color: #ffffff;
}
.gridlist-container .header input[type=search] {
  background-color: transparent;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.gridlist-container .header ::placeholder {
  color: #aaa;
}


.gridlist {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
}
.gridlist .item {
  margin: 10px;
  transition: width 0.3s ease;
}
.gridlist .item .item-container {
  display: flex;
  width: 100%;
  position: relative;
  color: inherit;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  transition: all 0.2s ease-in-out;
}
.gridlist .item .item-container:after {
  transition: all 0.3s ease-in-out;
}
.gridlist .item .item-container .item-cover {
  flex: 0;
}
.gridlist .item .item-container .item-cover .avatar {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 5px;
}
.gridlist .item .item-container .item-cover .avatar div,
.gridlist .item .item-container .item-cover .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gridlist .item .item-container .item-content {
  flex: 1;
  padding: 2.75rem;
  text-align: right;
}
.gridlist .item .item-container .item-content .subhead-1 {
  color: inherit;
  font-weight: 600;
}
.gridlist .item .item-container .item-content .subhead-1:hover {
  cursor: pointer;
}
.gridlist .item .item-container .item-content small {
  color: #aaa;
  text-transform: lowercase;
}
.gridlist .item .item-reveal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #1F5DAA;
  transition: all 0.2s ease-in-out;
}
.gridlist .item .item-reveal i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.gridlist .item .item-reveal i:hover {
  opacity: 0.9;
}
.gridlist .item.is-collapsed .item-container:after {
  content: "";
  opacity: 0;
}
.gridlist .item.is-collapsed .item-reveal {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
.gridlist .item.is-expanded .item-container {
  /* color: #000000;
  background-color: #F58634; */
  background-color: #ffffff;
  color: #1F5DAA;
  font-weight: 600;
}
.gridlist .item.is-expanded .item-container .subhead-1 {
  /* color: #fff; */
  color: #1F5DAA;
}
.gridlist .item.is-expanded .item-container small {
  color: inherit;
}
/* .gridlist .item.is-expanded .item-container:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1F5DAA;
} */
.gridlist .item.is-expanded .item-reveal {
  /* max-height: 1000px;
  min-height: 200px; */
  overflow: visible;
  margin-top: 5px;
  opacity: 1;
  width: 100%;
  height: fit-content;
  padding: 10px;
  display: block;
}
.gridlist .item.is-expanded .avatar {
  transform: scale(1.5);
}
.gridlist .item.is-expanded .item-reveal button {
  background-color: #ffffff;
  color: #000;
  margin-top: 10px;
}
.gridlist .item.is-expanded .item-reveal button i {
  position: inherit;
  margin-right: 5px;
}
.gridlist .item.is-expanded:hover .item-container {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gridlist .item.is-inactive .item-container {
  pointer-events: none;
  opacity: 0.5;
  color: inherit;
}
.gridlist .item.is-inactive:hover .item-container {
  background-color: #d3d3d3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gridlist .item.is-inactive:hover .item-container .subhead-1,
.gridlist .item.is-inactive:hover .item-container small {
  color: #47505e !important;
}
.gridlist .item:hover .item-container {
  /* color: rgba(255, 255, 255, 0.57); */
  color: #1F5DAA;
  font-weight: 600;
  /* background-color: #F58634; */
  background-color: #FFFFFF;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gridlist .item:hover .item-container .avatar {
   /* transform: scale(1.1); */
}
.gridlist .item:hover .item-container .subhead-1 {
  /* color: #fff; */
  color: #1F5DAA;
}
.gridlist .item:hover .item-container small {
  color: inherit;
}

.gridlist.gridview .item {
  width: calc((100% / 3) - 20px);
}
.gridlist.gridview .item .item-container {
  text-align: center;
      padding: 1.25rem 0.75rem;
          height: 150px;
}
.gridlist.gridview .item .item-container .item-cover {
  width: 100%;
  max-height: 120px;
}
.avatar {
  width: 110px;
  height: 100px;
  padding-top: 20px;
}
.listview .avatar {
  width: 210px;
  height: auto;
}
.listview .avatar {
  padding-top: 10px;
  margin-right: 50px;
    margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .gridlist.gridview .item {
    width: calc((100% / 2) - 20px);
  }
}
@media screen and (max-width: 767px) {
  .gridlist.gridview .item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .gridlist.gridview .item:nth-of-type(3n+2) .item-reveal {
    /* margin-left: calc(-100% - 30px); */
  }

  .gridlist.gridview .item:nth-of-type(3n+3) .item-reveal {
    /* margin-left: calc(-200% - 60px); */
  }

  .gridlist.gridview .item:nth-of-type(3n+4) {
    clear: left;
  }

  .gridlist.gridview .item-reveal {
    /* width: calc(300% + 60px); */
  }

  /*
  .gridlist.gridview .item:nth-of-type(3n+2) .item-reveal {
  	margin-left: calc(-100% - 30px);
  }
  .gridlist.gridview .item:nth-of-type(3n+3) .item-reveal {
  	margin-left: calc(-200% - 60px);
  }
  .gridlist.gridview .item:nth-of-type(3n+4) {
  	clear: left;
  }
  .gridlist.gridview .item-reveal {
  	width: calc(300% + 60px);
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gridlist.gridview .item:nth-of-type(2n + 2) .item-reveal {
    margin-left: calc(-100% - 20px);
  }

  .gridlist.gridview .item:nth-of-type(2n + 3) {
    clear: left;
  }

  .gridlist.gridview .item-reveal {
    width: calc(200% + 20px);
  }
}
.gridlist.listview .item {
  width: 100%;
}
.gridlist.listview .item .item-container {
  flex-direction: row;
  align-items: center;
  padding: 0 1.75rem;
}
.gridlist.listview .item .item-container .item-cover {
  height: 100%;
  max-width: 120px;
  margin-right: 1.75rem;
}

@media screen and (min-width: 992px) {
  .gridlist.listview .item:nth-of-type(3n + 2) .item-reveal {
    margin-left: 0;
  }

  .gridlist.listview .item:nth-of-type(3n + 3) .item-reveal {
    margin-left: 0;
  }

  .gridlist.listview .item:nth-of-type(3n + 4) {
    clear: left;
  }

  .gridlist.listview .item-reveal {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gridlist.listview .item:nth-of-type(2n + 2) .item-reveal {
    margin-left: 0;
  }

  .gridlist.listview .item:nth-of-type(2n + 3) {
    clear: left;
  }

  .gridlist.listview .item-reveal {
    width: 100%;
  }
}

.simple-pagination ul {
	/* margin: 0 0 20px; */
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #1F5DAA;
	border-color: #1F5DAA;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #F58634;
  border-color: #F58634;
}

.fitwidth {
  width: fit-content !important;
}

.arrow-container{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: flex;
}

.arrow-1{
  width: 100px;
  height: 100px;
  background: #F58634;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2{
  width: 60px;
  height: 60px;
  background: #F58634;
  border-radius: 50%;
  position: absolute;
  /* top: 20px;
  left: 15px; */
  display: table;
  z-index: 999999;
}

.arrow-2:before{
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.arrow-2 i.bi{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}


.fpitem img {
  width: 100%;
}

.img__description_layer {
  width:50px;
  height:50px;
  position: absolute;
  top: 0;
    right: 0;
  background: #ded7d1 ;
  /* color: #fff; */
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);

  /* transition effect. not necessary */
  transition: opacity .4s, visibility .4s;
}
.img__description_layer i {
  font-size: 22px;
}
.news-v7:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
  transform: translateX(0em);
}

 .img__description_layer {
  transition:  .4s;
  transform: translateX(2em);
}

/* .product-image-summary {
    min-height: 450px;
} */

.quick-view-horizontal .woocommerce-product-gallery {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.woocommerce-product-gallery:not(.thumbs-position-centered) {
    opacity: 1 !important;
}
.quick-view-horizontal .woocommerce-product-gallery .images {
   width: 100%;
   position: relative;
    overflow: hidden;
}

.woocommerce-product-gallery .wd-owl {
    overflow: hidden;
    border-radius: var(--wd-brd-radius);
}

.wd-owl.owl-loaded {
    display: block;
}
.wd-owl {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.wd-owl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0, 0);
}
.wd-owl .owl-stage {
    position: relative;
}
.wd-owl .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.wd-owl :is(.owl-wrapper,.owl-item) {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wd-owl .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
  }
  .view-details-btn {
    position: relative;
    right: 0;
    bottom: 0;
    /* left: 0; */
    z-index: 15;
    transition: all .25s ease;
    transform: translateY(100%);
    color: #fff;
background-color: #1F5DAA;
}
.entry-summary {
    -webkit-mask-image: linear-gradient(to top, transparent 5px, #000 40px);
    mask-image: linear-gradient(to top, transparent 5px, #000 40px);
}
.wd-scroll {
    --scrollbar-track: rgba(0,0,0,0.05);
    --scrollbar-thumb: rgba(0,0,0,0.12);
}
.wd-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.wd-scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
}

/* Handle */
.wd-scroll::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.12);
}

/* Handle on hover */
.wd-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim, .mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
    opacity: 1;
    transform: none;
}

.mfp-move-horizontal .mfp-with-anim .summary-inner {
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    transform: translateY(30px);
}
.quick-view-horizontal .wd-scroll-content {
    padding-top: 30px;
    padding-inline-end: 45px;
    max-height: 100%;
}
.quick-view-horizontal .summary-inner {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
}
.wd-scroll-content {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;

}
.wd-scroll-content::-webkit-scrollbar{
  width: 10px;
}
.product_title {
    font-size: 26px;
}
.summary-inner>.price {
    font-size: 155%;
    line-height: 1.2;
}

.wd-scroll-content > .price {
    display: none !important;
}
.price .amount {
    font-size: inherit;
}

.amount {
    color: #1F5DAA;
    font-weight: 600;
}
form.variations_form {
    gap: 0;
    --wd-var-table-mb: 20px;
}

form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.summary-inner .product_meta {
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.105);
}
.sku_wrapper {
    display: none !important;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.variations {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
.woocommerce-variation .single_variation {
  margin-bottom: 10px;
}
.woocommerce-variation-add-to-cart {
  margin-bottom: 10px;
}
table.variations tr:last-child .cell {
    padding-bottom: 0;
}
table.variations .label {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding-right: 20px;
}
table.variations .cell {
    text-align: left;
    padding: 0 0 20px 0;
    border: none;
    vertical-align: middle;
}

table.variations .label>* {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 18px;
    margin-right: 10px
}

table.variations label {
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
}

table.variations label:after {
    content: ":";
    margin-left: 2px;
}
table.variations .value {
    width: 100%;
}
table.variations select {
    max-width: 260px;
}

select {
    padding-right: 30px;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat; */
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 35px;
    background-color: transparent;
    box-shadow: none;
    color: inherit;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}

.wd-reset-side-lg .reset_variations {
    margin-left: 10px;
}

.variation-swatch-selected .reset_variations {
    visibility: visible !important;
    opacity: 1 !important;
}
.reset_variations {
    display: inline-flex !important;
    align-items: center;
    color: #777;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0 !important;
    visibility: hidden !important;
}

.wd-reset-var {
    /* --wd-reset-btn-space: 10px; */
    display: inline-block;
    vertical-align: middle;
}
select option {
    background-color: #fff;
}
div.quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}
div.quantity input[type="button"] {
    padding: 0 5px;
    min-width: 25px;
    min-height: unset;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.1);
    background: transparent;
    box-shadow: none;
    font-size: 20px;
}
div.quantity :is(input[type="number"],input[type="text"],input[type="button"]) {
    display: inline-block;
    color: inherit;
}
div.quantity .minus {
    border-start-start-radius: 35px;
    border-end-start-radius: 35px;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    top: -10000em;
}

/* div.quantity input[type="number"] {
    width: 30px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
} */
div.quantity input[type="number"] {
    width: 30px;
    border-radius: 0;
    border-right: none;
    border-left: none;
        height: 42px;
        padding: 0;
    text-align: center;
    vertical-align: middle;
font-size: 14px;
transition: border-color .5s ease;
}
div.quantity input[type=number]::-webkit-inner-spin-button, div.quantity input[type=number]::-webkit-outer-spin-button, div.quantity input[type="number"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div.quantity .plus {
    border-start-end-radius: 35px;
    border-end-end-radius: 35px;
}
form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity) {
    flex: 0 0 auto;
}

.woocommerce-variation-add-to-cart>* {
    flex: 1 1 100%;
}
.single_add_to_cart_button {
    border-radius: 0;
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    background-color: #1F5DAA;
    padding: 5px 20px;
    min-height: 42px;
    font-size: 13px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
        cursor: pointer;
        transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
        margin-left: 10px;
}
.modal-content {
      height: 480px;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem 1.5rem -0.5rem auto;
}
 .product-images {
   display: flex;
    flex-direction: column;
    justify-content: space-between;
 }

 .product-images .images {
   margin: auto;
 }

 .variation-swatch-selected .reset_variations {
    visibility: visible !important;
    opacity: 1 !important;
}
.reset_variations:before {
    margin-right: 3px;
    content: "\F62A";
    font-family: "bootstrap-icons";
}

.product-images:hover .view-details-btn {
  display: block !important;
}
.productimg {
  width: 270px;
    height: auto;
    margin: auto;

}

.box-overlay {
  /* position: absolute; */
width: 95%;
height: 300px;
background: rgb(214 199 241 / 6%);;
z-index: 99999;
display: none;
}
/* .news-v7-content.text-center {
  position: fixed;
bottom: 0;
text-align: center;
width: 320px;
} */


.owl-control-arrows-v1 .owl-controls-four-item-next .owl-arrow, .owl-control-arrows-v1 .owl-controls-four-item-prev .owl-arrow {
  background: transparent;
  color: inherit;
  font-size: 24px;
  margin: 0 -18px;
}

.bi-chevron-left::before, .bi-chevron-right::before {
  font-size: 36px;
    font-weight: bold !important;
}
.cartbutton {
  position: relative;
  width: 165px;
  height: 40px;
  overflow: hidden;
  border: none;
  border-radius: 0px;
  background-color: #1F5DAA;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  outline: none;
  cursor: pointer;
  margin-top: 18px;
      box-shadow: 0 0 16px rgba(0,0,0,0.4);
}
.cartbutton::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: 'Select Options';
  transition: all .3s;
}
.cartbutton::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\F242';
  font-family: 'bootstrap-icons';
  transition: all .3s;
}
.productsbg .cartbutton {
  width: 155px;
}
.cartbutton:hover::before {
  top: -60px;
}
.cartbutton:hover::after {
  top: 0;
}

.quick-shop-shown .quick-shop-wrapper {
    transition: transform .4s ease;
    transform: translate3d(0, 0, 0);
}

.quick-shop-wrapper {
    z-index: 10;
    background-color: rgba(255,255,255, 0.9);
    transition: transform .3s ease;
    transform: translate3d(0, 103%, 0);
}

.quick-shop-shown .quick-shop-close {
    opacity: 1;
    transition: all .25s ease .35s;
}

.quick-shop-wrapper .quick-shop-close {
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 5;
    opacity: 0;
    transition: opacity .2s ease .0s;
}
.quick-shop-wrapper .quick-shop-close>a {
    height: 30px;
}

.wd-action-btn.wd-style-text>a {
    position: relative;
    font-weight: 600;
    line-height: 1;
}
.quick-shop-wrapper .quick-shop-close.wd-style-text>a:before {
    font-size: 16px;
}
.quick-shop-wrapper .quick-shop-form {
    padding: 45px 10px 0 10px;
    max-height: 100%;
    height: 100%;
}
.quick-shop-wrapper form.cart {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* --wd-var-table-mb: 10px; */
}
table.variations {
    /* margin-bottom: var(--wd-var-table-mb); */
    position: relative;
    transition: margin-bottom .3s ease;
}

.product_title a {
  color: #1F5DAA !important;
}

.product_title a:hover, .wpb_wrapper strong a:hover, .mailref:hover, .product_meta a:hover {
  color: #F58634 !important;
}

.wpb_wrapper strong a, .mailref, .product_meta a {
  color: #1F5DAA !important;
}
.cutomsize::before {
  font-size: 14px !important;
}
.hidefirst {
  display: none;
}

/* .scale {

transform: scale(1.2);
} */

.scale .hidefirst {
  display: block;
  margin: auto;
}
.scale .showfirst {
  display: none;
}

.img-section .col-md-3 {
  margin: 25px 0;
}


.overlaybox {
  position: relative;
}



 .quick-shop-close {
    position: absolute;
    top: 5px;
    right: 25px;
    z-index: 5;
    opacity: 1;
    transition: all .25s ease .35s;
    font-size: 18px;
}

.quick-shop-close a {
  color: #455a64;
}

.mt-65 {
  margin-top: 65px !important;
}

.owl-buttons {
  display: none;
}

.owl-carousel:hover .owl-buttons {
  display: block;
}

.productcarousel .owl-control-arrows-v1 .owl-controls-four-item-next .owl-arrow, .productcarousel .owl-control-arrows-v1 .owl-controls-four-item-prev .owl-arrow {
  margin: 0 -45px !important;
}


@keyframes glowing {
  0% {
    box-shadow: 0 0 5px #82BEF3;
    text-transform: capitalize
  }

  50% {
    box-shadow: 0 0 20px #1D88EA;
    text-transform: full-width
  }

  100% {
    box-shadow: 0 0 5px #1F5DAA;
    text-transform: uppercase
  }
}

.side-button-2 {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 3
}

.side-button-3 {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 3
}
.download, .walk-through {
  padding: 10px;
  border: 0;
  border-radius: 1px;
  color: white;
  background: #F58634;
  transition: .2s linear
}

.walk-through {
  margin: 15px -160px 2px 0
}

.download i, .walk-through i {
  font-size: 20px;
  margin: 2px 15px 2px 2px;
  padding: 2px 5px
}

.walk-through:hover {
  margin-right: 0;
  color: #fff
}

.side-button {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 3
}

.download i {
  margin: 2px 11px 2px 2px;
  transform: rotate(90deg)
}

.download {
  margin: 5px -135px 2px 0
}

.download:hover {
  margin-right: 0;
  color: #fff
}

.side-button span {
  background: #1F5DAA;
  color: #fff;
  padding: 16px;
  font-size: 12px;
  border-radius: 5px;
  animation: glowing 5000ms ease infinite
}

.whatsapp-icon-fixed {
    position: fixed;
    top: 45%;
    right: 0;

}
.whatsapp-icon-fixed .download {
  margin-right: -85px;
}
.file a {
  border-radius: 0;

}
.file a i {
  font-size: 20px;
}
.file a:hover {
  background-color: #f58634;

}
.file a:hover i {
  color: #fff;
}
.whatsapp-icon-fixed .bi {
    background: #12bc18;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    display: inline;
}
.whatsapp-icon-fixed .download:hover {
  margin-right: 0;
}

.pagebox .heading-v1-title {
  color: #1F5DAA;
}

.pagebox .heading-v1-subtitle {
  /* font-style: oblique; */
  color: #F58634;
  font-size: 17px;
  /* width: 100%; */
  max-width: 100%;
  letter-spacing: 1.5px;
  font-weight: 600;
}


/* vision */

.upb_row_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.wpb_column {
  position: relative;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px;
}

.wpb_content_element {
  margin-bottom: 35px;
}

.spacer-649414ed2ae24 {
    height: 20px;
}
.wpb_single_image.vc_align_center {
    text-align: center;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    line-height: 0;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.wpb_wrapper h2 {
  color: #1F5DAA;
}

/* .headtext:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
    background-color: #F58634;
}

.headtext:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
    background-color: #F58634;
} */

.moto:before {
  background-image: url('../img/motto.png');
  background-repeat: no-repeat;
  background-position: center;
}
.wpb_wrapper p {
  line-height: 2;
}

.navdiv {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1F5DAA;
  margin-top: -4px;
  color: #ffffff;
}

.navdiv a {
  color: #ffffff;
}
.navdiv a:hover {
  font-size: 18px;
}

.navdiv span {
  color: #F58634;
}

.enquirybtn {
  background-color: #F58634;
}

#myModal .modal-header .close {
    margin-top: -2px;
    opacity: 1
}

#myModal .modal-header {
  padding: 15px;
border-bottom: 1px solid #e5e5e5 !important;
background-color: #1F5DAA

}
#myModal .modal-header h4 {
  color: #fff;
}

#myModal .modal-header .close {
    margin-top: -2px;
}

#myModal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
#myModal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


.modal-title {
  font-size: 18px;
    margin: 0;
    line-height: 1.42857143;
}

#myModal .modal-body {
    overflow: auto;
}

#myModal .modal-body {
    position: relative;
    padding: 15px;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
}

#myModal .modal-dialog{
    overflow-y: initial !important;
    max-width: 600px !important;
}
#myModal .modal-body{
    /* height: 80vh; */
    overflow-y: auto;
}

#myModal .modal-content{
    height: 92vh;

}

#myModal .popup-btn {
  background-color: #F58634;
}

@media (max-width: 991px) {
  /* .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  } */
}

.pinfosection .nav-tabs {
  padding: 0;
}

.pinfosection .nav-tabs .nav-link  {
  padding: 10px 20px;
}

.pinfosection .nav-tabs .nav-link {
  color: #1F5DAA !important;
}

.pinfosection .nav-tabs .nav-link.active {
  background-color: #F89634 !important;
color: #fff !important;
}

.pinfosection .accordion-body {
  padding: 1rem 2.25rem;
}

.infocol {
  display: inline-grid;
padding: 15px;
}

.infocol label {
  font-weight: 700;
  font-size: 12px;
    /* color: ; */
}

.infocol span {
  margin-top: 5px;
font-size: 16px;

}

.pinfosection .tab-content {
  height: auto;
}
.pricetable {
  /* margin-top: 0px;
    margin-bottom: 30px; */

}
.pricetable th {
  color: #fff !important;
  font-weight: 500 !important;
}

.pricetable>:not(:first-child) {
  border-top: none;
}

.pricetable tbody tr td {
  font-weight: 500 !important;
}

.application {
  padding-left: 10px;
}
.application:hover {
  font-size: 16px;
  color: #f58634;
  /* font-weight: 600; */
}

.accordion-item:not(:first-of-type) {
  border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.125);

}

.pinfosection .nav-tabs .nav-link:hover {
  background-color: #1F5DAA;
  color: #fff !important;
}

.accessbtn {
  background-color: #1F5DAA;
    border-color: #1F5DAA;
    color: #fff;
}

.accessbtn:hover {
  background-color: #f58634;
    border-color: #f58634;
    color: #fff;
}

.whyimage {
  display: flex;
    justify-content: center;
}
.content-sm {
  max-width: 83% !important;
}


.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
    background: #fff;
}

.p-md-5 {
    padding: 3rem !important;
}

#form-message-warning {
    color: red;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-success {
    color: #1F5DAA;
    font-size: 18px;
    font-weight: bold;
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

#contactForm .form-control {
    font-size: 16px;
}



#contactForm .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}
#contactForm .form-control:focus, #contactForm .form-control:active {
    border-color: #01d28e !important;
}

#contactForm .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#contactForm .btn.btn-primary {
    background: #1F5DAA !important;
    border-color: #1F5DAA !important;
    color: #fff;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: bold;
}

#contactForm .btn.btn-primary:hover, #contactForm .btn.btn-primary:focus {
    border-color: #019f6c !important;
    background: #019f6c !important;
}

.info-wrap {
    color: rgba(255, 255, 255, 1);
}

.bg-primary {
    background: #1F5DAA !important;
}

.p-md-5 {
    padding: 3rem !important;
}
.info-wrap h3 {
    color: #fff;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.info-wrap .dbox p {
    margin-bottom: 0;
}
.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.info-wrap .dbox p a {
    color: #fff;
}

.contcontainer {
  max-width: 75%;
}

.id-color a {
  color: #F58634;
}

.contactsectionbg {
  background-image: url(../img/molecule.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: aliceblue;
}

.quotetext {
  color: #1F5DAA;
      font-style: oblique;
}

.gray-box {
    background: #f8f8f8;
    margin: 0;
    padding: 40px 0 1px 0;
    width: 100%;
}
.extracontainer {
    max-width: 1140px;
}
 .highcolor1 {
   color: #1F5DAA;
 }
 .Positions {
    margin: 0;
    padding: 0;
}
.headding11 {
    font-weight: 700;
    /* text-transform: uppercase; */
    /* color: #333; */
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 35px;
    margin-top: -10px;
}
#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
    margin-top: 40px;
}
#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

#accordion .panel-title a.collapsed {
    color: #1d2e3b;
}

#accordion .panel-title a {
    display: block;
    padding: 20px 70px 20px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1F5DAA;
    border-bottom: 1px solid #1F5DAA;
    position: relative;
}
#accordion .panel-title a.collapsed:before {
    transform: rotate(45deg);
    background: #1d2e3b;
}
#accordion .panel-title a:after, #accordion .panel-title a:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #e6720d;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after {
    transform: rotate(-45deg);
    background: #1d2e3b;
}

#accordion .panel-title a:after {
    right: 29px;
    transform: rotate(45deg);
}
#accordion .panel-collapse {
    background: #fff;
}
#accordion .panel-body {
    padding: 10px 20px;
    background: 0 0;
    border-top: none;
    font-size: 15px;
    /* color: #fff; */
    line-height: 25px;
}
.Manager {
    /* width: 80%; */
    margin: 0;
    padding: 0;
    float: left;
}

#accordion .panel-body {
    padding: 10px 20px;
    background: 0 0;
    border-top: none;
    font-size: 15px;
    /* color: #fff; */
    line-height: 25px;
}
.clr-fix {
    clear: both;
}

.careertext {
  color: #000000;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2;
}

div.upload {
    position: relative;
    padding-top: 10px !important;
height: 43px;
}
div.upload input[type=file] {
    display: input-block;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.fileName {
    opacity: .5;
    font-weight: 100;
}

.uploadButton {
    background-color: #F58634;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    box-sizing: content-box;
    float: right;
}
.notetext {
    font-size: 10px;
}

#carrerform .form-control {
  border-radius: 0;
    background-color: #fff;

}

.careersectionbg {
  background-color: #3365a3;
color: #fff;
background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;

}

#carrerform label {
  color: #fff;
}

.careersendbtn {
  background-color: #F58634;
  border-color: #F58634;
}


.testimonials-v1 .testimonials-v1-author {
    color: #1F5DAA;
    bottom: 50px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.testimonials-v1 .testimonials-v1-author-position {

    bottom: 25px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.owl-carousel-testimonials-three-item .owl-item:hover {
  background-color: #fff;
  border: 2px solid #F58634;
}
.owl-carousel-testimonials-three-item .owl-item:hover .testimonials-v1 .testimonials-v1-body {
  background-color: #fff;
}

.widget_useful_link ul li a:hover {
  color: #F58634;
}

.gridlist .item.is-expanded .item-reveal a.btn {
    background-color: #ffffff;
    color: #000;
    margin-top: 10px;
}

.gridlist .item.is-expanded .item-reveal a.btn i {
    position: inherit;
    margin-right: 5px;
}
.pinfoimg {
  width: 350px;
}


.enquirylabel {
  font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}
.note {
font-size: 13px;
/* color: #f58634; */
letter-spacing: 2px;
    font-weight: 500;
}

.add_field_button {
  background-color: #F58634;
color: #ffffff;
border: none;
padding: 5px 10px;
}

.aboutsideimg {
  width: fit-content;
  height: 520px;
}

.homepagerev .tparrows {
  display: none !important;
}

.error {
  color: #f58634;
  font-size: 12px;
}
.checkout.file{
  position: relative;
}

.file .tooltip {
background: #f58634;
top: 121%;
color: #fff;
display: block;
left: -30px;
margin-bottom: 15px;
opacity: 0;
padding: 10px;
pointer-events: none;
position: absolute;
width: max-content;
-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
    transform: translateY(10px);
-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.file .tooltip:before {
top: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.file .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-bottom: solid #f58634 10px;
top: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.file:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .file .tooltip {
display: none;
}

.lte8 .file:hover .tooltip {
display: block;
}


.innercontactbutton {
  top:0;
  right:32px;
}

.resppinfo .pinfoimg {
  margin: auto;
}
.resppinfo .pinfoimg img{
  width: 100%;
}

.resptablediv .pricetable tr:nth-child(odd) td {color: #000 !important;}

.resptoolheader {
  display: none !important
}

.hephaistos.tp-bullets {
transform:translateY(10);
}

.chem_unit {
  border: 1px solid rgba(0,0,0,0.1);
    border-radius: 35px;
}
.chem_unit:invalid {
  color: gray;
}
.chem_unit [disabled] {
  color: gray;
}
select.rechem {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em !important;
  background-repeat: no-repeat !important;
}

select.rechem:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 16px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em !important;
  background-repeat: no-repeat !important;
  border-color: green !important;
  outline: 0;
}
.rechem
{
  padding-left: 10px !important;
}

.infobutton{
   background-color: #1F5DAA;
   color: #fff;
   margin-top: 10px;

}
.infobutton i, .addcartbutton i{
  margin-right: 5px;
}
.addcartbutton {
  background-color: #F58634;
  color: #fff;
   margin-top: 10px;
}
.infobutton:hover, .addcartbutton:hover {
  color: #ffffff;
  transform: scale(1.1);
}
.addcartmodal {
  height: fit-content;
}

.addcartmodal .modal-body {
  padding: 2rem 1rem;
}
.addcartmodal .product_title {
  font-size: 20px;
}
.custmmargintop {
  margin-top: 30px !important;
}

.addcartmodal #modalpriceing table thead {
  background-color: #1F5DAA;
}

.addcartmodal #modalpriceing .table thead tr th {
  color: #ffffff;
  font-weight: bold;
}

.prodreset {
  font-weight: 700;
  color: red;
}
.prodreset:before {
  font-size: 16px;
}

.btncolor {
  background-color: #1F5DAA !important;

}

.newchemicals.row, .newchemicals .row, .newchemicals div {
  padding-right: 0;
  margin-right: 0;
}

.morefeilds .input-group:first-child {
  /* border-top: 1px solid #ccc; */
  padding-top: 3px;
  margin-top: 5px !important;
}

.morefeilds .input-group-append {
display: flex;
width: 100%;
justify-content: end;
}

#requestForm input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
  border-radius: 0.25rem;
}


.topsearchbar {
  justify-content: end !important;
    display: flex !important;
    padding-top: 8px;
    padding-bottom: 5px;
    width: 100%;
}

.topsearchbar #searchform {
  width: 35%;
}
.topsearchbar .searchinput {
  height: 36px;
}
.topsearchbar .headercontact {
  padding: 6px 25px;
}
.topsearchbar .headercontact:hover {
  color: #ffffff;
  font-weight: 600;
}

.smallmobiles {
  display:none !important;
}
.smallmobilessearch {
  display: none;
}

.promo-block-v7 .promo-block-v7-title  {
  font-size: 35px;
}


.headercontact:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #1F5DAA transparent;
    top: 9px;
    left: -6px;
}

.searchinput {
      border: 1px solid rgba(0,0,0,0.5) !important;
}

#pinfo2 .pricetable tbody tr td  {
  font-size: 16px;
}

.phone::before {
  transform: rotate(90deg);
}
.id-color a:hover {
  color: #ffffff;
}


.propclick {
  color: #1F5DAA !important;
  font-weight: 600;
}

.swal2-close {
  color: #000 !important;
}

.swal2-close:focus {
  box-shadow: none !important;
}

.swal2-close:hover {
  box-shadow: inset 0 0 0 3px rgba(100,150,200,.5);
}
.ui-autocomplete
{
    position:absolute;
    cursor:default;
    z-index:999999999 !important
}
