*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  body{
  /* background-color: rgba(13, 97, 73, 0.62); */
  font-family: Arial, Helvetica, sans-serif;

  }

  .header-icon{
    max-width: 1800px;
    margin: auto;
    position: fixed;
    
    z-index: 100;
    margin-top: 200px;    

  }
.i-con{
  width: 100%;
  display: flex;
  background-color: #017f1e71;


}
.i-con img{
  margin: 5px;

}
.i-con .box ul li{
  line-height: 50px;
  font-size: 20px;
  margin-left: 10px;
  color: rgb(0, 0, 0);
  margin: 5px;
  /* padding: 5px; */
  list-style: none;
  border: 0.2px solid gray;
}
.i-con .box ul li a{
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.i-con .box ul li:hover{
  background-color: #000000;
}
.i-con .box2{
   display: none;

}
.i-con .box2 ul li{
  padding-left: 20px;
  color: rgb(0, 0, 0);

}
.i-con:hover .box2{
  display: block;
}

        /* slider img */

        
        .slide{
          min-height: 550px;
          /* margin-top: -120px; */
          /* background-color: rgb(185, 54, 54); */
        }
  
        .carousel-caption{
          margin-bottom: 100px;
        }
        .carousel-caption h1{
          font-size: 55px;
          margin-top: -50px;
        }
        .carousel-caption p{
          font-size: 20px;
  
        }
  
         #slider1{
          width: 100%;
          height: 550px;
          background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.239), rgba(0, 0, 0, 0)), url(image/main-slider/bg2.jpg );
          background-position: center;
          background-size: 100% 100%;
        } 
        #slider2{
          width: 100%;
          height: 550px;
          background:linear-gradient(rgba(0, 0, 0, 0.633),rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.6)), url(image/main-slider/bg3.jpg);
          background-position: center;
          background-size: 100% 100%;
        } 
        #slider3{
          width: 100%;
          height: 550px;
          background:linear-gradient(rgba(0, 0, 0, 0.404),rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.297)), url(image/main-slider/bg4.jpg);
          background-position: center;
          background-size: 100% 150%;
        } 
        #slider4{
          width: 100%;
          height: 550px;
          background:linear-gradient(rgba(0, 0, 0, 0.383),rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.531)), url(image/main-slider/img-slider-10.jpg);
          background-position: center;
          background-size: 100% 140%;
        } 
        #slider5{
          width: 100%;
          height: 550px;
          background:linear-gradient(rgba(0, 0, 0, 0.502),rgba(0, 0, 0, 0.346), rgba(0, 0, 0, 0.634)), url(image/main-slider/tes.jpg);
          background-position: center;
          background-size: 100% 130%;
        
        } 
        #slider6{
          width: 100%;
          height: 550px;
          background:linear-gradient(rgba(0, 0, 0, 0.253),rgba(0, 0, 0, 0.348), rgb(0, 0, 0)), url(image/main-slider/slider3.jpg);
          background-position: center;
          background-size: 100% 150%;
        } 
        #slider6 img{
          width: 500px;
          margin-bottom: -100px;
          margin-top: 100px;
          margin-left: 32%;

        }
        /* .carousel-caption{
          background-color: #029c26;
        } */
        .carousel-indicators li{
          /* background-color: #490257; */
          margin-top: -50px;
          position: relative;
          
        }
        .carousel-inner{
          /* height: 620px; */
          /* background-color: #66cac9; */
        }
        .carousel-item{
          /* height: 620px; */
          min-height: 520px;
          background-color: #054855;
        }
  
