
.smartmeterbtn {
    color: #fff !important;
    background: linear-gradient(to bottom,#ff4495 0%,#ff6d6d 100%);
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 20px;
    padding-right: 20px;
    /* margin-top: -18px !important; */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 20px!important;
    border: 1px solid #fc6060;
    transition: .3s all ease;
    display: inline-block!important;
  
}

.smartmeterbtn:hover {
    border: 1px solid #5e8cd5;
    background: #5e8cd5 !important;
    color: #fff!important;
    transition: .3s all ease;   
}

.smartmeterbtnslid {
   color: #fff!important;
    background: #0c46a1;
    padding-left: 25px;
    border-radius: 25px;
    display: inline-block!important;
    line-height: 40px;
    padding-right: 30px;
}

.navbar-light .navbar-toggler {
    color: #fff!important;
    border-color: #fff!important;
    background: #fe6476;
}

header .banner-content .content-area h2 {
    font-size: 40px;
    color: #0c46a1;
    font-weight: 700;
    background: linear-gradient(to bottom,#ff4495 0%,#ff6d6d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-area-inner-box.about-us:hover
{
      /* background-color: rgba(252,96,96,.9)!important; */
     background:  linear-gradient(to bottom,#ff4495 0%,#ff6d6d 50%)!important;
      color:#fff!important;
}
.page-area-inner-box.about-us:hover
{
      /* background-color: rgba(252,96,96,.9)!important; */
     background:  linear-gradient(to bottom,#ff4495 0%,#ff6d6d 50%)!important;
      color:#fff!important;
}
.page-area-inner-box.our-facility:hover
{
     background: linear-gradient(to bottom,#f33386 0%,#eb5555 50%)!important;
      color:#fff!important;
}
.page-area-inner-box.career:hover
{
     background:  linear-gradient(to bottom,#ff4495 0%,#ff6d6d 50%)!important;
      color:#fff!important;
}

.page-area-inner-box.quality:hover
{
     background:  linear-gradient(to bottom,#ff4495 0%,#ff6d6d 50%)!important;
      color:#fff!important;
}
.page-area-inner-box.blog:hover
{
     background:  linear-gradient(to bottom,#ff4495 0%,#ff6d6d 50%)!important;
      color:#fff!important;
}

.posrel {
    width: 100%;
    /* height: 300px; */
    position: relative;
}
.readmorehover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background:  linear-gradient(to bottom,#ff4495 0%,#ff6d6d 50%)!important;
}

.posrel:hover .readmorehover {
  opacity: 1;
   transition: .5s ease;
   border-radius: 5px;
}
.readmorehover a {
    text-decoration: none;
}
.readmorehover h3 {
 color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
   transition: .5s ease;
}
.readmorehover p {
    margin-bottom: 2px!important;
    font-size: 18px!important;
     color:#fff!important;
}
p.textAbout {
    font-size: 14px!important;
    color: #323131!important;
}
p.textAbout:hover {
    color: #323131!important;
}
.iconread i {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 24px;
}

.containerfooter {
    background: #2c2c2c;
}
.main-footer-box p, a {
    font-size: 12px;
    color: #fff;
}
.flexFEX
{
    margin-bottom: 15px;
}
.social-media ul {
    display: flex;
    flex-direction: row;
}
.social-media ul li a {
    color: #ff5288!important;
    font-weight: bold;
}
.social-media li i:hover, social-media li i :active, social-media li i :focus {
    color: #ff5288!important;
    background: #fff;
}

.social-media ul li i{
     color: #fff!important;
    background: #ff5288;
    width: 30px;
    height: 30px;
    /* background: #fff;
    color: #333; */
    margin: 0px 15px 0px 0px;
    line-height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
}
footer .main-footer .main-footer-box ul li a:hover {
    color: #ff5288;
}
.main-footer-box p:hover {
    color: #ff5288;
}
b.bold {
    font-weight: bold;
}
.cetersubtxt{
    font-size: 32px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
}
.countersection {
    padding: 20px 0;
    background-image: url("../images/counterimg.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    margin-top: 30px;
    z-index: 0;

}

.countersection::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #000000;
    background: #017db7;
    background: -moz-linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    background: -webkit-linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    background: -webkit-linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    background: -o-linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    background: -ms-linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    background: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.counter{
    color: #666;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 0 20px 20px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    /* background:linear-gradient(#0166d8, #00bcd4); */
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.counter:after{
    background: transparent;
    border: 2px dashed rgba(255,255,255,0.5);
    top: 20px;
    left: 20px;
    right: 10px;
    bottom: 10px;
}
.counter .counter-content{
    background-color: #fff;
    height: 100%;
    padding: 23px 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    position: relative;
}
.counter .counter-content:before,
.counter .counter-content:after{
    content: '';
    background: linear-gradient(to top right, #96acbd 50%, transparent 52%);
    height: 10px;
    width: 10px;
    position: absolute;
    right: -10px;
    top: 0;
}
.counter .counter-content:after{
    transform: rotate(180deg);
    top: auto;
    bottom: -10px;
    right: auto;
    left: 0;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
}
.counter h3{
color: #42a5f3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #212529;
}




/* ////////////////////////////////////////////////////////careers */


.careersoverlaybg {
    padding: 100px 30px;
    background-image: url("../images/careersoverlaybg.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.careersoverlaybg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
} 

.contact-mf {
    margin-top: 4rem;
}
.box-shadow-full {
    padding: 3rem;
}
.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
}
.title-box-2 {
    margin-bottom: 3rem;
}

.title-left {
    font-size: 1.5rem;
    position: relative;
}
.title-left:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0078ff;
    width: 100px;
    bottom: -12px;
}
.php-email-form input {
    padding: 10px 15px;
}
.php-email-form input, .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px;
}

.php-email-form button[type=submit] {
    background: #0078ff;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}
.title-box-2 {
    margin-bottom: 3rem;
}


.jointeam {
  padding: 100px 30px;
    background-image: url(../images/jointeam.jpg);
    background-position: 50%;
    background-size: cover;
    position: relative;
    /* background-attachment: fixed; */
    height: 51vh;
    min-height: 380px;
    max-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left right;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jointeam::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%); */
} 

.qualityservice {
    padding:100px 0px!important;
    background-image: url("../images/qualityservice.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.qualityservice::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to bottom,#ffffff87 0%,#ffffff00 100%);
} 

.capabilityservice {
    padding:100px 0px!important;
    background-image: url("../images/capabilityservice.png");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.capabilityservice::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to bottom,#ffffff87 0%,#ffffff00 100%);
}
.page-subtitle.bg-heading {
    width: 75%;
}

.page-subtitle.bg-heading span {
    background-color: #000000;
    -webkit-box-shadow: 0.5em 0 0 #000000, -0.5em 0 0 #000000;
    box-shadow: 0.5em 0 0 #000000, -0.5em 0 0 #000000;
    color: #ffffff;
    line-height: 1.4;
}
h1.heading-three {
      font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    padding: 0 0 0 10px;
    border-left: 5px solid #000000;
    /* margin-left: 40px; */
    max-width: 80%;
    margin-bottom: 25px;
}
.servicewhitetxt h2.blackcol {
    font-size: 30px;
    color: #333;
}
.servicewhitetxt p.blackcol {
    font-size: 18px;
    color: #333;
}
.more-info p.lead {
    font-size: 17px;
    font-weight: 400;
}


/* ////////////////////////////////////////////awardsdesign ///////////////////*/

.awardsbg {
    padding: 120px 30px!important;
    background-image: url("../images/awardsbg.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.awardsbg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
} 

.sb-core-values .core-value-subtitle {
    width: 40.365vw;
    max-width: 770px;
    margin: 30px auto 70px;
}
.sb-core-values .core-value-steps .col-md-6 {
    margin-bottom: 30px;
}
.sb-core-values .core-value-steps .col-md-6 .core-value .step-title {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sb-core-values .core-value-steps .col-md-6 .core-value .step-title span.step-1 {
    background-color: #F35220;
}
.sb-core-values .core-value-steps .col-md-6 .core-value .step-title span {
    min-height: 60px;
    min-width: 60px;
    height: 8.51vh;
    width: 8.51vh;
    max-height: 80px;
    max-width: 80px;
    border-radius: 100px;
    position: relative;
    left: 0;
    top: 0;
}

.sb-core-values .core-value-steps .col-md-6 .core-value .step-title h6 {
       line-height: 1.3;
    text-transform: inherit;
    position: relative;
    z-index: 10;
    margin: 0;
    margin-left: calc(-8.51vh/2);
    font-weight: 700;
    font-size: 18px;
}
.sb-core-values .core-value-steps .col-md-6 .core-value .step-title span.step-2 {
    background-color: #E8AC31;
}
.sb-core-values .core-value-steps .col-md-6 .core-value .step-title span.step-3 {
    background-color: #00A8F0;
}
.sb-core-values .core-value-steps .col-md-6 .core-value .step-title span.step-4 {
    background-color: #DBDBDB;
}

.contact-inner.awd {
    margin: 40px 15px
}

.step-description {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
}




.counter.green h3{ color: #83C040; }
@media screen and (max-width:990px){
    .counter { margin-bottom: 40px; }
}

.cstmpadding {
    padding: 30px 0px;
}
.whywe h2 {
    font-size: 28px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 20px;
}
.whywe li {
       font-size: 16px;
    /* line-height: 1.8; */
    font-weight: 400;
    color: #333;
    margin-top: 22px;
}
span.iconwhywe {
border-radius: 74px 50% 50% 50%;
    background: #42A5F3;
    padding: 5px 5px 2px 8px;
    color: #fff;
    margin: 0px 10px;
    box-shadow: 0px 6px 15px rgb(4 4 4 / 29%);
    float: left;
}


#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #42A5F3;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}
.contact-email {
    text-align: center;
    
}
.contact-phone {
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
     text-align: center;
}
.outerboxcontact

{   padding: 40px;
    box-shadow: 10px 10px 15px rgb(73 78 92 / 10%);
    background: #fff;
    transition: 0.4s;
    height: 100%;
}
.outerboxcontact:hover {
    box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.contact-address {
    text-align: center;
}
.contact-info a {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
}
.bglightG
{
    background: #f1f0f0;
}

.row.contact-info {
    margin-top: 50px;
    margin-bottom: 35px;
}

 
.contact-info address {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

/* .wow:first-child {
      visibility: hidden;
    } */
    /* /////////////////////////////Our Products//////////////////////// */
.productbgimg {
    padding: 20px 0;
    background-image: url("../images/counterimg.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.productbgimg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
} 

.contctusbg {
    padding: 100px 30px;
    background-image: url("../images/contactusbg.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.contctusbg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
} 


.servicewhitetxt h2, p{
color: #fff;
}
.servicewhitetxt h2 {
    font-size: 30px;
}
.servicewhitetxt p {
    font-size: 18px;
    color: #fff;;
}

.outerservice
{
    margin: 20px;
    background: #fff;
    border-radius: 50px 0px 50px 0;
    transition: .3s all ease;
    box-shadow: 5px 5px 5px rgb(169 166 166 / 30%);
}

.servsinglephs h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgba(0,0,0,.8);
}

.text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #8c8c8c;
}

.iconservice i {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    background: #017db7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.outerservice:hover
{
    background: linear-gradient(to bottom,#ff4495 0%,#ff6d6d 100%);
    box-shadow: 0 5px 25px -2px rgb(0 0 0 / 3%);
    border-radius: 0;
     transition: .3s all ease;
}

.servsinglephs:hover h4, .servsinglephs:active h4, .servsinglephs:focus h4{
    color:#fff;
     transition: .3s all ease;
}

.servsinglephs:hover .text, .servsinglephs:active .text, .servsinglephs:focus .text {
 color:#fff!important;
  transition: .3s all ease;
}

.servsinglephs {
    padding: 30px;
}

.collflexouter {
    display: flex;
}
.collflex {
    display: flex;
    justify-content: center;
}

.threephswire p {
    font-size: 20px;
    color: #333;
    margin: 35px 80px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.applicdationStd
{
    display: flex;
    margin-bottom: 30px;
}
.icnstnd i {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #037eb8;
    margin-right: 20px;
}
.textstd p {
    font-size: 16px;
    margin: 8px 5px;
      color: #fff;
}
.textstd h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.threephswire span {
    font-weight: 600;
    color: #2298c7;
}

.secion-1 {
    position: relative;
}
b{
    font-weight: bold;
}
.secion-1:after {
    background: #2298c7;
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 70%;
}

.secion-1 .img-wrap {
    z-index: 1;
    background-color: #354d5647;
    position: relative;
    padding: 40px;
    
}

.secion-1 .contents {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px 10px;

}
.secion-1 .heading {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.wireassuracy li {
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
}

ul.wireassuracy {
    background: #e7f2f7;
    padding: 30px;
    border-radius: 5px;
}
.wireassuracy h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.dbox .fa {
    width: 70px;
    height: 70px;
    background: #2da1cd;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    border-radius: 22px 2px;
    margin-bottom: 15px;
    border: 2px dotted #b3d1fa;
}

.textcontact p {
       font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 700;
}

.dbox {
    margin-top: 50px;
    margin-bottom: 50px;
}
.textcontact a {
 font-size: 14px;
    color: gray!important;
    display: block;
    margin-top: 6px;
    font-weight: 500;
}

.contact-area .contact-inner .contact-inner-left .section-title {
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.contact-area.letusget
{
    margin-top: 30px!important;
}
.contactimgrel{
    position: relative;
}
.contactimgrel:after{
    position: absolute;
    content: "";
    border: 4px solid #42A5F3;
    left: -50px;
    bottom: -50px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

div#mapintegration {
    margin-top: 60px;
    margin-bottom: 30px;
}

p {
    font-size: 14px;
    color: #414042;
    line-height: 24px;
}

/* ////////////////////////////////////////////////////////////////////awards */
  
span.recbold {
    font-weight: bold;
    font-size: 20px;
    padding: 0px 5px;
    /* padding-left: 5px; */
    line-height: 30px;
}
 
    .awardstxt p {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
}

.contact-inner.awardstxt p {
    margin-top: 40px;
    margin-bottom: 40px;
}
.rated-now-sec {
    margin-top: 40px;
}
.rated-now-sec {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}

.rated-now-sec li {
    width: calc(33.333% - 30px);
    background-color: transparent;
    background-image: linear-gradient(to top, #1b2448, #10162c);
    padding: 0px;
    transition: .5s;
}
.rated-now-sec li {
    width: calc(25% - 30px);
    float: left;
    margin: 15px 10px;
    text-align: center;
    background-color: #f19f27;
    border-radius: 5px;
    padding: 40px 15px;
    position: relative;
    overflow: hidden;
}
.rated-now-sec li:hover {
    background-image: linear-gradient(to top, #3052e9, #001c98);
}
.rated-now-sec li:hover a {
    transform: translate(0px , -25px);
}
.rated-now-sec li {
    width: calc(33.333% - 30px);
    background-color: transparent;
    background-image: linear-gradient(to bottom,#017db7 0%,#00aad5a1 100%);
    padding: 0px;
    transition: .5s;
    box-shadow: 0 8px 15px 0 rgb(0 0 0 / 14%);
}
.main-serives-click li a {
    display: block;
    padding-bottom: 10px;
    position: relative;
    transition: .5s;
}

.rated-now-sec li img {
  width: 100%;
  height: 380px;
}


.main-serives-click li h4 {
 font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0px;
    margin-top: 10px;
}


.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;
 background-color:#00506b;}

.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:196px;
    height:210px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.awardjif {
    padding: 100px 30px;
    background-image: url("../images/awardjif.gif");
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.awardjif::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} 

/* ///////////////////////////////////////////////////////facility //////////////////////////// */
.facilityheading h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.facilityheading h4 {
    display: block;
    margin-bottom: 25px;
    color: #ce0f3d;
    position: relative;
    margin-top: 15px
}

.facilityheading h4:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    background: #ce0f3d;
}
.ourficiity i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    background: linear-gradient(to bottom,#ff4495 0%,#ff6d6d 100%);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin: 14px 0px;
    color: #fff;
}

.outrboxbg {
    background: #ce0f3d;
    padding: 100px 40px 50px 40px;
    margin-top: -50px
}
.textbg h4{
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
}

.textbg p{
   font-size: 14px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ficilityimgrad
{
    height: 500px;
    border-radius: 50% 50% 0 50%;
}

.flexcficility{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flexcficility .facilityheading p
{
    
    font-size: 16px;
    color: #414042;
    line-height: 34px;
    margin-top: 10px;

}
.ficilityimgradbtm {
    height: 500px;
    border-radius: 0 50% 50% 50%;
}

.canabosl {
    width: 365px;
    right: -48px;
    background-color: #c71f5c;
    bottom: 15px;
    position: absolute;
    color: #fff;
}
.caprel {
    position: relative;
}
.canabosl p {
    color: #ffff;
    padding: 20px;
}
.flexrowinr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flexrowinr.flexcficility {
    width: 100%;
}
.facilityheading.Capability_d {
    margin-left: 50px;
    padding-left: 50px;
}

.caprel:before {
    bottom: 15px;
    position: absolute;
    border-top: 35px solid #c71f5c;
    top: 0px;
    width: 93%;
    border-left: 35px solid #c71f5c;
    padding: 37px;
    content: "";
    height: 80%;
}
.container-fluid.outerbg {
    background: #f1d5df;
    padding: 40px 50px;
}
.flexcapabilityin h2 {
  font-size: 4.5rem;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 20px;

}
.flexcapability {
    display: flex;
}

.flexcapabilityin p {
    font-size: 16px;
    color: #414042;
    line-height: 32px;
    margin-bottom: 12px;
    padding-right: 20px;
}
.qualityassu {
    width: 100%;
    position: relative;
    /* width: 700px; */
}
.qualtyheading {
    left: 15px;
    position: absolute;
    top: 0px;
    background: #fff;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 50px;
}
.qualtyheading h2 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.qualtyheading p {
    line-height: 2;
    margin: 30px 0 0;
}
/* ////////////////////////////////////////////////////////////aboutus///////////////// */
.avonlist {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(100%+30px);
    margin-left: -15px;
}

.avonlist li:nth-child(1) {
    border: solid 0.5px #becfee;
    background-color: #becfee;
}
.avonlist li {
    width: calc(25% - 30px);
    margin: 15px;
    padding: 40px 20px;
    border-radius: 100px 0 100px 0;
    position: relative;
    padding-top: 120px;
}

.avonlist li i {
    font-size: 210px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: .43;
    letter-spacing: normal;
    text-align: center;
    color: rgba(45,106,218,0.03);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avonlist li h4 {
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #242424;
    margin: 0;
}
.avonlist li p {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #242424;
    margin-top: 15px;
}
.avonlist li:nth-child(2) {
    border: solid 0.5px #caecf6;
    background-color: #caf4ff;
}
.avonlist li:nth-child(3) {
    border: solid 0.5px #c8f5cc;
    background-color: #caffcf;
}
.avonlist li:nth-child(4) {
    border: solid 0.5px #f0e7b2;
    background-color: #fff6ba;
}

.aboutusavon i {
    background-color: #cadcff;
    width: 60px;
    display: flex;
    height: 60px;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #2d6ada;
}
.aboutusavon p.avoH {
  font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #131d2b;
     margin: 10px 0;
}
.aboutusavon p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #707379; 
}
.aboutusavonP {
    margin: 15px;
    box-shadow: 5px 5px 5px rgb(118 118 118 / 19%);
    padding: 10px 20px;
}
span.boldblue {
    color: #0078ff;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
}
.container-fluid.bgqualitycolr {
    background: #f0eeef;
}
.qualitbtxtQ p {
    font-size: 14px;
    padding: 10px 15px;
    font-size: 15px;
}
.qualitbtxtQ h2 {
    font-weight: 600;
    margin: 0.063rem 2rem;
    padding-top: 18px;
}
.ourficiity {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 22%);
    padding: 5px 15px 18px;
}


.outerbox
{
    white-space: initial;
    text-align: center;
    opacity: 0.9;
    overflow: hidden;
    background: #fff;
    width: 355px;
    height: 536px;
    opacity: 0.9;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
    transition: box-shadow .25s;
    margin-bottom: 25px;
}
.boximg {
    width: 360px;
    height: 344px;
}
.boximg img.image-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border: none;
}
ul.wireassuracy:hover {
      background: linear-gradient(to bottom,#ff4495 0%,#ff6d6d 100%);
    box-shadow: 0 5px 25px -2px rgb(0 0 0 / 3%);
      border-radius: 50px 0px 50px 0;
    transition: .3s all ease;
}
.wireassuracy li:hover, .wireassuracy li:focus, .wireassuracy li:active {
    font-size: 16px;
    color: #fff;
     transition: .3s all ease;
}


.bgbluevisionimg {
    background:  url("../images/bgbluevision.jpg");
    background-size: cover;
    padding: 60px 0;
    margin-top: 50px;
    /* position: fixed; */
}
.col-md-4.additionaboveP {
    padding: 40px 35px;
    border: 0;
    border-radius: 0;
    background: #fff;
    transition: all 300ms linear 0s;
}


.additionaboveP
{
    padding: 40px 35px;
    border: 0;
    border-radius:20px 50px;
    background: #fff;
    transition: all 300ms linear 0s;

    

}
/* .additionaboveP::after {
    position: absolute;
    border: 2px solid #dddddd;
    content: "";
    width: 100%;
    height: 100%;
    top: 4px;
    right: 5px;
} */
.additionaboveP p
{
    color: #797979;
    font-size: 16px;
}
.core-value-steps {
    margin-top: 40px;
}
.colcareerflexbox {
    background: #eee;
    border: 0;
    padding: 10px 15px;
    border-radius: 10px;
    border-bottom: 5px solid #0078ff;
    border-left: 1px solid #0078ff;
    box-shadow: 0 5px 24px 0 #9c9c9c;
    transition: all .4s ease-in-out;
    margin: 15px 5px 20px;
    width: calc(100% - 15px);
    margin: 35px 10px;
}
.colcareerflex {
    display: flex;
}
.careerflexbox {
    padding: 15px 10px;
    border-bottom: 1px solid #d9d8d8;
}
.careerflexbox:last-child {
    border-bottom: none;
}
.careerflexbox h2 {
    color: #0078ff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.careerflexbox h3 {
    color: #333;
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 500;
    font-weight: 600;
}

.careerflexbox p {
    font-size: 15px;
    margin-bottom: 5px;

}

.careerflexbox a{
    font-size: 14px;
    color: #0078ff;
    margin-bottom: 2px;
    margin-top: 5px;
    font-weight: 600;
}
a.infoL:hover {
    color: #fff;
}

p.careerexp
{
    font-size: 14px;
    color: #0078ff;
    margin-bottom: 2px;
    margin-top: 5px;
}
@media (max-width: 1240px) 
{
nav.navbar .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-size: 12px;
}
}
@media (max-width: 991px) {
    .collflex {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.dbox {
    margin-top: 30px;
    margin-bottom: 10px;
}
.outerservice {
    width: 100%;
}

.secion-1 .contents {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px 10px;
    background: #2298c7;
}
.active, .nav-link:hover {
    color: #fff;
    border-bottom: none;
}
.rated-now-sec li {
    width: 100%;
}
.servicewhitetxt p {
    font-size: 14px;
    color: #fff;
}
.servicewhitetxt h2 {
    font-size: 24px;
}
li.nav-item:last-child {
    background: transparent!important;
}
.servicewhitetxt h2.blackcol {
    font-size: 22px;
    color: #333;
}
.servicewhitetxt p.blackcol {
    font-size: 14px;
    color: #333;
}
.whywe h2 {
    margin-bottom: 5px;
}
.title-left {
    font-size: 1.2rem;
}
.more-info p.lead {
    font-size: 14px;
}

span.recbold {
    font-size: 14px;
}
.awardstxt p {
    font-size: 14px;
    line-height: 23px;
}
.qualtyheading {
    position: static;
 
}
}