@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat' !important;
}

h1{
    font-weight:600;
    font-size: 45px;
    color: #01040F;
}

p{
    font-weight: light;

}

.text_pos{
  position: relative;
    top: 9px;
}



/*******common css*************/
/******************************/

.chat_box {
  position: fixed;
    z-index: 9999;
    top: 89vh;
    right: 26px;
    width: 60px;
}

/* loader css */

.viewBlockMobile{
  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 110vh;
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 103vw;
    background: white;
}

.viewBlockMobileContainer{
  text-align: center;
  height: 100vh;
  padding-top: 10vh;
  padding-left: 10vw;
}

.loaderContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
    position: fixed;
    z-index: 999999997;
    top: 0;
    width: 100vw;
    background: white;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #D13D24;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* loader css */

/*****************************/
/*********header**************/
.logo{
 position: fixed;
 left: 20px;
 top: 20px;
 z-index: 999999999;
}
.land_head{
    font-size: 90px;
    font-weight: 600;

}
.padding_top{
    padding-top:20vh ;
}

.land_text{
    font-size: ;
}

.land_green_arrow{
    position: relative;
    top: 20px;
    
}

.menu_icon{
  position: fixed;
  background-image: url('../images/menu_icon_box.svg');
  background-repeat: no-repeat;
  top: 11px;
  right: 11px;
  z-index: 9999999;
  padding:13.5px;
  
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(27, 33, 43, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
  
  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }


  .menu_icon{
      position: fixed;
      background-image: url('../images/menu_icon_box.svg');
      top: 11px;
      right: 11px;
      z-index: 999999;
  }


/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/



/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/

/*btn*/

.button_sub {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    position: relative;
    cursor: pointer;
    /* button_sub */
    /* bg button_sub */
  }
  .button_sub .link {
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
    padding-left: 10px;
    left: 0;
    line-height: auto;
    overflow: hidden;
  }
  .button_sub .link:before {
    content: "";
    background-color: #63b132;
    width: 3px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .button_sub .link:after {
    content: "";
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    background-color: transparent;
    position: absolute;
    border: solid 3px #63b132;
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 7px);
    border-radius: 2px;
    transform: translateX(-42px) rotate(45deg);
    transition: all 0.3s 0.2s ease-in-out;
  }
  .button_sub:before {
    content: "";
    background-color: transparent;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 3px;
    transition: all 0.4s 0.3s ease-in-out;
  }
  .button_sub:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
  }
  .button_sub:hover .link {
    padding-left: 50px;
  }
  .button_sub:hover .link:before {
    left: 17px;
    transform: rotate(90deg);
  }
  .button_sub:hover .link:after {
    transform: translate(-33px) rotate(45deg);
  }

.about_us_sec{
  margin: 30px auto;
    
}

.about_us_line_col{
  padding-top: 10vh;
}

.about_us_text_col{
padding-top: 10vh;

}

.text_about{
  margin-top: 10vh;
  margin-bottom: 5vh;
  
}

.vector_circle_one{
    position:absolute;
    left: -50px;
    top:1150px;
    
}

.whatwedo_sec{
    background-color: #01040F;
    height: 90vh;
    text-align: center;
   
    padding: 20px 30px;

}

.whatwedo_sec p{
    width: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: rgb(164, 164, 164);
}

.vector_circle_two{
    position:absolute;
    right: -50px;
    top:1800px;
    z-index: 9;
    
}

.product_overview_sec{
    background-color: #ffffff;
    margin-top:10vh;
   
}

.client_overview_sec{
    background-color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
}
.box_line_one{
    position:absolute;
    left: -50px;
    top:1900px;
    
}

.roof_product{
    position: relative;
    right: -50px;
}

.products_sec{
    background-color: #01040F;
    padding-bottom: 10vh;
    color: #fff;
}

