body{
  color: #333333;
}
.Achievment-panel {
  position: relative;
}
.Achievment-panel-inner {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
.bg-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.bg-panel-inner {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  /*background-image: url(../img/globe-1.png);background-position: center center;background-repeat: no-repeat;
    background-size: 500px;
    animation: rotation 200s  infinite linear;*/
}

@-moz-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-web-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.achievment-list {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.achievment-list li {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
}
.achievment-list li h3 {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
}
.achievment-list li p {
  max-width: 200px;
  margin: 0 auto;
  /* height: 48px; */
}
@media (max-width: 1200px) {
  .Achievment-panel-inner {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .Achievment-panel {
    background-size: 110%;
  }
  .achievment-list li h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .Achievment-panel {
    background-size: 120%;
    margin-bottom: 70px;
  }
  .achievment-list li h3 {
    font-size: 40px;
  }
  .Achievment-panel .bg-panel {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .Achievment-panel {
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  .achievment-list li {
    width: 50%;
    margin-bottom: 20px;
    height: 145px;
  }
  .achievment-list li h3 {
    font-size: 40px;
  }
  .Achievment-panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Achievment-panel {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .Achievment-panel .bg-panel {
    top: 0px;
    left: -78px;
  }
}
@media (max-width: 575px) {
  .achievment-list li {
    width: 100%;
    /* margin-bottom: 13px; */
    margin-bottom: 32px;
    height: 80px;
    /* before height is zero */
  }
  .globe-b-10 {
    margin-bottom: 10px !important;
  }
  .achievment-list li:nth-child(2),
  .achievment-list li:nth-child(3) {
    margin-bottom: 10px;
  }
  .achievment-content {
    height: 40px;
  }
  .achievment-list li h3 {
    font-size: 30px;
    margin-bottom: 7px;
  }
  .bg-panel {
    overflow: hidden;
  }
  .bg-panel-inner {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
  }
  .Achievment-panel .bg-panel {
    top: 26px;
    left: -78px;
  }
}

@media (max-width: 573px) {
  .Achievment-panel .bg-panel {
    top: 24px;
    left: -25px;
  }
}
@media (max-width: 500px) {
  .Achievment-panel .bg-panel {
    top: 35px;
    left: -38px;
  }
}
@media (max-width: 450px) {
  .Achievment-panel .bg-panel {
    top: 35px;
    left: -61px;
  }
}
@media (max-width: 425px) {
  .Achievment-panel .bg-panel {
    top: 38px;
    left: -72px;
  }
}
@media (max-width: 410px) {
  .Achievment-panel .bg-panel {
    top: 39px;
    left: -83px;
  }
}
@media (max-width: 375px) {
  .Achievment-panel .bg-panel {
    top: 38px;
    left: -96px;
  }
}
@media (max-width: 320px) {
  .Achievment-panel .bg-panel {
    top: 34px;
    left: -125px;
  }
}
.counting {
  transition: all 3s ease;
}
/* @property --yearsvolcount{syntax: "<integer>";initial-value: 40;inherits: false;}
  .Achievment-panel.visible h3.years-count{animation: yearscounter 3s  linear;counter-reset: yearsvolcount var(--yearsvolcount);}
  .Achievment-panel.visible h3.years-count::after{content: counter(yearsvolcount);}
  @-moz-keyframes yearscounter {
    from{--yearsvolcount: 0;}
    to{--yearsvolcount: 40;}
    }
    @-web-keyframes yearscounter {
        from{--yearsvolcount: 0;}
        to{--yearsvolcount: 40;}
    }
    @keyframes yearscounter {
    from{--yearsvolcount: 0;}
    to{--yearsvolcount: 40;}
  }
@property --projectvolcount{syntax: "<integer>";initial-value: 700;inherits: false;}
  .Achievment-panel.visible h3.project-count{animation: projectcounter 3s  linear;
    counter-reset: projectvolcount var(--projectvolcount);}
  .Achievment-panel.visible h3.project-count::after{content: counter(projectvolcount);}
  @keyframes projectcounter {
    from{--projectvolcount: 0;}
    to{--projectvolcount: 700;}
  }
  @keyframes projectcounter {
    from{--projectvolcount: 0;}
    to{--projectvolcount: 700;}
}

@property --globevolcount{syntax: "<integer>";initial-value: 4;inherits: false;}
  .Achievment-panel.visible h3.globe-count{animation: globevolcounter 3s linear;counter-reset: globevolcount var(--globevolcount);}
  .Achievment-panel.visible h3.globe-count::after{content: counter(globevolcount);}
  @keyframes globevolcounter {
    from{--globevolcount: 0;}
    to{--globevolcount: 4;}
  }
  @keyframes globevolcounter {
    from{--globevolcount: 0;}
    to{--globevolcount: 4;}
} */
/* Ati Winning Panel 
==================== */
.Ati-winning-panel {
  /* padding-top: 135px;
  padding-bottom: 140px; */
  width: 100%;
  position: relative;
  overflow: hidden;
}
.Ati-winning-panel-inner {
  max-width: 700px;
}
.Ati-winning-panel:before {
  position: absolute;
  content: "";
  overflow: hidden;
  background-image: url(../img/layer-1.png);
  background-repeat: no-repeat;
  background-position: 105% center;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.Ati-winning-panel.about:before {
  top: -25%;
}
.Ati-winning-panel h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 50px;
  line-height: 26.4px;
}
.Ati-winning-panel p {
  text-align: justify;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .Ati-winning-panel:before {
    background-position: 108% center;
  }
}
@media (max-width: 1400px) {
  .Ati-winning-panel:before {
    background-position: 119% center;
  }
  .Ati-winning-panel.about:before {
    background-position: 119% center;
  }
}
@media (max-width: 1200px) {
  .Ati-winning-panel {
    padding-bottom: 100px;
    padding-top: 100px;
    background-size: 600px;
  }
  .Ati-winning-panel::before {
    background-position: 140% center;
  }
  .Ati-winning-panel.about:before {
    background-position: 140% center;
  }
}
@media (max-width: 991px) {
  .Ati-winning-panel {
    padding-bottom: 80px;
    padding-top: 80px;
    background-size: 500px;
  }
  .Ati-winning-panel h2 {
    margin-bottom: 30px;
  }
  .Ati-winning-panel p {
    margin-bottom: 20px;
  }
  .Ati-winning-panel:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .Ati-winning-panel {
    padding-bottom: 0px;
    margin-bottom: 60px;
    padding-top: 50px;
    background-image: none;
  }
}

@media (max-width: 575px) {
  .section-space {
    padding-bottom: 0px !important;
    margin-bottom: 60px !important;
    padding-top: 0px !important;
  }
  section,
  .section-space {
    padding-bottom: 0px !important;
    margin-bottom: 80px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  header {
    padding-bottom: 0px !important;
    margin-bottom: 60px !important;
    padding-top: 0px !important;
  }
  .service-list {
    padding-top: 0px !important;
  }
  .spacer-40 {
    display: none;
  }
}

@media (max-width: 575px) {
  .Ati-winning-panel h2 {
    font-size: 20px;
  }
  .Ati-winning-panel p {
    text-align: left;
  }
}
@media (max-width: 370px) {
  .Ati-winning-panel h2,
  .Ati-winning-panel p {
    text-align: left;
  }
}
/* Ati Winning Panel 
==================== */

/* Awards Panel Starts Here 
=========================== */
/* .Awards-panel {
  padding-top: 60px;
  padding-bottom: 0px;
} */
/* .general-post .img-pnl{height: 375px;width: 100%;display: flex;align-items: center;}
.general-post .img-pnl img{max-height: 375px;} */
.general-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.general-post .img-pnl {
  width: 100%;
}
.general-post .img-pnl img {
  width: 100%;
  object-fit: cover;
}
.general-post .img-pnl.bg {
  height: 375px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.general-post h5 {
  font-size: 50px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
}
.general-post h3 {
  margin-bottom: 10px;
}
.general-post h4 {
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.general-post img {
  width: 100%;
}
.general-post p {
  font-size: 16px;
  text-align: justify;
  /* height: 84px;overflow: hidden; */
}
.Contact-us-panel .general-post p {
  margin-bottom: 12px;
}
.contact-list {
  display: inline-block;
  width: 100%;
}
.contact-list li {
  display: inline-block;
  width: 100%;
}
.contact-list li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-list li a i {
  width: 15px;
  margin-right: 5px;
}
.contact-list li a:hover {
  text-decoration: underline !important;
}
.Awards-panel .jcarousel-control-prev,
.Awards-panel .jcarousel-control-next {
  bottom: unset;
  top: calc(50% - 135px);
}
@media (max-width: 1200px) {
  .general-post h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .general-post h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .general-post p,
  .general-post h4 {
    height: auto;
    overflow: hidden;
  }
  .general-post p {
    margin-bottom: 20px;
  }

  .carousel-inner .general-post p {
    margin-bottom: 15px;
  }
}
/* Awards Panel Ends Here 
========================= */
.client-value-pnl p {
  max-width: 300px;
}
.client-value-pnl h2 {
  font-size: 56px;
}
@media (max-width: 1400px) {
  .client-value-pnl p {
    max-width: unset;
    font-size: 15px;
  }
  .client-value-pnl h2 {
    font-size: 49px;
  }
}
@media (max-width: 1200px) {
  .client-value-pnl h2 {
    font-size: 41px;
  }
  .client-value-pnl p {
    max-width: unset;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .client-value-pnl .spacer-60 {
    display: none;
  }
  .client-value-pnl h2 {
    max-width: 100%;
    font-size: 41px;
  }
}
/* Trusted Brand Panel Starts Here 
================================== */
.trusted-brand-list {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
}
.trusted-brand-list li {
  display: inline-flex;
  width: 100%;
  float: left;
  justify-content: center;
  align-items: center;
  height: 180px;
  position: relative;
  margin-bottom: 15px;
}

.trusted-brand-list li:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.trusted-brand-list li:nth-of-type(6):before {
  opacity: 0;
}
@media (max-width: 1200px) {
  .trusted-brand-list {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .trusted-brand-list li:nth-of-type(6):before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .trusted-brand-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
  }
}
#Design-crousle {
  margin-top: 100px;
  margin-bottom: 100px;
}
#Design-crousle .carousel-control-next,
#Design-crousle .carousel-control-prev {
  font-size: 60px !important;
  opacity: 1;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.design-carousel .carousel-control-next,
.design-carousel .carousel-control-prev,
#ExpertiesCarousleLarge .carousel-control-next,
#ExpertiesCarousleLarge .carousel-control-prev,
#ExpertiesCarousleMobile .carousel-control-next,
#ExpertiesCarousleMobile .carousel-control-prev,
#ClientValuesCarouselMobile .carousel-control-next,
#ClientValuesCarouselMobile .carousel-control-prev,
.Awards-panel .carousel-control-next,
.Awards-panel .carousel-control-prev,
.history .carousel-control-next,
.history .carousel-control-prev,
#Design-crousle .carousel-control-next,
#Design-crousle .carousel-control-prev,
.trusted-brand-panel .carousel-control-next,
.trusted-brand-panel .carousel-control-prev,
#RelatedPostsCarouselLarge .carousel-control-prev ,
#RelatedPostsCarouselLarge .carousel-control-next,
#RelatedPostsCarouselMobile .carousel-control-next,
#RelatedPostsCarouselMobile .carousel-control-prev,
#RelatedCarouselLarge .carousel-control-prev,
#RelatedCarouselLarge .carousel-control-next,
#RelatedCarouselMobile .carousel-control-next,
#RelatedCarouselMobile .carousel-control-prev,
#project-detail-mobile .carousel-control-next,
#project-detail-mobile .carousel-control-prev,
#project-detail-large .carousel-control-next,
#project-detail-large .carousel-control-prev,
#NewsCarousel .carousel-control-next ,
#NewsCarousel .carousel-control-prev,
#Headercarousel .carousel-control-next,
#Headercarousel .carousel-control-prev,
#AboutheaderCarousel .carousel-control-next,
#AboutheaderCarousel .carousel-control-prev,
#ProjectHeaderCarouselLarge .carousel-control-next,
#ProjectHeaderCarouselLarge .carousel-control-prev,
#ProjectHeaderCarouselMobile .carousel-control-next,
#ProjectHeaderCarouselMobile .carousel-control-prev,
#RelatedProjectCarouselMobile .carousel-control-next,
#RelatedProjectCarouselMobile .carousel-control-prev,
#RelatedProjectCarouselLarge .carousel-control-next,
#RelatedProjectCarouselLarge .carousel-control-prev,
#FeaturedProjectsCarouselMobile .carousel-control-next,
#FeaturedProjectsCarouselMobile .carousel-control-prev, 
#Design-crousle-mobile .carousel-control-prev,
#Design-crousle-mobile .carousel-control-next,
#Design-crousle-large .carousel-control-prev ,
#Design-crousle-large .carousel-control-next{
  background-image: none;
  color: #da291c !important;
  font-size: 60px !important;
  width: auto;
  opacity: 0.5;
}

/*#ServicesCarouselLarge .carousel-control-next,
#ServicesCarouselLarge .carousel-control-prev{ z-index:9; }*/

#ServicesCarouselLarge .carousel-control-next, #ServicesCarouselLarge .carousel-control-prev {
    background-image: none;
    color: #da291c !important;
    font-size: 60px !important;
    width: auto;
    opacity: 0.5;
    z-index: 999999;
}

#RelatedPostsCarouselLarge .carousel-control-prev:hover ,
#RelatedPostsCarouselLarge .carousel-control-next:hover,
#Design-crousle .carousel-control-next:hover,
#Design-crousle .carousel-control-prev:hover {
  /* color: #da291c !important; */
  opacity: 1;
}
.jcarousel-control-next,
#ExpertiesCarousle .carousel-control-next,
.trusted-brand-panel .carousel-control-next {
  right: -50px;
}
.trusted-brand-panel .carousel-control-next {
  bottom: 25px;
}
.Awards-panel .carousel-control-next {
  right: -45px;
  bottom: 19%;
}
.Design-crousle-large .carousel-control-next {
  right: -45px !important;
}
#RelatedProjectCarouselLarge .carousel-control-next {
  right: -40px;
  bottom: 25%;
  height: 100%;
}
#RelatedProjectCarouselLarge .carousel-control-prev {
  left: -40px;
  bottom: 25%;
  height: 100%;
}

#ServicesCarouselLarge .carousel-control-prev {
  left: 45px;
  bottom: 0%;
}

#ServicesCarouselLarge .carousel-control-next {
    right: 45px;
    bottom: 0%;
}

#ExpertiesCarousleLarge .carousel-control-next , #project-detail-large .carousel-control-next , #FeaturedProjectsCarouselMobile .carousel-control-next{
  right: 15px;
  bottom: -5%;
}
.history .carousel-control-next{
  right: -30px;
  bottom: 19%;
}
#RelatedPostsCarouselLarge .carousel-control-next{
  right: -40px;
  bottom: 19%;
}
#ExpertiesCarousle .carousel-control-prev,
.jcarousel-control-prev,
.trusted-brand-panel .carousel-control-prev {
  left: -50px;
}
.trusted-brand-panel .carousel-control-prev{
  bottom: 25px;
}
.Awards-panel .carousel-control-prev {
  left: -45px;
  bottom: 19%;
}
.Design-crousle-large .carousel-control-prev {
  left: -45px !important;
}
#ExpertiesCarousleLarge .carousel-control-prev , #project-detail-large .carousel-control-prev , #FeaturedProjectsCarouselMobile .carousel-control-prev{
  left: 15px;
  bottom: -5%;
}
.history .carousel-control-prev {
  left: -30px;
  bottom: 19%;
}
#RelatedPostsCarouselLarge .carousel-control-prev{
  left: -40px;
  bottom: 19%;
}
#Headercarousel .carousel-control-prev , #AboutheaderCarousel .carousel-control-prev , #ProjectHeaderCarouselLarge .carousel-control-prev{
  left: 30px;
}
#Headercarousel .carousel-control-next , #AboutheaderCarousel .carousel-control-next , #ProjectHeaderCarouselLarge .carousel-control-next{
  right: 30px;
}
#RelatedCarouselLarge .carousel-control-next{
  right: -30px;
  bottom: 33%;
}
#RelatedCarouselLarge .carousel-control-prev{
  left: -30px;
  bottom: 33%;
}

