.nucleus-sec1 {
  background: url(images/sec4-bg-img.png);
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
}

.nucleus-sec1-coverbg-image {
  background-image: url("images/mew-sec1-image.png");
  width: 50vw;
  height: 50vh;
  background-size: cover;
  background-position: center;
  perspective: 1000px;
  animation: spin 5s linear infinite;
}

.navbar-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9;

}


nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: white;
  border-radius: 29px;
  margin: 20px 0px 0px 0px;
  border: 2px solid #067AB2;
}

nav li {
  height: auto;
}

nav li a {
  height: 50px;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 1rem;
  color:
    #067AB2;
}

nav li a:hover {
  color: black;
}

nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;

  color: black;
}

#nav-bar {
  position: fixed;
  top: 0;
  right: 0;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.inner-div-sidebar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}

.navbar-social-media-icon {
  display: flex;
  justify-content: space-evenly;
  margin: 6% 0% 0% 0%;
}

.navbar-social-media-icon-img {
  width: 10%;
}

.sidebar.open {
  display: flex;
  padding-left: 0;
}

.sidebar li {
  width: 100%;

}


#home-nav {
  margin-top: 1%;
}

.sidebar li a {
  width: 100%;


  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 600;
}

.menu-button {
  display: none;
}

#navbar-logo-black {
  width: 21%;
  margin-left: 5%;
}

.navbar-logo-img1 {
  width: 69%;
}

.navbar-copywright {
  font-weight: 600;
  margin-top: 0%;
  font-weight: 600;

  font-size: 1.3rem;
  text-align: center;
  width: 100%;
  color: black;
}

.navbar-copywright p{
    text-align: center;
}
.nucles-sliderbar-logo{
  width: 20%;
  padding-left: 3%;
}
@media(max-width: 800px) {

  nav ul {
    padding: 0px;

    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: none;
    border-radius: 0px;
    border: none;
  }

  .navbar-section {
    display: flex;
    justify-content: end;

  }

  .sidebar li a:hover {
    background-color: none;

  }

  .hideOnMobile {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .navbar-social-media-icon :first-child {
    margin-right: 0px;
  }

  .navbar-copywright p {
    color: black;
  }

  nav li a {
    height: 50px;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 10px;
    color: black;
  }
}

@media(max-width: 600px) {
  .sidebar {
    width: 100%;
  }
}

@media only screen and (min-width:800px) and (max-width:992px) {
  nav li a {
    /* height: 84px; */
    font-weight: 600;
    font-family: sans-serif;
    font-size: 0.6rem;
    color: #067AB2;
  }

  /* .nucleus-sec1 {
    background: url(images/sec4-bg-img.png);
      background-repeat: no-repeat;
      height: 100vh;
  } */
}


.Nucleus-text-image-removebg{
  width: 45%;
}

.nucleus-sec1-text-image{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8% 0% 15% 0%;
  height: auto;
}
.nucleus-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 87vh;
}

.nucleus-sec1-title-div {
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    width: 60%;
    height: auto;
  }
}


@media only screen and (min-width:1000px) and (max-width:1100px) {
  nav li a {
    /* height: 84px; */
    font-weight: 600;
    font-family: sans-serif;
    font-size: 0.9rem;
    color: #067AB2;
  }
}

@media only screen and (max-width:400px) {
  .nucleus-conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
  }

  .nucleus-sec1 {
    background-repeat: no-repeat;
    height: auto;
    /*Changes*/
  }

  .nucleus-sec1-title-div-p1 {
    font-size: 4rem;
    color: white;
    font-weight: 800;
  }

  .nucleus-sec1-title-div-p2 {
    font-family: Barlow;
    font-size: 1rem;
    color: white;
  }

 
  
}


@media only screen and (min-width:400px) and (max-width:500px) {
  .nucleus-sec1-title-div {
    img {
      width: 87%;
      height: 27vh;
    }
  }

  .nucleus-conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46vh;
  }



  .nucleus-sec1-title-div-p1 {
    font-size: 4rem;
    color: white;
    font-weight: 800;
  }

  .nucleus-sec1-title-div-p2 {
    font-family: Barlow;
    font-size: 1rem;
    color: white;
  }

}


