/********** Template CSS **********/
:root {
    /*--primary: #506916;*/
    --primary: #ba3b35;
    --secondary: #E93C05;
    /*--tertiary: #555555;*/
    --tertiary: #000000;
    --light: #DFE4FD;
    --dark: #011A41;
    --white: #ffffff;

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*object-fit: contain;*/

    }
}

.page-header {
    padding-top: 200px;
    padding-bottom: 70px;
    background: url('../img/AICA-Cover.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

@media (max-width: 767px){
.page-header {
  padding-top: 120px;
  padding-bottom: 20px;
}

}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95));
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
    color: #ffffff;
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}
.project-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
   /* position: absolute;
    top: 0rem;
    right: 0;
    bottom: 0;
    left: 3rem;*/
    border: 1px solid var(--light);
    border-radius: 8px;
    /*display: flex;
    align-items: flex-end;*/
    padding: 18px;
    z-index: -1;
    transition: .5s;
    display: block;
    text-align: center;
}

.project-item:hover .project-title {
    background: var(--light);
    border-color: var(--light);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #011A41;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: var(--secondary);
    background: var(--secondary);*/
    color: #ffffff;
    background: #011a41;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--light);
/*    color: var(--light);*/
    color: #011a41;
/*    background: #ffffff;*/
}




/*Cashew pdf scroll*/
.project-carousel1 .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel1 .owl-nav .owl-prev,
.project-carousel1 .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: var(--secondary);
    background: var(--secondary);*/
    color: #ffffff;
    background: #011a41;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel1 .owl-nav .owl-prev:hover,
.project-carousel1 .owl-nav .owl-next:hover {
    background: var(--light);
/*    color: var(--light);*/
    color: #011a41;
/*    background: #ffffff;*/
}


/*** Team ***/
.team-item {
    position: relative;
    /*padding: 4rem 0;*/
    padding: 4rem 0 6rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    /*right: 3rem;*/
/*    right: 1.2rem;*/
    right: 0rem;
    bottom: 0;
    /*left: 3rem;*/
    left: 0rem;
/*    left: 1.2rem;*/
    padding: 15px;
    /*border: 0px solid var(--primary);*/
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.103);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.103);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--light);
    border-color: var(--light);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer.usefullink .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 0px;
    box-shadow: none;
}

.usefullinks .btn.btn-link.text-white:hover {
  text-decoration: underline;
}

.copyright {
    color: var(--light);
/*    background: #000B1C;*/
    /*background: #3a4a15;*/
    /*background: #A23B37;*/
    background: #000;

}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--light);
}
/*Countdown*/
.count-down {
  background-color: #ffffff;
}
.count-down .box-head {
  position: relative;
  margin-top: -40px;
  border: 1px solid rgba(238, 238, 238, 0.219);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.507);
  padding: 12px;
  -webkit-box-shadow: 0 0 30px #00000017;
  box-shadow: 0 0 30px #00000017;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-head {
    padding: 8px;
    border-radius: 10px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
    .footer .btn.btn-link {
    text-align: left;

    }
  .count-down .box-head {
    padding: 4px;
    border-radius: 8px;
    /*margin-top: -20px;*/
  }
}
.count-down .box-content {
  text-align: center;
  /*background-color: #7ca83e;*/
  background-color: #bd403c;
/*  background-image: url(../img/bg.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 50px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-content {
    padding: 30px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .count-down .box-content {
    padding: 20px;
    border-radius: 4px;
  }
}
.count-down .box-content::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/Lable_1.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.count-down .box-content::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(../img/Lable_2.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.count-down .box-content .box {
  width: 24%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.count-down .box-content .box::before {
  position: absolute;
  content: "";
  right: -3.5px;
  top: 50%;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -7px;
}
@media (max-width: 767px) {
  .count-down .box-content .box::before {
    height: 4px;
    width: 4px;
    margin-top: -4px;
    right: -2px;
  }
}
.count-down .box-content .box::after {
  position: absolute;
  content: "";
  right: -3.5px;
  top: 50%;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .count-down .box-content .box::after {
    height: 4px;
    width: 4px;
    margin-top: 4px;
    right: -2px;
  }
}
.count-down .box-content .box:last-child::before {
  display: none;
}
.count-down .box-content .box:last-child::after {
  display: none;
}
.count-down .box-content .box h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-content .box h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .count-down .box-content .box h1 {
    font-size: 27px;
    font-weight: 600;
  }
}
.count-down .box-content .box h2 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-content .box h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .count-down .box-content .box h2 {
    font-size: 14px;
  }
}
/*Customized*/
.programme-schedule .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
}
.programme-schedule .nav-item {
    display: inline-block;
    margin-right: 15px;
}
.programme-schedule .nav-link {
  padding: 20px 40px;
  transition: all 0.4s ease;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.082);
  position: relative;
  font-weight: 500;
}
.programme-schedule .nav-item .nav-link span {
  font-size: 14px;
  display: block;
  margin-top: 2px;
  font-weight: 400;
}