#ServicesCarouselLarge .carousel-control-prev:hover, 
#ServicesCarouselLarge .carousel-control-next:hover,
#Design-crousle-large .carousel-control-prev:hover ,
#Design-crousle-large .carousel-control-next:hover,
#Design-crousle-mobile .carousel-control-prev:hover,
#Design-crousle-mobile .carousel-control-next:hover, 
#ClientValuesCarouselMobile .carousel-control-prev:hover,
#ClientValuesCarouselMobile .carousel-control-next:hover,
#AboutheaderCarousel .carousel-control-next:hover,
#AboutheaderCarousel .carousel-control-prev:hover,
#ExpertiesCarousleLarge .carousel-control-next:hover,
#ExpertiesCarousleLarge .carousel-control-prev:hover,
#ExpertiesCarousleMobile .carousel-control-next:hover,
#ExpertiesCarousleMobile .carousel-control-prev:hover,
.Awards-panel .carousel-control-next:hover,
.Awards-panel .carousel-control-prev:hover,
.trusted-brand-panel .carousel-control-next:hover,
.trusted-brand-panel .carousel-control-prev:hover,
#ProjectHeaderCarouselLarge .carousel-control-next:hover,
#ProjectHeaderCarouselLarge .carousel-control-prev:hover,
#ProjectHeaderCarouselMobile .carousel-control-next:hover,
#ProjectHeaderCarouselMobile .carousel-control-prev:hover,
#project-detail-mobile .carousel-control-next:hover,
#project-detail-mobile .carousel-control-prev:hover,
#project-detail-large .carousel-control-next:hover,
#project-detail-large .carousel-control-prev:hover,
#Headercarousel .carousel-control-next:hover,
#Headercarousel .carousel-control-prev:hover,
#RelatedPostsCarouselMobile .carousel-control-prev:hover,
#RelatedPostsCarouselMobile .carousel-control-next:hover,
#RelatedPostsCarouselLarge .carousel-control-prev:hover,
#RelatedPostsCarouselLarge .carousel-control-next:hover,
#NewsCarousel .carousel-control-next:hover,
#NewsCarousel .carousel-control-prev:hover,
#RelatedProjectCarouselMobile .carousel-control-next:hover,
#RelatedProjectCarouselMobile .carousel-control-prev:hover,
#RelatedProjectCarouselLarge .carousel-control-next:hover,
#RelatedProjectCarouselLarge .carousel-control-prev:hover,
#FeaturedProjectsCarouselMobile .carousel-control-next:hover,
#FeaturedProjectsCarouselMobile .carousel-control-prev:hover,
#Design-crousle-mobile .carousel-control-next:hover,
#Design-crousle-mobile .carousel-control-prev:hover {
  opacity: 1;
}
@media (max-width: 1400px) {
  .jcarousel-control-next,
  #ExpertiesCarousle .carousel-control-next,
  .trusted-brand-panel .carousel-control-next {
    right: -30px;
  }
  .Design-crousle-large .carousel-control-next {
    right: -30px !important;
  }
  .Awards-panel .carousel-control-next {
    right: -30px;
    bottom: 33%;
  }
  .history .carousel-control-next , #RelatedCarouselLarge .carousel-control-next{
    right: -30px;
    bottom: 33%;
  }

  #ExpertiesCarousle .carousel-control-prev,
  .jcarousel-control-prev,
  .trusted-brand-panel .carousel-control-prev {
    left: -30px;
  }
  .Design-crousle-large .carousel-control-prev {
    left: -30px !important;
  }
  .Awards-panel .carousel-control-prev {
    left: -30px;
    bottom: 33%;
  }
  .history .carousel-control-prev , #RelatedCarouselLarge .carousel-control-prev{
    left: -30px;
    bottom: 33%;
  }
}
@media (max-width: 1200px) {
  .jcarousel-control-next,
  #ExpertiesCarousle .carousel-control-next,
  .Awards-panel .carousel-control-next {
    right: -30px;
  }
  #Design-crousle-large .carousel-control-next{
    right: 30px;
  }
  .trusted-brand-panel .carousel-control-next {
    bottom: 55px;
  }
  #ExpertiesCarousle .carousel-control-prev,
  .jcarousel-control-prev,
  .Awards-panel .carousel-control-prev {
    left: -30px;
  }
  #Design-crousle-large .carousel-control-prev{
    left: 30px;
  }
  .trusted-brand-panel .carousel-control-prev {
    bottom:55px;
  }
  #Design-crousle {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .trusted-brand-list {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #Design-crousle {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
  #Design-crousle-mobile .carousel-control-prev , .Awards-panel .carousel-control-prev{
    left: 30px;
    bottom: 5% !important;
  }
  #RelatedCarouselMobile .carousel-control-prev{
    left: 30px;
    bottom: 15% !important;
  }
  .Awards-panel .carousel-control-prev , #RelatedPostsCarouselMobile .carousel-control-prev{ 
    left: 30px;
    bottom: 5% !important;
  }
  .Awards-panel .carousel-control-next , #RelatedPostsCarouselMobile .carousel-control-next{
    right: 30px;
    bottom: 5% !important;
  }
  .trusted-brand-panel .carousel-control-prev {
    left: -10px;
  }
  .trusted-brand-panel .carousel-control-next {
    right: -10px;
  }
  #RelatedCarouselMobile .carousel-control-next{
    right: 30px;
    bottom: 15% !important;
  }
  #RelatedPostsCarouselMobile .carousel-control-prev {
    left: 15px;
    bottom: 13% !important;
  }
  #RelatedPostsCarouselMobile .carousel-control-next {
    right: 15px;
    bottom: 13% !important;
  }
  #Design-crousle-mobile .carousel-control-next , .Awards-panel .carousel-control-next{
    right: 30px;
    bottom: 5% !important;
  }
  #project-detail-mobile .carousel-control-prev {
    left: 15px;
  }
  #project-detail-mobile .carousel-control-next {
    right: 15px;
  }
  #ProjectHeaderCarouselMobile .carousel-control-prev {
    left: 15px;
  }
  #ProjectHeaderCarouselMobile .carousel-control-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .trusted-brand-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #Design-crousle {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #AboutheaderCarousel .carousel-control-prev , #Headercarousel .carousel-control-prev{
    left: 15px;
  }
  #AboutheaderCarousel .carousel-control-next , #Headercarousel .carousel-control-next{
    right: 15px;
  }
  #RelatedCarouselMobile .carousel-control-prev{
    left: 15px;
    bottom: 25% !important;
  }
  #RelatedCarouselMobile .carousel-control-next{
    right: 15px;
    bottom: 25% !important;
  }
  #RelatedPostsCarouselMobile .carousel-control-next{
    right: 15px;
    bottom: 30% !important;
  }
  #RelatedPostsCarouselMobile .carousel-control-prev{
    left: 15px;
    bottom: 30% !important;
  }
  #RelatedProjectCarouselMobile .carousel-control-next {
    right: 15px;
    bottom: 18% !important;
  }
  #RelatedProjectCarouselMobile .carousel-control-prev {
    left: 15px;
    bottom: 18% !important;
  }
  .Awards-panel .carousel-control-next{
    right: 15px;
    bottom: 30% !important;
  }
  #Design-crousle-mobile .carousel-control-next{
    right: 30px;
    bottom: 25% !important;
  }
  #ClientValuesCarouselMobile .carousel-control-next {
    right: 15px;
    bottom: 25% !important;
  }
  #ClientValuesCarouselMobile .carousel-control-prev {
    left: 15px;
    bottom: 25% !important;
  }
  .history .carousel-control-prev {
    left: 25px;
    bottom: 35%;
  }
  .history .carousel-control-next {
    right: 25px;
    bottom: 35%;
  }
  #ExpertiesCarousleMobile .carousel-control-next{
    bottom: -10%;
    right: 15px;
  }
  #NewsCarousel .carousel-control-next{
    bottom: 40%;
    right: 15px;
  }
  #NewsCarousel .carousel-control-prev{
    bottom: 40%;
    left: 15px;
  }
  .Awards-panel .carousel-control-prev {
    left: 15px;
    bottom: 30% !important;
  }
  #Design-crousle-mobile .carousel-control-prev{
    left: 15px;
    bottom: -2% !important;
  }
  #Design-crousle-mobile .carousel-control-next{
    right: 15px;
    bottom: -2% !important;
  }
  #ExpertiesCarousleMobile .carousel-control-prev {
    left: 15px;
    bottom: -10%;
  }
  .trusted-brand-panel .carousel-control-next {
    right: -10px;
    bottom: 10px;
  }
  .trusted-brand-panel .carousel-control-prev {
    left: -10px;
    bottom: 10px;
  }
  #ExpertiesCarousle .carousel-control-next,
  .jcarousel-control-next {
    right: 0px;
  }
  #ExpertiesCarousle .carousel-control-prev,
  .jcarousel-control-prev {
    left: 0px;
  }
}
@media (max-width: 575px) {
  #Design-crousle,
  .trusted-brand-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #ExpertiesCarousle .carousel-control-next {
    right: -10px;
  }
  .design-carousel .carousel-control-next {
    right: 10px;
  }
  .design-carousel .carousel-control-prev {
    left: 10px;
  }
  #ExpertiesCarousle .carousel-control-prev {
    left: -10px;
  }
}
/* @media (max-width: 393px) {
  .Awards-panel .carousel-control-next,
  .Awards-panel .carousel-control-prev {
    bottom: 40% !important;
  }
} */
/* Trusted Brand Panel Ends Here 
================================ */

