* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;

}

/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  /* margin-top: -120px; */
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  height: 800px;
  /* background-color: #d68127; */
  display: flex;
  padding-top: 5%;
}

.slider .swiper-slide .text {
  width: 55%;
  margin: auto 0;
  color: white;
  margin-left: 15%;
  padding: 80px 50px;

}

.slider .swiper-slide .text h1 {
  font-size: 65px;
}
.slider .swiper-slide .text h1 span{
  color: #d68127;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 10px;
}

.slider .swiper-slide .text button {
  padding: 5px 15px;
  border: none;
  background-color: #d68127;
  font-size: 20px;
  margin-top: 30px;
}

.slider .slider1 {
  background-image: linear-gradient(rgba(6, 0, 0, 0.286), rgba(0, 4, 9, 0.527)), url(./image/advocate\ service\ img.jpg);
  background-position: center;
  background-size: 100% 100%;
} 

.slider .slider2 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.233), rgba(0, 25, 61, 0.318)), url(./image/Used\ Vehicle\ legal\ services\ 2.jpeg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.347), rgba(0, 0, 0, 0.318)), url(./image/Used\ Laptop\ &\ Mobile\ legal\ services\ 2.jpg);
  background-position: center;
  background-size: 110% 110%;
}


.slider .slider6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.347), rgba(0, 0, 0, 0.318)), url(./image/advocate\ service\ img\ 5.png);
  background-position: center;
  background-size: 110% 110%;
}
.slider .slider6 .text h1{
  font-size: 55px;
}

.sliderbtn {
  width: 100%;
  margin-top: -30%;
  position: relative;
  z-index: 10;
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
  margin-bottom: 30%;

}

.sliderbtn img:hover {
  cursor: pointer;
  filter: brightness(0);
}

.sliderbtn .next {
  transform: rotate(180deg);
}



.icon-bar {
  max-width: 1800px;
  margin: auto;
  margin-top: -48px;
  background-color: black;
  display: flex;
  overflow-x: scroll;
  padding: 40px 30px;
  justify-content: space-evenly;
  padding-bottom: 0;
}

.icon-bar::-webkit-scrollbar {
  width: 0;
}

.icon-bar .box {
  display: flex;
  width: 200px;
  margin: 10px;
  justify-content: space-evenly;
  text-align: center;
  
}

.icon-bar .box img {
  margin-right: 10px;
  height: 35px;
}

.icon-bar .box p {
  color: goldenrod;
  font-size: 20px;
}


.sec1-adv {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  /* background-color: #e2fcfc; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}


.sec1-adv .text{
  width: 42%;
  margin-top: 100px;
}
.sec1-adv .text h4{
  font-size: 18px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  display: flex;
  place-items: center;
}

.sec1-adv .text .line{
  width: 50px;
  height: 2px;
  background-color: black;
  margin-right: 10px;
}
.sec1-adv .text h1{
  font-size: 45px;
  color: goldenrod;
  margin-top: 10px;

}
.sec1-adv .text p{
  margin-top: 20px;
  font-size: 18px;
}
.sec1-adv .text button{
  padding: 8px 20px;
  border: none;
  background-color: goldenrod;
  color: rgb(255, 255, 255);
  margin-top: 40px;
  font-size: 18px;
  /* border-radius: 5px; */
}

.sec1-adv img{
  width: 45%;
  /* margin-top: 50px; */
  /* z-index: 10; */
}


.sec2{
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.347), rgba(255, 255, 255, 0.454)), url(./image/bg\ 4.avif);
  background-position: center;
  background-size: 100% 100%;
}
.sec2 h1{
  font-size: 45px;
  text-align: center;
}

.sec2-container{
  width: 90%;
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-evenly;
}
.sec2-container .box{
  width: 30%;
  border: 0.1px solid rgba(0, 0, 0, 0.536);
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
  background-color: white;
}
.sec2-container .box img{
  width: 100%;
  height: 250px;
  border-radius: 20px 20px;
}
.sec2-container .box p{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
}


