* {
  margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
  line-height: 1.6;
	 color: #333;
    background: #fff;
}

img {
     max-width: 100%;
               height     :    auto;
	display: block; 
	
}

a {
    text-decoration: none;
  color     : inherit;
   transition :all .3s ease;
}


ul {
    list-style: none;
}

.dwi_topbar_lake {

	    background: #1a1a2e;
     padding: 18px 40px;
       display: flex;
   	justify-content: space-between;
       align-items: center;
     position: sticky;
   	top: 0;
     z-index: 1000;
     box-shadow: 0 2px 8px rgba(0,0,0,.1);
     }

.dwi_brand_lake .dwi_brandimg_lake {
  height: 65px;
  width: auto;
  filter: brightness(0) invert(1);
}

.dwi_navitems_lake {
  display: flex;
   gap: 35px;
  align-items: center;
}


.dwi_linkitem_lake {


    color: #eee;
    font-size: 16px;
 font-weight: 500;
  padding: 8px 0;
        position: relative;
}

.dwi_linkitem_lake:after {
  content: '';
    position: absolute;
  bottom: 0;
    left: 0;
  width    :       0;
   height: 2px;
   background: #0f62fe;
    transition: width .3s;
}

.dwi_linkitem_lake:hover:after,.dwi_linkitem_lake.dwi_current_lake:after {
  width: 100%;
}

.dwi_menutoggle_lake {
  display: none;
    cursor: pointer;
}

.dwi_burgerico_lake		{
   width    :      28px;
     height: 28px;
  filter: brightness(0) invert(1);
}@media(max-width:768px){
    .dwi_navitems_lake{
        position:absolute;
        top:70px;
        left:0;
        right:0;
        background:#1a1a2e;
        flex-direction:column;
        padding:20px;
        display:none;
        box-shadow:0 4px 6px rgba(0,0,0,.1)
    }
    .dwi_navitems_lake.dwi_menuopen_lake{
        display:flex
    }
    .dwi_menutoggle_lake{
        display:block
    }
}.dwi_herosection_lake {
      position: relative;
	 min-height: 600px;
  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
    padding: 80px 40px;
  display: flex;
  align-items: center;
  overflow: hidden; 
	
}

.dwi_heroback_lake {
					 position: absolute;
  top: 0;
    left   :0;
   right: 0;
   bottom: 0;
  background: rgba(0,0,0,.3);
     }

.dwi_herowrapper_lake {


  position: relative;
  z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
   width: 100%;


}

.dwi_herobox_lake {
    max-width: 650px;
}

.dwi_maintitle_lake {
   font-size: 52px;
   font-weight: 800;
 color: #fff;
    margin-bottom: 24px;
  line-height: 1.2;
}

.dwi_subtitle_lake {
  font-size: 19px;
  color: rgba(255,255,255,.9);
	margin-bottom: 35px;
    line-height: 1.7;
}

.dwi_ctalinks_lake {


    display: flex;

		 gap  :     20px;

	    flex-wrap: wrap;}

.dwi_primarybtn_lake {

	    background: #0f62fe;
    color: #fff;
   padding:      14px 32px;
  border-radius: 6px;
	 font-weight: 600;
  font-size: 16px;
   display: inline-block;
}

.dwi_primarybtn_lake:hover {
   background: #0353e9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(15,98,254,.4);
}

.dwi_secondarybtn_lake {

	 background: transparent;
    color    :    #fff;
  padding: 14px 32px;
   border: 2px solid #fff;
  border-radius: 6px;
  font-weight: 600;
    font-size     :  16px;
  display: inline-block;}

.dwi_secondarybtn_lake:hover {
    background: #fff;
   color: #667eea;
}  

.dwi_heropic_lake {
	position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
    opacity: .2;
}@media(max-width:768px){
    .dwi_maintitle_lake{
        font-size:36px
    }
    .dwi_subtitle_lake{
        font-size:17px
    }
    .dwi_heropic_lake{
        display:none
    }
}.dwi_featurezone_lake {
   padding: 80px 40px;
    background: #f8f9fa;
}

