@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
.navbar-light .navbar-toggler-icon{
    background-image:none;
}
.navbar-light .navbar-toggler{
  color: #000;
  border-color:#fff;
}
.navbar-toggler:focus{
    box-shadow:none;
}
.top-header {
    background-color: #000;
    line-height: 40px;
}
.top-header-menu{
    background-color: black;
}
.header-logo img{
    width: 100%;
    height: 55px;
}

.left-section ul{
    padding: 0px;
    margin: 0px;
}
.left-section ul li{
    /* border-right: 1px solid #df1212; */
    list-style-type: none;
    float: left;
    padding: 1px;
  
}
/* .left-section ul li:last-child{
   border-right: none;
} */

.left-section ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    padding: 8px;
    text-transform: capitalize;
}


.left-section .fa-envelope-square{
    color: rgb(201, 98, 98);
}

h1.gallery-h1.fs-3.text-center.text-capitalize.mt-4 {
    font-weight: 700;
}
.right-section ul{
    margin: 0px;
    padding: 0px;
}
.right-section ul li{
    list-style: none;
    float: left;
    padding: 4px 8px;
  
}
.right-section ul li a{
    text-decoration: none;
}
.right-section .fa-facebook{
    color: #18c345;
    text-decoration: none;
    font-size: 17px;
}
.right-section .fa-youtube{
    color: #18c345;
    text-decoration: none;
    font-size: 17px;
}
.right-section .fa-linkedin-in{
    color: #18c345;
    text-decoration: none;
    font-size: 17px;
}

.main-menu{
    background-color: #e5ffe0;
}

.slide-img img{
   max-height: 475px;
   width: 100%;
}

