p{
    margin: 15px auto 0 auto;
    font-weight: 600;
}

body{
  overflow-x: hidden;
}


  .form-control:focus {
    border-color: #e43c5c !important;
    box-shadow: none;
  }

*{
  font-family: "Nunito", sans-serif;
}
.companyLogo {
  height: 10vh;
}


@media (min-width: 992px) {
  #navContent {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media (max-width:991px) {
  .navbar-nav {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nav-item {
    display: inline-block;
  }

}

.navtext {
  font-weight: 400;
  color: black;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
}

.navbar {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 29px 0px;
  background-color: #ffffff;
}

/* underfillAnimation */
.navbar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-item {
  display: inline-block;
  margin-right: 20px;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: black;
}

.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e43c5c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/* */
.nav-link:hover::before,
.nav-link.active::before {
  visibility: visible;
  transform: scaleX(1);
}


/* underfillanimation End */



/* Subhasish CSS*/
.card img {
  max-width: 100%;
  max-height: 100%;
}

.card {
  /* margin: 0 0.5em; */
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 5px;
}

.carousel-inner {
  padding: 1em;
}

.card img {
  height: 16em;
}

#SocialMedia_Icons {
  display: flex;
  justify-content: center;
  display: none;
  position: absolute;
  width: 100%;
  top: 88%;
  z-index: 1;
  background-color: rgb(244, 241, 241);
  opacity: 0.7;
}

#SocialMedia_Icons a {
  color: black;
  margin: 0 10px;
  text-decoration: none;

}

#SocialMedia_Icons a:hover {
  color: #e43c5c;
}

.Employeedetails {
  position: relative;
  display: inline-block;
}

#Team {
  font-size: 13px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  text-transform: uppercase;
  border-radius: 50px;
}

#OurTeam {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #444444;
  line-height: 1.2;
}

#department {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

#TeamName {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
  font-family: "Nunito", sans-serif;
}

/* Subhasish END */




/* Arif Css Start for carasoule */



.carousel-caption{
  margin-bottom: 57px;
}

.carousel-caption h3 {
display: inline-block;
background: rgba(8, 8, 8, 0.7);
color: #ffffff;
font-size: 26px;
padding: 10px 30px;
margin-bottom: 10px;
border-radius: 50px;
}

.carousel-caption h1 {
margin: 0 0 10px 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
text-transform: uppercase;
color: #fff;
}

.carousel-caption h2 {
color: #eee;
margin-bottom: 40px;
font-size: 24px;
}

.carousel-caption .btn-get-started {
  font-family: "Nunito", sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 30px 9px 30px;
border-radius: 50px;
transition: 0.5s;
border: 2px solid #fff;
color: #ffffff;
text-decoration: none;
background: #e43c5c;
}


.carousel-caption .btn-get-started:hover {
background: #6e333e;
border: 2px solid #e43c5c;
}

/* @media (min-width: 1024px) {
.carousel-caption{
  margin-bottom: 57px;
}
}  */

@media (max-width: 768px) {
.carousel-caption h3 {
  font-size: 22px;
}
.carousel-caption h1 {
  font-size: 28px;
  line-height: 36px;
}
.carousel-caption h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
/* #carousel_img{
    height: 50vh;
} */

}

@media (max-width: 320px) {
.carousel-caption h3 {
    font-size: 10px;
    padding: 3px 10px;
    margin-bottom: 0px;
  }
  .carousel-caption h1 {
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .carousel-caption h2 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0px;
  }
/* #carousel_img{
    height: 30vh;
} */
.carousel-caption .btn-get-started {
    font-weight: 100;
    font-size: 7px;
    letter-spacing: 1px;
    padding: 8px 30px 9px 30px;
    margin-top: 10px;
  }
  .carousel-caption{
   margin-bottom: 10px;
  }
}



#carousel_team {
  width: 100%;
  height: 800px;
  background: url("./Images/Group.jpg") top center;
  background-size: cover;
  background-position: center;
  position: relative;
}

#carousel_team::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.7s;
}

#carousel_team:hover::before {
  opacity: 0.3;
}

#carousel_team .team-container {
  position: absolute;
  bottom: 0;
  top: 80px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#carousel_team h3 {
  background: rgba(8, 8, 8, 0.7);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-top: 0px;
  border-radius: 50px
}

/* #carousel_team h3:hover {
  background: #e43c5c;
  cursor: pointer;
} */


