.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg); 
  right: 10px;
  left: auto;
}
 
.txt-color2 { color:#fecc00 !important; }
.bg-color2 { background-color:#fecc00 !important; }

/*.hero-banner{*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
.partners-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fafcff;
}
.partners-section .bg-image {
    position: absolute;
    top: -25%;
    left: 0;
    z-index: -1;
    width: 45%;
    opacity: 0.2;
}
.partners-section .bg-image-2{
    position: absolute;
    bottom: -25%;
    right: 0;
    z-index: -1;
    width: 45%;
    opacity: 0.2;
}
.partners-section .item a{
    box-shadow: 0px 0px 10px 0px #ccc;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: 10px;
    padding: 10px;
}
.partners-section .owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 0 5px;
}
.partners-section .item a img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}


/* ************ Sponsored By *********** */
.mx-auto{
    margin: auto;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-content-center{
    justify-content: center;
}
.p-0{
    padding: 0!important;
}
.sponsored-section {
  background-color: #fafcff;
  z-index: 1;
  position: relative;
  /* background-image: url('../img/pattern-bg.png'); */
}
.partner-row {
  margin-bottom: 3rem;
}
.partner-row a {
  box-shadow: 0px 0px 10px 0px #ccc;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
  /* border-top: 5px solid; */
  display: block;
  margin-bottom: 35px;
}
.partner-row .logo-div {
  padding: 10px;
  /*min-height: 125px;*/
  /*max-height: 140px;*/
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.partner-row .sponsor-name {
    text-align: center;
    background: #f1f1f1;
    color: #394f80;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 5px;
    line-height: 1.2;
}
.partner-row a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sponsor-silver .logo-div {
  width: 265px;
  height: 150px;
}
.organized-by a,
.gold-sponsor a {
  width: 48%;
}
.top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  z-index: -1;
}
.center {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  z-index: -1;
  transform: rotate(180deg);
  /* opacity: 0.4; */
}
.held-in a,
.organized-by a,
.supported-by a,
.partner-ins a,
.gold-sponsor a {
  width: 285px;
  margin: 0 15px;
}
.organized-by,
.gold-sponsor {
  width: max-content; 
}
.gold-sponsor {
  width: 100%;
}
.gold-sponsor .d-flex {
  flex-wrap: wrap;
}
.held-in .logo-div,
.organized-by .logo-div,
.supported-by .logo-div,
.gold-sponsor .logo-div {
  width: 220px;
}

@media (max-width: 991px) {
    .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler{
        top: 12px;
    }
    .c-content-title-1 > h3.c-font-uppercase {
        font-size: 28px;
        margin: 0 0 10px 0;
    }
    .partner-row .logo-div{
        height: 160px;
    }
    .sponsor-silver .logo-div{
        height: 140px;
    }
    .about-us-section .panel{
        margin-top: 30px;
    }
    .about-us-section .c-content-accordion-1 .panel > .panel-collapse > .panel-body {
        padding: 25px 30px 30px 30px;
    }
    .c-layout-footer-7 .c-body .c-links{
        width: 50%;
    }
    .c-layout-footer-7 .c-body .c-links + .c-links:last-child {
        padding-left: 0;
    }
    .c-layout-footer-7 .c-postfooter .c-copyright{
        text-align: center;
    }
}


