
/*Frontend Design and developed by Cubix It Solutions*/
/* Developer Name : Aswin s */


/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
*{
    margin: 0;
    padding: 0;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 12px;
  line-height: 28px;
 
}

img {
  width: 100%;
  overflow: hidden;
}
input:focus,
textarea:focus

{
    outline:1px !important;
    border: var(---seventh-color) solid 1px;
    box-shadow: none !important;
}
.main-container{
    width: 100vw;
}



/* color-section */
:root{
    --first-color:#f47823;
    --secondary-color:#eeeff1;
    --thirdcolor:#ffffff;
    --fourthtrasparent:#fd8f19e1;;
    ---fithborder:#0072c0;
    ---sixth-color:#f6e624;
    ---seventh-color:#35578e;
    ---eighth-color:#83b8d9;
    ---nineth-color:#7a7a7a;
    
}



/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/


#preloader{
    background: rgb(255, 255, 255) url('assets/images/orange_circles.gif') no-repeat center;
    background-size:15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

/* header fixed */

#navbar-header{
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 4;
    top: -120px;
    width:100vw;
    height: 70px;
    display: block;
    border-bottom:var(--thirdcolor) solid 2px;
    transition: top 0.3s;
    box-shadow: 1px 1px 6px 0.5px rgb(172 169 169);
    
}

/* header-section-starts-here */
.first-head{
    background-color:var(---seventh-color);
    height: 37px;
    border-bottom: var(--thirdcolor) 1px solid;
}
.side-line{
    border-right: var(--graycolor) 1px solid;
    height: 30px;
}
.icon-clr{
    color: var(--secondary-color);
}


/* main-head-starts */
.main-head{
    background-color: var(--thirdcolor);
    height: 70px;
}
.logo-img{
    width: 46%;
    height: 47px;
}
.menutxt{
    font-size: 13px;
    color: var(---fithborder);
    font-weight: 600;
    transition: 0.5s;
    
}
.menutxt a:hover{
    color: var(--first-color);
    cursor: pointer;
    font-size: 13.5px;
}
.menu-mob {
    margin-top: -40px;
    display: block;
    text-align: right;
    color: var(---seventh-color);
    font-size: 27px;
    margin-right: 10px;
   
    
    
}
#close-btn{
    display: none;
}
#close-btns{
    display: none;
}

/* mobile-nav */
.mobile-nav-wrapper{
  
    display:none;
    position: fixed;
    width:100vw;
    left: 0;
    right: 0;
    z-index: 4;
    background:linear-gradient(to bottom,transparent,var(---nineth-color));
    height: 100vh;
    transition: top 0.3s;
}
.mobile-nav-wrappers{
     margin-top: -5px;
    display:none;
    position: fixed;
    width:100vw;
    left: 0;
    right: 0;
    z-index: 4;
    background:linear-gradient(to bottom,transparent, var(---nineth-color));
    height: 100vh;
    transition: top 0.3s;
}

.mobile-nav{
    display: flex;
    flex-flow: column;
    width: 90%;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-bottom: var(---eighth-color) solid 3px;
    border-left: var(---eighth-color) solid 3px;
    border-right: var(---eighth-color) solid 3px;
    border-top: var(---eighth-color) solid 3px;
    font-size: 14px;
    padding: 1rem;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile-nav a{
    font-weight: 600;
    color:var(---seventh-color); 
    text-decoration: none;
    margin: 1rem 0;
    font-size: 14px;
}
#close-btn{
    display: none;
}
#close-btns{
    display: none;
}
.menu-mob {
    margin-top: -27px;
    display: block;
    text-align: right;
    color: white;
    font-size: 27px;
   
    
    
}


.menu-mob .fa{
    padding-bottom: 200px;
}
.mobile-nav a:hover{
    color:var(--first-color);
}




/* main-head-ends */
/* header-section-ends-here */


/* main-carousal-section-starts */
.carousel-caption {
    width: 100Vw;
    background-color: var(--fourthtrasparent);
    color: #3d42a3;
    border-left: var(---seventh-color) 10px solid;
    
}
.carousel-caption h5{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 35px;
}
.carousel-caption p{
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 300
}