@media (min-width: 1024px) {
  #carousel_team {
    background-attachment: fixed;
  }

  .firstHeading {
    margin-top: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #carousel_team h3 {
    font-size: 22px;
  }

  #carousel_team {
    height: 500px;
  }

  .firstHeading {
    margin-top: 90px;
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  #carousel_team {
    height: 500px;
  }

  .firstHeading {
    margin-top: 100px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  #carousel_team {
    margin-top: 20px;
  }

  #carousel_team h3 {

    margin-top: 120px;

  }

  .firstHeading {
    margin-top: 90px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  #carousel_team {
    height: 500px;
  }
}


.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("./Images/cta-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.cta .cta-btn:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
}

@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

/* Arif Css End */




/*Rakesh */
.section-bg {
  background-color: white;
}

.contactdetails {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}


.contactdetails h2 {
  font-size: 13px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  text-transform: uppercase;
  border-radius: 50px;
}

.contactdetails h3 {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #444444;
  line-height: 1.2;
  margin: 15px 0px 0px;
}

.contactdetails h3 span {
  color: #cf4f66;
}

.contactdetails p {
  margin: 15px auto 0 auto;
  font-weight: 600;
  font-size: 20px;

}



.input-name {
  width: 82%;
  display: flex;
}

.text-name {
  width: 50px;
  margin-right: 7px;
}

.input-message {
  width: 100%;
  position: relative;
  margin: 20px auto;
}

.email {
  padding: 8px;

}

.text-name {
  border: 1px solid #cccccc;
  outline: none;
  width: 70%;
  height: 45px;
}

.text-name-msg {
  border: 1px solid #cccccc;
  outline: none;
  width: 70%;
  height: 45px;

}

.text-name-txt {
  border: 1px solid #cccccc;
  outline: none;
  width: 70%;
  height: 120px;
}

.input-button {

  position: relative;
  margin: 20px auto;
  padding-left: 18vw;
}

.button {
  background-color: #e43c5c;
  border: none;
  color: white;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
  border-radius: 50px;
  width: auto;
}

.button:hover {
  /* box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.30); */
  background-color: #e4213e;
}


@media screen and (max-width: 600px) {
  .button {
    font-size: 12px;
    padding: 8px 16px;
    width: auto;
  }
}

 




#cont {
  outline: 0;

}

#cont:valid {
  border-color: green;
}

#cont:focus:invalid {
  border-color: red;
}





.text {
  font-size: 25px;
  text-align: justify;
}




.input-subject {
  width: 81%;
}

.address {
  display: flex;
  align-items: top;
}

.address-info {
  margin-left: 20px;
}


.address-icon {
  font-size: 20px;
  background-color: #fdeff2;
  border: 2px solid #D01D3F;
  padding: 11px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
  margin-top: 10px;

}

.social-links {
  margin-right: 10px;
}

/* / Change color of the icon / */
.icon-color {
  color: #D01D3F;
}

.icon-color:hover {
  background-color: #D01D3F;
  border-color: #fff;
  color: #fdeff2;
  cursor: pointer;
}

/* / Change color of the icon on hover / */
.address-icon:hover i {
  color: #fff;
}

/*End*/


/* Footer section start */
.social-links {
  margin-right: 10px;
}

.social-icon {
  border-radius: 50%;
  border: 2px solid #D01D3F;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Change color of the icon */
.social-icon i {
  color: #D01D3F;
}

.social-icon:hover {
  background-color: #D01D3F;
  border-color: #fff;
}

/* Change color of the icon on hover */
.social-icon:hover i {
  color: #fff;
}

.footer-top {
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.change-text ul {
  list-style: none;
  padding: 0;
}

.change-text li {
  margin-bottom: 10px;
}

.change-text li i {
  margin-right: 5px;
}

.change-text li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.change-text li a:hover {
  color: #D01D3F;
}

.change-text {
  list-style-type: none;
  padding: 0;
}

.change-text li::before {
  content: "";
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.change-text .bi-caret-right {
  color: red;
}


.change-text li a {
  text-decoration: none;
}

#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f4f4;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  font-family: "Nunito", sans-serif;

}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #777777;
}

#footer .footer-top .change-text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #777777;
}

/* Footer section end */




/* Career star */

#carrier .section-title {
  text-align: center;
  padding-bottom: 30px;
}

#carrier .section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

#carrier .section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

#carrier .section-title h3 span {
  color: #e43c5c;
}

/* #carrier .section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
} */

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