@media only screen and (min-width:500px) and (max-width:600px) {

  

  .nucleus-sec1-coverbg-imag {
    background-repeat: no-repeat;
    /* height: 77vh; */
  }

  .nucleus-sec1-title-div-p1 {
    font-size: 4rem;
    color: white;
    font-weight: 800;
  }

  .nucleus-sec1-title-div-p2 {
    font-family: Barlow;
    font-size: 1rem;
    color: white;
  }

}


@media only screen and (min-width:600px) and (max-width:768px) {
  .nucleus-sec1-title-div {
    img {
      margin-top: 15%;
      width: 60%;
      height: auto;
    }
  }

  /* .nucleus-sec1 {
  
      background-repeat: no-repeat;
      height: auto;
  } */
  .nucleus-sec1-title-div-p1 {
    font-size: 4rem;
    color: white;
    font-weight: 800;
  }

  .nucleus-sec1-title-div-p2 {
    font-family: Barlow;
    font-size: 1rem;
    color: white;
  }

}

@media only screen and (min-width:768px) and (max-width:992px) {
  .nucleus-sec1-title-div img {
    width: 60%;

  }

  .nucleus-conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }
}







/************** Section2 ************/

 .nucleus-web-sec2 {

  background: url(images/sec2-bg-img1.png1-main.png);
  height: 100vh;

  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: center;
  background-position: center;
} 

.nucleus-web-sec2-main {
  /* background: url(images/sec2-logo.png); */
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 5% 0% 5% 0%;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.nucleus-web-sec2-title {
  font-size: 5rem;
  font-weight: 900;

  font-family: "Merriweather", serif;
  margin: 0% 27% 0% 21%;
  text-align: center;
}

.nucleus-web-sec2-title-1{
  color: #000000;
  text-shadow: 2px 2px 4px white;
}
.nucleus-web-sec2-title2 {
  color: #4BB0FF;
  font-size: 5rem;
  font-weight: 900;
  text-shadow: 2px 2px 4px #000000;
}

.agro1 {
  color: #004777;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Merriweather", serif;
}

.agro2 {
  /* CSS for the second part of the text */
  font-size: 5rem;
  font-weight: 900;

  font-family: "Merriweather", serif;

}

.agro3 {
  color: #004777;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Merriweather", serif;
  /* CSS for the third part of the text */
}



@media (min-width: 275px) and (max-width: 365px) {
    .nucleus-web-sec2 {
        height: 37vh;
        width: 100%;
    }
    .nucleus-web-sec2-main {
      width: 100%;
      background-size: 18%;
    }
  
    .nucleus-web-sec2-title {
      font-size: 2rem;
      text-align: center;
    }
  
    .nucleus-web-sec2-title2 {
    
      font-size: 2rem;
      text-align: center;
    }
}
@media (min-width:366px) and (max-width:768px) {
  .nucleus-web-sec2 {
    height: 50vh;
    width: 100%;
  }

  .nucleus-web-sec2-main {
    width: 100%;
    background-size: 18%;
  }

  .nucleus-web-sec2-title {
    font-size: 2rem;
    text-align: center;
  }

  .nucleus-web-sec2-title2 {
   
    font-size: 2rem;
    text-align: center;
  }
}


@media (min-width:769px) and (max-width:999px) {
  .nucleus-web-sec2 {
    height: 70vh;
    width: 100%;
  }

  .nucleus-web-sec2-main {
    width: 100%;
    background-size: 18%;
  }

  .nucleus-web-sec2-title {
    font-size: 2rem;
    text-align: center;
  }

  .nucleus-web-sec2-title2 {
    font-size: 2rem;
    text-align: center;
  }
}

/************** Section 3 ************/
.nucleus-web-sec3 {
  background: url(images/sec3-bg-img.png);
  height: auto;
  margin-bottom: 0;

}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nucleus-web-sec3-for-rotete-img {
  position: absolute;
  width: 17%;
  z-index: -1;
  right: 289px;
  animation: rotate 7s linear infinite;
  border-radius: 53px;
}


.nucleus-web-sec3-for-rotete-img-2 {
  position: absolute;
  width: 29%;
  z-index: 0;
  left: 85px;
  animation: rotate 7s linear infinite;
  border-radius: 130px;
}

.nucleus-web-sec3-for-rotete-img-3 {
  position: absolute;
  width: 29%;
  z-index: 0;
  right: 245px;
  animation: rotate 7s linear infinite;
  border-radius: 130px;
}

.nucleus-web-sec3-sub-content {
  /* background: url(/images/orbitor.png); */
  background-repeat: no-repeat;
  background-position: right top 20%;
  background-size: 30%;
  padding: 5% 0% 5% 0%;
  /* Make it circular */

}

.nucleus-web-sec3-title {
  font-size: 2rem;
  font-weight: 700;
  color: #067AB2;
  position: relative;
  display: inline-block;
  /* border-bottom: 3px solid white; */
}

/* .nucleus-web-sec3-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30%; 
    border-bottom: 3px solid #067AB2;
  } */
.nucleus-web-sec3-left-div-content {
  font-size: 1.1rem;
  font-weight: 400;
  color: #067AB2;
  margin-bottom: 3%;

}


.nucleus-web-sec3-left-div-btn1 {
  color: #067AB2;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #067AB2;
  border-radius: 25px;
  padding: 1% 4% 1% 4%;
}

.nucleus-web-sec3-left-div-btn2 {
  color: #067AB2;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #067AB2;
  border-radius: 25px;
  padding: 1% 4% 1% 4%;
}

.nucleus-web-sec3-right-div-p1 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #067AB2;
  margin-bottom: 3%;
}