/* main-carousal-section-ends */


/* .main-body-section */
.main-body-section{
    background: url(assets/images/white-paper-texture.jpg) no-repeat center ;
    background-position: center;
    background-size: cover;
}
.sm-head h6{
    font-weight: 600;
    color: var(---fithborder);

}
.big-head{
    font-weight: 700;
    color: var(---seventh-color);
}
.card-icon{
    width: 20%;
}
.txt-card-head{
    font-weight: 600;
    color: var(---seventh-color);
}
.box{
    border-bottom: 2px solid var(--first-color);
    border-radius: 6px;
}
.border{
    border-radius: 6px;
}
.curved{
    margin-top: -60px;
    background: url(assets/images/curved.jpg) no-repeat center ;
    background-size: cover;
    background-position: center;
    height: 400px;
}

/* second-section */
.slider-scnd-sction{
    margin-top: -40px;
    margin-bottom: 50px;

}
.cntnt-secnd h6{
    color: var(---seventh-color);
    font-weight: 600;
}
.carousel-inner .scnd img{
    height: 200px;
    border-top: 5px solid var(--fourthtrasparent);
    border-bottom:  5px solid var(--fourthtrasparent);
}

.second-section .carousel-caption{
    width: 500px;
    background-color: var(--fourthtrasparent);
    color: #3d42a3;
    border-left: var(---seventh-color) 10px solid;
}
.cntnt-secnd{
    margin-top: -60px;
}

/* third-section */
.testimonial{
    padding: 5px;
    border-radius: 10px;
    background-color: var(--thirdcolor);
    border-left: var(--first-color) 5px solid;
    border-bottom: var(---seventh-color) 5px solid;
}
.brand-logo{
    margin-top: 5px;
    margin-left: auto;
    right: 0;
    width: 60px;
    height: 50px;
}
.brand-name{
    padding-top: 10px;
    margin-left: auto;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(---seventh-color);
}

.bordr-left{
    border-left: var(--secondary-color) 1px solid;
}
.sm-head-differ h6{
    font-size: 24px;
    font-weight: 600;
    color: var(---seventh-color);
}
.sub-head-differ{
    font-size: 18px;
    color: var(---nineth-color);
    font-weight: 300;
}
.table-list i{
    font-size: 14px;
    color: var(---seventh-color);
}
.table-list p{
    color: var(---seventh-color);
    font-size: 14px;
    font-weight: 600;
}

/* .owl-slider-section */
.owl-slider-section{
    z-index: -2px;
}
.owl-dots {
   margin-top: 20px
}

.brand-img-slider{
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    
}
.brand-img-slider img{
    z-index: -2;
    height: 100px;
    width: 100%;
}
.sliderImg{
    width: 100%;
}

/* .owl-slider-section ends*/

/* .our story-section */
.blueback{
    background-color: var(---seventh-color);
    height: 500px;
    
}
.blueback .first-p{
color: var(---eighth-color);
font-size: 18px;
margin-top: 20px;


}
.our-story-p{
    font-size: 14px;
    font-weight: 300;
}

.img-our-story{
    background: url(assets/images/our-story.PNG) no-repeat;
    height: 500px;
    border-bottom: 5px solid var(--first-color);
}



/* .our story-ends */


/* counting-card-section */

.counting-card-section .card{
    border-left:var(---seventh-color) 10px  solid;
    transition: 0.9s;
}
.counting-card-section .card:hover{
    transform: scale(1.05);
    cursor: pointer;
    border-left:var(--first-color) 10px  solid
}

.counting-card-section p{
    font-size: 16px;
    font-weight: 600;
    color: var(---fithborder);
}
.counting-card-section i{
    font-size: 40px;
    color: var(---seventh-color);
}
.exp-num{
    font-size: 28px;
    font-weight: 700;
    color: var(---seventh-color);
}







/* counting-card-section ends*/

/* news-section-stars */

.news-section{
    padding-top: 30px;
    background-color: var(--secondary-color);
}
.news-section .card:hover{
    transform: scale(1.01);
    border-top: var(--first-color) 3px solid;
    border-bottom: var(--first-color) 3px solid;
}