.prod_topic{
    display: flex;
    justify-content: center;
    align-content:flex-end;
   }
  
   .prod_header{
    
    font-style: normal;
    font-weight: 200;
    font-size: 81px;
    
  }
  
  .prod_service_sec_para{
    text-align: center;
    font-size: large;
    font-weight: 300;
  
  }
  .prod_panels{
    padding: 0 8vw
 }

 .prod_panels_section{
    background-color: #fff;
    color: #000;
    border: 20px solid #01040F;
    height: 420px;
    padding: 25px 25px 0px 25px;
    text-align: justify;
    
 }

 .product_menu_para_section{

 }

 .tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
  padding-top: 30px;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  width: 100px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #5E9F0F;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #5E9F0F;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.product_doc_download{
 margin-top: 20px;
}

.box_line_two{
    position:absolute;
    left: -50px;
    top:3600px;
    
}

.client_vector{
    position: relative;
    right: -150px;
    top: -250px;
}

.services_cover{
    background-image: url('../images/services_image_row.png');
    background-repeat: no-repeat;
    height: 400px;
}

.services_sec{
    background-color: #01040F;
 
   
   
    padding: 20px 30px;

}

.services_sec p{
    width: 400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: rgb(212, 212, 212);
}

.vector_circle_three{
    position:relative;
top: -110px;
left: -60px;
    
}

.deklo_sec_img1{
width: 280px;
margin-right: 5px;
}

.deklo_sec_img2{
}

.deklo_text_right{
   margin-top: 150px;
}

.deklo_button{
    position: relative;
    top: 0px;
    transition: 0.3s;
}

.deklo_button:hover{
    top: 10px;
}





/*****************************/
/*********body**************/


.box{
  position: relative;
  min-width: 250px;
  background-color: #fff;
  box-shadow: 2px 3px 30px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 20px;
  position: relative;
  border-radius: 10px;
}


.top-bar{
  width: 50%;
  height: 4px;
  background: #01040F;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 10px 10px;
}

.top{
  display: flex;
  justify-content: space-between;
  align-items:center ;
  width: 100%;
}

.fa-check-circle{
  color: #17b667;
}

/* creating heart */
.heart{
  color: rgba(155,155,155);
}
.heart::before{
  content: '\f004';
  font-family: fontawesome;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
.box .heart-btn:checked ~ .heart::before{
  color:#e41934
}
.heart-btn{
  position: absolute;
  top: 25px;
  right: 20px;
  padding: 1rem;
  display: none;
}


.content img{
  width: 90px;
  height: 90px;
  border-radius:100px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}
.content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}
.content strong{
  font-weight: 500;
  color: #141414;
  margin-top: 10px;
  font-size: 20px;
}
.content p{

  color: #7a7a7a;
  margin: 4px 0px 10px 0px;
  cursor: pointer;
  font-size: 18px;
}
.content p:hover{
  text-decoration: underline;
}

.btn{
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
}
.btn a i{
  margin-right: 9px;
}
.btn a{
  border-radius: 2px;
  color: #8b8b8b;
  padding: 8px 20px;
  font-size: 15px;
}
.btn a:hover{
  color: #fff;
  box-shadow: 2px 5px 15px rgba(80,123,252,0.05);
  background-color: #01040F;
  transition: all ease 0.5s;
}


/*****************************/
/*********footer**************/
.footer_sec{

    height: auto;
    background-image: url('../images/footer_background.png');
   
   
    padding: 20px 30px;
    color: #fff;

}

.footer_logo{
position: relative;
left: 45vw;
margin: 30px auto 10px auto;
}

.career_box{
   padding: 40px;
}

.contact_box{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    color: #000000;
  }
  
  .contact_input{
  width: 100%;
  height: 40px;
  background-color: #01040F;
  
  border-bottom: 1px solid;
  
  
  }
  
  .contact_input_msg{
    width: 100%;
    height: 90px;
    background-color:#01040F;
    
    border-bottom: 1px solid;
  }
  
  .contact_input>label{
    color: #000000;
  }
  






/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #812726;
    width: 50px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 90px;
    padding-top: 2px;
    border-radius: 50px;
    border: 1px solid #812726;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #812726;
    color: #ffffff;
    border: 1px solid #812726;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by INATE Labs=============================*/
/*============DESIGN & CSS DEVELOPMENT - Vibudha Ramanayke==============*/
/*========================================================================*/
/*========================================================================*/