/*   
      .w3-content{
      width: 100%;
      padding-top: 0;
      height: 650px;
      } */

      .sec6{
        max-width: 1500px;
        margin: auto;
        /* margin-top: 70px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        /* background:linear-gradient(to right,rgba(255, 255, 255, 0.045),rgba(4, 70, 90, 0.385)), url(image/home\ about.jpg); */
        background-position: center;
        background-size: 100% 100%;
        padding-top: 20px;
      }

    .sec6-about{
      width: 43%;
      /* background: #000; */
      padding: 30px 20px;
      padding-left: 0;
      margin-top: 35px;
    }
    .sec6-about h4{
      margin-top: 10px;
      color: #2c99e7;
      font-weight: 800;
    }
    .sec6-about p{
      color: #000000db;
      font-size: 18px;
      text-align: justify;
      
    }
    .sec6-about .p-text{
      /* color: black; */
      margin-top: 20px;
      font-weight: 600;
    }
    .sec6-about h3{
      color: rgb(8, 8, 140);
      font-size: 30px;
      font-weight: 800;
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
    }
    .sec6-about h3 .line{
      border: 0.2px solid rgba(0, 0, 0, 0.487);
      margin-right: 15px;
    }
    .sec6-about button{
      padding: 8px 25px;
      margin-top: 20px;
      font-weight: bold;
      color: #0c0c0c;
      border: 1px solid rgba(0, 0, 0, 0.545);
      border-radius: 20px;
      background: transparent;
    }
    .sec6-about button:hover{
      cursor: pointer;
    }

    .about-img{
      width: 45%;
      padding-top: 150px;
      /* background-color: #000000; */
    }
    .about-img img{
      width: 60%;
      height: 300px;
      z-index: 5;
      margin-top: -250px;
      margin-left: 100px;
      position: relative;
    }

    .sec6-box2{
      width: 50%;
      margin-left: 260px;
      height: 200px;
      /* margin-top: 100px; */
      /* border-radius:  0  50px 0  0; */
      background-image: linear-gradient(rgba(0, 144, 149, 0),rgba(0, 0, 0, 0.683)), url(image/KUWAIT.html\ VISA\ STAMPING\ 3.jpg);
      background-position: center;
      background-size: 100% 100%;
    }
    .sec6-box3{
      width: 60%;
      /* margin-left: 200px; */
      height: 250px;
      margin-top: -150px;
      /* border-radius:   50px 0 100px 0; */
      background-image: linear-gradient(rgba(0, 144, 149, 0),rgba(0, 0, 0, 0.694)), url(image/SAUDI.html\ VISA\ STAMPING\ img\ 4.webp);
      background-position: center;
      background-size: 100% 100%;
      z-index: 3;

    }

.icons-a{
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  margin-top: 50px;
}
.icons-a-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.icons-a-container .icon{
  text-align: center;
}

.icons-a-container h2{
  text-align: center;
  margin-top: 20px;
  color: #020d3b;
}

.banner{
  max-width: 1500px;
  height: 600px;
  margin: auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url(image/airr.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding: 50px 50px;
  margin-top: 50px;
  /* background: rgba(2, 8, 122, 0.772); */

}
.banner .box{
  width: 40%;
   border-radius: 20px;
   color: rgb(0, 0, 0);
   margin-top: 50px;
}
.banner .box h1 span{
  color: rgb(8, 8, 140);

}
.banner .box h1{
  font-size: 55px;
  font-weight: 600;
}
.banner .box p{
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  text-align: justify;

}

.banner .box button{
  padding: 5px 20px;
  border: 0.2px solid rgba(0, 0, 0, 0.82);
  background-color: transparent;
  border-radius: 20px;
  font-size: 20px;
  margin-top: 20px;
}



.sec4b{
  max-width: 1500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 20px;
  justify-content: space-evenly;
}
.sec4b-subbox h2{
  color: rgb(255, 255, 255);
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-top: 300px;
}
.sec4b-subbox p{
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: center;
  padding: 0 28px;
}
.sec4b-subbox button{
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-top: 20px;
  margin-left: 30%;
  padding: 5px 20px;
  /* border-radius: 20px; */
  font-weight: 600;
  justify-content: center;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
}
.sec4b-subbox button:hover{
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  color: rgb(0, 0, 0);
  border: none;
}

.sec4b-meanbox1{
  width: 500px;
  height: 550px;
  background-image: linear-gradient(rgba(0, 144, 149, 0),rgb(0, 0, 0)), url(image/SAUDI.html\ VISA\ STAMPING\ img\ 4.webp);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 0.3s;
  display: grid;
  place-items: center;
  justify-content: center;
}

.sec4b .sec4b-meanbox1:hover{
  background-size: 100% 100%;
  box-shadow: 15px 15px rgb(5, 16, 165);
}

.sec4b-meanbox2{
  width: 500px;
  height: 550px;
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0)), url(image/KUWAIT.html\ VISA\ STAMPING.jpg);
  background-position: center;
  background-size: 150% 100%;
  transition: ease-in-out 0.3s;
  display: grid;
  place-items: center;