.card-title{
    color: var(---seventh-color);
    font-weight: 600;
    font-size: 14px;
}
.card-text{
    font-size: 12px
}

/* news-section-ends */

/* -- getintouch section starts */
textarea:focus, input:focus{
    outline: none;
}
.getintouch input :focus {
    border: none;
    outline: none;
}
.submit-btn{
    background-color: var(---fithborder);
    color: var(--thirdcolor);
    width:100%;
    font-size: 12px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.submit-btn:hover{
    background-color: var(---seventh-color);
    width:100%;
    color: var(--thirdcolor);
    font-size: 12px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    border-left: var(--first-color) 5px solid;
}

/* -- getintouch section ends */

/* footer-section */
.footer-section{
    background-color: var(--secondary-color);
    padding-bottom: 20px;
}
.logo-img-footer{
    width: 80%;
    height: 40px;
}
.footer-txt{
    font-size: 14px;
}
.footer-txt-2{
    font-size: 14px;
}
.footer-txt-2 b{
    color: var(---seventh-color);
}
.footer-section i{
    font-size: 24px;
    color: var(---seventh-color);
   
}

.footer-section i:hover{
    font-size: 24px;
    color: var(--first-color);
   
}
.sm-foot h6{
    color: var(---seventh-color);
    font-weight: 600;
}
.links p{
   font-size: 14px;
   font-weight: 500
}
.links i{
    font-size: 14px;
    padding-right: 10px;
}
.footer-section p{
    font-size: 13px;
    color: var(---nineth-color);
}

/* footer-section ends*/
/* .designed-section */
.designed-section{
    border-bottom:var(--first-color) 2px solid;
    justify-content: center;
    align-items: center;
    background-color: var(---seventh-color);
    height: 40px;
}
.designed-section a{
    font-weight: 600px;
    color: var(--secondary-color);
}








/* Media query-section */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .menu{
        display: none;
    }
    .hm{
        display: none;
    }
    
  
   
 

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .menu{
        display: none;
    }
    .menu-mob {
        margin-top: -40px;
        display: block;
        text-align: right;
        color: var(---seventh-color);
        font-size: 27px;
        margin-right: 20px;
       
        
        
    }
    .hm{
        display: none;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .menu{
        display: none;
    }
    .menu-mob {
        margin-top: -40px;
        display: block;
        text-align: right;
        color: var(---seventh-color);
        font-size: 27px;
        margin-right: 20px;
       
        
        
    }
    .hm{
        display: none;
    }
   
  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 768px) {
    .menu{
        display: block;
    }
    .menu-mob {
        margin-top: -40px;
        display: none;
        text-align: right;
        color: var(---seventh-color);
        font-size: 27px;
        margin-right: 20px;
       
        
        
    }

    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}






/* About Page */

.breadcrumb-new{
    padding-top: 50px;
    background-color: var(--secondary-color);
    padding-bottom: 50px;
}




/* About Page Ends*/


/* 
Contact page Starts */
.location-section h6{
    font-size: 16px;
    font-weight: 500;
    color: var(---seventh-color);

}
.location-section p{
    font-size: 14px;
    color: var(---nineth-color);
}
.contact-btn{
    background-color: var(---fithborder);
    border: none;
    border-radius: 5px;
    color: var(--secondary-color);
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}




/* 
Contact page Ends */



/* projectPage Start */






/* projectPage Ends */


/* About us section starts */






/* About us section ends */


/* product-page Starts */
.product-section h4{
    font-size: 18px;
    color: var(--first-color);
}
.trasfomer{
    background-color: var(--secondary-color);
    background-image: url(assets/images/man-florist-working-green-house.jpg);
    background-size: cover;
    border-right: var(--first-color) 5px solid;
 
}
.prdctimg{
    width: 100%;
   
  
}
.pdf-btn{
    background-color: var(---fithborder);
    color: var(--thirdcolor);
    font-size: 12px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
}
.pdf-btn:hover{
    background-color: var(---seventh-color);
    color: var(--thirdcolor);
    font-size: 12px;
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border-left: var(--first-color) 5px solid;
}

/* product-page ends */