*{
    margin: 0;
    padding: 0;
    font-family: "YT Sans", "Roboto", "Arial", sans-serif;
}

header{
    display: flex;
    position: fixed;
    background-color: rgb(255, 255, 255);
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
}
#menubar{
    display: inline;
    left: 0;
    top: 0;
    cursor: pointer;
    padding-right: 30px;
}
#menubarclose{
    right: 0;
    cursor: pointer;
    padding-right: 25px;
    padding-top: 6px;
    display: none;
}
.menubar1{
    background-color: #000;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    transition: 0.2s ease-in-out;
}
.menubar2{
    background-color: #000;
    width: 14px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: 6px;
    transition: 0.4s ease-in-out;
}
.menubar3{
    background-color: #000;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    transition: 0.6s ease-in-out;
}
.menubar4{
    background-color: #000;
    width: 25px;
    height: 2px;
    margin-bottom: -1px;
    transition: 0.6s ease-in-out;
    transform: rotate(45deg);
}
.menubar5{
    background-color: #000;
    width: 25px;
    height: 2px;
    margin-bottom: 2px;
    transition: 0.6s ease-in-out;
    transform: rotate(133deg);

}
#menubar:hover div{
    background-color: #00a0e3;
}
#menubarclose:hover div{
    background-color: #00a0e3;
}

nav{
    width: 100%;
    height: 110px;
    background: #f1f1f1;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
div#fstpg{
    position: fixed;
}
.logo img{
    width: 210px;
    height: 90px;
    padding-left: 30px;
    padding-top: 10px;
}
.td-nav {
    position: absolute;
    text-align: end;
    padding-right: 10px;
    display: flex;
}
.td-nav h4{
    font-size: 18px;
}
.hidden1 {
    display: flex;
}
#Servinfo{
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Servinfo h4:hover{
    color: #00a0e3;
}
#servicessimof{
display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 16px;
  text-align: center;
}
#servicessimof a{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}
#servicessimof a:hover{
    background-color: rgb(226, 226, 226);
    color: #00a0e3;
}
#Servinfo:hover #servicessimof{
    display: block;
}
#Whyaluinfor{
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Whyaluinfor h4:hover{
    color: #00a0e3;
}
#aluwhyinfo{
display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 16px;
  text-align: center;
}
#aluwhyinfo a{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}
#aluwhyinfo a:hover{
    background-color: rgb(226, 226, 226);
    color: #00a0e3;
}
#Whyaluinfor:hover #aluwhyinfo{
    display: block;
}
#trywd{
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#trywd h4:hover{
  color: #00a0e3;
}
#tryimfo{
display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 16px;
  text-align: center;
}
#tryimfo a{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}
#tryimfo a:hover{
    background-color: rgb(226, 226, 226);
    color: #00a0e3;
}
#trywd:hover #tryimfo{
    display: block;
}
#dowunecat{
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#dowunecat h4:hover{
    color: #00a0e3;
}
#ecatdown{
    display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 16px;
}
#ecatdown a{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}
#ecatdown i {
    font-size: 14px;
}
#ecatdown a:hover{
    background-color: rgb(226, 226, 226);
    color: #00a0e3;
}
#dowunecat:hover #ecatdown{
    display: block;
}
#pg{
    width: 100%;
    height: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}
#fstpg{
    position: fixed;
    top: 0;
    width: 190px;
    height: 92vh;
    background-color: #f1f1f1;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 94px;
    overflow-y: auto;
    position: absolute;
    flex-direction: column;
    /* box-shadow: 0px 15px 14px 0px #888888; */
    left: -190px;
    transition: 0.2s ease-in-out;
    z-index: 1;
}
#hiddeng{
    display: none;
}
.copyrightbttm {
    padding-bottom: 20px;
}
.copyrightbttm h4{
    color: #454545;
    font-weight: 400;
    padding: 20px;
}
#fstpg::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5; */
}

#fstpg::-webkit-scrollbar
{   width: 2px;
	background-color: #F5F5F5;
}

#fstpg::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #939393a3;
}

.navbar{
    text-align: start;
    list-style: none;
}
.menubox2{
    padding-top: 30px;
}
.menuuli h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    padding: 22px;
    cursor: pointer;
}
.menuuli h3:hover{
    color: #00a0e3;
}
#windwsoptin{
  background-color: #fff;
  display: none;
  transition: 2s ease-in-out;
}
#windwsoptin h4{
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 20px;
}
#windwsoptin h4:hover{
 color: #00a0e3;
 background-color: rgb(226, 226, 226);
}
#windwsopnt:hover #windwsoptin{
    display: block;
}


#windwsmesshoptin{
  background-color: #f1f1f1;
  display: none;
  transition: 2s ease-in-out;
}
#windwsmesshoptin h4{
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 20px;
}
#windwsmesshoptin h4:hover{
   color: #00a0e3;
   background-color: rgb(226, 226, 226);
}

#windwsmesshoptin1{
  background-color: #f1f1f1;
  display: none !important;
  transition: 2s ease-in-out;
}
#windwsmesshoptin1 h4{
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 20px;
}
#windwsmesshoptin1 h4:hover{
   color: #00a0e3;
   background-color: rgb(226, 226, 226);
}