.navbar-light .navbar-brand{
    color: rgb(7 136 64 / 90%);
    font-size: 30px;
    font-family: cursive; 
}
ul.nav-item  li{
    position: relative;
    border-right:2px solid red;

}
.nav-item ul li:last-child{
    border-right:none ;
}
ul.nav-item{
    /* float: right; */
    list-style: none;
    margin-left: 40px;
    position: relative;
}
ul.nav-item  li a{
    text-decoration: none;
    color: #091a0a;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}
ul.nav-item li a:hover{
    
    border-radius: 5px;
    /* border: 1px solid #278e3e; */
    /* box-shadow: 0 0px 17px 1px #278e3e; */
    transition: .3s ease-in-out;
}


ul.nav-item  ul {
    position: absolute;
    top: 31px;
    margin-left: -18%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 999;
   
}


ul.nav-item  li:hover > ul{
    opacity: 1;
    visibility: visible;
    /* top: 45px; */
}

ul.nav-item ul li{
    position: relative;
    margin: 0px;
    width: 200px;
    float: none;
    background-color: #fff;
    list-style: none;
    display: list-item;
    padding: 4px 22px;
    border: none;
}
ul.nav-item ul li a{
   font-size: 10px;
   line-height: 33px;
}
ul.nav-item ul ul li{
    position: relative;
    top: -16px;
    left: 187px;
    width: 197px;
}

ul.nav-item  li ul li a{
    text-decoration:none;

}


.slider .swiper-button-next{
    color: black;
}
.slider .swiper-button-prev{
    color: black;
}

.project-counter{
    background: url(/uploads/ab-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 200px; */
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed;
}

/*Start Commercial Solution */
.commercial-solution{
    border: 1px solid #18c345;
}
.commercial-solution:hover{
       background-color: #d1fbdb;
    border-color: #12e344;
}
.commercial-solution img {
    width: 100%;
    align-items: center;
    color: #fff;
    height: 115px;
}
.commercial-text p{
    font-size: 17px;
    font-family: initial;
    margin-top: 5%;
}
button.btn-submit.mt-2 {
    float: left;
}
.commercial-header h1::after{
    content: '';
    border-style: solid;
    border-width: 0 15px 5px;
    border-color: #55db1c transparent;
    display: block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px;
}
.project-section h1::after{
    content: '';
    border-style: solid;
    border-width: 0 15px 5px;
    border-color: #55db1c transparent;
    display: block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px;
}
/*End Commercial Solution */

/*start about Us section */
.digital-solution h1::after{
    content: '';
    border-style: solid;
    border-width: 0 15px 5px;
    border-color: #55db1c  transparent;
    display: block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px; 
}

.about-us h2::after{
    /* content: '';
    border-style: solid;
    border-radius: 0 15px 5px;
    border-color: #55db1c transparent;
    display: block;
    width: 150px;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px; */
    content: '';
    border-style: solid;
    border-width: 0 15px 5px;
    border-color: #55db1c  transparent;
    display: block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px; 
}
.about-text p{
    display: flex;
    align-items: center;
    text-align: justify;
}
/* Digital Display Section */
.full-bg{
    background-color: #69c043;
}
.digital{
    background-image: linear-gradient(to left, #7bc85a, #66be3f, #6fbd4d, #6cbd48, #6ebd4c);

}
.digital2{
    background-color: #F0F2EF;
}
.card-section{
   background-color: #fff;
   padding: 10px 10px;
}
.lift-display{
    background-color: #fff;
    border-radius: 7px;
    /* height: 490px; */
    /* margin-top: 10%;
    margin-bottom: 10%; */
}
.read-more{
    background-color: green;
    text-decoration: none;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    margin-top: -4%;
    border-radius: 4px;
}
.read-mores{
    background-color: green;
    text-decoration: none;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px; 
    
}
.more-btn{
    display: flex;  
    justify-content: center;  
    align-items: center; 
}
.text-justify{
    text-align: justify;
}
.display{
    display: block;
    overflow:hidden;
}

.display img{
    padding:0px 15px !important;
    max-height: 305px;
    transition: .2s ease-in;
}
.display:hover img{
    display: block;
    overflow:hidden;
    transform: scale(1.1);
}

.display-p p{
    font-size: 13px;
    text-align: justify;
}
.display-lcd h1{
    font-size: 31px;
    font-weight: bold;
}

.item-width{
    max-width: 100%;
    width: 20%;
}
.about-img img{
    width: 82%;
   
    /* transition: .3s ease-in; */
    /* overflow: hidden;
    display: block; */
  
}

.category-img img{
    width: 100%;
    margin-bottom: 3%;
    /* transition: .3s ease-in; */
    /* overflow: hidden;
    display: block; */
  
}

/* Start Partner */
.partner .partners-img {
    overflow: hidden;
    border: 1px solid #b5295d;
    height: 82px;
}
  .partner .partners-img img {
    max-height: 114px;
    width: 100%;
    transition: .5 ease-in-out;
    height: 80px;
    
}
 
  .partner .partners-img:hover img{
    transform: scale(1.1);
  }
  .partner_name{
      font-size: 13px;
      padding-left: 5px;
  }
  .partners h1::after{
    content: '';
    border-style: solid;
    border-width: 0 15px 5px;
    border-color: #55db1c  transparent;
    display: block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px; 
  }
  
/* End Partner */
.partners h1{
    color:#082710;
}
.slider-item{
    width: 100%;
    height: 80vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

/* .slider-1{
    background-image: url(../image/slider1.jpg);
} */


/*end about Us section */


/* Start Counter */
.counter-title p{
    border-bottom: 1px solid #d71919;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.rounded-circle:hover{
    background-color: #16d360;
    border-color: #18c345;
    color: #000;
    transition: all .3s ease-in;
}
.border-rounded{
    margin-top: 28%;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.rounded-circle{
    border: 1px solid;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    color: #17d083;
    border-color: #17d083;
}

/* End Counter */

/*Start Photo Gallery */
.border-right{
    border-right: 4px solid #60bf36;
    /* height: 370px; */
}
.gallery-h1{
    color: #082710;
}
.gallery-header{
    color: #082710;
}
.photo-gallary-1{
    overflow: hidden;
}

.photo-gallary-1 img{
    width: 100%;
    height: 173px;
    transition: .3s ease-in-out;
   
}
.photo-gallary-1:hover img{
    transform: scale(1.1);
}

.video-top iframe{
    height: 183px;
    width: 100%;
}
.video-2 iframe{
    height: 172px;
}
.gallery-h1::after{
    content: '';
    border-style: solid;
    border-width: 0 15px 5px;
    border-color: #55db1c  transparent;
    display: block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 6px; 

}

/*End Photo Gallery */


/* Start Footer  */
.company{
    font-size: 12px;
}
.main-footer{
    background-image: linear-gradient(to left, #9bb991, #7ac958, #95bc87, #5fbf35, #a0d588)

}
.service p{
    font-size: 26px;
    color: #082710;
}
.contact p{
    font-size: 26px;
    color: #082710;
}
.address p{
    font-size: 26px;
    color: #082710;
}
.quick-query p{
    font-size: 26px;
    color: #082710;
}
.service ul{
    padding: 0px;
    margin: 0px;
}
.service ul li{
    list-style-type: none;
}
.service ul li a{
    text-decoration: none;
    color: #fff;
}
.footer-buttom{
   background-color: #000;
}
.form-control:focus{
    border-color: #fff;
    background-color: #fff;
    outline: none;
}
.form-item:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.form-item::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
textarea.form-control::placeholder{
    color: #bfbfbf;
    opacity: 1;
}

textarea.form-control{
    border: 1px solid #ced4da !important;
}
.form-item:focus {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none;
}

textarea.form-control:focus{
    background: transparent;
    border: none;
    outline: none;
    border: 1px solid #fff !important;
    color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}
.textarea.form-control{
    border-radius: 7px;
}
.form-item {
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 0px;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
textarea.form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #fff;
  }

.lavel-item{
    color: #fff;
    font-size: 15px;
}
.form-massage{
    outline: none;
}
.lavel-massage{
  font-size: 12px;
  color: #fff;
}
.massage-item{
    outline: none;
    border-radius: 5px; 
}
.btn-submit{
    background-color: #4fe4b6;
    color: #000;
    padding: 7px 17px;
    border: none;
    font-size: 13px;
    border-radius: 3px;
    float: right;
}
.form-btn{
    float: right;
}
.social-footer ul{
    margin: 0px;
    padding: 0px;

}
.social-footer ul li{
    list-style-type: none;
    float: left;
    padding: 4px;
}
.social-footer ul li a{
    text-decoration: none;
    color: #fff;
}
/* End Footer  */

/* ======= */


/* Start Testimonial Section */

.project .owl-prev{
    position: absolute;
    left: -5%;
}
.project .owl-next{
    position: absolute;
    right: -5%;
    font-size: 30px;
  
}
.project .owl-next:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: #000;
    position: absolute;
    top: -109px;
    left: -2px;
    
}
.project .owl-prev:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: #000;
    position: absolute;
    top: -109px;
    left: -2px;
    
}

.content-btn{
    position: absolute !important;
    top: 44%;
    transform: translateY(-60%);
    left: 40%;
}
.content-btn{
    position: relative;
    animation: btn-btn 5s infinite;
}
@keyframes btn-btn{
    form{top:0px;}
    to{top:400px;}
}
.btn-read{
  text-decoration: none;
  background-color: #14d556;
  padding: 10px 10px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}

.content-1{
    text-align: center;
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    left: 54%;
    color: #fff;

 }
 .content-2{
     text-align: center;
     position: absolute;
     top: 50%;
     left: 52%;
     transform: translateY(-50%);
     padding: 0px;
     color: rgb(216, 32, 32);
 }

 .content-2 img{
     width: 23% !important;
 }
 .meeting-1{
     text-align: center;
     position: absolute;
     top: 0%;
     transform: translateY(-80%);
     left: 58%;
     padding: 0px;
 }
 .meeting-1 img{
  width: 22% !important;   
 }

.content-1{
 background-color: #21a74a;
 width: 23%;
 
}
/*start animation */
.content-1{
    position: relative;
    animation: content-2 3s infinite;
}
.meeting-1{
    position: relative;
    animation: meeting-1 3s infinite;
}


@keyframes meeting-1{
    form {left: 0px;}
    to{left:300px;}
}



.content-2{
    position: relative;
    animation: content 5s infinite;
}
@keyframes content-2{
    form{left:0px;}
    to{left: 200px;}
 }
 

@keyframes content{
   from {top:0px;}
   to {top:200px;}
}


/* End Animation */


.partner .owl-prev{
    position: absolute;
    left: -5%;
}
.partner .owl-next{
    position: absolute;
    right: -5%;
    font-size: 30px;
  
}

.partner .owl-next:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: red;
    position: absolute;
    top: -88px;
    left: -2px;
    
}

.partner .owl-prev:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: red;
    position: absolute;
    top: -88px;
    left: -2px;
    
}

.owl-main-slider .owl-prev{
    position: absolute;
    left: 0;
}
.owl-main-slider .owl-next{
    position: absolute;
    right: 0;
    font-size: 30px;
  
}

 .owl-main-slider .owl-next::before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: red;
    position: absolute;
    top: -282px;
    left: -65px;
 }
 .owl-main-slider .owl-prev::after{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: red;
    position: absolute;
    top: -282px;
    left: 25px;
 }

.owl-item .project-img img{
    height: 110px;
    width: 100%;
    margin-top: 10px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}
.project-img{
    width: 100%;
    border: 1px solid;
}
.project-img p{
    text-align: center;
   
}
.fa-bars:before{
    font-size: 29px;
}

/*Start About Us section start */
.about-us-bg{
    background: url(/uploads/ab-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed;
}
.about-us-bg h3{
   font-size: 23px;
}
.about-us-bg p{
    font-size: 13px;
} 

/*End About Us section start */

/* Start Contact Us Section */
.btn-support{
    background-color: #13dd40;
    padding: 8px 38px;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 11px 19px 0px #93be82;
}
.support-left{
    box-shadow: 0px 10px 10px 10px #d5cccc;
    height: 461px;
    border-radius: 5px;
}
.right-phone{
    box-shadow: 0px 10px 10px 10px #85af7d;
}

.span-phon .fa-phone{
    border: 1px solid red;
    padding: 14px 14px;
    border-radius: 50%;
    color: green;
    font-size: 16px;
}
.span-email .fa-envelope-open{
    border: 1px solid red;
    padding: 14px 14px;
    border-radius: 50%;
    color: green;
    font-size: 16px;
}

.span-address .fa-address-card{
    border: 1px solid red;
    padding: 14px 14px;
    border-radius: 50%;
    color: green;
    font-size: 16px;
}

.support-phone {
    padding: 23px 25px;
}

.vertical-align{
  align-items: center;
  display: flex;
}
.left-icon{
    color: #18c345;
    font-size: 17px;
}
span.left-icon-name {
    text-transform: lowercase;
    margin-left: 8px;
}
span.left-phone-name {
    font-size: 15px;
    padding-left: 8px;
    font-weight: normal;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 100px;
}
#navbar {
    background: #fff;
    width: 100%;
    z-index: 99;
}
.address-details li{
    color: #fff;
}
.address-details ul {
    list-style: none;
    padding: 0;
}
.viewbox-body{
    height: 600px;
    height: 600px;
}
.viewbox-content .viewbox-image {
    height: 83vh;
    width:100%;
}
.project-img-show{
    height: 100px;
    width: 100px;
}
.modal-body {
    text-align: center;
}
.project-img-show {
    height: 200px;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 25px;
}

.project-description {
    text-align: justify;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    top: 100%;
}
a.home-a {
    color: #fff;
    text-decoration: none;
}
.single-project {
    height: 180px;
    overflow: hidden;
}
.project-img img{
    height: 150px;
}
.project-img {
    width: 100%;
    border: 1px solid;
    height: 152px;
}
/* Responsive css start */
/* End Contact Us Section */
@media ( max-width:1024px){
   
    .project .owl-prev:after{
        left: 19px;
    }
    .project .owl-next:before{
        left: -30px;
    }
    .partner .owl-next:before{
        left: -33px;
    }
    .partner .owl-prev:after{
        left: 13px;
    }
   
}
@media(max-width:768px){
    .nav-item ul li{
        border-right: none;
    }
}

@media (max-width:767px){
    .border-right{
        border-right: none;
    }
    .center-align{
        justify-content: center !important;
    }
   
}
@media(max-width:522px){
    .commercial-solution img{
        width: 100%;
    }
    .item-width{
        width: 49%;
    }
    .partner .owl-prev:after{
        left: 23px;
    }
    .partner .owl-next:before{
        left: -41px;
    }
    .project .owl-prev:after{
        top: -123px;
        left: 31px;
    } 
    .project .owl-next:before{
        top: -122px;
        left: -43px;
    }
}
@media(max-width:320px){
  
    .left-section ul li a{
        padding: 3px;
    }
    .project .owl-next:before{
        top: -87px;
        left: -33px;
    }
    .project .owl-prev:after{
        top: -89px;
        left: 11px;
    }
   
    .partner .owl-prev:after{
        left: 12px;
    }
    .partner .owl-next:before{
        left: -28px;
    }
   
}