.sec3{
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
}
.sec3 .text{
  width: 45%;
  margin-left: 5%;
}
.sec3 h1{
  font-size: 55px;
}
.sec3 h1 span{
  color: goldenrod;
}
.sec3 h4{
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sec3 h4 span{
  color: goldenrod;
}
.sec3 p{
  font-size: 20px;
  margin-top: 10px;
}
.sec3 p span{
  color: goldenrod;
}
.sec3 img{
  width: 45%;
  box-shadow: 10px 10px rgb(94, 94, 94);
}


.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: 50px; */


}

.sec6-about {
  width: 43%;
  /* background: #000; */
  padding: 30px 20px;
  padding-left: 0;
  margin-top: 100px;
}

.sec6-about h4 {
  margin-top: 10px;
  color: #e0b94c;
}

.sec6-about p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;

}

.sec6-about .p-text {
  color: rgba(0, 0, 0, 0.568);
  margin-top: 20px;
  font-weight: 500;
}

.sec6-about h3 {
  color: #d1ab52;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
  /* text-shadow: 1px 1px 2px black; */
}

.sec6-about button {
  padding: 8px 25px;
  margin-top: 20px;
  /* font-weight: ; */
  color: #ffffffce;
  border: none;
  border-radius: 20px;
  background: #d1ab52;
}

.sec6-about button a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  letter-spacing: 1px;
}

.sec6-about button:hover {
  cursor: pointer;
}

.about-img {
  width: 55%;
  padding-top: 150px;
  /* background-color: #953131; */
}

.about-img img {
  width: 55%;
  height: 300px;
  z-index: 5;
  margin-top: -250px;
  margin-left: 170px;
  position: relative;
  border-radius: 0 100px 0 0;
}

.sec6-box2 {
  width: 50%;
  margin-left: 280px;
  height: 200px;
  /* margin-top: 100px; */
  border-radius: 0 0 50px 0;
  background-color: #054855;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/propert);
  background-position: center;
  background-size: 100% 100%;
}

.sec6-box3 {
  width: 60%;
  margin-left: 50px;
  height: 250px;
  margin-top: -150px;
  border-radius: 50px 0 100px 0;
  background-color: #66cac9;
  background: linear-gradient(rgba(0, 0, 0, 0.197), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/property\ img10.avif);
  background-position: center;
  background-size: 100% 100%;
  z-index: 3;

}


.sec7 {
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  justify-content: center;
  text-align: center;
  margin-top: 50px;

}

.sec7 h1 {
  font-size: 45px;
  color: #000000;
  font-weight: 400;
  /* text-shadow: 1px 1px 2px black; */
}

.sec7 h1 span {
  color: rgb(214, 173, 61);
}

.sec7 p {
  font-size: 20px;
  margin-top: 10px;
  color: white;
  padding: 0 100px;
}

.sec7-container {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.sec7-container .box {
  width: 300px;
  height: 410px;
  /* border-radius: 10px; */
  background-color: rgba(43, 46, 47, 0.813);
  /* box-shadow: 0 0 10px rgb(255, 255, 255); */
  padding-bottom: 20px;
  margin-top: 50px;
}

.sec7-container .box .img1 {
  width: 100%;
  height: 200px;
  /* border-radius: 10px 10px 0 0; */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/Hotels.avif);
  background-position: center;
  background-size: 100% 120%;

}

.sec7-container .box .img2 {
  width: 100%;
  height: 200px;
  /* border-radius: 10px 10px 0 0; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.312), rgba(0, 0, 0, 0.068), rgba(0, 0, 0, 0.044)), url(image/Hospital\ 2.avif);
  background-position: center;
  background-size: 100% 120%;

}

.sec7-container .box .img3 {
  width: 100%;
  height: 200px;
  /* border-radius: 10px 10px 0 0; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.146), rgba(0, 0, 0, 0.196), rgba(0, 0, 0, 0.245)), url(image/Factory.avif);
  background-position: center;
  background-size: 100% 120%;

}

.sec7-container .box .text {
  width: 94%;
  height: 100%;
  margin: 10px;
  padding: 10px;
  /* background-color: rgba(0, 255, 255, 0.109); */
  margin-top: -190px;
  margin-left: 10px;
  border: 1px solid rgb(188, 156, 12);
  padding-top: 200px;
  /* border-radius: 10px; */
  padding-bottom: 10px;
}

