:root {
    --green: green;
    --blue: #4482ec;
    --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
}

body{
    overflow-x:hidden;
}

a{
    color:#4c7bd1;
}
.section-entry-parmeet{
    padding:5rem 0 3rem;
}

.keyword{
    font-size: 2rem;
    font-weight: bold;
    font-family: fangsong;
}
.text-black{
    color:#000;
}

.bttn-white{
    background:#4c7bd1;
    color:#000;
    outline-offset:3px;
    outline:2px solid #fff;
    transition: 0.2s;
}

.bttn-white:hover{
    background:#fff;
    color:#000;
}

.bttn-black{
    background:#4c7bd1;
    color:#fff;
    outline-offset:3px;
    outline:2px solid #000;
    transition: 0.2s;
}

.bttn-black:hover{
    background:#000;
    color:#fff;
}

.product-name-head{
        font-size: 1.6rem;
    font-weight: bold;
    color: #ece4e4;
    /* outline: 5px solid var(--primary); */
    /* outline-offset: 7px; */
    border-left: outset var(--primary);
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 0 0 1rem;
}


.inner-about-col{
    padding:0 1rem;
}

.head-keyword{
    margin-bottom:.5rem;
}
.margin-button{
    margin-top:.5rem;
    display:inline-block;
    padding:.5rem 1rem;
}

.container-border{
    border-top:2px solid black;
}

.col-for-vision{
    padding:1rem;
    /*border:2px solid grey;*/
    border-radius:10px;
    margin-top:2rem;
    position:relative;
}

.col-for-vision i {
    font-size:2.5rem;
    padding:0.5rem;
    color:#4c7bd1;
}


 .card {
            background: #fff;
            position: relative;
            place-items: center;
            overflow: hidden;
            border-radius: 10px;
            z-index:-3;
            height: 100%;
        }


        .card::before {
        content: '';
    position: absolute;
    width: 200%;
    background-image: linear-gradient(#4c7bd1, #4c7bd1);
    height: 50%;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
    /* top: -100px; */
    left: -100px;
    z-index: -2;
            /*transform:translate(-50% , -50%);*/
        }

        @keyframes rotBGimg {
            from {
                transform: rotate(0deg) ;
            }

            to {
                transform: rotate(360deg) ;
            }
        }

        .card::after {
            content: '';
            position: absolute;
            background: #fff;
            inset: 5px;
            border-radius:10px;
            z-index:-1;
        }

.out-wrapper{
    /*background:#000000;*/
    background:#424242;
}

.my-row-dynamic{
   padding: 2rem 0;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 3rem;
}

.inner-prod-col-2 h5{
    padding:0.2rem 1rem 0 1rem;
    color:#fff;
}

.inner-col-prod-outer h4{
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.inner-col-prod-outer h4 a{
    font-size:1.2rem;
    display:inline-block;
        color:var(--primary);
}
.about-con-col-0{
    padding:1rem;
    
}

.about-con-col{
    padding:2rem 3.5rem;
    border:1px solid lightgrey;
    background:#f8f8f8;
    height:100%;
    box-shadow: rgba(33, 35, 38, 0.3) 0px 10px 10px -10px;
}
.about-con-col-left{
    text-align:right;
}

.my-text-center{
    text-align:center;
}

.inner-col-prod{
    padding:0 1rem;
}

.head-texti{
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #4c7bd1;
    color: #4c7bd1;
    font-size: 17px;
}

.heading-5{
    font-size:18px;
    font-weight: bold;
}
.head-texti a{
    font-size: 1.2rem;
    color: #4c7bd1 !important;
    border-bottom: 2px solid #4c7bd1;
    display:inline-block;
}

.video-col{
    position:relative;
}

.video-btn i{
        font-size: 1.5rem;
    color: #fff;
    padding: 1.8rem 2rem;
    border-radius: 100px;
    background: #0000008f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.about-video-wrapper{
    position:relative;
}

.about-video-wrapper .ab-vd-back{
    position: absolute;
    height: 50%;
    width: 100%;
    background: #00000021;
    z-index: -1;
    bottom: 0;
}

.owl-carousel .owl-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev{
    visibility:hidden;
}

.owl-carousel .owl-next:before,
.owl-carousel .owl-prev:after{
        visibility: initial;
    display: inline-block;
    padding: 0.5rem 1.3rem;
    font-size: 1.25rem;
    background: #000000;
    color: #fff;
    margin: 1rem 0 0 0;
    outline: 2px solid #000;
    outline-offset: 3px;
}

.owl-carousel .owl-next:hover::before,
.owl-carousel .owl-prev:hover::after{
     background: var(--primary);
     transition: 0.3s;
}

.owl-carousel .owl-next:before{
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    border-radius:0 50px 50px 0 ;
}

.owl-carousel .owl-prev:after{
    font-family: "Font Awesome 6 Free";
    content: "\f104";
    font-weight: 900;
    border-radius:50px 0 0 50px;
}

.contain #owl-carousel .item{
    padding:1rem;
}


.inner-about-col-img ,
.inner-col-prod-img {
    overflow:hidden;
    border-radius:10px;
}

.overscale:hover{
    transition: 0.5s;
    transform: scale(1.1);
}

.testimonial-carousel .testimonial-item{
    background:#424242;
    color:#fff;
}

.testimonial-carousel .testimonial-item span{
    display:block;
    margin:1rem 0 0 0;
}

.inner-testi{
    padding:1rem;
}

.footer .col-lg-3{
    border-left:2px solid var(--primary);
  }
  
  .footer .col-lg-3:nth-child(1){
      border-left:none;
  }
  
    .footer .col-lg-3:nth-child(2){
      padding-left:2rem;
  }
 
 .footer-heading{
     font-weight:bold;
     font-size:20px;
     color:#4c7bd1;
 }
 
 .product-heading{
     font-weight:bold;
     font-size:18px;
     color:#4c7bd1;
 }
 
 .ab-wel{
     padding:1rem;
 }
 
 .proj-wrap{
     padding:1rem;
 }
 
 .view-t {
     padding: 0 1rem;
 }
 
 .all-pro-w{
     padding:0 1rem;
 }
 
 .phone {
  z-index: 2;
  /*background-color: var(--green);*/
  animation: phone 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.phone {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  bottom:55px;
  left:40px;
  z-index: 5;
  border:none !important;
}

.circle1,.circle2 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  animation: scaling 2s var(--animation-curve) infinite;
 bottom:55px;
  left:40px;
  z-index: 4;
}

@keyframes scaling {
  0% {
    transform: scale(1);
    background-color: var(--green);
  }
  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes phone {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle1 {
  animation-delay: 0s;
}
.circle2 {
  animation-delay: 1s;
}

/********** Whatsapp end***************/

/**********call ***********/

.call {
  z-index: 2;
  /*background-color: var(--blue);*/
  animation: call 1s var(--animation-curve) infinite alternate-reverse;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 0.5px white solid;
}

.material-icons-1 i{
  color: white;
    font-size:1.7rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.call {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom:55px;
  right:40px;
  z-index: 5;
  border:none !important;
}

.circle3,.circle4 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*background-color: green;*/
  position: fixed;
  animation: scaling1 2s var(--animation-curve) infinite;
 bottom:55px;
  right:40px;
  z-index: 4;
}

@keyframes scaling1 {
  0% {
    transform: scale(1);
    background-color: var(--blue);
  }
  100% {
    transform: scale(3);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes call {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle3 {
  animation-delay: 0s;
}
.circle4 {
  animation-delay: 1s;
}

.parent-location{
    margin-top:4rem;
}
