/*...........nav............*/
*{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
body {
    padding: 0;
    margin: 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
#nav-list{
    
    list-style-type: none;
    padding: 0;
    margin: 0;
    
}
#nav-list li{
    display: inline;
    margin: 0 2px;
    padding: 8px;
   
}
#nav-list li a img{
    width: 25px;
    margin-left: 5px;
}
#nav-list li a i{
    color: black;
}
#nav-list li a span{
    color: black;
}
#nav-list li a:hover{
    text-decoration:none;
}
#first-in-nav{
    display:none;
}
#nav-container {
    max-width: 100vw;
    height: 50px;
    text-align: center;
    padding-top: 12px;
}
/*...........nav hover............*/
#nav-list li:nth-child(1):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: aquamarine;
    transition: 500ms;
}
#nav-list li:nth-child(2):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(254, 165, 241);
    transition: 500ms;
}#nav-list li:nth-child(3):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(241, 231, 124);
    transition: 500ms;
}#nav-list li:nth-child(4):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(253, 212, 151);
    transition: 500ms;
}#nav-list li:nth-child(5):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(252, 135, 155);
    transition: 500ms;
}#nav-list li:nth-child(6):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgb(159, 173, 250);
    transition: 500ms;
}#nav-list li:nth-child(7):hover{
    border: 1px solid black;
    border-radius: 10px;
    background-color: aquamarine;
    transition: 500ms;
}
/*.........top nav logo.........*/
#logo-top-nav{
    height: 60px;
    max-width: 100vw;
    text-align: center;
    padding-top: 0px;
}
#logo-top-nav img{

    width: 130px;
    margin-top: -20px;
}

/*.........banner.........*/
#banner{
    max-width: 100%;
    height: 50vw;
    background-color: rgb(255, 255, 255);
    margin: 0;
    text-align: center;

}
#banner img{
    max-width: 100%;
    height:100%;
   
} 
/*...........back ground..............*/
#background_container{
max-width: 100%;

background-image: url(/content/front/images/background-light.png);
background-repeat:no-repeat;
background-size:auto;
margin: 0;
}
#backgroung_fixed{
    max-width: 100%;
    height: 150px;
    background-image: url(/content/front/images/2205_w026_n002_1901b_p1_1901.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*.............home........................*/
/*........................aboute us in home,,,,,,,,,,,,,,,,,*/
#aboutUsInHomeTitle{
    width: fit-content;
    text-align: center;
    margin: auto;
}
#aboutUsInHomeContainer{
    width: 70vw;
    margin: auto;
text-align: center;

}
#aboutUsInHomeContainer p{
    font-size: 10pt;
    text-align:center;
}
#aboutUsInHomeBTN{

    background-color: #4a0c0c;
    color: aliceblue;
    width: 90px;
    font-size: 0.7rem;
}
#aboutUsInHomeBTN:hover{
    background-color: #faf9f9;
    color: rgb(72, 72, 72);
    width: 95px;
    transition: 200ms;
    border: 1px solid grey;
}

.mycenter{
    text-align: center;
}
/*.........article in home..........*/


.secondLine{
    display: inline-block; 

position: absolute;
    top: 0;
}
.titleInLine{
    display: inline-block; 
    position: absolute;
    top: 0;
    right: 20%;

}
.titleInLine h5{
    margin:0px 0px;
    
}
.firstLine{
    display: inline-block; 
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
    
}
.lineContainer{
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 50px;
}
/*...product in home.*/
.productBox{
    margin: 90px auto;
    
    max-width: 700px;
   
    text-align: center;
}
/*........project in home.....*/
.projects_in_home{
    
    max-width: 80vw;

    margin: 150px auto 0px;
}
/*.....article in home....*/
#article_section{
    text-align: center;
}
.article_container{
 
    width: 60%;
padding-top: 50px;
    margin: auto;
    text-align: center;
}
.article-one{
    width: 300px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: auto;
}
.article-one a{
    border: 1px solid grey;
    padding: 3px 8px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    position: absolute;
    right: 175px;
    bottom: 30px;

}
.article-one a:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #4b0303;
    transition: 300ms;
}
/*.....guaranty.....*/
.guaranty{
text-align: center;
    width: 100%;
}
.guaranty img{
    width: 200px;
}
/*..........fooer.........*/
#footer{
 
    min-height: 500px;
    background-color: #030303;
    color: #fff;
}
.footer_container{
    margin: auto;
   text-align: center;
   
}
.sub-foot{
    display: inline-block;
height: 100%;
    width: 30%;
    color: #faf9f9;
    margin: 5px;
    padding: 0;
    text-align: center;
    
}
.underFooter{
    color: #fff;
  margin-top: 20px;
    display: block;
    height: 60px;
    width: 100%;
    text-align: center;
    
}
.contactus_in_footer ul li{
    list-style: none;
    display: inline;
    margin: 4px;
    text-align: center;

}
.contactus_in_footer ul{
    margin-top: 20px;
    text-align: center;
   width: 100%;
   padding: 0px;
   
}
.contactus_in_footer{
    margin-top: 15px;
    text-align: center;
    padding-top: 50px;
    border: 1px solid white;
    border-radius: 30px;
    line-height: 14px;
}
.phone{
    text-align: center;
    width: 100%;
    margin-top: 50px;
    
    padding-top: 15px;
}
.way{
    text-align: center;
line-height: 41px;
border: 1px solid white;
border-radius: 30px;
}
.way ul{
    list-style: none;
    padding-right: 0px;
}
.way ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 15px;
}
.sub-foot-image{
   width: 214px;
    border-radius:500px;
    background-color: #fff;
    
}
.sub-foot-image img{
width: 214px;
    vertical-align: bottom!important;
}
hr{
    color: aliceblue!important;
}
/*.hamburgerMenu*/
.hamburgerMenu{

    background-color: #000000d8;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
display: none;
}
.menu_box{
   
    width: 60%;
    height: 400px;
    z-index: 8;
    margin:80px auto;
    line-height: 50px;
    text-align: center;
}
.menu_box ul{
    list-style: none;
    margin: auto;
    text-align: center;
    padding-right: 0px;
}
.menu_box ul li a{
    color: #fff;
}
.menu_box ul li a:hover{
    text-decoration: none;
}
.cancle_icon{
   
    position: absolute;
    top: 20px;
    left: 20px;
}
#hamburger_in_list{
    display: none;
}

#work-container {
    width: 100%;
    text-align: center !important;
    background-image: url(/content/front/images/background-light.png);
    background-repeat: no-repeat;
    background-size: auto;
}