.sec7-container .box h3 {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.79);
  z-index: 2;
  /* margin-top: 20px; */
  /* background-color: #66cac9; */

}

.sec7-container .box p {
  font-size: 20px;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: rgba(255, 255, 255, 0.381);
}

.sec7-container .box button {
  padding: 3px 20px;
  margin-top: 10px;
  /* border: 1px solid rgb(255, 200, 97); */
  background-color: #d1ab52;
  color: white;
  border: none;
}


.sec11 {
  max-width: 1800px;
  margin: auto;
  height: 450px;
  background-color: #054855;
  background-image: linear-gradient(rgba(0, 0, 0, 0.459), rgba(0, 0, 0, 0.549)), url(image/property\ img9.avif);
  background-position: center;
  background-size: 100% 140%;
  padding-top: 180px;
  margin-top: 5px;
}

.sec11 h1 {
  text-align: center;
  font-size: 35px;
  color: #ffffffe6;
  /* margin-top: 260px; */
}

.sec11 h2 {
  font-size: 60px;
  text-align: center;
  color: #e4d66fe6;

}

.sec11 p {
  text-align: center;
  font-size: 20px;
  padding: 0 50px;
  line-height: 30px;
  margin-top: 20px;
  color: #ffffffe6;
  ;
}

.sec12 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
}

.sec12 h1 {
  text-align: center;
  margin-top: 30px;
  font-size: 45px;
  color: #e4d66fe6;

}

.sec12-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;

}

.sec12-img img {
  margin: 10px;
  border-radius: 30px;
}

.sec12 h3 {
  text-align: center;
  margin-top: 30px;
}

.sec12 h3 button {
  background-color: transparent;
  border: 0.5px solid white;
  padding: 3px 15px;
  border-radius: 20px;
}

.sec12 h3 button a {
  text-align: center;
  margin-top: 30px;
  color: white;
  text-decoration: none;
}

.sec14 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 50px; */
}