/* Project Panel Starts Here 
============================ */
.project-list li:empty {
  display: none !important;
}
.project-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  /* padding-top: 561px; */
  padding-top: 370px;
}
.project-list.marg {
  /* padding-top: 110px; */
  padding-top: 96px;
}
.project-list.nomarg {
  padding-top: 561px;
}
.project-list li {
  display: none;
  width: 25%;
  float: left;
  padding: 1px;
  margin: 0;
}
.project-list li.show {
  display: inline-block;
}
.project-list li a {
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

/* .project-list li a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 250px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.58%, rgba(13, 13, 13, 0.7) 100%);
  opacity: 0;
} */
.project-list li a img {
  width: 100%;
  float: left;
}
.project-list li a .text-pnl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  transform: translateY(50px);
  opacity: 0;
}
.project-list li .txt-pnl {
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
  bottom: -320px;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.project-list li .txt-pnl h5 {
  color: white;
  font-size: 22px;
  margin-bottom: 0;
}
.project-list li .txt-pnl h6 {
  color: white;
}
.project-list li a .text-pnl p {
  font-size: 14px;
  margin: 0;
}
/* .project-list li a:hover .text-pnl {
  transform: translateY(0);
  opacity: 1;
} */
.project-list li a:hover::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 250px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.58%, rgba(13, 13, 13, 0.8) 100%);
  opacity: 1;
}
.project-list li a:hover:before {
  opacity: 1;
}
.project-list li a:hover .txt-pnl {
  opacity: 1;
}
@media (max-width: 1600px) {
  .project-list li .txt-pnl {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: -270px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1450px) {
  .project-list li .txt-pnl {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: -250px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1330px) {
  .project-list li .txt-pnl {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: -230px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1230px) {
  .project-list li .txt-pnl {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: -210px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1130px) {
  .project-list li .txt-pnl {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: -190px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1030px) {
  .project-list li .txt-pnl {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: -170px;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .project-list {
    /* padding-top: 639px; */
    padding-top: 630px;
  }
  .project-list li {
    width: 33.33333%;
  }
  #p-header.hide {
    transform: translateY(-600px);
  }
  .project-list.marg {
    padding-top: 96px;
  }
  #p-header.appear {
    transform: translateY(0px);
  }
  .project-list.nomarg {
    /* padding-top: 639px; */
    padding-top: 660px;
  }
  .project-list li {
    position: relative;
  }
  .project-list li a {
    z-index: -1;
  }
  .project-list li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    opacity: 0.5;
    z-index: 2;
    background-color: #000;
  }
  .project-list li:hover:after {
    display: none;
  }
  .project-list li:hover a {
    z-index: 2;
  }
  .project-list li:hover a .text-pnl {
    transform: translateY(0);
    opacity: 1;
  }
  .project-list li:hover a::before {
    opacity: 0.2;
  }
  .project-list li:hover a .txt-pnl {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .project-list li,
  .project-list li a {
    width: 100%;
  }
  /* .project-list-post img{width: 100%;height: 100%;} */
  .project-list {
    padding-top: 0px;
  }
  #p-header.hide {
    /* transform: translateY(-600px); */
    transform: translateY(-733px);
  }
  .project-list.marg {
    padding-top: 70px;
  }
  #p-header.appear {
    transform: translateY(0px);
  }
  .project-list.nomarg {
    padding-top: 590px;
  }
  .project-list li:after {
    display: none;
  }
  .project-list-post.animate .txt-pnl {
    opacity: 1;
  }
  .project-list-post.animate a .text-pnl {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .project-list-post.animate img {
    opacity: 0.7;
  }
}

@media (max-width: 575px) {
  .project-list li {
    width: 100%;
  }
  #p-header.hide,
  #p-header {
    transform: translateY(-1000px);
  }
  #p-header.appear {
    transform: translateY(0px);
  }
  .project-list,
  .project-list.nomarg {
    padding-top: 70px;
  }
}
/* Project Panel Ends Here 
========================== */

/* Media Starts Here 
==================== */
.Media-panel {
  /* padding-top: 100px; */
  padding-top: 50px;
  padding-bottom: 50px;
}
/* .Media-panel .general-post{padding-left: 30px;padding-right: 30px;} */
.Media-panel .general-post {
  padding-right: 40px;
}
.Media-panel .general-post.right {
  padding-left: 40px;
  padding-right: 0;
}
.media-post {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.media-post.reverse {
  flex-direction: row-reverse;
}
.media-post span {
  font-size: 14px;
}
.media-post.reverse .img-pnl {
  text-align: right;
}
.media-post .img-pnl {
  display: inline-block;
  width: 50%;
  padding: 0;
  padding-right: 15px;
}
.media-post .img-pnl img {
  width: 100%;
  object-fit: cover;
}
.media-post .text-pnl {
  display: inline-block;
  width: 50%;
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* padding-left: 50px; */
  padding-left: 0;
}
.media-post .text-pnl.padding-fi {
  padding-left: 15px;
  padding-right: 0px;
}
.media-post .text-pnl.padding-scn {
  padding-left: 0;
  max-width: 450px;
}
.media-post .text-pnl p {
  text-align: justify;
}
.media-post.reverse .img-pnl {
  padding-right: 15px;
  padding-left: 50px;
}
.media-post.reverse .text-pnl {
  padding-right: 50px;
  padding-left: 15px;
}
.Media-panel .general-post p {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .Media-panel .general-post {
    padding-right: 20px;
  }
  .Media-panel .general-post.right {
    padding-left: 20px;
  }
  .media-post .text-pnl {
    padding-left: 0px;
  }
  .media-post.reverse .img-pnl {
    padding-right: 15px;
    padding-left: 40px;
  }
  .media-post.reverse .text-pnl {
    padding-right: 40px;
    padding-left: 15px;
  }
  .media-post .text-pnl.padding-scn {
    padding-right: 50px;
  }
  .media-post .text-pnl.padding-scn br {
    display: none;
  }
  .media-post .text-pnl.padding-scn h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .Media-panel .general-post {
    padding-left: 0px;
    padding-right: 0px;
  }
  .Media-panel .general-post {
    padding-right: 0px;
  }
  .Media-panel .general-post.right {
    padding-left: 0px;
    padding-right: 0;
  }
  .media-post .text-pnl {
    padding-left: 0px;
  }
  .media-post.reverse .img-pnl {
    padding-right: 15px;
    padding-left: 30px;
  }
  .media-post.reverse .text-pnl {
    padding-left: 15px;
    padding-right: 30px;
  }
  .media-post .text-pnl.padding-fi {
    padding-left: 15px;
  }
  .media-post .text-pnl.padding-scn h3 {
    font-size: 28px;
  }
  .Media-panel .general-post h4 {
    padding-right: 20px;
  }
  .media-detail-main.caree .media-post .img-pnl,
  .meida-post-panel .media-post .img-pnl {
    display: inline-flex;
  }
  .media-detail-main.caree .media-post .text-pnl p,
  .meida-post-panel .media-post .text-pnl p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .media-post {
    display: inline-block;
    width: 100%;
  }
  .media-post .img-pnl {
    width: 100%;
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
  }
  .team-list {
    ul {
      margin-bottom: 0px;
    }
  }
  .media-post .text-pnl {
    width: 100%;
    margin-bottom: 20px;
  }
  .media-post.reverse .img-pnl {
    text-align: inherit;
  }
  .media-post.reverse {
    flex-direction: unset;
  }
  .media-post .img-pnl {
    padding-right: 0px;
  }
  .media-post .text-pnl {
    padding-left: 0px;
    padding-right: 0;
  }
  .media-post.reverse .img-pnl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .media-post.reverse .text-pnl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .media-post .text-pnl.padding-fi {
    padding-left: 0px;
    padding-right: 0px;
  }
  .media-detail-main .media-post .img-pnl {
    padding-left: 0;
  }
  .career-page .media-post.reverse .img-pnl {
    padding-left: 0;
  }
  .media-post .text-pnl.padding-scn {
    padding-right: 0px;
  }
  .media-post .text-pnl.padding-scn h3 {
    font-size: 32px;
    margin-top: 20px;
  }
  .media-post .text-pnl.padding-scn {
    max-width: 100%;
  }
  .media-post .text-pnl {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .general-post {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .media-detail-content-heading H3 {
    margin-bottom: 16px !important;
  }
  .Related-panel .general-post h4 {
    /* height: 52.8px; */
    overflow: hidden;
  }
  /* .general-post .flex-div-xs p{text-align: center;} */
}
/* Media Ends Here 
================== */

/* Featured Post Starts Here 
============================= */
.featured-post {
  display: inline-block;
  width: 100%;
  position: relative;
}
.featured-post.reverse .img-pnl {
  text-align: right;
}
@media (max-width: 767px) {
  /* Remove flexbox properties on mobile */
  .featured-post .text-pnl {
    display: inline-block !important;
    height: 100% !important;
    text-align: left !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 992px) {
  /* Remove flexbox properties on mobile */
  .featured-post .text-pnl {
    display: inline-block !important;
    height: 100% !important;
    text-align: left !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
}

.featured-post .text-pnl {
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 50px 100px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-post.reverse .text-pnl {
  left: 0;
  justify-content: center;
  padding-left: 100px;
}

/* .featured-post .text-pnl {
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 50px 100px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.featured-post.reverse .text-pnl {
  left: 0;
  justify-content: flex-start;
  padding-left: 100px;
} */

.featured-post .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
  max-width: 600px;
}
.featured-post span {
  font-size: 16px;
}
.featured-post .img-pnl {
  display: inline-block;
  width: 50%;
}
.featured-post.reverse {
  text-align: right;
}
.featured-post.pad .img-pnl img {
  width: 100%;
  filter: grayscale(100%);
}
.featured-post:hover .img-pnl img {
  filter: grayscale(0%);
}
.featured-post p {
  text-align: justify;
}
@media (max-width: 1400px) {
  .featured-post .text-pnl {
    padding: 50px 80px;
  }
  .featured-post .box {
    max-width: 540px;
  }
  .featured-post.reverse .text-pnl {
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .featured-post .text-pnl {
    /* padding: 40px 20px; */
    padding: 100px 100px;
    /* padding-right: 50px; */
  }
  .featured-post .box {
    max-width: 450px;
  }
  .featured-post.reverse .text-pnl {
    padding-left: 50px;
  }
}
/* @media(max-width:991px){
    .featured-post .text-pnl{padding: 30px;padding-right: 30px;}
    .featured-post .box{max-width: 330px;}
    .featured-post.reverse .text-pnl{padding-left: 30px;}
} */
@media (max-width: 991px) {
  .featured-post.reverse,
  .featured-post.reverse .img-pnl {
    text-align: initial;
  }
  .featured-post .img-pnl,
  .featured-post .text-pnl {
    position: relative;
    width: 100%;
  }
  .featured-post .text-pnl {
    padding: 30px 15px;
  }
  .featured-post .box {
    max-width: 100%;
  }
  .featured-post.reverse .text-pnl {
    padding-left: 15px;
  }
  .featured-post .text-pnl {
    padding: 30px 15px;
    padding-right: 15px;
  }
  .featured-post.animate .img-pnl img {
    filter: grayscale(0%);
  }
}
@media (max-width: 575px) {
  .featured-post .text-pnl {
    text-align: center;
  }
}
/* Featured Post Ends Here 
=========================== */

/* Apply Section */
.apply-section {
  /* background-image: url(../img/layer-2.png);  */
  background-repeat: no-repeat;
  background-position: center right;
}
/* Apply Section */

/* Dot List */
.dot-list {
  display: inline-block;
  width: 100%;
}
.dot-list li {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 15px;
}
.dot-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #da291c;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
/* Dot List */

/* Experties List */
.mobile-carousel {
  display: none;
}
.experties-list {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0;
}
.experties-list li {
  border: 1px solid #ccc;
  padding: 10px;
  transition: width 0.3s;
  overflow: hidden;
}
.experties-list li {
  width: 20%;
  height: 800px;
  position: relative;
  filter: grayscale(100%);
  display: flex;
}
.experties-list li.active,
.experties-list li:hover {
  filter: grayscale(0);
}
.experties-list li h3 {
  position: absolute;
  left: 200px;
  top: 50px;
  z-index: 2;
  max-width: 250px;
  opacity: 0;
}
.experties-list li span {
  font-style: italic;
  font-weight: 200;
  font-size: 40px;
  position: absolute;
  left: 100px;
  top: 45px;
  z-index: 2;
}
.experties-list li.active h3,
.experties-list li:hover h3 {
  opacity: 1;
  left: 190px;
}
.experties-list li.active {
  width: 40%;
}
@media (max-width: 1400px) {
  .experties-list li span {
    left: 80px;
  }
  .experties-list li.active h3,
  .experties-list li:hover h3 {
    left: 170px;
  }
}
@media (max-width: 1200px) {
  .large-carousel {
    display: block;
  }
  .mobile-carousel {
    display: none;
  }
  .experties-list li span {
    left: 50px;
  }
  .experties-list li.active h3,
  .experties-list li:hover h3 {
    left: 140px;
  }
  .experties-list li {
    height: 700px;
  }
  .experties-list li.active h3,
  .experties-list li:hover h3 {
    left: 120px;
  }
}

@media (max-width: 991px) {
  .large-carousel {
    display: block;
  }
  .mobile-carousel {
    display: none;
  }
  .experties-list li {
    height: 600px;
    position: relative;
  }
  .experties-list li.active h3,
  .experties-list li:hover h3 {
    left: 100px;
  }
  .experties-list li span {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .large-carousel {
    display: none;
  }
  .mobile-carousel {
    display: block;
  }
  .experties-list {
    margin-top: 20px;
    flex-direction: row;
  }
  .experties-list li {
    min-width: 100%;
    height: 200px;
  }
  .experties-list li.animate {
    height: 600px;
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .experties-list li span {
    font-size: 30px;
  }
  .experties-list li.animate h3,
  .experties-list li.active h3,
  .experties-list li:hover h3 {
    left: 100px;
    top: 50px;
    opacity: 1;
  }
  .experties-list li span {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .experties-list li.animate h3,
  .experties-list li.active h3,
  .experties-list li:hover h3 {
    left: 60px;
    top: 50px;
  }
  .experties-list li span {
    font-size: 22px;
    left: 10px;
  }
  .experties-list li h3,
  .experties-list li h3 {
    font-size: 25px;
  }
  .experties-list li.animate {
    height: 450px;
  }
}
/* Experties List */

.team-list {
  display: inline-block;
  width: 100%;
}
.team-list li {
  display: inline-block;
  width: 33.33333%;
  float: left;
  height: 140px;
}
.team-list li img {
  width: 100%;
  height: 140px;
}
.team-list li span {
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 100%;
  height: 140px;
  background-color: #da291c;
}
@media (max-width: 991px) {
  #ServicesCarouselLarge {
    display: block;
  }

  #ServicesCarouselMobile {
    display: none;
  }

  .team-list li img {
    width: 100%;
    height: 120px;
  }
  .team-list li,
  .team-list li span {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .team-list li img {
    width: 100%;
    height: 100px;
  }
  .team-list li,
  .team-list li span {
    height: 100px;
  }
}
@media (max-width: 575px) {
  .team-list li img {
    width: 100%;
    height: 80px;
  }
  .team-list li,
  .team-list li span {
    height: 80px;
  }
}
/* Services List */
.service-list {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 65px;
}
.service-list li {
  display: inline-block;
  width: 50%;
  float: left;
}
.service-list li .full-div {
  padding: 5px;
  float: left;
}
.service-list li .half-div {
  float: left;
  padding: 5px;
  float: left;
}

.half-div-inner{
  height: 417px;
  position: relative;
  overflow: hidden;
}

.service-list li .full-div a,
.service-list li .full-div img {
  height: 308px;
  float: left;
  object-fit: cover;
}
.service-list li .half-div a,
.service-list li .half-div img {
  /* height: 417px; */
  float: left;
}
.service-list li a {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.service-list li img {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.7;
}
.service-list li .text-pnl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 20px 40px;
}
.service-list li .half-div .text-pnl {
  align-items: bottom;
}
.service-list li .full-div.lm .text-pnl {
  bottom: 0;
}
.service-list li .full-div.rb .text-pnl {
  bottom: 0;
  left: 0;
}
.service-list li .half-div.tt .text-pnl {
  bottom: 6px;
  /* top: 20px; */
}
.service-list li .text-pnl h4 {
  font-size: 22px;
  font-weight: 500;
  max-width: 220px;
  line-height: 26.4px;
}
.service-list li a:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.service-list li a:hover .text-pnl p,
.service-list li a:hover .text-pnl h4 {
  transform: translateY(-15px);
}

#ServicesCarouselLarge {
  display: block;
}

#ServicesCarouselMobile {
  display: none;
}

#ServicesCarouselLarge {
  display: block;
}
#ServicesCarouselMobile {
  display: none;
}
@media (max-width: 991px) {
  #ServicesCarouselLarge {
    display: block;
  }

  #ServicesCarouselMobile {
    display: none;
  }

  .service-list li .half-div a,
  .service-list li .half-div img {
    height: 380px;
  }
  .service-list li .full-div a,
  .service-list li .full-div img {
    height: 190px;
  }
  .service-list li .text-pnl {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #ServicesCarouselLarge {
    display: none;
  }

  #ServicesCarouselMobile {
    display: block;
  }

  .service-list li {
    width: 100%;
  }
  .service-list li .half-div {
    width: 100%;
  }
  .service-list li .half-div a, .service-list li .half-div img{ height: auto; }
}

@media (max-width: 575px) {
  .service-list li .half-div a,
  .service-list li .half-div img {
    /* height: 320px; */
    height: auto;
  }
  .service-list li .full-div a,
  .service-list li .full-div img {
    height: 160px;
  }
  .service-list {
    margin-bottom: 0px !important;
  }
}
/* Services List */

/* Design List */
.design-list {
  display: flex;
  width: 100%;
}
.design-list li {
  display: inline-block;
  width: 33.33333%;
}
.design-list li:first-child {
  padding-right: 10px;
}
.design-list li:nth-of-type(2) {
  padding-right: 5px;
  padding-left: 5px;
}
.design-list li:last-child {
  padding-left: 10px;
}
.design-post {
  width: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
  /* height: 460px; */
}
.design-post:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: -moz-linear-gradient(
    to bottom, 
    rgb(0 0 0 / 0%) 0%, 
    rgb(0 0 0 / 66%) 100%
  );
  background: -webkit-linear-gradient(
    to bottom, 
    rgb(0 0 0 / 0%) 0%, 
    rgb(0 0 0 / 66%) 100%
  );
  background: linear-gradient(
    to bottom, 
    rgb(0 0 0 / 0%) 0%, 
    rgb(0 0 0 / 66%) 100%
  );
}
.design-post img {
  width: 100%;
  opacity: 1;
  float: left;
  /* max-height: 420px; */
}
.design-post .img-pnl {
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  opacity: 1;
  filter: grayscale(80%);
  /* height: 420px; */
}
.design-post .txt-pnl .full-div {
  position: relative;
  height: 20px;
  width: 100%;
}
.design-post .txt-pnl {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding: 20px 100px;
  z-index: 2;
  right: 0;
}
.design-post .txt-pnl img {
  width: auto;
  position: absolute;
  left: 0;
  top: 8px;
}
.design-post h3 {
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 400px;
}
.design-post p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  letter-spacing: 1px;
}
.design-post:hover .img-pnl {
  filter: grayscale(0);
  opacity: 0.9;
}
.design-post:hover .txt-pnl img {
  opacity: 0;
}
.design-post:hover .img-pnl img,
.design-post:hover .img-pnl {
  transform: scale(1.05);
}
.design-post:hover .txt-pnl p {
  opacity: 1;
  transform: translateY(-80px);
}
.design-post:hover .txt-pnl h3 {
  transform: translateY(-80px);
}
@media (max-width: 1400px) {
  .design-post .txt-pnl {
    padding: 20px 80px;
  }
}
@media (max-width: 1200px) {
  .design-post .txt-pnl {
    padding: 20px 20px 20px 50px;
  }
  .design-post h3 {
    font-size: 35px;
  }
  .design-post .txt-pnl {
    bottom: 40px;
  }
  .design-post:hover .txt-pnl h3 {
    transform: translateY(-40px);
  }
}
@media (max-width: 991px) {
  .design-post.animate .img-pnl {
    filter: grayscale(0);
    opacity: 0.9;
  }
  .design-post.animate .txt-pnl img {
    opacity: 0;
  }
  .design-post.animate .img-pnl img,
  .design-post.animate .img-pnl {
    transform: scale(1.05);
  }
  .design-post.animate .txt-pnl p {
    opacity: 1;
  }
  .design-post.animate .txt-pnl h3 {
    transform: translateY(0px);
  }
  .design-post .txt-pnl {
    padding: 20px 10px 20px 30px;
  }
  .design-post h3 {
    font-size: 26px;
  }
  .design-post .txt-pnl {
    bottom: 30px;
  }
  .design-post p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .design-list li:last-child,
  .design-list li:first-child,
  .design-list li:nth-of-type(2) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .design-list {
    display: inline-block;
  }
  .design-list li {
    width: 100%;
  }
  .design-post-pnl {
    padding-top: 0;
  }
  .design-post .txt-pnl {
    bottom: 80px;
  }
  .design-post h3 {
    font-size: 35px;
  }
  .design-post p {
    font-size: 16px;
  }
  .design-post.animate .txt-pnl h3 {
    transform: translateY(-60px);
  }
  /* .design-post.animate .txt-pnl h3 {
    transform: translateY(-80px);
  } */
  .design-post .txt-pnl {
    padding: 20px 15px 20px 15px;
    text-align: left;
  }
}

