:root 
{
  --primary-color: #2178a2;
  --secondary-color:#3ab6ef;
  --thrird-color: #1a4da5;
  --fourth-color: #0389d0;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgb(33 120 163) 0%, rgba(143,211,246,1) 80%);
    overflow-x: hidden;
}
.container {
  width: 40%;
}
img.logo {
  width: 190px;
}
.row.banner-card {
  padding: 50px 30px 0px 30px;
  background-color: #ddf4ff;
}

img.rimg {
  position: relative;
  left: -85px;
  width: 339px; 
}
h2.ceoname {
  padding-top: 20px;
}
span.ceodeg{
  color: #2178a2;
  font-size: 28px;
  font-weight: 500px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 5px;
}
h2.ceoname {
  padding-top: 31px;
  font-family: 'Roboto', sans-serif;
  color: #302e2f;
  font-weight: 700;
  font-size: 35px;
}
ul.stars {
  list-style: none;
  display: flex;
  padding: 0;
  padding-bottom: 40px;
}
li.estars {
  padding: 10px 10px 10px 0px;
}
li.estars >i {
  font-size: 31px;
  /* background: radial-gradient(circle, rgba(255,195,4,1) 12%, rgba(255,125,35,1) 100%); */
  background:-moz-linear-gradient(top, #ffc304 0%, #ff7d23 100%); 
    background: -webkit-linear-gradient(top, #ffc304 0%,#ff7d23 100%); 
    background: linear-gradient(to bottom, #ffc304 0%,#ff7d23 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
}
.row.cicons {
  padding: 0 20px 50px 20px;
  background: white;
}
.row.cicons {
  position: relative;
  /* z-index: 1; */
  text-align: center;
}
img.cmlnki {
  background: white;
  padding: 20px;
  width: 85%;
  margin-top: -50px;
}

/* contact info css */
.cntinfo{
  background-color: white;
  padding: 20px 20px 50px 20px;
}
p.tim {
  margin: 0;
  padding-bottom: 8px;
  font-size: 18px;
  color: #2178a2;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 12px;
}
p.tmet {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}
.cp1 {
  padding-top: 38px;
}
a.mn {
  text-decoration: none;
  color: black;
}
.wtsapp-share-btn {
  background-color: #25D366;
  color: white;
  border: none;
  border-radius: inherit;
}
.fml {
  display: flex;
}
.input-group-text {
  color: white;
  background: #218dc3;
  border: none;
  border-radius: 0;
}
input#mobileNumber {
  border-radius: inherit;
}
.wtsappbut {
  background-color: #25D366;
  border: 2px solid transparent;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 13px;
  padding: 7px;
}
.wtsappbut i {
  padding: 5px;
}
.wtsappbut:hover{
  color: black;
}
.row.socicons {
  padding: 20px;
  background-color: white;
}
ul.socmul {
  list-style: none;
  display: flex;
  padding: 20px 0 0 0;
  text-align: center;
}
ul>li>a> img.micons {
  font-size: 10px;
  width: 100%;
}
ul.socmul>li {
  /*padding-left: 20px;*/
  padding-right: 20px;
}

/* About us CSS */
.abthead {
  background-color: white;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #302e2f;
  font-weight: 900;
}
h2.htitle {
  font-size: 34px;
  font-weight: 600;
}
h2.htitle::after {
  content: '';
  display: block;
  height: 6px;
  margin-top: 5px;
  background: linear-gradient( 45deg , #008fd5, #20409a);
  width: 18%;
  animation: moveBar 2s linear infinite;
  /* animation: gradientAnimation 2s infinite; */
  /* animation: mymove 2s infinite; */

}
/* .moving-bar {
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #000;
  animation: moveBar 2s linear infinite;
} */

@keyframes moveBar {
  0% { margin-left: 20%; }
  50% { margin-left: 30%; }
  100% { margin-left: calc(35%); }
}

/* Intro CSS */

.row.intro{
  background-color: #3ab6ef;
}
.introinf{
  background-color: #f4f4f4;
  padding: 50px;
}
h2.int-title {
  font-family: 'Roboto', sans-serif;
  color: #2178ab;
  font-weight: 300;
  font-size: 37px;
  padding-top: 12px;
}
.col-lg-12.col-sm-12.introinf {
  border-radius: 100px 0 0 0;
}
p.mncls{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.qualityf {
  background-color: white;
  padding: 0 20px 100px 20px;
}
.row.aboutbnr {
  padding-bottom: 20px;
  background-color: white;
}
p.cert-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.row.quality {
  /* background-image: linear-gradient(white 10%, #f4f4f4 80%, white 20%); */
  background-color: #3ab6ef;
  /* padding: 50px 0; */
}
.img-centered {
  box-shadow: 1px 0px 26px 0px rgba(0, 0, 0, 0.29);
  /* padding: 10px; */
  margin-top: 30px;
  margin-bottom: 30px;
}
.qualitycol>div>div>div.carousel-item{
  width: 92%!important;
  /*float: unset!important;*/
  /*margin: auto!important;*/
  padding: 0 20px 0 64px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}
.qualitycol>div>.carousel-inner {
  margin-top: -105px;
  margin-bottom: -100px;
}
.qualitycol {
  background-color: #f4f4f4;
  border-radius: 0 0 60px 0;
}
.row.prods {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: white;
}
.row.products {
  background-color: #3ab6ef;
}
.productlist {
  background-color: #f4f4f4;
  padding: 50px 30px;
  border-radius: 90px 0 90px 0;
}
.productcard {
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}
img.prodimg {
  background-color: white;
  padding: 20px 0 20px 30px;
}
.prod-title {
  background: linear-gradient(to top , #008fd5, #20409a);
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0 75px;
}

.triangle {
  width: 30px;
  height: 30px;
  background: linear-gradient(#20409a, #008fd5);
  clip-path: polygon(100% 100%, 50% 0%, 0% 100%);
  rotate: 180deg;
  margin: -17px auto 3px auto;
}
a.expbut {
  border: none;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f400;
  text-decoration: none;
  color: #135fb1;
  cursor: pointer;
}
a.expbut:hover {
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #008fd5;
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f400;
}

@keyframes arrowMove {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/* Gallery CSs */
.row.gal {
  background-color: white;
  padding: 50px 0 20px 0;
  text-align: center;
}
.row.galrow {
  background-color: white;
  padding: 10px 20px 50px 20px;
}
h2.htitle {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
h2.galtitle {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;

}
.videos {
  padding: 40px 15px;
  background-color: #f4f4f4;
}
.vdo>iframe {
  box-shadow: 1px 0px 26px 0px rgba(0, 0, 0, 0.29);
  padding: 0;
}

/* .mySlides {display: none}
img {vertical-align: middle;} */

/* Slideshow container */
/* .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  padding-top: 20px;

} */

/* Next & previous buttons */
/* .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
} */

/* Position the "next button" to the right */
/* .next {
  right: 0;
  border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */


/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
/* .fade-any {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} */


.slider-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slide-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.img-container1 {
  flex: 0 0 100%;
}

.img-container1 img {
  width: 100%;
}

.slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}


.left-arrow {
  /* transform: rotate(-45deg); */
  background-image: linear-gradient(to right, transparent 0%, transparent 45%, gray 45%, gray 55%, transparent 55%, transparent 100%);
  background-size: 200% 100%;
  background-position: right center;
  transition: background-position 0.3s;
}

.right-arrow {
  /* transform: rotate(135deg); */
  background-image: linear-gradient(to left, transparent 0%, transparent 45%, gray 45%, gray 55%, transparent 55%, transparent 100%);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.3s;
}

.slider-nav .arrow:hover {
  background-position: center;
}
i.bi.bi-chevron-right {
  font-size: 25px;
  color: white;
  font-weight: 800!important;
}
i.bi.bi-chevron-left{
  font-size: 25px;
  color: white;
  font-weight: 800!important;
}
.owl-carousel .owl-item img {
  display: block!important;
  width: 100%;
  height: 200px;
  background-color: #eeeeee;
  border-bottom: 5px solid #3653a4;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(0.25turn, #3653a4, #067fc9, #1883e7);
  border-image-slice: 5;
}
img.mfp-img {
  background-color: white;
}
button.owl-next>span {
  font-size: 73px;
  color: #067fc9;
  position: absolute;
  right: 11px;
  top: 50px;
}
button.owl-prev>span{
  font-size: 73px;
  color: #067fc9;
  position: absolute;
  left: 11px;
  top: 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0485ce;
}


.owl-carousel.infra {
  width: 100%;
  text-align: center;
}

.owl-carousel.infra .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #f0f0f0;
}
/* Payment css */
.row.payment {
  background-color: #e8e8e8;
  padding: 50px 27px;
}
tr.orw {
  background: linear-gradient(#20409a, #008fd5);
}
td.maint {
  font-size: 21px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 15px;
}
td.lmain{
  font-size: 21px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 15px;
}
td.maints{
  font-size: 21px;
  color: #0f77c3;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 15px;
}
td.lmains{
  font-size: 21px;
  color: #0f77c3;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 15px;
}

/* Contact From */
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 0 12px 0 0;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: white;
    color: #1a4da4;
    padding: 6px;
    border: none;
    cursor: pointer;
    border-radius: 0 10px 0 0;
    width: 37%;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.row.contactfrom {
  background: linear-gradient(#20409a, #008fd5);
  padding: 40px 20px;
}
img.foologo {
  width: 156px;
}
.col-sm-4.ftrlgo {
  justify-content: center;
  align-items: center;
  display: flex;
}
.input-container>i {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #13a1e5;
}
.buti {
  padding: 8px;
  color: #1e459e;
}

/* Footer menu Css*/
.nav-div {
  position: fixed;
  bottom: 0px;
  background: #fff;
  width: 100%;
  text-align: center;
  min-height: 50px;
  z-index: 999;
}
.nav-div ul {
  list-style-type: none;
  padding-top: 8px;
  overflow: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  display: block;
}
.nav-div ul li {
  display: inline-block;
  text-align: center;
  padding: 0px 5px;
  min-width: 90px;
}
.nav-div ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.nav-div ul li i {
  display: block;
  font-size: 18px;
  color: var(--primary-color);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  border-radius: 50%;
  /* box-shadow: 1px 1px 10px #ddd; */
  border: 1px solid var(--primary-color);
  margin-right: auto;
  transition: all 0.3s ease;
}
.nav-div ul li i:hover {
  background: linear-gradient(#20409a, #008fd5);
  color: white;
  border: 1px solid white;
  transform: scale(1.2);
  transition: all .2s ease;
}
.row.gmap {
  background-color: white;
  padding: 20px 20px 100px 20px; 
}
img.prodimg.secprod {
  padding: 40px 0 40px 79px;
}
img.mfp-img {
  width: auto;
  max-width: 90%;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 8px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  font-size: 48px;
}
.mfp-close {
  opacity: 1;
}
img.cmlnki:hover{
  border-radius: 50%;
  transition: border-radius 1s ease-in-out;

}
.home-demo {
  padding-top: 20px;
}
img.micons:hover {
  transform: scale(1.2);
  transition: all .2s ease;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#modal-message {
    margin-bottom: 0;
    font-size: 18px;
}
a.cmlnk {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 600;
    display: grid!important;
    justify-content: center!important;
    align-items: center!important;
}
/* Add any additional styling you want */


a.glybut {
    background: linear-gradient(to top , #008fd5, #20409a);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    /* margin: 0 75px; */
    padding: 6px 20px;
    text-decoration: none;
    /* text-align: revert; */
}
.mdfbu {
    text-align: center;
    margin-top: 26px;
}
/*Mobile CSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media only screen and (max-width: 600px){
  .nav-div ul {
    display: flex;
}
img.prodimg.secprod {
  padding: 40px 0 40px 47px;
}
.row.contactfrom {
  background: linear-gradient(#20409a, #008fd5);
  padding: 40px 10px;

}
  .container {
    width: 95%;
  }
  img.rimg {
    width: 100%;
    left: 1px;
}
.row.banner-card {
  padding: 20px 10px 0px 20px;
  background-color: #ddf4ff;

}
.row.banner-card {
  text-align: center;
}
ul.stars {
  list-style: none;
  display: flex;
  padding: 0;
  padding-bottom: 0px;
  justify-content: center;
}
h2.ceoname {
  padding-top: 22px;
  font-size: 25px;
}
span.ceodeg{
  font-size: 24px;
}
.col-lg-3.col-sm-6.ciconinside {
  width: 25%;
  padding: 0;
}
.row.cicons {
  padding: 0 20px 20px 20px;
  background: white;
}
img.cmlnki {
  background: white;
  padding: 15px;
  width: 90%;
  margin-top: -29px;
}
ul>li>a> img.micons {
  font-size: 10px;
  width: 77%;
}
ul.socmul>li {
  padding-left: 0px;
  padding-right: 0px;
}
.introinf {
  background-color: #f4f4f4;
  padding: 30px;
}
td.maint {
  font-size: 17px;
}
td.maints {
  font-size: 18px;
}
td.lmain {
  font-size: 18px;
  /* padding-top: 20px; */
}
td.lmains {
  font-size: 20px;
  padding-top: 20px;
}
.prod-title {
  font-size: 21px;
  margin: 0;
}
img.prodimg {
  background-color: white;
  padding: 26px 0;
}
h2.int-title {
  font-size: 23px;
  font-weight: 400;
}
.row.gmap {
  background-color: white;
  padding: 10px;
}
a.cmlnk {
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-weight: 500;
    display: grid!important;
    justify-content: center!important;
    align-items: center!important;
}
}
@media only screen 
   and (min-width : 1600px) {
  img.rimg {
    position: relative;
    left: -96px;
    width: 464px;
}
.qualitycol>div>div>div.carousel-item{
  width: 92%!important;
  /*float: unset!important;*/
  /*margin: auto!important;*/
  padding: 0 20px 0 84px;
}
span.ceodeg{
  color: #2178a2;
  font-size: 36px;
  font-weight: 500px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
h2.ceoname {
  padding-top: 31px;
  font-family: 'Roboto', sans-serif;
  color: #302e2f;
  font-weight: 700;
  font-size: 37px;
}
img.cmlnki {
  background: white;
  padding: 20px;
  width: 56%;
  margin-top: -50px;
}
.prod-title{
  margin: 0 25%;
}
.owl-carousel.infra .item{
  height: 300px;
}
.owl-carousel .owl-item img{
  height: 300px;
}
button.owl-next>span{
  top: 97px;
}
button.owl-prev>span{
  top: 97px;
}
img.prodimg {
  background-color: white;
  padding: 20px 0 20px 50px;
}
.introinf {
  background-color: #f4f4f4;
  padding: 50px 25px;
}
.qualityf {
  background-color: white;
  padding: 0 25px 100px 25px;
}
img.prodimg.secprod {
  padding: 40px 0 40px 101px;
}
.owl-carousel.infra{
  padding-top: 15px;
}
.qualitycol>div>div>div.carousel-item{
  width: 92%!important;
  /*float: unset!important;*/
  /*margin: auto!important;*/
  padding: 0 20px 0 50px;
}
a.cmlnk img {
    margin-left: 32px;
}
}