.programme-schedule .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.programme-schedule .nav-item .nav-link::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  border: 10px solid #506916;
    border-right-color: rgb(16, 17, 48);
    border-bottom-color: rgb(16, 17, 48);
    border-left-color: rgb(16, 17, 48);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px){
    .programme-schedule .nav {
        display: block;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .programme-schedule .nav .nav-item {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .programme-schedule .nav .nav-item .nav-link {
        display: block;
        width: 100%;
    }
}

.programme-schedule .single-event {
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 4px solid transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.082);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.082);
}
@media (max-width: 767px) {
  .programme-schedule .single-event {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .programme-schedule .single-event {
    text-align: center;
    display: block;
  }
}
.programme-schedule .single-event:hover {
  /*border-left-color: #101130;*/
  border-left-color: #ed392b;

}
.programme-schedule .single-event .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media (max-width: 767px) {
  .programme-schedule .single-event .date {
    text-align: center;
    display: block;
  }
}
.programme-schedule .single-event .date h2 {
  display: inline-block;
  margin-right: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 39px;
}
@media (max-width: 767px) {
  .programme-schedule .single-event .date h2 {
    font-size: 40px;
    text-align: center;
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
}
.programme-schedule .single-event .date p {
  display: inline-block;
  color: #101130;
  font-weight: 500;
}
.programme-schedule .single-event .date p span {
  display: block;
  color: #727272;
  margin-top: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.programme-schedule .single-event .event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media (max-width: 767px) {
  .programme-schedule .single-event .event-info {
    text-align: center;
    display: block;
    margin-top: 15px;
  }
}
.programme-schedule .single-event .event-info .image {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .programme-schedule .single-event .event-info .image {
    margin: 0;
    margin-bottom: 10px;
  }
}
.programme-schedule .single-event .event-info .image img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-top: 10px;
}
.programme-schedule .single-event .event-info .info h4 a {
  font-size: 17px;
  font-weight: 500;
  color: #101130;
}
.programme-schedule .single-event .event-info .info h4 a:hover {
  color: #101130;
}
.programme-schedule .single-event .event-info .info ul {
  margin-top: 5px;
}
.programme-schedule .single-event .event-info .info ul li {
  display: inline-block;
  margin-right: 15px;
}
.programme-schedule .single-event .event-info .info ul li a {
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}
.programme-schedule .single-event .event-info .info ul li a:hover {
  color: #101130;
}
.programme-schedule .single-event .event-info .info ul li i {
  color: #101130;
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  margin-top: 4px;
  vertical-align: top;
}
.programme-schedule .single-event .event-info .info ul li:last-child {
  margin: 0;
}
.programme-schedule .single-event .button {
  float: right;
}
/*Customized*/
.programme-schedule .single-event .event-info .user-role
    {
      margin-top: 10px;
    }
.programme-schedule .single-event .event-info .user-role a
    {
      font-size: 14px;
      color: #727272;
      font-weight: 400;
    }
@media (max-width: 767px) {
  .programme-schedule .single-event .event-info .info ul li {
  display: block;
  margin-right: 0px;
}
  .programme-schedule .single-event .button {
    margin-top: 20px;
    float: none;
    text-align: center !important;
  }
}
.contact-us {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 30px;
}
.contact-us .inner-content {
  padding: 50px;
  -webkit-box-shadow: 0 0 35px #00000012;
  box-shadow: 0 0 35px #00000012;
  border-radius: 5px;
  background-color: #fff;
  /*position: relative;*/
  /*margin-bottom: -120px;*/
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .inner-content {
    margin-bottom: -80px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact-us .inner-content {
    margin-bottom: -40px;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-us .contact-form {
    margin-top: 30px;
  }
}
.contact-us .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-us .contact-form .form-group label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.contact-us .contact-form .form-group input {
  height: 45px;
  border: 1px solid #e3e1e1;
  border-radius: 4px;
  padding: 0 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-us .contact-form .form-group input:focus {
  border-color: #101130;
}
.contact-us .contact-form .form-group textarea {
  height: 200px;
  border: 1px solid #e3e1e1;
  border-radius: 4px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-us .contact-form .form-group textarea:focus {
  border-color: #101130;
}
.contact-us .contact-form .button {
  margin-top: 30px;
  width: 100%;
}
.contact-us .contact-form .button .btn {
  width: 100%;
}
.contact-us .contact-widget-wrapper {
  padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
  }
}
.contact-us .contact-widget-wrapper .main-title {
  margin-bottom: 30px;
}
.contact-us .contact-widget-wrapper .main-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 40px;
}
.contact-us .contact-widget-wrapper .main-title h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 22px;
    line-height: 35px;
    line-height: 28px;
  }
  .contact-us .contact-widget-wrapper .main-title h4 {
    font-size: 20px;
    line-height: 35px;
    line-height: 28px;
  }
}
.contact-us .contact-widget-wrapper .main-title p {
  font-size: 16px;
}
.contact-us .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .contact-widget-block {
    margin-bottom: 20px;
  }
}
.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
  margin: 0;
}
.contact-us .contact-widget-wrapper .contact-widget-block h3 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.contact-us .contact-widget-wrapper .contact-widget-block p {
  margin-bottom: 5px;
}
.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
  margin: 0;
}


/*Customized*/
.sponsors-logo
{
  margin: 0 0 30px;
  min-height: 150px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.single-directors
{
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
/*  height: 200px;*/
  height: 150px;
  /*padding: 10px;*/
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.103);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.103);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.table-font
{
  font-family: "Jost", sans-serif !important;
}
.proceeding-new > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #f00;
  font-size: 0.8em;
  text-transform: capitalize;
}
    /*Animination for*/
.proceeding-new
{
  background-position: 50%;
  background-repeat: no-repeat;
  transform: rotate(-27deg);
  display: table;
  margin: auto;
  font-size: 0.7em;
  position: absolute;
  bottom: 25px;
  /*right: 4px;
  top: 8px;*/
  left: 0px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.35));

}
.blink_me {
      animation: blinker 0.999s linear infinite;
    }
    .blink_me:hover
    {
      animation: blinker 0s linear infinite;
    }
    @keyframes blinker {  
50% { opacity: 0; }
}