/* Design List */

.Careers-panel .general-post p {
  text-align: left;
}

/* Get in Touch Panel Starts Here 
================================= */
.get-in-touch-panel {
  padding: 0;
  margin: 0 !important;
}
.get-in-touch-panel .half-div {
  height: 430px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 30px 100px;
  text-align: center;
  position: relative;
}
.get-in-touch-panel .half-div .bg-layer {
  background-position: center bottom;
}
.get-in-touch-panel .half-div.left div {
  text-align: left;
  width: 650px;
  max-width: 100%;
}
.get-in-touch-panel h6 {
  font-size: 45px;
  max-width: 400px;
  font-weight: 700;
  margin-bottom: 40px;
}
.get-in-touch-panel h6 span {
  font-weight: 400;
}
@media (max-width: 1600px) {
  .get-in-touch-panel h6 {
    max-width: 450px;
  }
}
@media (max-width: 1400px) {
  .get-in-touch-panel .half-div {
    padding-left: 80px;
  }
}
@media (max-width: 1399px) {
  .get-in-touch-panel .half-div.left div {
    width: 555px;
  }
}
@media (max-width: 1200px) {
  .get-in-touch-panel .half-div {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .get-in-touch-panel .half-div.left div {
    width: 465px;
  }
}
@media (max-width: 991px) {
  .get-in-touch-panel h6 {
    font-size: 35px;
  }
  .get-in-touch-panel .half-div.left div {
    width: 345px;
  }
  .get-in-touch-panel .half-div {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-panel .half-div {
    height: 350px;
  }
  .get-in-touch-panel .half-div {
    justify-content: center;
  }
  .get-in-touch-panel .half-div.left div {
    text-align: center;
    width: auto;
  }
  .get-in-touch-panel .half-div {
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .get-in-touch-panel h6 {
    max-width: unset;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .get-in-touch-panel .half-div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get-in-touch-panel .half-div.left div {
    text-align: left;
  }
  .get-in-touch-panel .half-div {
    min-height: 300px;
    text-align: center;
    height: auto;
  }
}
/* Get in Touch Panel Ends Here 
=============================== */

/* Footer Styling Starts Here 
============================= */
.footer {
  background-color: #333333;
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer-logo {
  display: inline-block;
  width: 90px;
  margin-bottom: 30px;
  /* margin-top: 35px; */
  margin-top: 23px;
}
.footer h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 23px;
  margin-top: 30px;
  letter-spacing: 5%;
}

.footer-list {
  display: inline-block;
  margin: 0;
  margin-left: 100px;
  width: calc(100% - 90px);
  max-width: 450px;
}
.footer-list li {
  display: inline-block;
  width: 30%;
  float: left;
  margin-bottom: 15px;
}
.footer-list li.half {
  width: 60%;
}
.footer-list li.half a {
  width: 50%;
  float: left;
}
.footer-list li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
}
.footer-list li h6 {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.footer-list li h6:before {
  position: absolute;
  content: "";
  right: -11px;
  top: 3px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 7"><path d="m0 .5 5 5 5-5H0Z" fill="%23FFFFFF" fill-rule="evenodd" class="fill-000000"></path></svg>');
}
.footer-social-list {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.footer-social-list li {
  display: inline-block;
  margin-right: 35px;
}
.footer-social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.footer .form-control,
footer input {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  padding-left: 0;
  padding-right: 15px;
  
}
.footer .form-control:focus,
footer input:focus {
  background-color: transparent;
  border-color: #da291c;
}
.footer .form-control::-webkit-input-placeholder {
  color: white;
}
.footer .form-control:-ms-input-placeholder {
  color: white;
}
.footer .form-control::placeholder {
  color: white;
}
.brdr-lft {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* footer .brdr-lft{border-left: 1px solid rgba(255,255,255,0.2);} */
.footer p {
  font-size: 14px;
  /* max-width: 260px; */
  margin-top: 15px;
  margin-bottom: 30px;
}
.footer-bottom p {
  max-width: unset;
  margin-top: 20px;
  margin-bottom: unset;
}
.social-container,
.update-pnl {
  padding-left: 55px;
}
.d-flex-sm {
  display: flex;
}
@media (max-width: 1600px) {
  .footer-list {
    margin-left: 58px;
  }
}
@media (max-width: 1400px) {
  .footer-social-list li {
    margin-right: 25px;
  }
  .footer-list {
    margin-left: 55px;
  }
}
@media (max-width: 1200px) {
  .footer-list li.half {
    width: 70%;
  }
  .footer-list,
  .social-container,
  .update-pnl {
    padding-left: 15px;
  }
  .footer-social-list li {
    margin-right: 15px;
  }
  .footer h6 {
    font-size: 14px;
  }
  .footer-list {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer-list {
    margin-bottom: 30px;
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
    max-width: 100%;
  }
  .footer h6 {
    font-size: 16px;
  }
  .brdr-lft {
    border: none;
  }
  .footer p {
    max-width: unset;
  }
  .footer-list li.half {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .footer-list li.half {
    width: 70%;
  }
  .footer-social-list li {
    margin-right: 10px;
  }
  .footer-list {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .d-flex-sm {
    display: inline-block;
  }
  .footer-list li.half {
    width: 100%;
  }
  .footer-list li.half a {
    width: 100%;
  }
  .social-container {
    padding-top: 20px;
  }

  .footer {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .footer h6 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .footer-list {
    margin: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .footer-list li {
    width: 100%;
  }
  .footer-social-list {
    margin-bottom: 30px;
  }
  .footer-social-list li {
    /* margin-left: 7.5px; */
    margin-right: 23.5px;
  }
  .footer .form-control,
  footer input {
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .footer-list li h6:before {
    position: absolute;
    content: "";
    left: 275px;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
/* Footer Styling Ends Here 
=========================== */
.meida-post-panel {
  padding-bottom: 0;
}
.meida-post-panel .media-post {
  margin-bottom: 70px;
}

#Leadership-carousle {
  margin-top: 35px;
}
#Leadership-carousle .general-post .img-pnl {
  margin-bottom: 60px;
}
#Leadership-carousle .general-post h4 {
  margin-bottom: 30px;
  color: #212121;
  opacity: 0.64;
}

/* Career Tamplate */
.career-tamplate {
  padding-top: 220px;
  padding-bottom: 80px;
}
.career-tamplate .dot-list,
.career-tamplate .txt-panel h3,
.career-tamplate .txt-panel h4 {
  margin-bottom: 35px;
}
.career-tamplate .txt-panel h4 {
  font-size: 31px;
  font-weight: 500;
}

.career-tamplate .txt-panel p {
  margin-bottom: 45px;
}
label {
  font-size: 12px;
}
.step-div {
  display: inline-block;
  width: 100%;
  height: 4px;
  position: relative;
  background-color: rgba(218, 41, 28, 0.2);
  margin-bottom: 40px;
}
.step-div span {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 200px;
  background-color: #da291c;
  z-index: 1;
  display: inline-block;
}
#carrer-carousel {
  margin-bottom: 50px;
}
#carrer-carousel .carousel-item {
    /* min-height: 350px; */
    min-height: 250px;
    margin-bottom: 35px;
}
#carrer-carousel .carousel-control-next,
#carrer-carousel .carousel-control-prev {
  width: auto;
  opacity: 1;
  top: unset;
  bottom: -55px;
}
#carrer-carousel .carousel-indicators {
  left: auto ;
  right: -3%;
  margin: 0;
  bottom: -50px;

  width: 80.5%;
}
#carrer-carousel .carousel-indicators button {
  width: 12.5%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: 4px;
  opacity: 0.2;
  background-color: #da291c !important;
}
#carrer-carousel .carousel-indicators.carousle-count {
  right: unset;
  width: auto;
  bottom: -57px;

  left: 19%;
}
#carrer-carousel .carousel-indicators.carousle-count button {
  width: auto;
  background-color: transparent;
  font-size: 12px;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  background-color: transparent !important;
  text-indent: 0px;
  opacity: 0;
  height: auto;
}
#carrer-carousel .carousel-indicators.carousle-count button.active {
  background-color: transparent !important;
  opacity: 1 !important;
}
#carrer-carousel .carousel-indicators button.active {
  opacity: 1;
}
#carrer-carousel .submit-btn-cntnr {
  /* position: absolute; */
  right: 0;
  bottom: 65px;
  z-index: 999;
}
#carrer-carousel .submit-btn-cntnr button:hover {
  background-color: #da291c !important;
  color: white;
}
@media (max-width: 1200px) {
  .respons {
    display: none;
  }
}
@media (max-width: 991px) {
  .career-tamplate {
    padding-top: 150px !important;
  }
  #carrer-carousel {
    margin-bottom: 80px;
  }
  .career-tamplate .txt-panel h4 {
    font-size: 26px;
  }
  #carrer-carousel .carousel-control-next,
  #carrer-carousel .carousel-control-prev {
    bottom: -50px;
  }
  #carrer-carousel .carousel-indicators {
    bottom: -80px;
  }
  #carrer-carousel .carousel-indicators.carousle-count button {
    bottom: -35px;
  }
  .respons {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .general-post h5,
  .general-post h4 {
    margin-bottom: 16px;
  }
  .values-head {
    margin-bottom: 6px !important;
  }
  .career-tamplate {
    padding-top: 100px;
  }
  .career-tamplate h3 br {
    display: none;
  }
  .career-tamplate .txt-panel h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .general-post {
    margin-bottom: 0px ;
  }
  .meida-post-panel .media-post {
    margin-bottom: 30px !important;
  }
}
/* Career Tamplate */

