@font-face {
  font-family: NHaasGroteskBold;
  src: url(../fonts/NHaasGroteskBold.ttf);
}

@font-face {
  font-family: NHaasGroteskMedium;
  src: url(../fonts/NHaasGroteskMedium.ttf);
}

@font-face {
  font-family: NHaasGroteskRegular;
  src: url(../fonts/NHaasGroteskRegular.ttf);
}

body {
  font-family: NHaasGroteskMedium;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

p,
span,
small,
ul,
li {
  font-size: 18px;
  font-family: "NHaasGroteskRegular";
}

ul {
  padding-left: 22px;
}

p {
  margin-bottom: 12px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
}

.inner-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}

h5.title {
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.sec-title h2 {
  margin-bottom: 10px;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1040px) and (max-width: 1599px) {
  .container {
    max-width: 1366px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

header .navbar {
  padding: 20px 0;
}

header .navbar .navbar-nav .nav-link {
  color: #999;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 35px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  transition: all 0.3s ease-in-out;
  font-family: NeueHaas, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-size: 19px; */
  font-variant: normal;
  font-feature-settings: "smcp";
  letter-spacing: 0.5px;
}

header .navbar .navbar-nav .nav-link:hover {
  color: #000;
}

header .navbar .navbar-nav .nav-link.active {
  color: #000;
}

header .navbar-brand {
  color: #000;
  font-weight: bold;
}

.sec-title {
  padding-top: 65px;
  padding-bottom: 0 !important;
}

header.header-white {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
}

header.header-white .navbar-brand {
  color: #fff;
}

header.header-white .navbar .navbar-nav .nav-link {
  color: #fff;
}

header.header-white .navbar .navbar-nav .nav-link:hover {
  color: #fff;
}

header.header-white .navbar .navbar-nav .nav-link.active {
  color: #fff;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%);
  font-size: 15px;
}

/* Home Page css starts */

.banner-main .slider img {
  width: 100%;
}

.banner-main .slide-content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-main .slide {
  position: relative;
  background-size: cover;
  /*min-height: 85vh;*/
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-position: top;
  background-attachment: fixed;
}

.banner-main .banner-slider {
  margin-bottom: 0 !important;
}
/*.banner-main .slide:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*}*/

.banner-main .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-main .slick-prev {
  left: 40px;
  z-index: 20;
}

.banner-main .slick-next {
  right: 40px;
  z-index: 20;
}

.banner-main .slick-prev:before,
.banner-main .slick-next:before {
  font-size: 26px;
  opacity: 1;
}

.banner-main .slider-content {
  position: relative;
  z-index: 99;
  padding: 20px 0;
}

.banner-main .slider-content h4,
.banner-main .slider-content h5 {
  color: #fff;
  width: 100%;
  line-height: 34px;
}

.banner-main .slider-content h4:hover {
  text-decoration: underline;
}

.slick-slider {
  margin: 0;
}

.project-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-main .project-list .img {
  width: 100%;
}

.project-main .project-content {
  min-height: 0;
  height: 75px;
  overflow: hidden;
  padding-right: 5%;
  background: #fff;
  padding-top: 10px;
}

.project-main .project-content h4 {
  font-size: 19px;
  line-height: 25px;
  font-family: "NHaasGroteskRegular";
}

.why-us-main {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.why-us-main h4.title {
  margin-bottom: 20px;
}

.why-us-main p {
  text-align: justify;
}

.why-us-main .img-main img {
  width: 100%;
}

.quote-main {
  padding: 50px 0;
  text-align: center;
}

.quote-main div i {
  font-size: 28px;
}

.quote-main h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* .banner-main .fixed-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.banner-main .fixed-parallax:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
} */

/* Home Page css ends */

/* Work css Starts */

.work-main .sec-title h2 {
  margin-bottom: 10px;
}

.work-main .nav-tabs {
  border-bottom: 0;
}

.work-main .nav-pills .nav-link {
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 46px;
  margin-left: 40px;
  color: #999;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
}

.work-main .nav-pills .nav-link.active,
.work-main .nav-pills .nav-link:hover,
.work-main .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid #000;
}

.work-list {
  padding-top: 60px;
  margin-bottom: 30px;
}

.work-list .list-content {
  padding-bottom: 45px;
}

.work-list .list-link {
  display: block;
}

.work-list .list-content .title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
  font-weight: 500;
}

.work-list .list-content .title sup {
  font-size: 13px;
  vertical-align: top;
  margin-left: 10px;
  display: inline;
  line-height: 22px;
}

.work-list .list-content:hover .title {
  text-decoration: underline;
}

.work-list .list-content:hover .title sup {
  text-decoration: none !important;
}

.work-list .list-content img {
  width: 100%;
}

.brand {
  padding-top: 17px;
  color: #999;
  font-weight: 400;
  display: block;
}

.work-img-main {
  width: 100%;
  /*background-color: #e9e9e9;*/
}

.work-details-inn {
  padding-top: 45px;
  padding-bottom: 70px;
  text-align: center;
}

.work-details-inn img {
  display: block;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  width: auto;
}

.work-img-main img {
  margin-bottom: 0 !important;
}

.work-details-inn .details-content {
  padding: 60px 0;
}

.work-details-inn .details-content h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 50px;
}