/* border: 2px solid rgb(226, 63, 63); */
/* box-shadow: 0 0 8px rgb(0, 0, 0); */

}
.sec4b .sec4b-meanbox2:hover{
  background-size: 150% 100%;
  box-shadow: 15px 15px rgb(5, 16, 165);
}
.sec4b-meanbox1 .sec4b-subbox{
  width: 95%;
  height: 95%;
  /* border: 0.8px solid rgb(255, 255, 255); */
}
.sec4b-meanbox2 .sec4b-subbox{
  width: 95%;
  height: 95%;
  /* border: 0.8px solid rgb(255, 255, 255); */
}


.sec1{
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sec1 .text-box{
  width: 50%;
}
.sec1 .text-box h1{
  color: rgb(4, 33, 50);
}
.sec1 .text-box p{
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
  text-align: justify;

}
.sec1 .img{
  width: 40%;
  justify-content: center;
}
.sec1 .img img{
  width: 350px;
  height: 400px;
  border-radius: 20px;
  margin-left: 10%;
  text-align: center;
}
.sec1 .img .img2{
  width: 250px;
  height: 250px;
  margin-top: -150px;
  margin-left: 40%;
  /* box-shadow: 0 0 10px gray; */
}
.sec1 .img .img3{
  width: 200px;
  margin-top: -150px;
  margin-left: -50px;
}



.sec2-3d{
  max-width: 1800px;
  margin: auto;
  margin-bottom: -30px;

}
.sec2-3d img{
  width: 300px;
}
.sec2-3d-b{
  max-width: 1800px;
  margin: auto;
  margin-top: -30px;
  text-align: right;


}
.sec2-3d-b img{
  width: 300px;
}



.sec2{
  max-width: 1800px;
  margin: auto;
  height: 550px;
  padding: 50px;
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)),url(image/tour.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec2 .sec2-text{
  width: 35%;
  display: flex;
  /* justify-content: spaceevenly; */
  flex-wrap: wrap;
  margin-top: 40px;
  

}

.sec2 .sec2-text h1{
  font-size: 60px;
  color: rgb(8, 8, 140);
}
.sec2 .sec2-text  p{
  font-size: 20px;
  text-align: justify;

}
.sec2 .sec2-text button{
  padding: 8px 20px;
  border: none;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 30px;
  font-weight: 500;
  background-color: rgb(8, 8, 140);
  text-align: left;
  color: white;
}




.slider-container-b{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  margin-top: 50px;
  color: white;

}
.slider-container-b button{
  padding: 2px 20px ;
  background: transparent;
  color: white;
  border-radius: 10px ;
  border: 0.2px solid rgba(255, 255, 255, 0.485);
}
.slider-container-b button a{
  color: white;
}
.slider-container-b h2{
  letter-spacing: 1px;
}
.slider-container-b p{
  letter-spacing: 1px;
  margin-top: 20px;
}
.slider-container-b .box-a{
  width: 50%;
  height: 400px;
  background-color: #054855;
  border-radius: 20px 0 0 20px ;
  padding: 50px ;
  padding: 50px;
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.416),rgba(0, 0, 0, 0.465)),url(image/Immigration.html\ Services\ 1.avif);
  background-position: center;
  background-size: 100% 120%;

}
.slider-container-b .box-b{
  width: 50%;
  height: 400px;
  background-color: #054855;
  border-radius: 0  20px 20px 0;
  padding: 50px ;
  padding: 50px;
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.401),rgba(0, 0, 0, 0.442)),url(image/Visa.html\ Stamping\ Services\ 3.avif);
  background-position: center;
  background-size: 100% 110%;

}






.sec4{
  max-width: 1800px;
  margin: auto;
  margin-top: 200px;
  padding: 20px;


}
.sec4 h1{
  font-size: 45px;
  text-align: center;
  color: #021829;
}

.sec4-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 80px;
}
.sec4-container .box{
  width: 280px;
  height: 280px;
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(128, 128, 128, 0.297);
  justify-content: center;
  padding: 40px;
  text-align: center;
}
.sec4-container .box img{
  /* width: 100%; */
  /* height: 100%; */
}




.sec5{
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  justify-content: center;

}
.sec5 h1{
  font-size: 55px;
  text-align: center;
}

