.carousel-item img {
    width: 100%;
}

/*******************images section start************************/
.images-sec {
    background-image: url(../images/bg-img.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.images-sec::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

}

.images-sec .row {
    align-items: end;
}

.images-sec .img-text {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);


    padding: 40px;
    color: white;
    width: 450px;
    border-radius: 20px;
    border-right: 2px solid #FFD662;
    border-bottom: 5px solid #FFD662;




}

.images-sec .img-text.text-1 {


    border: transparent;
    border-left: 2px solid #FFD662;
    border-bottom: 5px solid #FFD662;



}

.images-sec .col-md-6 {
    padding-right: 0;
    padding-left: 0;


}

.images-1{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    object-fit: cover;
    height: auto;
   
}
 /* .img1{
    height: 414px ;
    overflow: hidden;
} */
.img2, .img3 {
    margin-top: 0px ;
}





/***************** certifiacte animation start ****************/

  .modal-target {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .modal-target:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; 
    position: fixed; 
    z-index: 21;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8); 
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 50%;
    opacity: 1 !important;
    max-width: 1200px;
  }
  
  /* Caption of Modal Image */
  .modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }
  
  /* Add Animation */
  .modal-content, .modal-caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .certificate .modal-close {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

/************ certifiacte animation end ******************/



.images-sec .img-text h5 {
    margin-bottom: 20px;
    text-align: center;

}

.images-sec .img-text p {
    text-align: center;
    font-size: 16px;
}

.box-1 .box-2 {
    margin-top: 100px;
}

.text {
    margin-top: 50px;
    display: flex;
    justify-content: end;
}

.images-sec h3 {
    text-align: center;
    color: white;
    font-size: 40px;
}

.slick-sec .slick-prev {
    left: -40px;
}

.slick-sec .slick-next {
    right: -18px;
}

.plus {

    color: black;
    font-size: 25px;
    font-weight: 600;
    margin-left: 10px;

}

.images-sec h2 {
    margin-bottom: 50px;
}

/*******************images section end************************/

/*******************card section start************************/
.box .card-img,
.Product-sec .card-img-top {
    transition: all 0.7s ease;
}

.box .card img {
    max-width: 70px;
    margin: 20px 0px 0px 1.25rem;
    transition: all 0.5s ease;
}

.card-box .card {


    min-height: 23rem;
    border: 1px solid #FFD662;

    box-shadow: 0px 4px 25px rgb(255 214 98 / 25%);
    overflow: hidden;
}


.about-sec .center-sec {
    background-color: #030077;
    color: white;
    padding: 3rem;
    position: absolute;
    top: 55px;
    left: -150px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}


.about-sec .center-sec h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

/*******************card section end************************/

.video-sec {
    position: relative;
    background-image: url(../images/video.webp);
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.video-sec .red-button {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 0, 0, 0.75);
    width: 80px;
    height: 80px;
    border-radius: 50%;

    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);

}

.video-sec .red-button .fas {
    color: white;
    font-size: 30px;
}

.bg-sec {
    background-image: url(../images/bg-images.webp);
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}

/* counter */

.bg-sec .counter {



    display: flex;
    align-items: center;
    justify-content: space-around;
}


.bg-sec .counter .counter-value {

    font-size: 24px;
    font-weight: 600;



}

.bg-sec .counter h4 {
    font-size: 15px;
    text-transform: capitalize;

}



.Product-sec .card {
    border: none;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    height: 29rem;

}


.Product-sec .img-zoom {

    overflow: hidden;

    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

}



.certificate {
    text-align: center;
}

.certificate span {
    color: red;
    font-weight: 700;

}

.certificate .row {
    margin: auto;
}

.certificate h3 {
    margin-bottom: 30px;
}

.certificate .color p {
    color: black;
    font-size: 17px;
}

.certificate h5,
.certificate p {
    color: #030077;
    font-weight: 600;
}

.certificate p {
    margin-bottom: 30px;
}



.Testimonial .slider-1 {
    display: flex;
    align-items:center;
    justify-content: center;
}