.nucleus-web-sec3-right-div-img {
  /* margin-left: 20%; */
}


@media (min-width:310px) and (max-width:768px) {
  .nucleus-web-sec3-right-div-img {
    /* margin-left: 20%; */
    margin: 5% 0% 0% 0%;

  }

  .nucleus-web-sec3-title {
    font-size: 1.5rem;
    margin: 0% 0% 4% 0%;
  }


  .nucleus-web-sec3-right-div-p1 {
    margin-top: 3%;
  }
}

/************** Section 4 ************/
.nucleus-web-sec4 {
  background: url(images/sec4-bg-img.png);
  height: auto;
  margin-bottom: 0;
}

.nucleus-web-sec4-sub-content {
  background: url(/images/nucleus-bg-theme1.png);
  background-repeat: no-repeat;
  background-position: right top 20%;
  background-size: 60%;
}

.nucleus-web-sec4-title {
  font-size: 2rem;
  font-weight: 700;
  color: #067AB2;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
  /* border-bottom: 3px solid white; */
}

/* .nucleus-web-sec4-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 10%; 
    border-bottom: 3px solid #067AB2;
  } */
.nucleus-web-sec4-card {
  border-radius: 20px;
}

.nucleus-web-sec4-content {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
}

.nucleus-web-sec4-content1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
  margin: 0% 37% 16% 0%;

}

.nucleus-web-sec4-content2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
  margin: 0% 26% 7% 0%;
}

.nucleus-web-sec4-content3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
  margin: 0% 26% 16% 0%;
}

.nucleus-web-sec4-content4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
  margin: 0% 26% 16% 0%;
}

.nucleus-web-sec4-content5 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
  margin: 0% 26% 25% 0%;
}

.nucleus-web-sec4-content6 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #067AB2;
  margin: 0% 26% 16% 0%;
}

.nucleus-web-sec4-img {
  float: right;
}

.hover-zoom {
  transition: transform 0.3s ease;
}

.hover-zoom:hover {
  transform: scale(1.05);
}