.sec5-container{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}
.sec5-container .box{
  width: 340px;
  border-radius: 10px;
  box-shadow: 0 0 2px gray;
  overflow: hidden;
  /* background-image: linear-gradient(to right,rgb(255, 255, 255),rgb(240, 41, 41)); */
  color: rgb(255, 255, 255);
  background-color: #e9ecef;
}

.sec5-container .box img{
  width: 100%;
}

.sec5 h2{
  font-size: 25px;
  text-align: center;
  padding: 10px;
  color: rgb(255, 255, 255);
}



.sec3{
  max-width: 1800px;
  margin: auto;
  background-color: rgb(8 140 17);
  padding: 100px 20px;
  padding-top: 50px;
}
.sec3 h1{
  font-size: 45px;
  text-align: center;
  color: #ffffff;
}

.sec3-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;

}
.sec3-container .box{
  width: 30%;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  padding: 0px;
  border-radius: 20px 20px 0 0 ;
  /* height: fit-content; */
}
.sec3-container .box h2{
  margin-top: 10px;
  font-size: 25px;
  padding: 0 10px;
}
.sec3-container .box p{
  padding: 0 10px;

}
.sec3-container .box img{
  width: 100%;
  height: 200px;
  border-radius: 20px 20px 0 0 ;
}



.sec7{
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  display: flex;
  height: 550px;
  flex-wrap: wrap;
  background: rgb(240, 240, 240);
    background-image: linear-gradient(to right,rgba(92, 91, 91, 0),rgba(0, 0, 0, 0)),url(image/umrah.jpg);
    background-position: center;
    background-size: 100% 100%;
  
}
.sec7 h1{
  font-size: 65px;
  color:rgb(8, 8, 140);
  margin-top: 100px;
  /* margin-left: 35px; */
}

.sec7 .text{
  width: 55%;
  padding: 40px;
  padding-top: 00px;
}
.sec7 .text p{
  font-size: 20px;
  margin-top: 10px;
  text-align: justify;

}


.sec8{
  max-width: 1500px;
  margin: auto;
  padding: 30px 20px;
  /* background-image: linear-gradient(to right,rgba(92, 91, 91, 0),rgba(0, 0, 0, 0.663)),url(image/bg.svg); */
  background-position: center;
  background-size: 100% 100%;
    display: flex;
  flex-wrap: wrap;
  color: #000000;
  background-color: whitesmoke;
  /* margin-top: 10px; */
}

.sec8-img{
  width: 50%;
  padding: 50px 30px;
}
.sec8-img img{
  width: 100%;
  height: 400px;
  border-radius: 30px;
  /* box-shadow: 0 0 10px gray; */
}
.sec8-text{
  width: 50%;
  /* text-align: center; */
  color: rgba(0, 0, 0, 0.881);
  padding: 50px 20px;
  padding-top: 70px;
}

.sec8-text p{
  font-size: 18px;
  margin-top: 30px;
  text-align: justify;

}
.sec8-text h2 span{
  color: rgb(8, 8, 140);

}
.sec8-text h2{
  font-size: 45px;
  font-weight: 600;
}

.sec8-text button{
  padding: 5px 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.371);
  border-radius: 30px;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.786);
}



.sec9{
  max-width: 1800px;
   align-items: center;
   align-self: center;
   margin: auto;
   height: 300px;
   margin-top: 50px;
   padding-top: 20px;
   padding: 50px 0;
   color: #ffffff;
   background-color: rgb(8 140 17);
   margin-bottom: 300px;
   
}
.sec9 .sub-box2{
   padding: 0 20px;
   text-align: start;
   display: flex;
   justify-content: space-between;
}
.sec9 .sub-box2 span{
  font-size: 40px;
  font-weight: 300;
}
.sec9 .sub-box2 span::selection{
  background-color: transparent;
}
.sec9 .sub-box2 .arrow:hover{
 cursor: pointer;
}
.sec9 .sub-box2 h2{
  font-size: 40px;
  font-weight: 500;
  align-items: flex-start;
  text-align: start;
} 
.sec9 .sub-box2 p{
   font-size: 18px;
   margin-top: 10px;
   font-weight: 400;
}
.sec9 .sub-box3{
  width: 100%;
  /* margin-top: 20px; */
  display: flex;
  overflow-x: scroll;
  column-gap: 25px;
  padding-bottom: 10px;
 /* background-color: #020d3b; */
}
.sec9 .sub-box3::-webkit-scrollbar { width: 0 !important }