.Testimonial .testimonial-img {
    position: relative;

}

.Testimonial .testimonial-img::after {
    content: "";
    width: 100%;
    height: 20%;
    background-color: rgba(3, 0, 119, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.Testimonial .text-bottom {
    margin-left: 30px;
    text-align: right;
}
.Testimonial .text-bottom h5{
    margin-bottom: 0;
}

.Testimonial .testimonial-text {
    background-color: black;
    color: white;
    padding: 24px;
    bottom: 0px;
    border-radius: 4px;
    z-index: -1;
    /* width: 406px; */
    line-height: 28px;
    margin: 20px;
    min-height: 18rem;
}


.testimonial-text .fas {
    font-size: 20px;
}


.Testimonial .slick-next,
.Testimonial .slick-prev {
    width: 40px;
    background-color: #030077;
    height: 40px;
    top: 50%;
    z-index: 10;
    border-radius: 50%;

}

/* .Testimonial .slick-prev {
    left: 11px;
}

.Testimonial .slick-next {
    right: 11px;
} */

.slick-prev:before {
    content: '\f053';
}

.Testimonial .slick-prev:before,
.Testimonial .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    color: white !important;

}

.slick-next:before {
    content: "\f054";
}

.slick-sec .slick-prev:before,
.slick-sec .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    color: #030077;

}

/* video button */
.wrapper {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;

}
.mobile-contact{
    display: none;
}
.desktop-contact{
    display: block;
}

.promo-video {
    cursor: pointer;
}