.form-section {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 26.4px;
}
.form-section textarea {
  min-height: 150px;
  max-height: 150px;
}
h5.grey,
.form-section h5.grey {
  color: #828282;
}
/* .career-page .accordion,.career-page .accordion-item,
.career-page{background-color:#F5F5F5 ;} */
.left-headign {
  padding-left: 50px;
}
p.widthi {
  max-width: 950px;
}
@media (max-width: 991px) {
  .left-headign {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .left-headign {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.media-detail-main .media-post .text-pnl {
  padding: 0 50px;
}
.media-detail-main .media-post .text-pnl.podi {
  padding-left: 80px;
}
.media-detail-main .media-post.reverse .text-pnl {
  padding-left: 0;
}
.media-detail-main .media-post h3 {
  font-size: 40px;
}
@media (max-width: 1400px) {
  .media-detail-main .media-post h3 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .media-detail-main .media-post h3 {
    font-size: 28px;
  }
  .media-detail-main .media-post .text-pnl {
    padding: 0 40px;
  }
  .media-detail-main .media-post .text-pnl.podi {
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  .media-detail-main .media-post h3 {
    font-size: 30px;
  }
  .media-detail-main .media-post.reverse .text-pnl,
  .media-detail-main .media-post .text-pnl {
    /* padding: 0 15px; */
    padding:0px ;
  }
  .media-detail-main .media-post .text-pnl.podi {
    /* padding-left: 15px; */
    padding-left: 0px;
  }
}
#Award-carousle .general-post p {
  text-align: justify;
  max-width: 100%;
}
#ExpertiesCarousle .carousel-control-next,
#ExpertiesCarousle .carousel-control-prev {
  width: auto;
  font-size: 30px;
  height: auto;
  bottom: unset;
  top: calc(50% - 15px);
}
#Design-crousle .carousel-control-next {
  right: 50px;
}
#ExpertiesCarousle .carousel-control-next {
  right: 40px;
}
#Design-crousle .carousel-control-prev {
  left: 50px;
}
#ExpertiesCarousle .carousel-control-prev {
  left: 40px;
}
.l-text {
  max-width: 480px;
}
.resp-pad {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .l-heading {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .l-heading {
    font-size: 40px;
  }
  #Design-crousle .carousel-control-next {
    right: 50px;
  }
  #Design-crousle .carousel-control-prev {
    left: 50px;
  }
  #ExpertiesCarousle .carousel-control-next {
    right: 40px;
  }
  #ExpertiesCarousle .carousel-control-prev {
    left: 40px;
  }
  .design-post-pnl .jcarousel-service-control-prev {
    left: 10px;
  }
  .design-post-pnl .jcarousel-service-control-next {
    right: 10px;
  }
}
@media (max-width: 1200px) {
  .l-text {
    max-width: 520px;
  }
  .l-heading {
    font-size: 30px;
  }
  #Design-crousle .carousel-control-next {
    right: 20px;
  }
  #Design-crousle .carousel-control-prev {
    left: 20px;
  }
  #ExpertiesCarousle .carousel-control-next {
    right: 10px;
  }
  #ExpertiesCarousle .carousel-control-prev {
    left: 10px;
  }
  .design-post-pnl .jcarousel-service-control-prev {
    left: 10px;
  }
  .design-post-pnl .jcarousel-service-control-next {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .l-text {
    max-width: 480px;
  }
  .l-heading {
    font-size: 40px;
  }
  #Design-crousle .carousel-control-next {
    right: 0px;
  }
  #Design-crousle .carousel-control-prev {
    left: 0px;
  }
  #ExpertiesCarousle .carousel-control-next {
    right: 30px;
  }
  #ExpertiesCarousle .carousel-control-prev {
    left: 30px;
  }
  .Awards-panel .jcarousel-control-prev {
    left: 15px;
  }
  .Awards-panel .jcarousel-control-next {
    right: 15px;
  }
  .design-post-pnl .jcarousel-service-control-next {
    right: 15px;
  }
  .design-post-pnl .jcarousel-service-control-prev {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .l-heading {
    font-size: 30px;
  }
  #Design-crousle .carousel-control-next {
    right: 15px;
  }
  #Design-crousle .carousel-control-prev {
    left: 15px;
  }
  .Experties-panel .jcarousel-expertise-control-next {
    right: 15px;
  }
  .Experties-panel .jcarousel-expertise-control-prev {
    left: 15px;
  }
  #ExpertiesCarousle .carousel-control-next,
  #ExpertiesCarousle .carousel-control-prev {
    top: calc(50% - 36px);
  }
}
.red-box-main {
  text-align: center;
}
.red-text-box {
  background-color: #da291c;
  padding: 20px 20px 20px;
  max-width: 100%;
  width: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.red-text-box p {
  color: white;
}
@media (max-width: 1200px) {
  .red-text-box {
    padding: 40px 40px 20px;
  }
}
@media (max-width: 991px) {
  .red-text-box {
    background-color: #da291c;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 5px 20px;
  }

  .red-text-box .text-start.project-status {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 5px;
  }
}
.team-member-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  color: white;
  opacity: 1;
  filter: invert(1);
}
.team-member-modal .text-pnl {
  padding: 0px 30px 10px;
}
.team-member-modal .modal-body {
  padding: 0px;
}
.team-popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.team-popup-header .img-pnl {
  width: 50%;
}
.team-popup-header .img-pnl img {
  width: 100%;
}
.team-popup-header .txt-pnl {
  width: 50%;
  background-color: #da291c;
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
}
.team-popup-header .txt-pnl h4 {
  font-size: 22px;
  color: white;
  font-weight: 600;
}
.team-popup-header .txt-pnl h4 {
  font-size: 22px;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-popup-header .txt-pnl p {
  font-size: 14px;
  margin: 0;
  color: white;
  font-weight: 400;
}
.project-status p.title {
  font-weight: 600;
}
.project-status p {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .jcarousel-control-prev,
  .jcarousel-control-next {
    opacity: 1;
  }
  .media-post .text-pnl p,
  .featured-post p,
  .general-post p {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .team-popup-header,
  .team-popup-header .img-pnl,
  .team-popup-header .txt-pnl {
    display: inline-block;
    width: 100%;
  }
  .team-popup-header .txt-pnl {
    padding: 20px 15px;
  }
  .team-member-modal .text-pnl {
    padding: 0px 15px 10px;
  }
}

.font-weight-200 {
  font-weight: 200;
}
.font-weight-600 {
  font-weight: 600;
}
.reg-btn.trans.red {
  border: 1px solid #da291c;
  color: #fff;
  background-color: #da291c;
}
.red-text-box {
  background-color: #da291c;
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  /* Allow wrapping */
  justify-content: space-between;
  padding: 30px 16px 20px;
}

.red-text-box .text-start.project-status {
  flex: 1 1 50%;
  /* Each item takes 50% width */
  box-sizing: border-box;
  padding: 5px;
}
@media (max-width: 370px) {
  .left-370 {
    text-align: left;
  }
  /* .justify-370 {
    text-align: justify !important;
  } */
  .get-in-touch-panel .half-div.left div {
    text-align: left;
  }
  .footer {
    text-align: left;
  }
  .footer .form-control,
  footer input {
    max-width: 100%;
  }
  .font-size-35-on-370 {
    font-size: 35px;
  }
  .d-none-370 {
    display: none !important;
  }
  .d-proj-name-on-bottom {
    top: auto !important;
    bottom: 12% !important;
  }

  .clear-filter-btn-top {
    display: block;
  }

  /* Make .clear-filter-btn-bottom visible and sticky */
  .clear-filter-btn-bottom {
    display: none;
  }
  .clear-filter-btn-bottom.appear {
    display: block;
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Optional: Adjust for better visibility */
    z-index: 1000; /* Ensures it's on top of other elements */
    text-align: center;
    padding: 10px 0;
    height: 50px;
    top: 90vh;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
  }

  .red-text-box {
    background-color: #da291c;
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-between;
    padding: 30px 5px 20px;
  }

  .red-text-box .text-start.project-status {
    flex: 1 1 50%; /* Each item takes 50% width */
    box-sizing: border-box;
    padding: 5px;
  }
  .br-display-block br {
    display: block !important;
  }
  .Contact-us-panel .general-post {
    margin-bottom: 2px;
  }
  .Contact-us-panel .general-post p {
    margin-bottom: 8px;
  }
  .Contact-us-panel .general-post h4 {
    margin-bottom: 6px;
  }
  .contact-list {
    margin-bottom: 0px;
  }
  .Media-panel {
    /* padding-top: 40px !important; */
    padding-top: 0px !important;
  }
  .media-tabs .tab-pane {
    padding-top: 30px;
  }
  .media-tabs .tab-pane h4,
  .media-tabs .tab-pane p {
    margin-bottom: 10px !important;
  }
  .media-tabs .tab-pane p {
    text-align: left;
  }
  .media-tabs .tab-pane .general-post .spacer-20 {
    display: none;
  }
}

/* Hide .clear-filter-btn-bottom on larger screens */
@media (min-width: 371px) {
  .clear-filter-btn-bottom {
    display: none;
  }
}

@media (max-width: 1400px) {
  .text-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .margin-150 {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .show-sm {
    display: none;
  }
  .d-proj-name-on-bottom {
    top: auto !important;
    bottom: 12% !important;
  }
  .proj-name h5 {
    font-weight: bold;
  }
  .project-list li {
    padding: 0px !important;
  }
  .text-hide {
    display: none !important;
  }
  .set-justify {
    text-align: justify !important;
  }
  .winning-panel-content {
    color: #828282 !important;
  }
  .bold-title {
    font-weight: bold !important;
  }
  .slider-title-fontsize {
    font-size: 20px !important;
  }
  .slider-title-space {
    margin-top: 10px;
    margin-bottom: 5px !important;
    height: 0% !important;
  }
  .slider-desig-space {
    margin-bottom: 5px !important;
  }
  .slider-p-space {
    margin-top: 10px;
  }
  .slider-bottom-space {
    margin-bottom: 5px !important;
  }
  .reading-timer {
    margin-bottom: 40px !important;
  }
  .extra-space {
    margin-bottom: 30px !important;
  }
  .news-space {
    margin-bottom: 7px !important;
    height: 21px !important;
  }
  .slider-desp-space {
    margin-bottom: 7px !important;
  }
  .reduce-space-in-section {
    margin-bottom: 40px !important;
  }
  .reduce-section-mobile-space {
    margin-bottom: 50px !important;
  }
  .zero-careerspace {
    margin-bottom: 5px !important;
  }
  .reduce-mediaDetail-space {
    margin-bottom: 50px !important;
  }
  .career-post-padding-zero {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .padding-vertical {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .marginbottom-two {
    margin-bottom: 2px !important;
  }
  .no-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .justified-text {
    text-align: justify !important;
  }
  .career-tamplate-padding {
    padding-top: 0px !important;
  }
  .career-heading-fontsize {
    font-size: 40px !important;
  }
  .career-template-subhead {
    font-size: 30px !important;
  }
  .grey-font {
    color: #000000b2;
  }
  .career-prev-btn {
    left: 280px !important;
  }
  .career-next-btn {
    right: 4px !important;
  }
  .vertical-line-space {
    margin-bottom: 5px !important;
  }
  .set-line-height {
    line-height: 33px !important;
  }
  .set-mb {
    margin-bottom: 2rem !important;
  }
  .career-extra-bottom {
    margin-bottom: 90px !important;
  }
  .carrer-set-flex {
    justify-content: center !important;
  }
  .no-margin-bottom {
    /* margin-bottom: 0px !important; */
    justify-content: space-between !important;
  }
  #carrer-carousel .carousel-indicators button{
    width: 14.5%;
  }
  /*ALREADY MADE CLASES*/
  .tab-pane {
    padding-top: 35px !important;
  }
  .media-detail-header {
    height: 100% !important;
    min-height: auto !important;
  }
  #carrer-carousel .carousel-indicators.carousle-count {
    bottom: -22px;
  }
  #carrer-carousel .carousel-indicators {
    right: -14px !important;
    left: -24px !important;
  }
  #carrer-carousel .carousel-indicators.carousle-count button {
    /* left: 26px !important; */
    left: 0px !important;
  }
  #carrer-carousel .submit-btn-cntnr {
    bottom: 18px;
  }
}
@media (max-width: 575px) {
  .show-sm {
    display: block;
  }
  .accordian-large-show {
    display: none;
    height: auto;
  }
  .accordian-mobile-show {
    display: block;
    height: 100vh;
    overflow: auto;
  }
}

