body{
	margin-top: 5px;

}
li{
	/*text-transform: uppercase;*/
}
.main_heading
{
	color: #820e0e;
	font-weight: bold;
}
.home_link
{
	font-weight: bold;
	background-color: #f93154;
      border-radius: 10px;

}
.about_link{
	font-weight: bold;
}
.contact_link{
	font-weight: bold;
}
.about_div{
	margin-top: 25px;
}
.imground { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; margin: 0 auto; }
hr
{
	color: #f54d05 ;

}
h3{
	color: #f25d07;
}

.testm-bg-1 {
	background: #f93154;
	height: 400px;
}

.testm-bg-2 {
	background: #39c0ed;
	height: 400px;
}

.testm-bg-gray {
	background: #f5f5f5;
	height: 400px;
	padding: 20px 20px 10px 20px;
	color: #f93154;
	margin-bottom: 30px;
}

.testm-para {
	height: 180px;
	overflow: auto;
	font-size: 14px;
	text-align: justify;
	line-height: 23px;
	color: #000;
	padding-right: 5px;
	margin-top: 15px;
}

footer{
	margin-top: 10px;
	 border-top-style:  solid;
  border-top-color: coral;
  border-top-width: 5px;
}
.card
{
	margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {  
  
.testm-bg-1, .testm-bg-2 { height: 30px; }

}

@media only screen and (max-width: 600px) {
  img{
  	 display: block;
  		margin-left: auto;
 	 margin-right: auto;
  		width: 50%;
  }

}



@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.nav-item:hover {
  background-color: #f93154;
  border-radius: 10;
     border-radius: 10px;

}
.nav-item
{
    margin-left: 8px;

}
.dropdown-item:hover
{
	 background-color: #f93154;
	 color: white;
}
.map-container-section {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container-section iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.member img {
  width: 150px;
  max-width: 60%;
  height: 150px;
  max-height: auto;
  border-radius: 50% !important;
  margin: 0 0 30px 0;
}
/* Galary */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.grid > div {
  background: rgb(255, 255, 255);
  padding: 1rem;
  display: grid;
  place-items: center;
}
.grid > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  grid-area: 1/1/2/2;
}
.grid > div img {
  width: 100%;
  grid-area: 1/1/2/2;
}

.team .member {
  text-align: center;
  margin-bottom: 10px;
  width: 400px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  width: 150px;
  max-width: 60%;
  height: 150px;
  max-height: auto;
  border-radius: 50% !important;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 17px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}




#marquee {


}

#marquee .container {
    overflow: hidden;
    width: 100%;
}

#marquee .pic-container {
    display: flex;
    animation: marquee 10s infinite linear;
}

#marquee .pic-container .pic {
    flex-basis: 20%;
    flex-shrink: 0;
}

#marquee img {

    width: 100%;



}

@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 25%;
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 33.33%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-186.65%);
        }
    }
}

/* testimonial */


.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-family: inherit;
        font-size: 1px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        margin-bottom:80px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #3190E7;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #3190E7;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }
#cover{
    height: 400px;
}
@media only screen and (max-width: 600px){
    #cover{
        height: 1000px;
    }
     #publication_graph{
        height: 200px;  
            width: 100%;
          }
}


.table-row {  background: #39c0ed; }
.table td, 
.table th { padding: 5px 15px! important; font-size: 16px; font-weight: 400! important }
.p-border { border:2px solid #f93154; width:50px; margin-left: 15px; margin-top: -5px; margin-bottom:15px; }