@media (min-width:310px) and (max-width:768px) {

  .nucleus-web-sec4-title {
    font-size: 1.5rem;
    margin: 0;
  }

  .nucleus-web-sec4-card {
    margin: 5% 0% 0% 0%;
  }

  .nucleus-web-sec4-row1-col {
    margin-top: 5%;
  }

  .nucleus-web-sec4 {

    padding-bottom: 5%;
  }

  .hover-zoom:hover {
    transform: scale(1.02);
  }
}

@media (min-width:768px) and (max-width:999px) {

  .nucleus-web-sec4-content2 {
    margin: 0% 26% 16% 0%;
  }

  .nucleus-web-sec4-content3 {
    margin: 0% 26% 33% 0%;
  }

  .nucleus-web-sec4-content5 {
    margin: 0% 26% 65% 0%;
  }

  .nucleus-web-sec4-content6 {
    margin: 0% 26% 32% 0%;
  }




}

/************** Section 5 ************/
.nucleus-web-sec5 {
  background: url(images/sec5-bg-img.png);
  height: auto;
  margin-bottom: 0;
}

.nucleus-web-sec5-sub-content {
  background: url(/images/nucleus-bg-theme1.png);
  background-repeat: no-repeat;
  background-position: right top 138%;
  background-size: 40%;
}

.nucleus-web-sec5-title {
  font-size: 2rem;
  font-weight: 700;
  color: #067AB2;
  position: relative;
  display: inline-block;
  letter-spacing: 4px;
  /* border-bottom: 3px solid white; */
}

/* .nucleus-web-sec5-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 10%; 
    border-bottom: 3px solid #067AB2;
  } */
.nucleus-web-sec5-left-div-content {
  font-size: 1.2rem;
  font-weight: 400;
  color: #067AB2;
}

.nucleus-web-sec5-right-div-img {
  /* margin-left: 10%; */
}


@media (min-width:310px) and (max-width:768px) {
  .nucleus-web-sec5-title {
    font-size: 1.5rem;
  }
}

/************** Section 6 ************/
.nucleus-web-sec6 {
  background: url(images/sec6-bg-img.png);
  height: auto;
  margin-bottom: 0;
}

.nucleus-web-sec6-main-content {
  /* background: url(images/nucleus-bg-theme2.png); */
  padding: 1% 0% 1% 0%;
  background-repeat: no-repeat;
  background-position: right top 115%;
  background-size: 44%
}

.nucleus-web-sec6-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #067AB2;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
}

/* .nucleus-web-sec6-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 4%; 
    border-bottom: 3px solid #067AB2;
  } */
.nucleus-web-sec6-left-div-content {
  font-size: 1.1rem;
  font-weight: 500;
  color: #067AB2;
  list-style-type: decimal;
  line-height: 32px;
}

.nucleus-web-sec16-left-div-img {
  z-index: 2;
}

.hidden-item {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.visible-item {
  opacity: 1;
}

@media (min-width:310px) and (max-width:1000px) {
  .nucleus-web-sec6-left-div-img {
    width: 67%;
  }

  .nucleus-web-sec6-title {
    font-size: 1.5rem;
    letter-spacing: 5px;
    margin: 0;
  }
}

/************** Section 7 ************/
.nucleus-web-sec7 {
  background: url(images/sec7-bg-img.png);
  height: auto;
  margin-bottom: 0;
}

.nucleus-web-sec7-main-container {
  background: url(images/nucleus-bg-theme1.png);
  padding: 1% 0% 1% 0%;
  background-repeat: no-repeat;
  background-position: right top 115%;
  background-size: 44%
}

.nucleus-web-sec7-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #067AB2;
  position: relative;
  display: inline-block;
  letter-spacing: 5px;
}

/* .nucleus-web-sec7-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 4%; 
    border-bottom: 3px solid #067AB2;
  } */
.nucleus-web-sec7-left-div-content {
  font-size: 1.1rem;
  font-weight: 500;
  color: #067AB2;
  list-style-type: none;

}

.nucleus-web-sec7-right-div-content {
  font-size: 1.1rem;
  font-weight: 500;
  color: #067AB2;
  list-style-type: none;

}


