@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');
  body {
    font-family: 'Karla', sans-serif;
    background-color: #FFF;
}


 body::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px transparent;
     background-color: #F5F5F5;
 }
 
 body::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 body::-webkit-scrollbar-thumb
 {
     background-color: rgba(15, 217, 4, 0.5);
     border: transparent;
 }


/* Navbar */
#navbar{
    position: fixed;
    z-index: 9999 !important;
    
}
#nav{
    border-radius: 0 0 8px 8px !important;
}
#navbar .container-fluid .navbar-brand img{
    width: 100px;
    height: auto;
    position: relative;
    left: 0.8em;
}
.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
 }
 .scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
 }
#navbar .container-fluid li{
    margin-right: 15px;
    font-size: 2.5vh;
    
    border:  solid transparent;
    border-radius: 8px;
}
#navbar #nav .container-fluid .navbar-nav .active{
    color: rgba(15, 217, 4, 1);
    background-color: transparent;
}
@media (max-width:1300px) and (min-width: 990px){
    #navbar .container-fluid li{
        
        font-size: 2vh;
        
    }   
}
#navbar .container-fluid .dropdown-menu a{
    font-size: 2vh;
}
#navbar .container-fluid li:hover{
    border:  solid rgba(15, 217, 4, 0.5);
    border-radius: 8px;
   
}
#navbar .container-fluid .dropdown-menu a{
    border:  solid #FFF;
    
}
#navbar .container-fluid .dropdown-menu a:hover{
    border:  solid rgba(15, 217, 4, 0.5);
    
}

@media (max-width:900px){
    #navbar .container-fluid .dropdown-menu a:hover{
        border:  solid #FFF;
    }
    #navbar .container-fluid li:hover{
        border:  solid #FFF;  
    }
    #navbar .container-fluid .dropdown-menu {
        max-width: 300px;
        padding-right: 10px;
    }
}
@media (max-width:340px){
    #navbar .container-fluid .dropdown-menu {
        max-width: 270px;
    }
}


/* For video wallpaper */

.view{
    position: relative;
    height: 100vh;
    margin-top: -4em;
}
.video-parallax {
        /*!* Change second and third value to manipulate the width and height of your video *!*/
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    
    }
    
    .view .video-parall {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    visibility: visible;
    z-index: -1;
    overflow: hidden;
    }
    @media (max-width:900px){
        .view .video-parall {
            width: auto;
            height: 100%;
        }
    }

  .view .container {
    position: relative;
    z-index: 2;
  }
  
  .view .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
  }
  .view .ol{
    background-color: rgba(0, 0, 0, 0.4);
  }
@media (max-width:600px){

    .view h1{
        font-size: 7vh;
    }
}

.contdivider {
    margin: 5rem 8rem; 
    border-top:solid 2px #417cb8;
  }
  @media (max-width:700px){
    .contdivider {
        margin: 5rem 3rem;
    }
  }
#bodycont{
    background-color: #FFF;
}


  /* Fade on scroll Content */
#cont{
    padding-top: 8em;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #FFF;
}
#cont img{
    flex: 1;
}

#cont h3{
    margin-top: 30px;
    color: #417cb8;
}
#cont .minab{
    
    border: solid #FFF;
    padding-left: 3em;
    padding-right: 3em;
}
#cont #whomore{
    display: none;
}
#cont #whoms{
    cursor: pointer;
}

#cont .row{
    padding: 4em 0;
}
.dropdown-item{
    border-radius: 8px;
}
/* image hover */


.minab img{width:100%;height:auto;}



