*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    scroll-behavior: smooth;
}
body{
    background: rgb(238, 236, 236);
}
.main{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.nav{
    display: flex;
    justify-content: flex-end;
    background: white;
    height: 50px;
}
.nav1{
    /* float: right; */
    display: flex;
    color: #959595;
    font-size: 13px;
}
.innernav1{
    display: flex;
    margin: 20px;
    font-size: 14px;
}
.innernav1 div{
    padding: 0 3px;
}
.nav2{
    display:  grid;
    grid-template-columns: 20% 80%;
    background: white;
    height: 50px;
    line-height: 50px;
}
.nav2 .logo{
    margin-top: -40px;
    margin-left: 25px;
}
.nav2 ul{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-right: 20px;
}
.nav2 ul li a{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: black;
    padding: 0 10px;
}
.nav2 ul li a:hover{
    color: #ff5700;
}
.banner{
    width: 100%;
    text-align: center;
    background: #fb7028;
    padding: 40px 0;
    color: white;
}
.grid4{
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: center;
    background: white;
    text-align: center;
    /* margin-top: 20px; */
    padding-top: 20px;
}
.grid4 img{
    width: 200px;
}
.g7 h3{
    border-top: 2px solid #ff5700;
    padding: 10px 0;

}
.g7{
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1);
}
/* .g7 p{
    font-size: 12px;
    margin: 10px 0 30px 0;
} */
.textp{
    margin-bottom: 30px;
    font-size: 12px;

}
.g7 a{
    display: grid;
    grid-template-columns: 50% 50%;
    text-decoration: none;
    color: #ff5700;
    font-size: 16px;
    margin-top: 10px;
}
.g7 a .arrow{
    text-align: left;
    font-size: 12px;
}
.g7 a .arrow1{
    text-align: right;
    font-size: 12px;
}
.linkg7{
    border-top: 1px solid rgba(0,0,0,.1);
}
.banner h1{
    padding: 10px 0;
    font-size: 27px;
}
.grid1{
    display: grid;
    grid-template-columns: 60% 40%;
    /* margin-top: 70px; */
    background: white;
    padding: 30px;
}
.grid1 h1{
    font-size: 35px;
}
.grid1 p{
    font-size: 20px;
    padding: 15px 0;
}
.grid1 ul li{
    font-size: 18px;
    margin: 10px 0 10px 30px;
}
.g1{
    padding: 50px;
    border: 1px solid rgba(0,0,0,.1);
}
.g2{
    border: 1px solid rgba(0,0,0,.1);
}
.g2 img{
    display: block;
    margin: 0 auto;
}
.g3{
    text-align: center;padding: 30px 0;
    border: 1px solid rgba(0,0,0,.1);
}
.g3 a{
    text-decoration: none;
    color: orange;
}
.g3 button{
    background: orange;
    padding: 15px 30px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    margin: 10px 0;
}
.grid2{
 
    padding: 0 30px;
    background: white;
    padding-bottom: 30px;
}
.g4{
    padding: 30px;
    border: 1px solid rgba(0,0,0,.1);
}
footer{
    background: #333;
    color: white;
    padding: 50px;
}
.footer2{
    text-align: center;
    padding: 20px 0;
    background: white;
}
.grid3{
    display: grid;
    grid-template-columns: 60% 40%;


}
footer p{
    font-size: 18px;
    /* font-weight: bold; */
}
.fi{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.fi div{
    width: 30px;
    height: 30px;
    padding: 5px;
    background: white;
    border-radius: 50%;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0 2px;
}
.g6{
    display: flex;
    flex-direction: column;
}
.grid3 img{
    /* width: 200px; */
    display: block;
    margin: 0 auto;
}
#img1{
    width: 300px;
    margin: 20px auto;
}
#img2{
    width: 150px;
}
.border{
    width: 100%;
    height: 5px;
    background: orange;
    display: block;
    margin: 0 auto;
}
.g4 p{
    padding: 10px 0;
}
.g4 ul{
    margin-left: 20px;
}
.toggle{
    display: none;
}
.mobilemenu{
    position: absolute;
    top: 0;
    left: 0;
    background: lightgray;
    width: 100%;
    height: 100vh;
    display: none;
}
.mobilemenu ul{
    list-style: none;
}
.mobilemenu ul li{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.mobilemenu ul li:hover{
    background: white
}
.mobilemenu ul li a{
    text-decoration: none;
    color: black;
}
.m1 i{
    padding: 0 10px;
    font-size: 25px;
}
.m2{
    text-align: right;
    /* width: 50px; */

}
.m2 i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: white;
    color: orange;
    font-size: 25px;
    text-align: center;
    /* padding: 20px; */
    cursor: pointer;
}
#li i{
    padding: 0 5px;
}
#lg{
    background: orange;
    color: white;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: left;
}
@media screen and (max-width: 1000px) {
    .main{
        width: 100%;
    }
    .grid1{
        display: block;
    }
    .grid1 h1{
        font-size: 25px;
    }
    .grid1 p{
        font-size: 16px;
        padding: 15px 0;
    }
    .grid1 ul li{
        font-size: 16px;
        margin: 10px 0 10px 5px;
    }
    .g3 button{
        padding: 8px 15px;
    }
    .grid3{
        display: block;
    
    }
    #img1{
        width: 300px;
        margin: 20px auto;
    }
    #img2{
        width: 150px;
    }
    .links{
        display: none;
    }
    .toggle{
        display: block;
        text-align: right;
        /* margin-right: 30px; */
        cursor: pointer;
    }
    .toggle i{
        width: 50px;
        height: 50px;
        background: orange;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        color: white;
    }
    .nav{
        display: none;
    }
    .grid4{
        grid-template-columns: 40% 40%;
    }
  }
  @media screen and (max-width: 700px) {

    .grid4{
        display: block;
    }
    .g7{
        margin: 15px;
    }
  }