#projectwindwoptin{
  background-color: #f1f1f1;
  display: none;
  transition: 2s ease-in-out;
}
#projectwindwoptin h4{
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 20px;
}
#projectwindwoptin h4:hover{
 color: #00a0e3;
 background-color: rgb(226, 226, 226);
}

#projectwindwsopnt:hover #projectwindwoptin{
    display: block;
}
#projectwindwsopnt a{
    list-style: none;
    color: #000;
    text-decoration: none;
}
#arrowup img{
    width: 20px;
    height: 20px;
    position: absolute;
    padding-top: 2px;
}
#socialmedia{
    font-size: 18px;
    padding: 5px;
    padding-top: 30px;
}
#socialmedia i{
    padding: 5px;
    color: #454545;
}
.middlepage{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
#sndpg{    
    width: 50%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
#sndpg h1{
    font-size: 34px;
    color: #00a0e3;
    padding-bottom: 15px;
}
#sndpg img{
    width: 27.5em;
    height: 30.938em;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
#sndpg img:hover{
    transform: scale(0.95);
}
#sndpg .img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sndpg p{
    width: 55%;
    padding-top: 15px;
    text-align: center;
}
#sndpg #btn{
    border: 0;
    border-radius: 0.25rem;
    background: #1E88E5;
    color: white;
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    cursor: pointer;
    padding: 10px; 
    border-radius: 50px;
    margin-bottom: 80px; 
    margin-top: 30px;
}
#btn i{
    padding-left: 5px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}
#btn:hover i{
    padding-left: 20px;
}

#thdpg{
    width: 50%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
#thdpg h1{
    font-size: 34px;
    color: #00a0e3;
    padding-bottom: 15px;
}
#thdpg img{
    width: 27.5em;
    height: 30.938em;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
#thdpg img:hover{
    transform: scale(0.95);
}
#thdpg .img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#thdpg p{
    width: 55%;
    padding-top: 15px;
    text-align: center;
}
#thdpg #btn{
    border: 0;
    border-radius: 0.25rem;
    background: #1E88E5;
    color: white;
    font-family: system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    cursor: pointer;
    padding: 10px; 
    border-radius: 50px;
    margin-bottom: 60px; 
    margin-top: 30px;
}
.btn3{
    padding: 20px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn3 #btn2{
    padding: 15px;
    font-size: 18px; 
    font-weight: 600;
    color: #062a4d;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #062a4d;    
    margin: 10px;
}
#btn2:hover{
    color: #fff;
    background-color: #062a4d;
    border-radius: 10px;
    border: 1px solid #fff;    
}
/* --------3dmodel------ */
#model3d{
    width: 80%;
    height: 70vh;
    position: absolute;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.295) solid;
    display: none;
    left: 12%;
}
#model3d1{
    width: 80%;
    height: 70vh;
    position: absolute;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.308) solid;
    display: none;
    left: 12%;
}
#model3d1 .toptxt {
    display: flex;
    font-size: 26px;
    justify-content: space-between;
    align-items: flex-start;
}
#model3d1 .clsbtn{
    font-size: 30px;
    padding-right: 20px;
    cursor: pointer;
}
#model3d .toptxt {
    display: flex;
    font-size: 26px;
    justify-content: space-between;
    align-items: flex-start;
}
#model3d .clsbtn{
    font-size: 30px;
    padding-right: 20px;
    cursor: pointer;
}
/* -------------chatbox-------------- */
#whatsappchatbox{
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    position: fixed;
    cursor: pointer;
    z-index: 100;
 }
 .boxchat{
     width: 55px;
     height: 55px;
     border-radius: 50%;
     display: flex;
     background: green;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     align-items: center;
     justify-content: center;
 }
 .boxchat div i{
     font-size: 40px;
     color: #fff;
 }
 .boxchat div h4{
    text-align: center;
    font-size: 15px;
 }
 .socialbrn a{
    color: #062a4d;
    padding: 4%;
  }




/* ----------end-------- */
@media all and (max-width: 118em) and (max-height:830px){
    #sndpg img {
        width: 25.5em;
        height: 26.938em;
    }
    #thdpg img {
        width: 25.5em;
        height: 28.938em;
    }
}
@media all and (max-width: 118em) and (max-height:830px){
    #sndpg img {
        width: 23.5em;
        height: 24.938em;
    }
    #thdpg img {
        width: 23.5em;
        height: 24.938em;
    }
    #sndpg #btn {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    #thdpg #btn {
        margin-bottom: 40px;
        margin-top: 20px;
    }
}
@media all and (max-width: 118em) and (max-height: 700px){
    #sndpg img {
        width: 21.5em;
        height: 22.938em;
    }
    #thdpg img {
        width: 21.5em;
        height: 22.938em;
    }
    #sndpg #btn {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #thdpg #btn {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
div#arrowdrop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
div#arrowdrop i{
   cursor: pointer;
}