.dwi_featlayout_lake {
	    max-width     :1200px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 30px;
     }

.dwi_featbox_lake


{
  background: #fff;
   padding: 35px;
    border-radius: 12px;
   text-align: center;
   transition: all .3s;
    border: 1px solid #e0e0e0; 
	
}

.dwi_featbox_lake:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,.1);
}

.dwi_featico_lake {
	 width: 70px;
	height: 70px;
    margin: 0 auto 20px;
  background: linear-gradient(135deg,#667eea,#764ba2);
   border-radius: 50%;
    display: flex;
   align-items  :   center;
  justify-content: center;
}

.dwi_icoimg_lake {
  width: 35px;
   height   : 35px;
  filter: brightness(0) invert(1);
}

.dwi_boxhead_lake {
  font-size: 22px;
  font-weight: 700;
    margin-bottom: 12px;
  color: #1a1a2e;

}



.dwi_boxtext_lake {
  font-size: 15px;
   color: #666;
   line-height  :      1.6;
}

.dwi_aboutzone_lake {
    padding     :     80px 40px;
   background     :#fff;
}

.dwi_aboutwrapper_lake {
	max-width     :   1200px;
    margin: 0 auto;
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.dwi_abouthead_lake {
   font-size: 42px;
        font-weight: 800;
      margin-bottom: 25px;
      color: #1a1a2e;
      position  :relative;
     padding-bottom: 15px;
}

.dwi_abouthead_lake:after {
  content: '';
	 position: absolute;
   bottom: 0;
  left: 0;
   width: 80px;
	 height: 4px;
   background: #0f62fe;


} 

.dwi_abouttext_lake {
	    font-size: 16px;
    color: #555;
   margin-bottom: 18px;
	 line-height :  1.8;
     }

.dwi_aboutlist_lake {
   margin-top: 30px;
}

.dwi_listitem_lake {
   display: flex;
    align-items:center;
    gap: 12px;
    margin-bottom: 15px;
}

.dwi_checkico_lake {

	   width: 22px;
  height: 22px;
  filter: invert(45%) sepia(93%) saturate(1352%) hue-rotate(187deg);
}

.dwi_aboutpics_lake {
    position: relative;
  height: 500px;
}

.dwi_pic1_lake {
  width :      70%;
   height: 350px;
    object-fit: cover;
    border-radius   :   12px;
        position: absolute;
  top: 0;
    left: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.dwi_pic2_lake {
	  width: 60%;
    height: 280px;
   object-fit: cover;
         border-radius: 12px;
    position: absolute;
    bottom  :      0;
    right: 0;
  border: 6px solid #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
	}@media(max-width:768px){
    .dwi_aboutwrapper_lake{
        grid-template-columns:1fr
    }
    .dwi_aboutpics_lake{
        height:400px
    }
}.dwi_servicezone_lake {
    padding: 80px 40px;
   background: #f8f9fa;
}

.dwi_svcheader_lake {
    text-align :    center;
  max-width: 700px;
   margin: 0 auto 60px;
}

.dwi_svctitle_lake {
    font-size: 44px;
   font-weight: 800;
   color:   #1a1a2e;
        margin-bottom: 15px;


}

.dwi_svcsubtitle_lake {
          font-size: 18px;
    color: #666;
}

.dwi_svclayout_lake {
  max-width: 1200px;
   margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 35px;

}

.dwi_svcbox_lake {
    background:  #fff;
    padding: 40px;
    border-radius: 12px;
    transition   :   all .3s;
    border-left  :      4px solid transparent;


}

.dwi_svcbox_lake:hover {
   border-left-color: #0f62fe;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  transform: translateY(-5px);
}

.dwi_svcico_lake {
  width: 60px; 
   height: 60px; 
  margin-bottom: 20px; 
   background: #e8f0fe; 
  border-radius: 10px; 
  display: flex; 
  align-items: center; 
    justify-content: center;
}

.dwi_svcimg_lake {
    width: 32px;
   height: 32px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
}

.dwi_svchead_lake {
    font-weight: 700;
  color: #1a1a2e;
   font-size: 24px;
   margin-bottom: 15px;
}

.dwi_svctext_lake {
    font-size: 15px;
  color: #666;
  line-height: 1.7;
    margin-bottom: 20px;
}

.dwi_svclink_lake {
    color: #0f62fe;
   font-weight: 600;
    display: flex;
  align-items: center;
    gap: 8px;
   font-size: 15px;
     }

.dwi_arrowimg_lake {
  width: 18px;
          height: 18px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
    transition: transform .3s;
}

.dwi_svclink_lake:hover .dwi_arrowimg_lake {
  transform: translateX(5px);
}

.dwi_casezone_lake {
  padding: 80px 40px;
  background: #fff;
}

.dwi_caseheader_lake {
               text-align: center;
 max-width    :    700px;
   margin: 0 auto 60px;
}

.dwi_casetitle_lake {
                    font-size: 44px;
   font-weight: 800;
   color: #1a1a2e;
    margin-bottom: 15px;
}

.dwi_casesubtitle_lake {
    font-size: 18px;
   color: #666;
}

.dwi_caselayout_lake {
   max-width: 1200px; 
    margin :      0 auto; 
  display: grid; 
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); 
  gap: 35px;
}

.dwi_casebox_lake {
  background: #f8f9fa;
    border-radius:      12px;
  overflow :   hidden;
    transition: all .3s;
}

.dwi_casebox_lake:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

.dwi_casepic_lake {


  width: 100%;
       height: 220px;
  object-fit    :      cover;
	}

.dwi_caseinfo_lake {
   padding: 30px;
}

.dwi_caselabel_lake {
	display: inline-block;
    background: #e8f0fe;
  color: #0f62fe;
	padding: 6px 14px;
   border-radius: 20px;
	font-size     :        13px;
	font-weight: 600;
   margin-bottom: 15px;

}

.dwi_casename_lake {
   font-size    :       22px;
         font-weight     : 700;
  margin-bottom: 12px;
  color: #1a1a2e;
}



.dwi_casedesc_lake {
    line-height: 1.7;
	    font-size: 15px;
	  margin-bottom: 20px;
	    color   :        #666;

}

.dwi_caselink_lake {
    color: #0f62fe;
   font-weight: 600;
   display: flex;
         align-items: center;
	 gap: 8px;
   font-size: 15px;
}

.dwi_casearrow_lake {
   width: 18px;
  height:   18px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
   transition: transform .3s;
}

.dwi_caselink_lake:hover .dwi_casearrow_lake {
  transform: translate(3px,-3px);
}

.dwi_resourcezone_lake {
   padding: 80px 40px;
	    background: #f8f9fa;
}


.dwi_resourcewrap_lake {
  max-width: 1200px;
    margin: 0 auto;
}

.dwi_resheader_lake {
	 text-align: center;
  margin-bottom  :     60px;
}

.dwi_restitle_lake {
   font-size: 44px; 
    font-weight: 800; 
   color: #1a1a2e; 
   margin-bottom: 15px;

}

.dwi_ressubtitle_lake

{
  font-size: 18px;
   color  :     #666;
}

.dwi_reslayout_lake {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
	 gap    :   30px;
}

.dwi_resbox_lake {

       background: #fff;
   padding     :        35px;
    border-radius: 12px;
	text-align: center;
          transition: all .3s;
	border: 1px solid #e0e0e0;


} 

.dwi_resbox_lake:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
}

.dwi_resico_lake {


  width: 60px;
          height: 60px;
       margin: 0 auto 20px;
                       background: #e8f0fe;
        border-radius: 10px;
   	display: flex;
       align-items: center;
       justify-content: center;
	
     }



.dwi_resicoimg_lake {
   width: 30px;

	         height: 30px;

	  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
}

.dwi_reshead_lake  {
   font-size :     20px;
    font-weight: 700;
     margin-bottom: 12px;
    color: #1a1a2e;
}

.dwi_restext_lake   {

	   font-size    :    14px;
   color: #666;
    line-height: 1.6;
  margin-bottom: 20px;

}

.dwi_resbtn_lake {
   padding: 10px 24px;
  display: inline-block;
	background: #0f62fe;
       font-size: 14px;
   border-radius: 6px;
   color: #fff;
    font-weight: 600;

}  

.dwi_resbtn_lake:hover {
   background: #0353e9;
}

.dwi_blogzone_lake {
  padding    : 80px 40px;
	 background: #fff;
}

.dwi_blogheader_lake  {
       text-align: center;
   max-width     :        700px;
                    margin: 0 auto 60px;


}

.dwi_blogtitle_lake {
    font-size:44px;
  font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.dwi_blogsubtitle_lake
	{
    font-size: 18px;
         color:       #666;
}

.dwi_bloglayout_lake {
  max-width: 1200px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap :        35px;
}

.dwi_blogbox_lake {
  background: #f8f9fa;
   border-radius: 12px;
  -webkit-transition: all .3s;
    overflow: hidden;
   -o-transition: all .3s;
        -moz-transition: all .3s;
	transition: all .3s;
}

.dwi_blogbox_lake:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
	}


.dwi_blogpic_lake {
 width    :       100%; 
   height: 220px; 
  overflow: hidden;
}

.dwi_postpic_lake {
   width: 100%;
        height: 100%;
	 object-fit: cover;
    transition: transform .3s;
}

.dwi_blogbox_lake:hover .dwi_postpic_lake {
  transform: scale(1.05);
}

.dwi_blogcontent_lake {
   padding: 30px;
}

.dwi_blogmeta_lake

{
  display: flex;
   gap: 15px;
  margin-bottom:      15px;
  font-size: 13px;
  color: #888;
}

.dwi_posthead_lake  {
    font-size: 20px;
	font-weight: 700;
	 margin-bottom: 12px;
                    color: #1a1a2e;
  line-height: 1.4;


}

.dwi_postexcerpt_lake {
    font-size    :      14px;
  color: #666;
    line-height: 1.7;
    margin-bottom: 18px;
}

.dwi_postlink_lake   {
   align-items: center;
   color: #0f62fe;
   display: flex;
   font-size: 14px;
 font-weight: 600;
  gap: 8px;
}


.dwi_postarrow_lake  
  {
    width: 16px;
   height     :   16px;
  filter: invert(27%) sepia(98%) saturate(2735%) hue-rotate(207deg);
	 transition: transform .3s;
}  

.dwi_postlink_lake:hover .dwi_postarrow_lake {
  transform: translateX(5px);
}

.dwi_faqzone_lake {
	padding: 80px 40px;
    background: #f8f9fa;
}

.dwi_faqwrap_lake {
  max-width: 900px;
  margin: 0 auto;
}

.dwi_faqheader_lake {
   text-align: center;
   margin-bottom    :50px;
}

.dwi_faqtitle_lake {
  font-size: 44px;
    font-weight: 800;
  color     :     #1a1a2e;
   margin-bottom: 15px;
}

.dwi_faqsubtitle_lake     {
  font-size: 18px;
   color: #666;
}

.dwi_faqitems_lake {
   margin-bottom: 40px;
	}

.dwi_faqbox_lake {
   background  :  #fff;
		margin-bottom: 15px;
	  border-radius: 8px;
	    overflow    :    hidden;
	  border: 1px solid #e0e0e0;
}

.dwi_faqquery_lake {
  padding: 20px 25px;
    display:flex;
   justify-content: space-between;
    align-items: center;
    cursor: pointer;
 transition     :    background .3s;
}

.dwi_faqquery_lake:hover {
  background :#f8f9fa;
}

.dwi_faqquery_lake h3 {


    font-size: 18px;
   font-weight: 600;
 color: #1a1a2e;
	}

.dwi_faqico_lake {
 width: 20px;
                    height    :      20px;
  transition: transform .3s;
}

.dwi_faqbox_lake.dwi_faqactive_lake .dwi_faqico_lake {
	  transform: rotate(45deg); 
	
     }

.dwi_faqreply_lake {
   	 max-height: 0;
      overflow  :hidden;
  transition: max-height .3s ease;
     }

.dwi_faqbox_lake.dwi_faqactive_lake .dwi_faqreply_lake {

	    max-height: 300px;
}

.dwi_faqreply_lake p    {
   padding: 0 25px 20px;
  font-size: 15px;
    color: #666;
  line-height :       1.7;
}

.dwi_faqcta_lake {
  text-align: center;
				 padding-top: 20px;
}

.dwi_faqcta_lake p {
	font-size: 16px;
    color: #666;
  margin-bottom: 15px;
}

.dwi_faqbtn_lake {
	 display: inline-block;
    background:        #0f62fe;
   color: #fff;
   padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
}

.dwi_faqbtn_lake:hover {

          background: #0353e9;}

.dwi_ctazone_lake {

	padding: 80px 40px;
  background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
  text-align: center;

}

.dwi_ctawrapper_lake {
               max-width: 800px;
   margin :        0 auto;
}

.dwi_ctatitle_lake {


    color: #fff; 
	        font-size: 42px; 
	   font-weight: 800; 
		margin-bottom: 20px;}

.dwi_ctadesc_lake {


	font-size: 19px;
  color: rgba(255,255,255,.9);
  margin-bottom: 35px;
  line-height: 1.7;
     }

.dwi_ctabtn_lake {
    display: inline-block;
   	background: #fff;
      color: #667eea;
     padding: 14px 35px;
      border-radius: 6px;
      font-weight: 700;
   	 font-size: 16px;
}

.dwi_ctabtn_lake:hover {
  transform: translateY(-3px);
     box-shadow: 0 8px 20px rgba(0,0,0,.3);
}

.dwi_footerzone_lake {
   background: #1a1a2e;
    color:    #fff;
  padding: 60px 40px 20px;


}

.dwi_footertop_lake {
   max-width: 1200px;
    margin: 0 auto 40px;
}

.dwi_footerlayout_lake {
  display  :grid;
    gap: 40px;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
}

.dwi_footerbrand_lake {
  margin-bottom: 20px;
}

.dwi_footerlogo_lake    {
  font-size: 28px;
	 font-weight: 800;
}

.dwi_brandfirst_lake {
  color  :     #fff;


}

.dwi_brandsecond_lake  {
  color: #0f62fe;
}

.dwi_footerinfo_lake {
   font-size: 14px;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
   margin-bottom: 25px;
}  

.dwi_socialzone_lake {
	  display: flex;
   gap: 15px;


}


.dwi_sociallink_lake {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.1);
    border-radius: 50%;
    display  :     flex;
   align-items: center;
        justify-content    :       center;
   transition: all .3s;
}

.dwi_sociallink_lake img {
    width: 20px;
   height: 20px;
  filter: brightness(0) invert(1);
}

.dwi_sociallink_lake:hover {
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
   background: #0f62fe;
} 

.dwi_footertitle_lake {
                    font-weight: 700;
    font-size     :        18px;
  margin-bottom: 20px;
   color     :        #fff;
}

.dwi_footermenu_lake li {
	 margin-bottom: 12px;
}

.dwi_footernav_lake {
   font-size: 14px; 
	  color: rgba(255,255,255,.7); 
	   transition     : color .3s;
}

.dwi_footernav_lake:hover {
    color: #0f62fe;


}

.dwi_contactlist_lake li{
         margin-bottom: 15px;
}

.dwi_contactrow_lake {
	    display     :     flex;
          align-items: flex-start;
    gap:       12px;
   font-size: 14px;
  color: rgba(255,255,255,.7);
     }

.dwi_contactico_lake {
   width: 20px;
   height: 20px;
  filter: brightness(0) invert(1);
    opacity:   .7;
	flex-shrink: 0;
          margin-top: 2px;
}

.dwi_footerbottom_lake {


    max-width: 1200px;
    margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
	}

.dwi_copyrighttext_lake {
 font-size: 14px;
  color: rgba(255,255,255,.6);
}@media(max-width:992px){
    .dwi_footerlayout_lake{
        grid-template-columns:1fr 1fr
    }
}
@media(max-width:576px){
    .dwi_footerlayout_lake{
        grid-template-columns:1fr
    }
}