.work-details-inn .details-content p {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3;
  color: #1a1a1a;
  text-align: justify;
}

.work-next {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e3e4e5;
  display: flex;
  justify-content: space-between;
}

.work-next a {
  color: #e61428;
  font-size: 20px;
}

/* About css starts */

.about-main .sec-title p {
  text-align: justify;
}

.about-main .sec-title h2 {
  margin-bottom: 15px;
  font-size: 34px;
}

.about-main .sec-title .img-main img {
  width: 100%;
}

.team-h {
  height: 50px;
}

.team-gallery {
  padding: 40px 0;
}

.team-gallery {
  padding: 30px 0;
}

.team-gallery .gallery-content img {
  width: 100%;
}

.team-gallery .gallery-content img {
  width: 100%;
}

.team-gallery .gallery-content {
  position: relative;
  margin: 15px 0;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 40%);
}

.team-gallery .gallery-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: 0.5s ease-in-out;
}

.team-gallery .gallery-content:hover::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.team-gallery .gallery-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 50%;
  top: 50%;
  transition: 0.5s ease-in-out;
}

.team-gallery .gallery-content:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.about-team {
  margin-top: 60px;
  margin-bottom: 50px;
}

.about-team h6 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
}

.about-team p {
  font-size: 15px;
}

.about-team .team-content {
  padding-bottom: 50px;
  display: block;
}

.about-team .team-content img {
  width: 100%;
  margin-bottom: 10px;
}

.about-team .content h6 {
  font-size: 19px;
  line-height: 25px;
}

.about-team .img-content p {
  color: #666;
  margin: 0;
}

.team-associate {
  margin-top: 90px;
}

.team-associate .inner-title {
  margin-bottom: 30px;
}

.team-associate ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.mb-90 {
  margin-bottom: 90px;
}

.team-associate ul li {
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 500;
}

.team-inn {
  padding: 25px;
  background-color: #fbfbfb;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%);
  margin-bottom: 25px;
}

.team-inn img {
  width: 100%;
}

.team-inn .img-content {
  margin-top: 15px;
}

.team-inn .img-content p {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.team-inn .team-content span {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "NHaasGroteskMedium";
}

.team-inn .team-content ul {
  padding-left: 20px;
}

.team-inn .team-content ul li {
  font-size: 15px;
  margin-top: 8px;
}

/* About css ends */

/* Latest News Starts */

.latest-news-main .news-title {
  padding-top: 65px;
  padding-bottom: 59px;
  border-bottom: 1px solid #e3e4e5;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:checked + label:hover,
.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 19px;
}

.custom-radio [type="radio"]:not(:checked) + label {
  color: #999;
}

.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news-calender {
  margin-top: 46px;
  margin-bottom: 43px;
}

.news-calender .calender-content {
  padding-bottom: 52px;
}

.news-calender .calender-content h4 {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 13px;
}

.news-calender .calender-content p {
  color: #999;
  margin: 0;
  padding: 0;
}

.news-calender .calender-content a {
  color: #000;
  font-size: 18px;
}

.news-calender .calender-content a:hover {
  text-decoration: underline;
}

.news-list {
  margin-top: 40px;
  margin-bottom: 75px;
}

.news-list .list-content {
  margin: 15px 0;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
}

.news-list .list-content:hover {
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 30%);
}