@keyframes waves {
    0% {

        transform: scale(0.2, 0.2);
        opacity: 0;

    }

    50% {
        opacity: 0.9;

    }

    100% {

        transform: scale(0.9, 0.9);
        opacity: 0;

    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;

    border-radius: 100%;
    right: -34px;
    bottom: -41px;
    z-index: -1;

    animation: waves 3s ease-in-out infinite;
}

.wave-1 {

    animation-delay: 0s;
}

.wave-2 {

    animation-delay: 1s;
}

.wave-3 {

    animation-delay: 2s;
}

/*========================media Queries===========================*/
@media only screen and (min-width:1601px) and (max-width:1920px) {


    /* .Testimonial .slick-prev {
        left: 100px;
    }

    .Testimonial .slick-next {
        right: 101px;
    } */

    .center-sec {

        top: 110px;
    }

    .about-sec .center-sec {

        top: 100px;

    }

    .Product-sec .card {

        height: 31rem;
    }

 

    .slick-sec .slick-prev {
        left: -82px;
    }
    .address span {
        font-size: 15px;
    }
    
    .form-control {
        font-size: 15px;
    }    
}

@media only screen and (min-width:1401px) and (max-width:1600px) {
    .Testimonial .testimonial-text{
        padding: 16px;
    }
}



@media only screen and (min-width:1200px) and (max-width:1400px) {

    .slider img{
        padding: 24px;
    }
    .Testimonial .testimonial-text{
        line-height: 25px;
        min-height: 19rem;
    }
    .slick-next {
        right: -35px;
    }
    .slick-prev {
        left: -35px;
    }
    .contact-section .main-heading h3{
        margin-bottom: 20px;
    }
    .form-control {
        font-size: 15px;
    }
    .download p {
        font-size: 21px;
    }
    .address span{
        font-size: 15px;
    }

}


@media only screen and (min-width:1024px) and (max-width:1119px) {
    .box .card-body,
    .Product-sec .card-body {

        padding: 0.5rem;
    }


    .text-2 {

        margin-top: 23px;
    }

    .col-md-6.text-2,
    .col-md-6.text {



        padding: 0px 15px;
    }

    .images-sec .img-text {
        width: 336px;
        padding: 18px;

    }

    .img-text.text-1 {
        margin-top: 0px;


    }

    .images-sec h2 {
        margin-bottom: 2px;
        font-size: 28px;
    }

    .text {
        margin-top: 50px;
    }


    .about-sec .center-sec h4 {
        margin-bottom: 9px;
        font-size: 20px;

    }

   

    .Product-sec .card {


        height: 25rem;
    }

    .images-sec .img-text p {

        font-size: 14px;
    }

   
    .modal-content {
        width: 65%;
    }
  


    .slider img {
      
        margin: auto;
        padding: 24px;
    }

    .slider .slider {
        margin-top: 20px;
    }

    .slider .slick-prev {

        left: 0px;

    }

    .slider .slick-next {
        right: 0px;
    }

    .Testimonial .testimonial-text {

        width: 290px;

    }

    .testimonial-text .fas {
        font-size: 14px;
    }

    .Testimonial .text-bottom {
        margin-left: 9px;
    }

    .slick-sec .slick-prev:before,
    .slick-sec .slick-next:before {

        font-size: 18px;
    }

    .Testimonial .slick-next,
    .Testimonial .slick-prev {
        width: 30px;
        height: 30px;
        top: 50.6%;

    }


    .Testimonial .slick-prev {
        left: -30px;
    }

    .Testimonial .slick-next {
        right: -30px;
    }

    .Testimonial .slick-prev:before,
    .Testimonial .slick-next:before {
        font-size: 16px;
    }
    .form-control{
        font-size: 14px;
    }





    .bg-sec .counter .counter-value {
        font-size: 20px;
    }

    .plus {
        font-size: 20px;
    }

    .bg-sec .counter h4 {
        font-size: 14px;
    }

    .bg-sec .counter {

        margin-bottom: 30px;
    }

    .counter-icon img {
        width: 80%;
    }

    .counter h3 {

        top: 37px;
        left: 102px;
    }

    .certificate h3 {
        margin-bottom: 15px;
    }

    .certificate .color p {

        font-size: 11px;
    }

    .certificate .col-md-4 {
        margin-bottom: 20px;
    }

    .box .card img {
        max-width: 50px;
        margin: 20px 0px 10px 0.5rem;
    }

    .box .col-md-3,
    .Product-sec .col-md-3 {
        padding: 0px 10px;
    }

    .card-box .card {
        min-height: 20rem;
        width: 14rem;
    }

    .about-sec .center-sec {
        padding: 2rem;
        top: 59px;
    }

    .about-sec {
        margin: 50px 0px;
    }

    .card-title {
        font-size: 16px;
    }

    .images-sec .img-text h5 {
        margin-bottom: 13px;
        font-size: 18px;
       
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 21px;
        height: 28px;
    }
    .mobile-contact{
        display: block;
    }
    .desktop-contact{
        display: none;
    }
}

@media only screen and (min-width:901px) and (max-width:1023px) {

    .box .card-body,
    .Product-sec .card-body {

        padding: 0.5rem;
    }

    .sec-padd{
        padding: 3rem 0px;
    }


    .text-2 {

        margin-top: 23px;
    }

    .col-md-6.text-2,
    .col-md-6.text {



        padding: 0px 15px;
    }

    

    .img-text.text-1 {
        margin-top: 0px;


    }

    .images-sec h2 {
        margin-bottom: 2px;
        font-size: 19px;
    }


    .text {
        margin-top: 20px;
    }


    .about-sec .center-sec h4 {
        margin-bottom: 9px;
        font-size: 25px;

    }

  

    .Product-sec .card {


        height: 25rem;
    }

    .images-sec .img-text {
       
        padding: 19px;
      
        width: 369px;
    }

    

   

   
 

    .slider img {
      
        margin: auto;
    }

    .slider .slider {
        margin-top: 20px;
    }

    .slider .slick-prev {

        left: 0px;

    }

    .slider .slick-next {
        right: 0px;
    }

    .Testimonial .testimonial-text {

        width: 450px;

    }

    .testimonial-text .fas {
        font-size: 14px;
    }

    .Testimonial .text-bottom {
        margin-left: 9px;
    }

    .slick-sec .slick-prev:before,
    .slick-sec .slick-next:before {

        font-size: 13px;
    }

    .Testimonial .slick-next,
    .Testimonial .slick-prev {
        width: 64px;
        height: 64px;
        top: 93.6%;

    }


    .Testimonial .slick-prev {
        left: -18px;
    }

    .Testimonial .slick-next {
        right: -18px;
    }

    .Testimonial .slick-prev:before,
    .Testimonial .slick-next:before {
        font-size: 19px;
    }





    .bg-sec .counter .counter-value {
        font-size: 16px;
    }

    .plus {
        font-size: 16px;
    }

    .bg-sec .counter h4 {
        font-size: 14px;
    }

    .bg-sec .counter {

        margin-bottom: 30px;
    }

    .counter-icon img {
        width: 80%;
    }

    .counter h3 {

        top: 37px;
        left: 102px;
    }

    .certificate h3 {
        margin-bottom: 15px;
    }

    .certificate .color p {

        font-size: 14px;
    }

    .certificate .col-md-4 {
        margin-bottom: 20px;
    }

    .box .card img {
        max-width: 50px;
        margin: 20px 0px 0px 0.5rem;
    }

    .box .col-md-3,
    .Product-sec .col-md-3 {
        padding: 0px 3px;
    }

    .card-box .card {
        height: 18rem;
    }

    .about-sec .center-sec {

      
        top: 46px;
        padding: 2rem;



    }

    .about-sec {
        margin: 30px 0px;
        
    }

   .Product-sec .card-title {
        font-size: 14px;
    }

  

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 21px;
        height: 28px;
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {

    .box .card-body,
    .Product-sec .card-body {

        padding: 0.5rem;
    }

    .card-sec-2{
        margin-top: 20px;
    }

    .carousel-item img{
        height: 290px;
    }

    .card{
        padding-left: 20px;
    }

   
    .text-2 {

        margin-top: 23px;
    }

    .col-md-6.text-2,
    .col-md-6.text {



        padding: 0px 15px;
    }

    .images-sec .img-text {
        width: 100%;
        padding: 18px;

    }

    .img-text.text-1 {
        margin-top: 0px;


    }

    .images-sec h2 {
        margin-bottom: 2px;
        font-size: 19px;
    }


    .text {
        margin-top: 55px;
    }


    .about-sec .center-sec h4 {
        margin-bottom: 9px;
        font-size: 20px;

    }

    .center-sec p{
        font-size: 13px;
    }

    .center-sec .button-color a{
        font-size: 13px;
    }

 
    .Product-sec .card {


        height: 22rem;
    }

    .images-sec .img-text p {

        font-size: 14px;
    }
    .img2, .img3 {
        margin-top: 0px !important;
    }
    .modal-content {
        max-width: 65%;
        margin-top: 50px;
        width: 100%;
    }

    .video-sec {

        height: 210px;

    }

    .video-sec .red-button {

        width: 60px;
        height: 60px;
    }

    .video-sec .red-button .fas {

        font-size: 19px;
    }

    .waves {

        width: 100px;
        height: 100px;

        right: -22px;
        bottom: -24px;

    }

    .slider img {
   
        margin: auto;
        padding: 22px;
    }

    .slider .slider {
        margin-top: 20px;
    }

    .slider .slick-prev {

        left: -18px;

    }

    /* .slider .slick-next {
        right: 0px;
    } */

    .Testimonial .testimonial-text {

        width: 450px;
        min-height: 15rem;

    }

    .slick-sec .main-heading h3{
        font-size: 20px;
    }

    .testimonial-text .fas {
        font-size: 14px;
    }

    .Testimonial .text-bottom {
        margin-left: 9px;
    }

    .slick-sec .slick-prev:before,
    .slick-sec .slick-next:before {

        font-size: 18px;
    }

    .Testimonial .slick-next,
    .Testimonial .slick-prev {
        width: 40px;
        height: 40px;
        /* top: 89.6%; */

    }


    .Testimonial .slick-prev {
        left: 24px;
    }

    .Testimonial .slick-next {
        right: 24px;
    }

    .Testimonial .slick-prev:before,
    .Testimonial .slick-next:before {
        font-size: 19px;
    }

    .Testimonial .main-heading h3{
        font-size: 23px;
        margin-bottom: 18px;
    }

    .testimonial-text p{
        font-size: 15px;
    }

    .contact-section .main-heading h3{
        font-size: 24px;
        margin-top: 15px;
    }
    .contact-section h6{
        font-size: 18px;
    }
    .contact-section p{
        font-size: 14px;
    }
    .contact-section span{
        font-size: 13px;
    }
    .button-color button{
        font-size: 14px;
    }
    .download-sec  p{
        font-size: 17px;
        margin-bottom: 18px;
    }





    .bg-sec .counter .counter-value {
        font-size: 22px;
    }

    .plus {
        font-size: 22px;
    }

    .bg-sec .counter h4 {
        font-size: 14px;
    }

    .counter-txt span h4{
        padding-left: 10px;
        
    }

    .bg-sec .counter {

        margin-bottom: 30px;
    }

    .counter-icon img {
        width: 80%;
    }

    .counter h3 {

        top: 37px;
        left: 102px;
    }

    .certificate h3 {
        margin-bottom: 15px;
    }

    .certificate .color p {

        font-size: 14px;
    }

    .certificate .col-md-4 {
        margin-bottom: 20px;
    }

    .certificate h5, .certificate p {
        font-size: 17px;
    }

    .box .card img {
        max-width: 60px;
        margin: 20px 0px 0px 0.5rem;
    }

    .box .col-md-3,
    .Product-sec .col-md-3 {
        padding: 0px 3px;
    }

    .card-box .card {
       min-height: 18rem;
    }

    .about-sec .center-sec {

        padding: 1rem;
        top: 28px

    }

    .card-body .card-title{
        font-size: 20px;
        margin-top: 16px;
    }

    .card-body p{
        font-size: 14px;
    }

    .images-sec .container h2{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 13px;
    }

      .Product-sec .card-title {
        font-size: 14px;
    }

    .images-sec .img-text h5 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 21px;
        height: 28px;
    }
    .mobile-contact{
        display: block;
    }
    .desktop-contact{
        display: none;
    }
    
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .card-box .card {

        height: 13rem;

        margin-bottom: 20px;
    }

    .card-box img {
        max-width: 54px;

    }

    .text-2 {

        margin-top: 23px;
    }

    .col-md-6.text-2,
    .col-md-6.text {



        padding: 0px 15px;
    }

    .images-sec .img-text {
        width: 100%;
        padding: 18px;

    }

    .img-text.text-1 {
        margin-top: 0px;


    }

    .images-sec h2 {
        margin-bottom: 2px;
        font-size: 19px;
    }

    .images-sec {

        padding: 15px;
    }

    .text {
        margin-top: 20px;
    }


    .about-sec .center-sec h4 {
        margin-bottom: 9px;
        font-size: 20px;

    }

   

    .Product-sec .card {

        margin-top: 12px;
        height: 29rem;
    }

    .images-sec .img-text p {

        font-size: 12px;
    }

    .video-sec {

        height: 150px;

    }

    .video-sec .red-button {

        width: 60px;
        height: 60px;
    }

    .video-sec .red-button .fas {

        font-size: 19px;
    }

    .waves {

        width: 100px;
        height: 100px;

        right: -22px;
        bottom: -24px;

    }

    .slider img {
       
        margin: auto;
    }

    .slider .slider {
        margin-top: 20px;
    }

    .slider .slick-prev {

        left: 0px;

    }

    .slider .slick-next {
        right: 0px;
    }

    .Testimonial .testimonial-text {

        width: 235px;
        padding: 20px;
        line-height: 20px;
    }

    .testimonial-text .fas {
        font-size: 14px;
    }

    .Testimonial .text-bottom {
        margin-left: 9px;
    }

    .slick-sec .slick-prev:before,
    .slick-sec .slick-next:before {

        font-size: 13px;
    }

    .Testimonial .slick-next,
    .Testimonial .slick-prev {
        width: 34px;
        height: 27px;
        top: 94.5%;
    }

    .Testimonial .slick-prev {
        left: 0px;
    }

    .Testimonial .slick-prev:before,
    .Testimonial .slick-next:before {
        font-size: 14px;
    }

    .Testimonial .slick-next {
        right: 0px;
    }




    .bg-sec .counter .counter-value {
        font-size: 16px;
    }

    .plus {
        font-size: 16px;
    }

    .bg-sec .counter h4 {
        font-size: 12px;
    }

    .bg-sec .counter {

        margin-bottom: 30px;
    }

    .counter-icon img {
        width: 80%;
    }

    .counter h3 {

        top: 37px;
        left: 102px;
    }

    .certificate h3 {
        margin-bottom: 15px;
    }

    .certificate .color p {

        font-size: 11px;
    }

    .certificate .col-md-4 {
        margin-bottom: 20px;
    }

    .box .card img {
        max-width: 50px;
    }

    .card-box .card {
        height: 14rem;
    }

    .about-sec .center-sec {

        padding: 1rem;
        position: static;


    }

    .images-sec .img-text h5 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 21px;
        height: 28px;
    }
}