.sub-box3.imgbox{
  width: 500;
  height:400;
  /* background-color: aqua; */
  scroll-snap-align: center;



}
.sub-box3 .imgbox{
  background-color:rgb(255, 255, 255);
  color: rgb(8, 8, 140);
  padding: 0;
  /* height: 370px; */
  padding-top: 0;
  padding: 10px;
  box-shadow: 0 0 2px rgb(0, 0, 0);
  margin-top: 30px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.442), rgb(255, 255, 255));

  border-radius:  0px 0 30px 30px ;
}
#imgbox-a{
 margin-left: 20px;
}

.sub-box3 .imgbox .block1 img{
  width: 350px;
  height: 280px;
  border-radius: 0px 0px 30px 30px;

}
.sub-box3 .imgbox h3{
  font-size: 22px;
  margin-top: 20px;
  padding-left: 20px;
  text-align: center;
  font-weight: 800;
  letter-spacing:2px;
}

#sec3-0{
  margin-right: 20px;
}




.sec10{
  max-width: 1500px;
   align-items: center;
   align-self: center;
   margin: auto;
   padding: 30px 0;
   color: rgb(8, 8, 140);
}
.sec10 .sub-box2a{
   padding-left: 20px;
   /* background-color: aqua; */
   text-align: start;
   display: flex;
   justify-content: space-between;
}
.sub-box2a .arrow{
font-size: 45px;
margin-right: 50px;
}

.sub-box2a .arrow span{
width: 45px;
font-size: 50px;
}
.sub-box2a .arrow span::selection{
  background-color: transparent;
}
.sec10 .sub-box2a .arrow:hover{
cursor: pointer;
}
.sec10 .sub-box2a h2{
  font-size: 45px;
  font-weight: 500;
  align-items: flex-start;
  text-align: start;
} 
.sec10 .sub-box2a p{
   font-size: 18px;
   margin-top: 10px;
   font-weight: 400;
   /* text-align: justify; */

}
.sec10 .sub-box3a{
  width: 100%;
  margin-top: 20px;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  column-gap: 20px;
  padding-bottom: 10px;
  padding-top: 5px;

}
.sec10 .sub-box3a::-webkit-scrollbar { width: 0 !important }

.sec10 .sub-box3a .imgbox{
  /* background-color: aqua; */
  scroll-snap-align: center;
  border-radius: 20px;
  margin-left: 15px;
  box-shadow: 0 0 5px gray;
  color: rgb(255, 255, 255);
  background-color: rgb(8, 8, 140);

}
.sub-box3a .imgbox .block1 img{
  width: 400px;
  height: 280px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
.sub-box3a .imgbox h3{
  font-size: 25px;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);

}
.sub-box3a .imgbox p{
padding-left: 20px;
padding-right: 30px;
margin-top: 10px;
}




.work-p{
  max-width: 1800px;
  margin: auto;
/* margin-top: 50px; */
background-color: #eaeaea87;

padding: 50px 20px;

}
.work-p h1{
  font-size: 45px;
  margin-left: 40px;
}
.work-p-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-evenly;

}
.work-p-img{
  width: 46%;
  height: 600px;
}
.work-p-img img{
  width: 100%;
  height: 100%;
}
.work-p-text{
  width: 40%;
}
.work-p-text img{
  width: 100%;
  height: 100%;
  /* margin-top: 80px; */
  /* border-radius: 30px; */
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.781); */

}





.sec11-clients {
  max-width: 1800px;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 50px;
  padding: 20px 0px;
  background: rgb(246, 246, 246);
  padding-bottom: 60px;
  margin-top: 100px;
}

.sec11-heading h2{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: rgb(1, 16, 33);
  padding-bottom: 20px;
}

.sec11-heading h2 span {
  color: rgb(8, 8, 140);
}

.sec11-container {
  width: 100%;
  overflow-x: hidden;
  margin-top: 10px;
}

.sec11-boxes {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  animation: 30s slide infinite linear;
  /* background-color: #a0f662; */
}

@keyframes slide {
  form {
    transform: translateX(0);
  }

  to {
    transform: translateX(-180%);
  }
}

.sec11-box {
  padding: 10px;

}

.sec11-clients img {
  width: 150px;
  height: 80px;
}





.sec12{
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;

}

