.logo img {
  max-width: 100%;
  height: 80px;
}

.caption {
  text-align: center;
  margin: 0 auto;
  max-width: 85%;
  width: 100%;
}

/* .caption
{
    max-width: 85% !important;
    position: relative !important;
    top: calc(50% - 150px) !important;
    margin: 0 auto !important;
} */

.caption h2,
.caption h4,
.caption p,
.caption div {
  color: white;
  text-align: center;
}

.container1 {
  max-width: 1140px;
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
  box-sizing: border-box;
}

em {
  color: var(--color-1);
  font-style: normal;
}

.common-page h3 {
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  font-size: 20px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-area.background-header .main-nav .nav li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header-area .main-nav .nav li:last-child {
  border-right: none;
}

small {
  font-size: x-small;
}

.portfolioWrapper {
  background-color: #fff;
  position: relative;
  margin: 10px;
  min-height: 100%;
  box-shadow: 0px 0px 5px #33333377;
  transition: all 0.3s;
  transform: scale(1);
  transform-style: preserve-3d;
}

.portfolioWrapper:hover {
  box-shadow: 0px 0px 15px #333333aa;
  transform: scale(1.02);
  transform-style: preserve-3d;
}
.portfolioWrapper p {
  text-align: center;
}

.portfolioWrapper .btn-danger {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sharebox {
  position: fixed;
  top: 40%;
  right: -70px;
  background-color: var(--color-1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
}

.showSharebox {
  right: 0px;
}

.sharebox .iconwrapper {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.sharebox .iconwrapper:last-child {
  border-bottom: none;
}

.sharebox .iconwrapper i {
  font-size: 24px;
  color: white;
}

.shareboxSocial {
  position: fixed;
  right: -70px;
  top: 40%;
  background-color: #e8e8e8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.showShareboxSocial {
  right: 45px;
}

.shareboxSocial .iconwrapper {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.shareboxSocial .iconwrapper:last-child {
  border-bottom: none;
}

.shareboxSocial .iconwrapper i {
  font-size: 24px;
  color: var(--color-1);
}

.our-courses .card-title {
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  line-height: 44px;
}

/* MOBILE-STYLE */
@media (max-width: 767px) {
  .main-banner .caption h2 {
    line-height: 36px;
  }
  section.upcoming-common h2 span {
    font-size: 48px !important;
  }
  .header-area .main-nav .nav li {
    border-right: none;
  }
}

@media (min-width: 1200px) {
  .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    display: block !important;
  }
}