/* for project filter div   */
.padding-top-100{
  padding-top: 50px;
}
/* end of project filter div   */

/* trusted by section  */
.trusted-brand-panel .row .col-4 {
  padding: 65px;
}
.trusted-brand-panel .row .col-4:not(:last-child) {
  border-right: 1px solid #ddd; 
}
/* end of trusted by section  */


@media (min-width: 1900px) and (max-width: 2400px){
  .service-list li .full-div a, .service-list li .full-div img {
    height: 410px;
  }

  .half-div-inner{
    overflow: hidden;
    height: 517px;
  }
}
/* .skill-row select:last-of-type {
  width: 200px;
} */
.cert-fields{ margin-bottom: 10px; display: flex; gap: 23px; align-items: center; }
.cert-title{ /* min-width: 536px; */ width: 100%; }
.cert-year{ width: 204px; }
/* .portfolio_link input{ width:97%; } */
#AwardsCarouselMobile .slider-desc{ margin-bottom: 0px !important; }
#NewsCarousel .carousel-indicators.red { bottom: -40px; }
form.wpcf7-form{ position: relative; }
.news-letter-btn{ 
  position: absolute;
  top: 8px;
  right: -7px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  background-image: url(../img/angle-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 26px;
}
.carousel-control-prev{ left: 25.5%; }
/* .skill-rows{ width: 97%; } */
#carrer-carousel .carousel-control-next, #carrer-carousel .carousel-control-prev{ z-index: 9;}

#licenses-section .row.align-items-center:first-child .jobs-heading {
  display: block;
}

/* For desktop only */
/* @media only screen and (min-width: 1024px) {
  .carousel-control-next{ right: -1.5%; }
} */

@media only screen and (max-width: 768px) {
  #carrer-carousel .carousel-indicators{ width: 100% !important; left: auto !important; right: auto !important; }
  .experience-label{ padding-right: 0; }
  #job-form .skill-level{ width: 200px; }
  #job-form .skill-level select{ min-width: 100%; }
}
.c-me-2{
  margin-right: 2rem !important;
}
/*.c-w-62{ width: 62vw; }*/
.c-w-62{ width: 71.3%; }