@media all and (max-width: 118em) and (max-height: 630px){
    #sndpg {
        height: 105vh;
    }
    #thdpg {
        height: 105vh;
    }
}
/* @media (max-width: 117.5em){
    #sndpg img {
        width: 27.5em;
        height: 29.938em;
    }
    #thdpg img {
        width: 26.5em;
        height: 30.938em;
    }
} */
/* @media (max-width: 96.563em){
    #sndpg img {
        width: 27.5em;
        height: 29.938em;
    }
    #sndpg p {
        width: 65%;
    }    
    #thdpg img {
        width: 26.5em;
        height: 29.938em;
    }
} */
@media (max-width: 80.5em){
    #Servinfo{
        padding-right: 40px;
    }
    #Whyaluinfor {
        padding-right: 40px;
    }
    #trywd {
        padding-right: 40px;
    }
    #dowunecat {
        padding-right: 40px;
    }
    .td-nav h4 {
        font-size: 17px;
    }
    #menubar {
        padding-right: 15px;
    }
    #menubarclose{
        padding-right: 10px;
    }
    .logo img {
        width: 190px;
        height: 82px;
    }
}
@media (max-width: 81.25em){
    #sndpg p {
        width: 75%;
    }
}
@media (max-width: 76.875em){
    #model3d{
        width: 90%;
        height: 70vh;
        left: 6%;
    }
    #model3d1{
        width: 90%;
        height: 70vh;
        left: 6%;
    }
}
@media (max-width: 72.5em){
    #Servinfo{
        padding-right: 30px;
    }
    #Whyaluinfor {
        padding-right: 30px;
    }
    #trywd {
        padding-right: 30px;
    }
    #dowunecat {
        padding-right: 30px;
    }
    .td-nav h4 {
        font-size: 16px;
    }
    #menubar {
        padding-right: 10px;
    }
    #menubarclose{
        padding-right: 5px;
    }
    .logo img {
        width: 190px;
        height: 80px;
        padding-left: 20px;
    }
}
@media (max-width: 71.875em){
    #sndpg img {
        width: 24.5em;
        height: 27.938em;
    }
    #sndpg p {
        width: 81%;
    }
    #thdpg img {
        width: 24.5em;
        height: 27.938em;
    }
}
@media (max-width: 63.75em){
    #Servinfo{
        padding-right: 25px;
    }
    #Whyaluinfor {
        padding-right: 25px;
    }
    #trywd {
        padding-right: 25px;
    }
    #dowunecat {
        padding-right: 25px;
    }
    .td-nav h4 {
        font-size: 1em;
    }
    #menubar {
        padding-right: 5px;
    }
    #menubarclose {
        padding-right: 0px;
        padding-top: 0px;
    }
    .logo img {
        width: 170px;
        height: 70px;
        padding-left: 10px;
        padding-top: 15px;
    }
}
@media (max-width: 60em){
   .hidden1{
       display: none;
   }
   #hiddeng{
       display: inline;;
   }
   .menubox2 {
    padding-top: 00px;
  }
  .menuuli h3 {
    padding: 18px;
  }
}
@media (max-width: 58.125em){
    #sndpg img {
        width: 23.5em;
       height: 26.938em;
    }
    #sndpg h1 {
        font-size: 32px;
    }
    #thdpg img {
        width: 23.5em;
       height: 26.938em;
    }
    #thdpg h1 {
        font-size: 32px;
    }
  #thdpg p {
    width: 61%;
    padding-top: 15px;
    text-align: center;
  }
@media (max-width: 53.75em){
    #sndpg img {
        width: 21.5em;
        height: 23.938em;
    }
    #thdpg img {
        width: 21.5em;
        height: 23.938em;
    }
  #thdpg p {
    width: 61%;
    padding-top: 15px;
    text-align: center;
  }
}
@media (max-width: 48.563em){
  #thdpg p {
    width: 65%;
    padding-top: 15px;
    text-align: center;
  }
}
@media (max-width: 46.875em){
    .middlepage {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    #sndpg {
        width: 100%;
        height: 88vh;
    }
    #thdpg {
        width: 100%;
        height: 70vh;
    }
 
}
@media (max-width: 41.875em){
    #model3d{
        width: 90%;
        height: 80vh;
        left: 6%;
        margin-top: 150px;
    }
    #model3d1{
        width: 90%;
        height: 80vh;
        left: 6%;
        margin-top: 50px;
    }
}
@media (max-width: 32.875em){
    #sndpg img {
        width: 19.5em;
        height: 21.938em;
    }
    #thdpg img {
        width: 19.5em;
        height: 21.938em;
    }
 
}
@media (max-width: 22.813em){
    #sndpg img {
        width: 17.5em;
        height: 18.938em; 
    }
    #thdpg img {
        width: 17.5em;
        height: 18.938em;
    }
 
}
@media (max-width: 20.313em){
    #sndpg img {
        width: 15.5em;
        height: 14.938em; 
    }
    #sndpg {
        height: 80vh;
    }
    #thdpg img {
        width: 15.5em;
    height: 14.938em;
    }
 
}