.news-list .blog-title {
  font-size: 24px;
}

.news-list hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-list .list-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}

.news-list .full-width h4 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.news-list .list-content h4:hover {
  text-decoration: underline;
}

.news-list .list-content p {
  color: #999;
  margin-bottom: 0;
  font-size: 14px;
}

.news-list .list-content span {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
}

.news-list .img-main {
  position: relative;
  transition: 0.4s ease-in-out;
}

.news-list .img-main::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
}

.news-list .list-content:hover .img-main::before {
  height: 100%;
  transition: 0.4s ease-in-out;
}

.news-list .img-main img {
  width: 100%;
}

.news-list .img-content {
  padding: 20px;
}

.load-more {
  padding-top: 30px;
}

.load-more button {
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 1em;
  width: 100%;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-transform: uppercase;
}

.load-more i {
  margin-top: 2px;
  display: block;
}

.news-details-main .details-inn {
  padding: 50px 0;
}

.details-inn .details-content img {
  width: 100%;
}

.details-inn .details-content h4.title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.details-inn .details-content span.date {
  display: block;
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
}

.details-inn .details-content p {
  font-size: 16px;
}

.details-inn .details-content ul {
  padding-left: 20px;
}

.details-inn .details-content ul li {
  font-size: 16px;
}

.sidebar h4.title {
  margin-bottom: 30px;
}

.sidebar .blog-content {
  margin-bottom: 20px;
}

.sidebar .blog-content h6 {
  margin-bottom: 4px;
}

.sidebar .blog-content h6:hover {
  text-decoration: underline;
}

.sidebar .blog-content img {
  width: 100px;
}

.sidebar .blog-content .date {
  display: block;
  color: #666;
  font-size: 15px;
}

/* Latest News Ends */

/* Contact Starts */

.contact-inner .img-main img {
  width: 100%;
}

.contact-inner .contact-details a {
  color: #000;
}

.contact-inner .contact-details a:hover {
  text-decoration: underline;
}

.map {
  padding: 50px 0;
}

/* Contact Ends */

/* Service page css Starts */

.services-main .solutions-list {
  padding: 40px 0;
}

.solutions-list .solution-content {
  margin: 20px 0;
  padding-right: 25px;
}

.solutions-list .solution-content i {
  font-size: 34px;
  padding: 20px;
  background-color: #fff;
  color: #7a1e4c;
  border-radius: 50%;
  box-shadow: 0 6px 24px -2px rgb(119 139 165 / 20%);
}

.solutions-list h5.title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.solutions-list p {
  font-size: 16px;
  color: #454545;
}

.solutions-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.solutions-list ul li {
  line-height: 1.7;
  font-size: 16px;
  margin-top: 7px;
  color: #000;
}

.services-list {
  padding: 40px 0;
  background-color: #131419;
}

.services-list .service-list-content {
  padding: 50px 0;
}

.services-list .listing-img {
  position: relative;
  background-size: cover;
  min-height: 85vh;
  width: 100%;
  margin: 0;
  background-attachment: fixed;
  background-position: center;
}

.services-list .listing-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.services-list .inner-listing i.icon {
  font-size: 34px;
  padding: 20px;
  background-color: #fff;
  color: #7a1e4c;
  border-radius: 50%;
  box-shadow: 0 6px 24px -2px rgb(119 139 165 / 20%);
}

.services-list .inner-listing h4.inner-title {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.services-list .inner-listing p {
  font-size: 18px;
  color: #fff;
}

.services-list .inner-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-list .inner-listing ul li i {
  color: #7a1e4c;
  margin-right: 10px;
}

.services-list .inner-listing ul li {
  line-height: 1.7;
  font-size: 16px;
  margin-top: 7px;
  color: #fff;
}

.services-list .watch-cases {
  margin-top: 30px;
}

.services-list .watch-cases a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  font-family: "NHaasGroteskRegular";
  transition: all 0.3 ease-in-out;
}

