.wrapper {
    position: relative;
}
.wrapper:before,
.wrapper:after {
    display: table;
    line-height: 0;
    content: "";
}
.wrapper:after {
    clear: both;
}

.header-wrapper {
    border-bottom: 1px solid #d0d0d0;
}
.header-wrapper .container.common-container.header-container {
    padding: 8px 15px;
}
.container.common-container {
    max-width: 1200px;
}
.container.common-container {
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.common-wrapper .container.common-container.four_content {
    max-width: 1224px;
  font-size:16px;
}

.logo {
    font-size: 150%;
    line-height: 130%;
    padding: 0px;
    margin: 0px;
}
.logo {
    /* font-size: 140%; */
    display: inline-block;
}

.logo {
    background: none;
    /* padding: 0; */
}

.logo a {
    display: block;
    text-align: left;
}
.logo a {
    color: #000;
}
.logo img {
    float: left;
    padding: 0 15px 0 5px;
}

.logo a em {
    display: inline-block;
    padding-top: 15px;
    font-weight: 400;
}

.logo a span {
    white-space: nowrap;
}

.logo a span {
    display: block;
    font-weight: 600;
    /* font-size: 110%; */
}
em { 
  font-style: normal;
}
.header-right {
    float: right;
}

.right-content {
    padding-top: 0;
    float: right;
}
.heading
{
  font-family: 'Open Sans', sans-serif;
  font-size:23px;
  color: #4267b2;
    position: relative;
    opacity: 1 !important;
}
.carousel-img{
  background-color: #000;
  color: #fff;
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position:relative;    
  z-index: 2;
  /* -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); */
  opacity: 0.8;
}
  .carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height:100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
} */

/* .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
} */

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 15;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size:10px;
}
@media screen (max-width: 768px) and (min-width: 1024px)
{
.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 70px;
}
}

@media screen and (max-width: 1024px)
{
.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom:0px;
}
}

.carousel-indicators {
  bottom: 0;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-item .logo {
  min-height: 100px;
  width: 100%;
}

/* .carousel-item {
  min-height: 350px;	
  width: 100%;
} */

.carousel-item .banner {
  min-height: 350px;	
  width: 100%;
}
.carousel-caption h3 {
  background-color: rgb(4 4 4 / 35%);
font-weight:500;
color:#ffffff;
} 
.carousel-caption button {
  background-color: rgb(0 0 0 / 75%);
}
.carousel-caption button:hover {
  background-color:#dddfe2;
  /* border-color: #000; */
}
.btn-primary
{
  background-image: linear-gradient(to bottom, #77afdf 0%, #0b497e 100%);   
}
.btn-primary:hover,
.btn-primary:focus
{
  background-position: 0 0;
}
.btn a
{
  color:#dddfe2;
}
.btn a:hover
{
  color:#000;
}

/* .carousel-caption h3 {
  padding: .5em;
} */
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}
.carousel-caption button {
  border-color: #dddfe2;
  margin-top: 1em;
}
/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.carousel-caption
{
margin: 48px 0px;
}
h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.p {
  padding-top: 125px;
  text-align: center;
}
.p a {
  text-decoration: underline;
}
.logoIcon {
  width: 30%;
  height: 30%;
  border-radius: 100px;
}
.back-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
  /* .carousel-item img	{
      object-fit: cover;
  width: 100%;
  min-height: 350px;
  position: absolute;
  
  } un-comment for initial design for banner slider*/

.carousel-item .logo img	{
      object-fit: cover;
  max-width: 100%;
  /* min-height:100px; */
  /* min-height: 350px; */
  /* position: absolute; */
  
  }
.card-body1 ul,.card-body1 p{overflow: hidden;height:50px;}.card1{margin: 30px 10px;} .highlights-bg .no-owl-carousel{width:89%}#invite{font-size: 0.8em;color: #fb2525;}.thumbnail-orange {background: #f67500;}.thumbnail-green {background: #31b901;}.owl-item .card-body1 .btn-group.btn-group-justified {max-width: 86%;}
@media (min-width: 992px)
{
.col-md-4 {
  width: 33.33333333%;
  float: left;
}
}

.img-circle {
  border-radius: 50%;
}
.info1
{
/* width: 300px; */
  margin: 50px auto;
  text-align: center;
  height: 253px;
  overflow: hidden;
  position: relative;
  /* float: left; */
  border: 5px solid #fff;
  background-image: linear-gradient(-45deg, #c2335c 0%, #b56560 100%);
  /* background: #e2f0ff; */
  box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
  /* margin-right: 4px; */
  transition: all ease-in-out 0.3s;
 
}
.info-card
{
background-image: linear-gradient(-45deg, #c2335c 0%, #b56560 100%);
}

.total
{
font-family: manrope, sans-serif;
text-align: justify;
color: #FFFFFF;
margin-top: 15px;
  padding-bottom: 5px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-left: hidden;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li {
  position: relative;
  display: block;
}
.nav-tabs>li {
  float: left;
  margin-bottom: 3px;
  margin-left: 3px;
}