#carrier .card {
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: 0.3s;
  border-radius: 8px;
  border: none;
  height: 100%;
}

#carrier .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  /* Adjust the values as needed */
}


#carrier .card-btn-link {
  background: #e43c5c;
  border: 3px;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

#carrier .card-btn-link:hover {
  background-color: #D01D3F;
  border-color: #fff;
}

/* Change color of the icon on hover */
#carrier .card-btn-link:hover i {
  color: #fff;
}

#carrier {
  font-family: "Nunito", sans-serif;
  color: #444444;
  /* font-size: 13px; */
}

#carrier .card-text {
  font-family: "Nunito", sans-serif;
  color: #444444;
  font-size: 14px;
  text-align: justify;
}

#carrier .card-title i {
  color: red;
}

/* Carrier end */


/*Services*/
.icon-box h3 {
  font-family: "Nunito", sans-serif;
}

.icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);

}

.icon-box h3 a {
  text-decoration: none;
  background-color: transparent;
  color: #493c3e;

}

.icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;

}

.icon-box span {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.icon-box:hover a {
  color: #e43c5c;
}

/*services End*/

/* Portfolio by arif */
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e43c5c;
}
/*   
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
} */

.portfolio .portfolio-item {
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* height: 300px;
  width: 300px; */
}
 

.portfolio .portfolio-item .portfolio-info {
  position: relative;
  top: -73px;
  opacity: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #e43c5c;
  padding: 15px 20px;
  height: 10vh;
 
}


.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}


.portfolio .portfolio-item:hover img {
  top: -10px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.venobox{
  color: #ede9e9;
  font-size: larger;
}

.venobox:hover{
  cursor: pointer;
}

/* End Portfolio */

/* For ScrollBar--Subhasis */
#Service {
  font-size: 13px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  text-transform: uppercase;
  border-radius: 50px;
}

#OurService {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #444444;
  line-height: 1.2;
}

#scrollButton {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e43c5c;
  color: #fff;
  transition: all 0.5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}

#scrollButton:hover {
  bottom: 25px;
}

#scrollDiv {
  display: none;
}


/* ScrollBar End--Subhasis */



/* About Us*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  /* margin-top: 50px; */
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #e43c5c;
}

/* .section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
} */

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/* About Us ENd*/

/* Gallery section start  by Kishor */
#gallery .section-title {
  text-align: center;
  padding-bottom: 30px;
}

#gallery .section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

#gallery .section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

#gallery .section-title h3 span {
  color: #e43c5c;
}

#gallery .img_top {
  display: flex;
  height: 500px;
  overflow: clip;

  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    will-change: filter;
  }

  .img_Sec_top {
    container: block/inline-size;
    flex: 1;
    margin-right: -30%;
    clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
    transition: .25s flex .125s linear;
    will-change: flex;

    a {
      position: relative;

      div {
        position: absolute;
        bottom: 1rem;
        left: 3rem;
        color: #fff;
        font-size: clamp(12px, 5cqw, 32px);
        z-index: 2;
      }
    }

    &:first-child {
      img {
        filter: grayscale(0);
      }
    }

    img {
      filter: grayscale(1);
    }

    &:hover {
      flex: 1.25;
    }

    &:hover img {
      filter: grayscale(0);
    }

    &:first-child {
      clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    }

    &:last-child {
      margin-right: -15%;
      clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    }
  }

  &:has(.block:not(:first-child):hover) {
    .block:first-child img {
      filter: grayscale(1);
    }
  }
}


/* Second section */
#line_photo {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#marquee {
  padding: 5px 0px;
  width: 100%;
}

#marquee .start_container {
  overflow: hidden;
  width: 100%;
}

#marquee .pic-container {
  display: flex;
  animation: marquee 15s infinite linear;
}

#marquee .pic-container:hover {
  animation-play-state: paused;
}

#marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
}

#marquee img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid rgba(238, 231, 231, 0.9);
}

@media (max-width: 1024px) {
  #marquee .pic-container .pic {
    flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  #marquee .pic-container .pic {
    flex-basis: 33.33%;
  }
}

/* @media (max-width: 1200px) {
  #marquee .pic-container .pic {
    flex-basis: 30%;
  }
} */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1024px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-125%);
    }
  }
}

@media (max-width: 768px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-186.65%);
    }
  }
}

/* @media (min-width: 1200px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-200%);
    }
  }
} */

/* second section end */

/* Gallery section end */