@media only screen and (min-width:420px) and (max-width:575px) {
    .card-box .card {

        height: 13rem;

        margin-bottom: 20px;
    }

    .card-box img {
        max-width: 54px;

    }

    .text-2 {

        margin-top: 23px;
    }

    .col-md-6.text-2,
    .col-md-6.text {



        padding: 0px 15px;
    }
.box .col-md-3,   .Product-sec .col-md-3{
 
    max-width: 50%;
}
.images-sec .img-text {
    width: 60%;
    padding: 24px;
}

    .img-text.text-1 {
        margin-top: 0px;


    }

    .images-sec h2 {
        margin-bottom: 2px;
        font-size: 22px;
    }

    .images-sec {

        padding: 15px;
    }

    .text {
        margin-top: 20px;
    }


    .about-sec .center-sec h4 {
        margin-bottom: 9px;
        font-size: 20px;

    }

 

    .Product-sec .card {

        margin-top: 12px;
        height: 25rem;
    }

    .images-sec .img-text p {

        font-size: 12px;
    }

.img2, .img3{
    margin-top: 30px;
}
.certificate .img1{
    height: 100%;
}
.modal-content {
    
    width: 90%;
    margin-top: 50px;
   
}


    .video-sec {

        height: 150px;

    }

    .video-sec .red-button {

        width: 60px;
        height: 60px;
    }

    .video-sec .red-button .fas {

        font-size: 19px;
    }

    .waves {

        width: 100px;
        height: 100px;

        right: -22px;
        bottom: -24px;

    }

    .slider img {
     
        margin: auto;
    }

    .slider .slider {
        margin-top: 20px;
    }

    .slider .slick-prev {

        left: 0px;

    }

    .slider .slick-next {
        right: 0px;
    }

    .Testimonial .testimonial-text {

        width: 330px;
        padding: 20px;
        line-height: 20px;
    }

    .testimonial-text .fas {
        font-size: 14px;
    }

    .Testimonial .text-bottom {
        margin-left: 9px;
    }

    .slick-sec .slick-prev:before,
    .slick-sec .slick-next:before {

        font-size: 13px;
    }

    .Testimonial .slick-next,
    .Testimonial .slick-prev {
        width: 60px;
        height: 60px;
        top: 91.5%;
    }


    .Testimonial .slick-prev {
        left: 0px;
    }

    .Testimonial .slick-prev:before,
    .Testimonial .slick-next:before {
        font-size: 14px;
    }

    .Testimonial .slick-next {
        right: 0px;
    }




    .bg-sec .counter .counter-value {
        font-size: 16px;
    }

    .plus {
        font-size: 16px;
    }

    .bg-sec .counter h4 {
        font-size: 12px;
    }

    .bg-sec .counter {

        margin-bottom: 30px;
    }

    .counter-icon img {
        width: 80%;
    }

    .counter h3 {

        top: 37px;
        left: 102px;
    }

    .certificate h3 {
        margin-bottom: 15px;
    }

    .certificate .color p {

        font-size: 11px;
    }

    .certificate .col-md-4 {
        margin-bottom: 20px;
    }

    .box .card img {
        max-width: 50px;
    }

    .card-box .card {
        height: 16rem;
    }

    .about-sec .center-sec {
        padding: 2rem;
        position: static;
     
        margin-top: 7px;
    }

    .images-sec .img-text h5 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 21px;
        height: 28px;
    }
    .desktop-contact{
        display: none;
    }
    .mobile-contact{
        display: block;
    }
  
}