.stage{
    margin: 1.5em 0;
}
:root {
    --stageai: #417cb8;
    }
  
    .stage a {
      line-height:0.5em;
      letter-spacing:0.06em;
      font-weight:normal;
      font-size:13px;
      text-decoration:none;
      color:black;
      background:transparent;
      display:inline-block;
      padding:15px 12px 15px 15px;
      transition:background 200ms;
      border: solid #417cb8;
      border-radius:8px;
    }
    .stage a:hover {
        border:solid rgba(15, 217, 4, 0.5);
        --stageai: rgba(15, 217, 4, 0.5);
      }
    .stage a i{
        position: relative;
        top: 2px;
        font-size: 1.3em;
        color: var(--stageai);
    }
    
    
    
    @media (max-width:1048px){
        #prodetail{
            display: none;
        }
        .cd-gallery > li {
            width: 90%;
            left: 50%;
            transform: translate(-50%);
            height: auto;
          }
          .cd-item-wrapper li{
            margin-top: 5em;
            margin-bottom: 5em;
          }
    
    }
    @media (max-width:768px){
        .cd-gallery > li {
            width: 90%;
            left: 50%;
            transform: translate(-50%);
            height: auto;
          }
          
          .cd-item-wrapper li{
            margin-top: 3em;
            margin-bottom: 3em;
          }
    }
    .cd-gallery .container{
        display: none;
        padding-bottom: 3.5em;
    }
    #proddet1{
        display: block;
    }
    #products{
        padding-bottom: 3em;
    }
    #products h1{
        text-align: center;
        font-size: 50px;
        font-weight: 400;
        padding: 1em 0;
    }
    #products #prodetail .pdetailsl{
        text-align: left;
    }
    #products #prodetail .pdetailsr{
        text-align: right;
    }
    






#best-seller{
    margin-top:8em;
    margin-bottom: 2em;
    width: 100%;
    height: auto;
    background-color: #FFF;
}
#best-seller h1{
    text-align: center;
    font-size: 50px;
    font-weight: 400;
}
#best-seller .cen{
    text-align: center;
}

#best-seller .container-fluid {
    
    border: solid #FFF;
    
}
#best-seller .container-fluid h3{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
#best-seller .main{
    padding-top: 5em;
}
#best-seller .container-fluid img{
    padding-top: 2em;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    flex: 1;
    width: 300px;
    cursor: pointer;
}
#best-seller .container-fluid .col{
   padding-left: 3em;
   padding-right: 3em;
}
#best-seller .container-fluid .pdetailsl{
    text-align: left;
}
#best-seller .container-fluid .pdetailsr{
    text-align: right;   
}


/* Footer */

#footer{
    padding: 3em 3em 0 3em;
    /*background-color:black;*/
}
@media (max-width:1200px){

}


#topsc{
            
    position: fixed;
    top:90%;
    left: 90%;
    z-index: 3;
    display: none;
    text-align: center;
    
}
#topsca{
    border:transparent;
    background-color: rgba(15, 217, 4, 0.6);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #FFF;
    font-weight: 1000;
}
html{
  scroll-behavior: smooth;
}
#footer #copyr{
    text-align: center;
    padding-top: 1em;
}
#footer #end span{
background-image: linear-gradient(45deg, #b40c60, #6055ee);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
-moz-background-clip: text;
-moz-text-fill-color: transparent;
}
#footer #end{
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 1em;
}
#footer #endhr{
    width: 25em;
    background-color: #417cb8;
    padding: 1px 0;
    border-radius: 50%;
    margin-bottom:2em;
    margin-top: 2em;
}
@media (max-width: 600px) {
    #footer #endhr{
        width: 10em;
    }
    #topsc{
        top: 85%;
        left:80%;
    }
    #footer #copyr{
        padding-top: 2em;
    }
    
}
#social{
    text-decoration: none;
    margin:5px;
    color:  rgba(15, 217, 4, 0.6);
}
#footer .ql{
    padding-bottom: 2em;
}
#footer #logofoot{
    width: 200px;
    position: relative;
    top: -0.5em;
}
#ente{
    font-size: 1.2em;
}
#quicklink{
    text-decoration: none;
    position: relative;
    color:  #417cb8;
}
#quicklink:hover{
    color: rgba(15, 217, 4, 1);
}
#quicklink span{
    position: relative;
    top: -7px;
    text-align: center;
    padding-left: 1em;
}

@media (max-width:550px){
    #cont .minab{
        padding-left: 1em;
        padding-right: 1em;
    }
    #cont .minab h3, #cont .minab p {
        text-align: center;
    }
    #best-seller .container-fluid .col{
        padding-left: 1em;
        padding-right: 1em;
    }
    #footer{
        padding-left: 1em;
        padding-right: 1em;
    }
    .ql{
            
        text-align: center;
    }
}