.sec14 .img {
  width: 50%;
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.427), rgba(0, 0, 0, 0.755)), url(image/property\ img7.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec14 .img .box {
  width: 60%;
  text-align: center;
  margin: auto;
  padding: 30px;
  margin-top: 120px;
  border: 1px solid rgb(253, 207, 121);
  color: white;
}

.sec14 .img .box h1 {
  color: rgb(253, 207, 121);
}

.sec14 .img .box p {
  margin-top: 10px;
}

.sec14 .img .box span {
  margin-top: 10px;
}

.sec14 .text {
  width: 50%;
  padding: 20px;
  background-color: #d6d6d6;
  padding-top: 50px;
}

.sec14 .text h1 {
  font-size: 35px;
}

.sec14 .text ul {
  margin-top: 30px;
}

.sec14 .text ul li {
  display: flex;
  margin-top: 30px;

}

.sec14 .text ul li img {
  width: 80px;
  margin-right: 20px;
  padding: 10px;
  height: 80px;
  margin-left: -60px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgb(248, 199, 108);
}

.sec14 .text h5 {
  margin-top: 10px;
  font-size: 17px;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #d6d6d6;
  margin-top: 10px;

}

.sec18 .img {
  width: 40%;
  justify-content: center;
  /* background-color: #66cac9; */
}

.sec18 .img img {
  width: 70%;
  margin: auto;
  margin-left: 10%;
}

.sec18 .text {
  width: 60%;
  margin-top: 70px;
}

.sec18 .text h1 {
  font-size: 45px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.sec18 .text .icon {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;

}

.sec18 .text .icon .box {
  text-align: center;
}

.sec18 .text .icon .box img {
  /* width: 50px; */
  border: 1px dashed rgb(0, 0, 0);
  border-radius: 50%;
  padding: 10px;
}

.sec18 .text .icon h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.sec21 {
  max-width: 1800px;
  margin: auto;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.427), rgba(255, 255, 255, 0.234)), url(./image/bg\ 6.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec21 .img {
  width: 30%;
  background-color: #407558;
  /* border-style: double; */
  box-shadow: -20px -20px 0px rgb(0, 0, 0);
  /* border-color: #bc9d56; */
  background-image: linear-gradient(rgba(255, 190, 190, 0.287), rgba(0, 0, 0, 0.501)), url(image/bg\ 2.jpg);
  background-position: center;
  background-size: 150% 150%;
}

.sec21 .img img {
  width: 100%;
  height: 100%;
  /* filter: brightness(1); */
}

.sec21 .text {
  width: 40%;
  text-align: center;

}

.sec21 .text h2 {
  color: #000000;
  border-top: 0.2px solid goldenrod;
  padding-top: 20px;
  font-size: 35px;
  text-align: center;
}

.sec21 .text span {
  margin-top: 10px;
  color: goldenrod;
  font-size: 20px;
  text-align: center;

}

.sec21 .text p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.2px solid goldenrod;
  text-align: justify;
  font-size: 18px;
}

.sec23 {
  max-width: 1800px;
  height: 700px;
  margin: auto;
  padding: 50px 0px;
  background-image: linear-gradient(to right, rgba(92, 91, 91, 0), rgba(0, 0, 0, 0)), url(./image/advocate\ service\ img\ 8.jpg);
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  filter: brightness(1.05);
  color: #000000;
  margin-top: 30px;
}

.sec23-text {
  width: 40%;
  height: 300px;
  margin-top: 10px;
  color: rgb(214, 186, 110);
  padding: 30px 00px;
  text-shadow: 1px 1px 2px black;
  padding-top: 20px;
}


.sec23-text h2 {
  font-size: 45px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.223);
  padding: 8px 50px;
  padding-bottom: 10px;
}


.sec23-text p {
  font-size: 20px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.852);
  color: black;
  font-weight:bold;
  text-shadow: none;
  width: fit-content;
  padding: 15px 50px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-left: 10%;
}


.sec24 {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  padding-bottom: 80px;
}

.sec24 h1 {
  text-align: center;
  font-size: 45px;
  /* margin-bottom: 30px; */
  font-weight: 600;
  background-color: rgb(0, 0, 0);
  color: rgb(198, 137, 32);
  width: fit-content;
  margin: auto;
  padding: 10px 80px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  margin-top: 30px;
}

.sec24-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

.sec24-container img {
  width: 48%;
  height: 400px;
  border: 10px solid rgb(0, 0, 0);
  margin: 10px;
  margin-top: 20px;
  border-radius: 20px;
}




.video-box {
  max-width: 1800px;
  margin: auto;
  /* margin-top: 30px; */
}



.video-box video {
  width: 100%;
  border: 15px solid goldenrod;
}







.sec11-clients {
  max-width: 1500px;
  margin: auto;
  margin-top: 0px;
  padding-bottom: 50px;
  padding: 20px 30px;
  padding-bottom: 100px;

}

.sec11-heading h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 45px;
  margin-left: 30px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
}

.sec11-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background-color: #0082e6; */
  display: flex;
  flex-wrap: wrap;
}

.sec11-box {
  width: 210px;
  background-color: white;
  padding: 10px;
  height: 140px;
  margin-top: 20px;
}

.sec11-clients .sec11-box img {
  width: 100%;
  height: 90%;

}




.btn {
  width: 100%;
  margin-top: 50px;
  justify-content: center;
  text-align: center;
}

.btn button {
  padding: 5px 15px;
  background: transparent;
  border: none;

}

.btn button a {
  color: rgba(255, 255, 255, 0.765);
  font-size: 18px;
  padding: 2px 15px;
  border: 0.5px solid rgba(255, 255, 255, 0.613);
  border-radius: 20px;
  text-decoration: none;
}