@media only screen and (min-width:100px) and (max-width:419px) {


    .card-box .card {

        height: 13rem;

        margin-bottom: 20px;
    }

    .navbar-sec .navbar-brand{
        width: 17%;
    }

    .card-box img {
        max-width: 54px;

    }

    .text-2 {

        margin-top: 23px;
    }

    .col-md-6.text-2,
    .col-md-6.text {



        padding: 0px 15px;
    }

    .images-sec .img-text {
        width: 100%;
        padding: 18px;

    }

    .img-text.text-1 {
        margin-top: 0px;


    }

    .images-sec h2 {
        margin-bottom: 2px;
        font-size: 20px;
    }

    .images-sec {

        padding: 15px;
    }

    .text {
        margin-top: 20px;
    }


    .about-sec .center-sec h4 {
        margin-bottom: 9px;
        font-size: 20px;

    }

 

    .Product-sec .card {

        margin-top: 12px;
        height: 29rem;
    }

    .images-sec .img-text p {

        font-size: 14px;
    }

    .video-sec {

        height: 150px;

    }

    .video-sec .red-button {

        width: 60px;
        height: 60px;
    }

    .video-sec .red-button .fas {

        font-size: 19px;
    }

    .waves {

        width: 100px;
        height: 100px;

        right: -22px;
        bottom: -24px;

    }
    .img2, .img3{
        margin-top: 30px;
    }
    .img1{
        height: 100%;
    }
    

    .slider img {
  
        margin: auto;
        width: 100px;
    }

    .slider .slider {
        margin-top: 20px;
    }

    .slider .slick-prev {

        left: 0px;

    }

    .slider .slick-next {
        right: 0px;
    }

    .Testimonial .testimonial-text {

        width: 290px;
        padding: 20px;
        line-height: 20px;
    }

    .testimonial-text .fas {
        font-size: 14px;
    }

    .Testimonial .text-bottom {
        margin-left: 9px;
    }

    .slick-sec .slick-prev:before,
    .slick-sec .slick-next:before {

        font-size: 13px;
    }

    .Testimonial .slick-next,
    .Testimonial .slick-prev {
        width: 34px;
        height: 27px;
        top: 94.5%;
    }

    .Testimonial .slick-prev {
        left: 0px;
    }

    .Testimonial .slick-prev:before,
    .Testimonial .slick-next:before {
        font-size: 14px;
    }

    .Testimonial .slick-next {
        right: 0px;
    }




    .bg-sec .counter .counter-value {
        font-size: 16px;
    }

    .plus {
        font-size: 16px;
    }

    .bg-sec .counter h4 {
        font-size: 12px;
    }

    .bg-sec .counter {

        margin-bottom: 30px;
    }

    .counter-icon img {
        width: 80%;
    }

    .counter h3 {

        top: 37px;
        left: 102px;
    }

    .certificate h3 {
        margin-bottom: 15px;
    }

    .certificate .color p {

        font-size: 13px;
    }

    .certificate .col-md-4 {
        margin-bottom: 20px;
    }

    .modal-content {
        
        width: 93%;
       
       
        top: 60px;
    }

    .box .card img {
        max-width: 50px;
    }

    .card-box .card {
        min-height: 16rem;
    }

    .about-sec .center-sec {

        padding: 1rem;
        position: static;
        margin-top: 5px;


    }

    .images-sec .img-text h5 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 21px;
        height: 28px;
    }
    .mobile-contact{
        display: block;
    }
    .desktop-contact{
        display: none;
    }
    
}

/*========================media Queries===========================*/