.sec12-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}
.sec12-container .box{
  width: 30%;
  border-radius: 10px;
  box-shadow: 0 0 2px gray;
  background-image: linear-gradient(to right,rgb(255, 255, 255),rgba(169, 229, 243, 0.303));
  color: black;
  margin-top: 50px;

}
.sec12-container .box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec12-container .box img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.sec12 h2{
  font-size: 25px;
  /* text-align: center; */
  padding: 10px;
  color: rgb(8, 8, 140);
  margin-left: 10px;
  font-weight: 800;
}

.sec12 ul li{
  width: 40%;
  margin-left: 30px;
  margin-top: 5px;
}




.sec16{
  max-width: 1800px;
  margin: auto;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
.sec16-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 500px;
  background-color:RGB(0, 47, 70);  
  border-radius: 10px;

}
.sec16 .img{
  width: 50%;
  padding: 30px;
  padding-left: 0px;
  padding-top: 100px;
  margin-left: -50px;

}
.sec16 .img img{
  width: 115%;
  /* border-radius: 20px; */
  /* box-shadow:  30px 50px 5px rgba(0, 0, 0, 0.378); */
}
.sec16 .text{
  width: 50%;
  padding: 60px;

}

.sec16 .text h2{
  font-size: 40px;
  margin-top: 20px;
  color: #a0f662;
}
.sec16 .text p{
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.846);
}
.sec16 .text button{
  margin-top: 10px;
  padding: 3px 30px ;
  border: none;
border-radius: 20px;
background-color: rgb(120, 169, 248);

}


.sec17{
  max-width: 1800px;
  margin: auto;
  padding: 60px;
  height: 410px;
  background:linear-gradient(rgba(255, 255, 255, 0.189),rgba(1, 35, 46, 0.568), rgba(1, 27, 50, 0.913)), url(image/bg.html\ 3.jpg);
  background-size: 101% 101%;
  background-position: center;
}
.sec17 h1{
  margin-top: 60px;
  color: white;
}
.sec17 p{
  color: white;
}
.sec17 button{
  padding: 5px 25px;
  color: green;
  border:0.2px solid green;
}
.sec17 button:focus{
  display: none;
}


  /* footer style  */

.footer{
max-width: 1800px;
margin: auto;
padding: 40px 20px ;
padding-bottom: 0;
background-color: #bec4c8;
/* background-image: linear-gradient(rgba(0, 0, 0, 0.692),rgba(0, 0, 0, 0.815)), url(image/bg.svg); */
background-position: center;
background-size: 100% 100%;
color: rgb(0, 0, 0);
}

.footer-container{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 30px;
/* background-color: #6a4646; */
}

.sec2-text{
width: 25%;
margin: 0 10px;
}

.sec2-text img{
  /* filter: brightness(1.2); */
}

#sec2-other-links{
  width: 20%;
}
.sec2-text h1{
font-size: 20px;
font-weight: 600;
color: rgb(8, 8, 140);
}
.sec2-text h2{
  font-size: 18px;
  }
.sec2-text h5{
font-size: 18px;
}
.sec2-text .d{
display: flex;
margin-top: 8px;
}
.sec2-text .d p{
font-size: 15px;
}
.icons h5{
font-size: 24px;
font-weight: 600;
margin-top: 15px;
color: rgb(8, 8, 140);
}
.icons ul{
display: flex;
}
.icons ul li{
list-style: none;
text-decoration: none;
}
.icons ul li a i{
color: rgb(0, 0, 0);
font-size: 30px;
margin: 7px;
}
.sec2-text ul li{
list-style: none;
text-decoration: none;
list-style: none;
margin-top: 10px;
}
.sec2-text ul li a{
font-size: 15px;
color: rgb(0, 0, 0);
list-style: none;
text-decoration: none;
}

  .col-xl-3 ul li{
      list-style: none;
      text-decoration: none;
      margin-top: 12px;
      font-size: 18px;
  }
  .col-xl-3 ul li a{
    color: rgb(0, 0, 0);
    margin-top: 10px;
    font-size: 20px;
   

  }
  .col-xl-3 nav:hover{
      background: transparent;
  }
  .footer-base{
    text-align: center;
    padding: 10px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  }
  .designation-contact h6 {
    color: #000000;
  
  }

  @media screen and (max-width: 900px){

    .sec2-text{
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    #sec2-other-links{
      width: 100%;
    }
    .sec2-text img{
      width: 300px;
      margin-top: -30px;
    }
  }