@media (min-width:310px) and (max-width:768px) {
  .nucleus-web-sec7-title {
    font-size: 1.5rem;
  }
}

/* --------------------8------------------------- */

.nucleus-web-sec8 {
  background: url(images/sec6-bg-img.png);
  height: auto;
}

.nucleus-web-sec8-main-container {
  background: url(images/nucleus-bg-theme1.png);
  padding: 4% 0% 4% 0%;
  background-repeat: no-repeat;
  background-position: right top 115%;
  background-size: 44%
}

.nucleus-web-sec8-title {
  font-size: 2rem;
  font-weight: 700;
  color: #067AB2;
  text-align: center;
  margin-bottom: 3%;
}

.nucleus-web-sec8-profile-main {}

.nucleus-web-sec8-profile-main-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nucleus-web-sec8-profile-main-img-class {
  width: 70%;
}

.nucleus-web-sec8-profile-p1 {
  margin: 0% 15% 0% 15%;
  color: #067AB2;
  text-align: center;
}

@media (min-width:310px) and (max-width:768px) {
  .nucleus-web-sec8-title {
    font-size: 1.6rem;
  }

  .nucleus-web-sec8-profile-main-img-class {
    width: 40%;
    margin: 4% 0% 3% 0%;
  }

  .nucleus-web-sec8-profile-p1 {
    margin: 0% 15% 0% 15%;
    text-align: center;
  }
}

/************** Section 9 ************/