#about{
    padding: 5em 3em 0 3em;
}
#about .ablena{
    padding-bottom: 2em;
}
@media (max-width:550px) {
    
#about .ablena{
    text-align: center;
}
}
#about #ablogo{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
}
#about #content{
    padding-top: 5em;
}
#about .smtab{
    padding: 3em 1em 0 1em ;
}
#about .x{
    min-height: 25em;
    margin: 3em 0;
    
}
#about .x .colr{
    padding: 2em 2em;
    background-color: transparent;
    position: relative;
    left: 50%;
    transform: translate(-50%);   
    border: solid 4px rgba(15, 217, 4, 0.6);
    border-radius: 16px;
    height: 100%;
}
#about .y h2{
    padding-top: 2em;
    text-align: center;
    font-size: 2.5em;
}
#about .smtab .col-md-4{
    padding: 5em 0 0 0 ;
}
#about .smtab .col-md-4 .imgcont{
    width: 300px;
    height: 300px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    border-radius: 18px;
}
#about .smtab .col-md-4 .imgcont:hover{
    box-shadow: 0 7px 15px  rgba(0, 0, 0, 0.5);
}
#about .smtab .col-md-4 img{
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
#about .smtab .col-md-4 .hov{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 124, 184, 0.7);
    border-radius: 18px;
    z-index: 5;
    transition: 1.0s ease;
    opacity: 0;
}
#about .smtab .col-md-4 .hov p{
    font-size: 1.5em;
    color: #fff;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#about .smtab .col-md-4 .imgcont:hover .hov{
    opacity: 1;
}
#about .smtab .col-md-4 h4,#about .smtab .col-md-4 p{
    text-align: center;
}
#about .smtab .col-md-4 h4{
    padding-top: 1.5em;
}
@media (max-width:1048px){
    #about{
        padding: 5em 1em 0 1em;
    }
}

.contact_us{
    padding-top: 8em;
}




.cu{
    position: relative;
    padding: 5em 0;
}
.cu img{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.cu .cubtn{
    position: relative;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 2.5em;
    border:none;
    border-radius: 8px;
    color: #FFF;
    padding: 0.3em 0.7em;
}
@media (max-width:600px){
    #footer #logofoot{
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    #footer .ql{
        padding-top: 2em;
    }
    .cu .cubtn{
        font-size: 1.5em;
    }
}


#portfolio{
    padding:6em 0 5em 0;
}
#portfolio .hport{
    padding-bottom: 2em;
    text-align: center;
}
#photos {
/* Prevent vertical gaps */
line-height: 0;

-webkit-column-count: 3;
-webkit-column-gap:   30px;
-moz-column-count:    3;
-moz-column-gap:      30px;
column-count:         3;
column-gap:           30px;
}

#photos img {
/* Just in case there are inline attributes */
width: 100% !important;
height: auto !important;



}


@media (max-width: 1000px) {
#photos {
-moz-column-count:    3;
-webkit-column-count: 3;
column-count:         3;
}
}
@media (max-width: 800px) {
#photos {
-moz-column-count:    2;
-webkit-column-count: 2;
column-count:         2;
}
}