.services-list .watch-cases a i {
  margin-left: 5px;
  font-weight: 100;
  transition: all 0.3 ease-in-out;
}

.services-list .watch-cases a:hover {
  color: #7a1e4c;
}

.services-list .watch-cases a:hover i {
  margin-left: 10px;
}

.skills-main {
  padding: 80px 0;
  padding-bottom: 50px;
}

.skills-main h3 {
  margin-bottom: 10px;
}

.skills-main p {
  color: #454545;
  font-size: 16px;
}

.progressbar-inn {
  margin-bottom: 30px;
}

.progressbar-inn:last-child {
  margin-bottom: 0;
}

.progressbar-inn .progress-bar {
  background-color: #7a1e4c;
}

.progressbar-inn h6 {
  font-size: 16px;
}

.progressbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-family: 'NHaasGroteskRegular'; */
  margin-bottom: 7px;
}

/* Service page css Ends */

/* Footer */

footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-nav li {
  display: inline-block;
  padding-right: 30px;
  color: #999;
  display: inline-block;
  font-size: 18px;
  margin: 2px 0;
}

footer .footer-nav a {
  color: #999;
  display: inline-block;
  font-size: 18px;
  /* margin-top: 10px; */
}

footer .footer-nav a:hover {
  color: #000;
}

footer .footer-nav.nav-right {
  text-align: right;
}

.cmn-slide-arrow .slick-prev:before,
.cmn-slide-arrow .slick-next:before {
  opacity: 1;
  color: #01afee;
  font-family: "FontAwesome";
}

.cmn-slide-arrow .slick-prev:before {
  content: "\f053";
}

.cmn-slide-arrow .slick-next:before {
  content: "\f054";
}

.cmn-slide-dots .slick-dots li button:before {
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  opacity: 0.3;
  color: #01afee;
}

.cmn-slide-dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #01afee;
}

.pagination-main .pagination {
  justify-content: center;
  border: 0;
  border-radius: 0;
}

.pagination-main .pagination li {
  font-size: 16px;
  margin: 0 5px;
}

.pagination-main .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-main .page-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out;
}

.pagination-main .page-item.active .page-link {
  color: #fff;
  background-color: #01afee;
  border-color: #01afee;
}

.pagination-main .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-main .page-link:hover {
  color: #fff;
  background-color: #01afee;
  border-color: #01afee;
}

.news-slider {
  margin-bottom: 40px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.comments-area .comments-list:last-child {
  margin-bottom: 0;
}

.comments-area .comments-list .commen-item {
  margin-bottom: 50px;
}

.comments-area .comments-list .commen-item .content h3,
.comments-area .comments-list .commen-item .content h4,
.comments-area .comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-area .comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.comments-area .comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
  margin-right: 20px;
}

.comments-area .comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comments-list p {
  font-size: 16px;
}

.comments-area .comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.comments-area .comments-info a i {
  margin-right: 10px;
}

.comments-area .comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area .comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.comments-form .form-control {
  font-weight: 100;
  border-radius: 0;
}

.comments-form button {
  border: 0;
  padding: 8px 25px;
  font-weight: 200;
  background: #01afee;
  color: #fff;
}

.form-control:focus {
  box-shadow: 0;
}

.team-gallery .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.team-gallery .nav-pills .nav-link {
  border-radius: 0;
  border: 0;
  background: #f3f3f3;
  color: #000;
  margin: 0 5px;
  font-weight: 100;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.team-gallery .nav-pills .nav-link.active,
.team-gallery .nav-pills .nav-link:hover,
.team-gallery .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #01afee;
}

.team-gallery .gallery-video {
  margin: 15px 0;
}

.breadCrumbMain .img-main img {
  width: 100%;
  height: auto;
}

.clientsMain {
  padding-bottom: 80px;
}

.clientsMain .clients-title {
  margin-bottom: 10px;
  text-align: center;
}

.clientsMain .item {
  text-align: center;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.clientsMain .item img {
  width: 100%;
  height: auto;
}