.nucleus-web-sec9 {
  background: url(images/sec9-bg-img.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.nucleus-web-sec9-main-container {
  background: url(images/nucleus-bg-theme1.png);
  padding: 4% 0% 4% 0%;
  background-repeat: no-repeat;
  background-position: right top 115%;
  background-size: 44%
}

.nucleus-web-sec9-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #067AB2;
  position: relative;
  /* display: inline-block; */
  letter-spacing: 5px;
  text-align: center;
}


/* .nucleus-web-sec9-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4%; 
  border-bottom: 3px solid #067AB2;
} */
.nucleus-web-sec9-client-img1 {
  width: 80%;
  margin-top: 3%;
}

.nucleus-web-sec9-client-img2 {
  width: 80%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img3 {
  width: 90%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img4 {
  width: 80%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img5 {
  width: 80%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img6 {
  width: 80%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img7 {
  width: 80%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img10 {
  width: 70%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img9 {
  width: 80%;
  margin-top: 5%;
}

.nucleus-web-sec9-client-img8 {
  width: 70%;
  margin-top: 5%;
}

@media (min-width:310px) and (max-width:768px) {
  .nucleus-web-sec9-client-img1 {
    width: 80%;
    margin-top: 3%;
  }

  .nucleus-web-sec9-client-img2 {
    width: 80%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img3 {
    width: 90%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img4 {
    width: 80%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img5 {
    width: 80%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img6 {
    width: 80%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img7 {
    width: 80%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img10 {
    width: 70%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img9 {
    width: 80%;
    margin-top: 5%;
  }

  .nucleus-web-sec9-client-img8 {
    width: 70%;
    margin-top: 5%;
  }
}

@media (min-width:768px) and (max-width:1044px) {
  .nucleus-web-sec9-client-img1 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img2 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img3 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img4 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img5 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img6 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img7 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img10 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img9 {
    width: 90%;
  }

  .nucleus-web-sec9-client-img8 {
    width: 90%;
  }
}

@media (min-width:1044) and (max-width:1202px) {
  .nucleus-web-sec9-client-img1 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img2 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img3 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img4 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img5 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img6 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img7 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img10 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img9 {
    width: 100%;
  }

  .nucleus-web-sec9-client-img8 {
    width: 70%;
  }
}


/******************* Footer *****************/
.nucleus-web-sec11-footer-bottom {
  color: #067AB2;
  font-weight: 400;
}

/************** Section 10 ************/

.nucleus-web-sec10 {
  background: url(images/sec10-bg-img.png);
  /* height: auto; */
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;


}

.nucleus-web-sec10-main-container {
  background: url(images/nucleus-bg-theme2.png);

  background-repeat: no-repeat;
  background-position: right top 128%;
  background-size: 52%;
  padding: 5% 0% 5% 0%;
}

.nucleus-web-sec10-lbl {
  color: #067AB2;
  font-weight: 600;
  font-size: 1.1rem;
}

.nucleus-web-sec10-btn {
  background-color: #067AB2;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #067AB2;
  border-radius: 10px;
  padding: 1% 4% 1% 4%;
}

.nucleus-web-sec10-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #067AB2;
  margin: 0% 25% 5% 0%;

}

.nucleus-web-sec10-left-div-icons {
  width: 8%;
  margin: 1% 3% 4% 3%;


}

.nucleus-web-sec10-left-div-content {
  color: #067AB2;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  a {
    color: #067AB2;
    text-decoration: none;
  }
}

.nucleus-web-sec10-left-div-content-add-tag {

  text-decoration: none;
}

.nucleus-web-sec10-main-container-right-col{
  display: flex;
  align-items: center;
  justify-content: center;
}


.nucleus-web-sec10-contactus-r-card {
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  margin: 8% 0% 0% 0%;
}

@media (min-width:320px) and (max-width:530px) {
  .nucleus-web-sec10-title {
    font-size: 2rem;
    font-weight: 800;
    color: #067AB2;
    margin: 0px;
  }

  .nucleus-web-sec10-left-div-icons {
    width: 11%;
    margin: 1% 3% 3% 0%;
    height: 5%;
  }

  .nucleus-web-sec10-left-div-content {
    font-size: 13px;

  }

  .nucleus-web-sec10-left-div-content5 {
    font-size: 1.1rem;

  }
}

@media (min-width:768px) and (max-width:1193px) {
  .nucleus-web-sec10-left-div-icons {
    width: 14%;
    margin: 1% 3% 4% 3%;
    height: 5%;
  }
}


/******************* Footer *****************/
.nucleus-web-sec11 {
  margin-top: 10px;
}

.nucleus-web-sec11-footer-bottom {
  color: #067AB2;
  font-weight: 400;
  margin: 18px;
  text-align: center;
}

.nucleus-web-sec11-col1-div {
  img {
    width: 70%;
  }
}

.nucleus-web-sec11-col2-div {
  padding: 10px;
  display: flex;
  justify-content: space-around;

  a {
    font-weight: 500;
    color: #067AB2;
    text-decoration: none;
    /* display: grid; */
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    text-align: left;
  }

  .nucleus-web-sec11-col2-div-subdiv2 {
    display: grid;
  }

  .nucleus-web-sec11-col2-div-subdiv1 {
    display: grid;
  }

}

.social-media-icon-sec11-footer {
  display: contents;
  justify-content: space-around;
}

.nucleus-col4-div {
  margin: 14px 0px 14px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.social-media-icon-sec11-footer-img1 {
  width: 10%;
}

.social-media-icon-sec11-footer-img2 {
  width: 10%;
}

.social-media-icon-sec11-footer-img3 {
  width: 10%;
}

.social-media-icon-sec11-footer-img4 {
  width: 10%;
}

.nucleus-col4-div-a1{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nucleus-web-sec11-footer-bottom-a1 {
  text-decoration: none;
}

@media (min-width:310px) and (max-width:768px) {
  .nucleus-web-sec11-col2-div {
    padding: 10px;
    display: grid;
    justify-content: space-around;
  }

  .nucleus-web-sec11-col1-div {
    display: flex;
    justify-content: center;
  }

  .nucleus-web-sec11-col2-div a {
    margin: 14% 0% 0% 0%;
    text-align: center;
  }

  .nucleus-web-sec11-footer-bottom {
    text-align: center;
  }

  .nucleus-col4-div {
    margin: 14px 0px 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}


@media (min-width:769px) and (max-width:999px) {

  .nucleus-web-sec11-col1-div {
    display: flex;
    justify-content: center;
  }

}