.portfolio-filter  {
margin-bottom: 30px;
}
.portfolio-filter a {
text-transform: uppercase;
padding: 15px;
display: inline-block;
position: relative;


}
.portfolio-filter a:after {
content:"";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #26476c;
height: 1px;
width: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;

}
.portfolio-filter a.current:after {
width: 100%;
}
.portfolios {
background: rgba(244,248,255,1);
}
.portfolio-container .grid-item {
margin-bottom: 30px;
}
@media (max-width:500px){
#photos {

-webkit-column-gap:   10px;             
-moz-column-gap:      10px;             
column-gap:           10px;             
}
.portfolio-container .grid-item {
margin-bottom: 10px;
} 
}
.portfolio-item {
position: relative;
}
.portfolio-item img {
border-radius: 12px;
width: 100%;
}
.portfolio-item .port-hover {
content: "";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 12px;
background: rgba(0, 0, 0,.7);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.portfolio-item:hover .port-hover { 
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.port-content {
position: absolute;
width: 100%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
text-align: center;
color: #fff;
}
.port-content img {
border-radius: 0;
}
.port-content h3 {
color: #fff;
margin-bottom: 15px;

}
.port-content p {
color: #fff;
}

.port-content #ap {
text-decoration: none;
}

.port-content #ap h3:hover{
color: #48bbed;
}
.port-icon {
color: #fff;
font-size: 10px;
position: relative;
display: inline-block;
z-index: 0;
margin-top: 30px;
width: 30px;
height: 30px;
}
.port-icon:focus {
border: 0;
outline: 0;
}
.port-icon:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
background: #48bbed;
-webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
z-index: -10;
}
.port-icon:hover:after {
-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
        transform: scale(1.3);
}
.fancybox-show-thumbs .fancybox-thumbs {
background: #ccc;
}
.hidden-thumbnail {
display: none;
}
@media (max-width: 991px) {
.port-icon {
margin-top: 5px;
}
}
@media (max-width: 768px) {
.port-icon {
margin-top: 0;
}
}
@media (max-width: 479px) { 
.cele-list {
padding-left: 30px;
}
.cel-img {
margin-bottom: 20px;
float: none;
}
.cel-content {
padding-left: 0;
}
.grid-item  {
width: 100%;
}
.port-content h3 {
font-size: 20px;
}
}
@media (max-width: 320px) {
#photos p{
font-size: 10px !important;
}
#photos h3{
font-size: 14px;
}
.grid-item  {
width: 100%;
}
/*We Do*/
.we-do img {
padding: 0;

}
}
          
          

.slider .box {
    width: 300px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 2em 1.8em;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.slider .box h5{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.slider .box h5 button{
    background-color: #417cb8;
    border-radius: 50px;
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    outline: none;
}
.slider .box h5 button:hover{
    background-color: rgba(15, 217, 4, 0.7);
}
@media (max-width:800px){
.slider .box{
margin: 2em 1em;
}
}
.slider .slide-img {
    height: 350px;
    position: relative;
}

.slider .slide-img img {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    box-sizing: border-box;
}

.slider .detail-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

.slider .type {
    display: flex;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.slider .type a {
    color: #222222;
    margin: 5px 0px;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 8px;
}

.slider .type span {
    color: rgba(26, 26, 26, 0.5);
}

.slider .price {
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: poppins;
    letter-spacing: 0.5px;
}

.slider .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(65, 124, 184, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .buy-btn {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: black;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.slider .buy-btn:hover {
    color: rgba(15, 217, 4, 1);
    background-color: #fff;
    transition: all ease 0.3s;
    text-decoration: none;
}

.slider .overlay {
    visibility: hidden;
}

.slider .slide-img:hover .overlay {
    visibility: visible;
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }
}

.slider {
    width: 100%;
    padding-top: 5em;
}
.slider h1{
    padding-top: 0;
    padding-bottom: 0.7em;
    text-align: center;
}

#achev{
    padding-top: 5em;
    width: 95%;
    position: relative;left: 50%;transform: translate(-50%);
}


#achev .col-md-3{
    margin-bottom: 2em;
}
#achev .counter:hover{
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}


#achev .counter { background-color: #417cb8; padding: 30px 0; border-radius: 5px;}
#achev .count-title { font-size: 2em; font-weight: normal;  color: #fff; margin-top: 10px; margin-bottom: 0; text-align: center; }
#achev .count-text { font-size: 1.3em; font-weight: normal; color: #fff; margin-top: 10px; margin-bottom: 0; text-align: center; }
#achev .fa-2x { margin: 0 auto; float: none; display: table; color: #fff; }



.product-s{
    padding: 5em 0 5em 0;
}
.product-s h1{
    font-size: 3em;
    text-align: center;
}
.product-s img{
    width: 500px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.product-s .spec h3{
    font-weight: bold;
}
.product-s .descri h3{
    font-weight: bold;
    padding: 1em 0 0 0;
}
.product-s .descri p{
    padding-left: 1em;
}
.product-s .col-md-5 .pdetailsl{
    text-align: left;
}
.product-s .col-md-5 .pdetailsr{
    text-align: right;
   }
@media (max-width:600px){
    .product-s img{
        width: 300px;
    }  
    .product-s .spec h3{
        padding: 2em 0 0 0;
    } 
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    display: block;
}
.loader .loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}