.form-box {
  max-width: 1500px;
  align-items: center;
  align-self: center;
  margin: auto;
  color: #000000;
  justify-content: center;
  background-color: RGB(0, 45, 89);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.form-box .img {
  width: 50%;
  /* text-align: center; */
  font-size: 22px;
  padding: 50px 20px;
  color: rgb(255, 255, 255);


}

.form-box .img .d {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

.form-box .img .d span {
  margin-top: 5px;
}


.form-box .img img {
  /* margin-left:200px; */

}

.main {
  width: 50%;
  padding: 30px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(rgba(0, 0, 0, 0.719), rgba(0, 0, 0, 0.735)), url(image/form\ bg5.avif);
  background-position: center;
  background-size: 100% 100%;
  color: white;
  height: 100%;
}

.main h2 {
  font-size: 32px;
  font-weight: bold;
  font-weight: 500;
  text-align: left;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  text-align: center;



}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;

}

.mean-inputbox {
  width: 100%;
  /* background-color: #aa076b; */
  display: flex;
  flex-wrap: wrap;
}

.mean-inputbox .input-box {
  width: 100%;
  margin: 20px 20px;
  /* background-color: #c93838; */
  align-items: center;
  display: block;
  /* background-color: aqua; */

}

.mean-inputbox .input-box input {
  background: transparent;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.631);
  border-radius: 0;
}

.input-box input:focus {
  outline: none;
}

.mean-inputbox2 {
  width: 100%;
  /* background-color: #aa076b; */
  margin-top: 20px;


}

.mean-inputbox2 .input-box {
  /* background-color: aqua; */
  width: 100%;
  padding: 20px 20px;
}

.mean-inputbox .input-box h5 {
  font-size: 18px;
}

.mean-inputbox2 .input-box input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.467);
  width: 100%;
  height: 30px;
  color: rgb(255, 255, 255);
}

.mean-inputbox2 textarea {
  background: transparent;
  width: 100%;
  padding: 10px;
  color: rgba(255, 255, 255, 0.452);
  font-size: 18px;
  border: 0.5px solid rgba(255, 255, 255, 0.481);
}

textarea:focus,
input:focus {
  outline: none;
}


.button1 {
  /* background-color: #aa076b; */
  text-align: center;

}

.button1 button {
  font-size: 20px;
  border-radius: 30px;
  padding: 3px 50px;
  border: none;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.715);
  margin-top: 10px;

}

.button1 button:hover {
  cursor: pointer;
  /* text-decoration: underline; */

}





/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 50px 4%;
  padding-bottom: 0;
  background-color: rgb(0, 0, 0);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.692),rgba(0, 0, 0, 0.815)), url(image/footer.jpg); */
  background-position: center;
  background-size: 100% 100%;
  color: rgb(255, 255, 255);
  /* margin-top: 50px; */
  padding-top: 50px;
  border-top: 5px solid goldenrod;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding-bottom: 30px; */
  /* background-color: #6a4646; */
}

.sec2-text {
  width: 25%;
}

#sec2-other-links {
  width: 15%;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 400;
  color: #e6c867;
}

.sec2-text h1 img {
  width: 70%;
}

.sec2-text h5 {
  font-size: 22px;
  font-weight: 400;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 15px;
  letter-spacing: 1px;
}

.icons h5 {
  font-size: 24px;
  margin-top: 15px;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a i {
  color: rgb(255, 255, 255);
  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(255, 255, 255);
  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(255, 255, 255);
  margin-top: 10px;
  font-size: 20px;


}

.col-xl-3 nav:hover {
  background: transparent;
}

.footer-base {
  text-align: center;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 20px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
}

.designation-contact h6 {
  color: #ffffff;

}

@media screen and (max-width: 900px) {
  .footer {
    padding-top: 0px;
  }
  .sec2-text {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  } 

  #sec2-other-links {
    width: 50%;
    overflow: hidden;
  }
  #sec2-other-links h5{
    font-size: 18px;
    color: goldenrod;
  }

  .sec2-text h1 img {
    width: 100%;
    margin-left: -15px;
  }
}