* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.header_top {
    margin-bottom: 7px;
}

.header_topcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

.soci_list {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.soci_list li {
    list-style-type: none;
    margin-right: 6px;
}

.soci_list li:last-child {
    margin-right: 10px;
}

.soci_list li a {
    text-decoration: none;
    color: #fff;
    font-family: "Roboto Slab", serif;
    background-color: #233F64;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
}
.soci_list li a:hover{
    color: #fed100;
}
.logo {
    flex: 0 0 175px;
    max-width: 175px;
     /* height: 129px;  */
}

.nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body {
    background: #ffffff;
    
}

.header_bottom {
    background-color: #234264;
}

.nav_list {
    align-items: center;
    padding: 15px 15px;
    /* background-color: #233F64; */
}

.nav_list li {
    margin-right: 30px;
}

.nav_list li:last-child {
    margin-right: 0px;
}

.nav_list li a {
    font-size: 18px;
    color: rgb(249, 242, 242);
    font-family: "Roboto Slab", serif;
}
.nav_list li a:hover{
    color: #fed100;
}
.sub_list {
    display: none;
    padding: 10px 10px;
    position: absolute;
    top: 23px;
    background-color: #fff;
    z-index: 9999;
}

.sub_list li {
    border-bottom: 1px solid #777676;
    padding: 10px 0;
    margin-bottom: 10px;
}

.sub_list li a {
    font-size: 18px;
    color: rgb(53, 61, 136);
    font-family: "Roboto Slab", serif;
}

.sub_menu:hover .sub_list {
    display: block;
}

.sub_menu {
    position: relative;
}

/* sectione one start  */
.offer_Profess_con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.offer_Profess_lft {
    flex: 0 0 40%;
    max-width: 40%;
}

.offer_Profess_rgt {
    flex: 0 0 60%;
    max-width: 60%;
}

.offer_Profess {
    padding: 50px 0;
    background-color: aliceblue;
}

.offer_Profess_lft h2,
.offer_Profess_rgt h2 {
    font-size: 26px;
    color: #000;
    font-family: "Roboto Slab", serif;
}

.offer_Profess_lft ul,
.offer_Profess_rgt ul li {
    margin-top: 10px;
}

.offer_Profess_lft ul li,
.offer_Profess_rgt ul li {
    margin-bottom: 10px;
    list-style-type: square;
}

.offer_Profess_lft ul li a,
.offer_Profess_rgt ul li a {
    font-size: 18px;
}

.para_con p {
    font-size: 18px;
    color: #000;
    font-family: "Roboto Slab", serif;
}

/* section two start heree  */
.idustry_sec {
    padding: 50px 0;
}

.indust_view {
    font-size: 32px;
    font-family: "Roboto Slab", serif;
    color: #0a798c;
}

.indust_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.indust_view .glob_btn {
    color: #533603;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    background-color: #e9e8f1;
    border-radius: 4px;
}

.indus_name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.list {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 calc(100% / 4 - 30px);
    margin: 0 15px 50px;
}

.idus_logo {
    border: 1px solid #000;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 0 40px;
}
.list:hover .idus_logo {
    background-color: #fe0000;

}

.idus_titl h5 {
    font-size: 17px;
    color: #000;
    font-family: "Roboto Slab", serif;
}

/* section 3 start heeree  */

.team_sec {
    padding: 50px 0;
}
.team_img {
    margin-bottom: 12px;
}
.team_nametxt h5 {
    text-align: center;
    font-size: 20px;
    color:#3c3c3c ;
    font-family: "Roboto Slab", serif;
}
.team_nametxt p {
    text-align: center;
    font-size: 18px;
    color:#3c3c3c ;
    font-family: "Roboto Slab", serif;
}
.team_view .glob_btn {
    color: #533603;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    background-color: #2716c0;
    border-radius: 4px;
}
.contact {
  background-color: #ef7bd2;
  padding: 4em 1em;
  text-align: center;
}

.contact form {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  gap: 1em;
}

.contact input, .contact textarea {
  padding: 0.75em;
  border: 1px solid #2ce832;
  border-radius: 8px;
  font-size: 1em;
  width: 100%;
}

.map-container {
  margin-top: 2em;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
section {
    display: block;
    unicode-bidi: isolate;
}




/* footer start here */

.footer{
    background-color: #3c0211;
    padding: 50px 0px;
   
}



.footer_part{
    display: flex;
    justify-content: space-between;

}

.footer_part_one h3 ,.footer_part_one p ,.footer_part_one span{
    color: #ffffff;
    padding-bottom: 10px;
    font-family: "Roboto Slab", serif;
}

.footer_part_one span ,
.footer_part_one a:hover{
    color: #fefefe;
}

.footer_part_one ul{
    list-style-type: none;
}
.footer_part_one ul li{
    margin-bottom: 10px;
}
.footer_part_one ul li a{
     text-decoration: none;
     color: #fffffe;
     
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: rgb(152, 49, 212);
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

input[type="email"] {
    padding: 10px 10px;
    font-family: "Roboto Slab", serif;
    border: none;
}

.footer_part_one button {
    padding: 8px 22px 11px 22px;
    background-color: #f9f9f9;
    border-radius: 4px;
}
.footer_part_one button img{
    color: #c46019;
  
    
}

.footer_buttom {
    display: flex;
    justify-content: space-between;
    padding: 71px 0;
}

.footer_buttom_one{
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}

.footer_wejed span {
    color: #e7e2e2;
    font-size: 20px;
    margin-right: 10px;
}

.Copyright p {
    color: #ededed;
    font-size: 18px;
}

.Copyright p .fa{
    color:#da2488;
    margin: 5px;
}
.Copyright p span{
    color: #d324fb;
}

.footer_icon a{
    text-decoration: none;
}
.footer_icon  a .fa{
    color: #888888;
    margin-left: 20px;
}
.telegram {
    display: flex;
    align-items: center;
}
.telegram i{
    color: #000000;
    font-size: 16px;
}
/* banner :start here  */





.banner_img{
    /* background-image: url(https://sskmin.com/wp-content/uploads/2018/12/sl4-2.jpg); */
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;


}
.banner_con {
    position: absolute;
    z-index: 9999;
    /* background-color: #323232; */
    height: 100%;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner_con p{
    font-size: 20px;
    color: #f6eded;
    font-family: "Roboto Slab", serif;
    flex: 10px 0 98px;
    max-width: 998px;
}