

body{
/* font-family: 'Noto Sans Tangsa', sans-serif; */
font-family: PT Sans;
	color: black;
	background-color: #fff;
}


/* body p{
font-size: 15px; 
} */
 h1,h2,h3,h4,h5,h6{
 font-family: 'Noto Sans Tangsa', sans-serif;
 }


.ani{
	/*background-image: linear-gradient(to right, #EB201A 0%,#3A3285 36%,#EB201A 65%,#3A3285 100%);*/
	background:RGB(0,141,210);
}

.text-animation {
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation:6s infinite linear;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: hue;
}



h2{
	font-size: 20px;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color:#000;
}

    .dropdown:hover .dropdown-menu{
  		display: block;
  	}


  	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: RGB(0,141,210);
}

.carousel-control-next,.carousel-control-prev,.carousel-indicators {
    z-index: 20 !important;
}

@media only screen and (max-width: 768px) {
 .carousel-caption {
    margin: 0px !important;
}
.carousel-caption {
    right: 2% !important;
    left: 2% !important;
}
}

/************ submenu open code ***************/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    /* border-radius: 0.25rem; */
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border-bottom: 1px solid #dddddd;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color:RGB(0,141,210);
}

/*submenu closed*/ 


/*login and form open*/

.users .fa{
   
    margin-top: 11px;
    margin-left: 11px;
    color: #000;
}


.active .fa{
    margin-top: 11px;
    margin-left: 11px;
}
.search-box {
    background: #E8E8E4;
    position: absolute;
    top: 70px;
    right: 7.4%;
    width: 500px;
    height: 55px;
    line-height: -7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #3c3389;
    display: none;
    z-index: 1;
}

/* .search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #3c3389;
} */

.search-box input[type="text"]{
  width: 250px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #393184;
  outline: none;
  margin-top: 6px;
}

.search-box input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: linear-gradient(80deg, rgba(0, 141, 210, 1) 0%, rgba(0, 141, 210, 1) 30%, rgba(0, 28, 42, 1) 100%);

  color: #fff;
  margin-left: -6px;
  border: 1px solid #393184;
  outline: none;
  cursor: pointer;
}


/*login and form closed*/


  .carousel-caption{
	background-color: #000000c2;
   
    margin: 0px 216px;
    padding: 30px;
}

/**** about us code open*****/

.abt-us{
	padding: 50px 0px 50px 0px;
}


/**** about us code  closed*****/

/*team member open css*/

.team{
	padding: 20px 20px 20px 20px;
	/*background-color: #f9f9f98f;*/
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    object-fit: cover;

}

.social-link {
    width: 35px;
    height: 35px;
    border: 1px solid #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #666; */
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}


.crdtem{
	border-top: 3px solid #393184;
	height: 450px;

}

.crdtemred{
	border-top: 3px solid #008dd2;
	min-height: 450px;
transition: 0.3s ease-in;
}
.crdtemred:hover{
	border-bottom: 3px solid #008dd2;
	min-height: 450px;
border-top: none;
transform: scale(1.01);
}

/*team member css closed*/


.tt{
	display: block;
    background: #fff;
    
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 30px 10px 30px 10px !important;
    border-radius: 40px 8px 40px 8px !important;
   
    height: 330px !important;
   
}

.tt:hover{
	display: block;
    background: #fff;
   
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 30px 10px 30px 10px !important;
    border-radius: 40px 8px 40px 8px !important;
   
    height: 330px !important;
	border-top: 3px solid #008dd2 !important;
    border-bottom: 3px solid black !important;
}

.tt img {
    vertical-align: middle;
    border-style: none;
    object-fit: contain;
}





/*Fellowship-lst css open*/



.Fellowship-lst a{
  color: #000;
}

.Fellowship-lst a:hover{
    color: #3A3285;
    text-decoration: none;
}

.card {
  transition: transform 0.5s;
}

.owl-carousel a{
  color:black!important;
}

.tcnotes a{
     color:black!important;
}
.tcnotes a:hover{
     color:blue!important;
}
.owl-carousel a:hover{
  color:blue!important;
}
.card:hover {
    transform:scale(1.1);
}
.card1 {
  transition: transform 0s !important;
}
.card1:hover {
    transform:none !important;
}
/*Fellowship-lst css closed*/

/*login form css open*/


  .main-section {
            margin: 0 auto;
            margin-top: 100px;
            background-color: #fff;
            border-radius: 5px;
            padding: 0px;
        }

        .user-img {
            margin-top: -50px;
        }

        .user-img img {
            height: 100px;
            width: 100px;
        }

        .user-name {
            margin: 10px 0px;
        }

        .user-name h1 {
            font-size: 30px;
            color: #676363;
        }

        .user-name button {
            position: absolute;
            top: -50px;
            right: 20px;
            font-size: 30px;
        }

        .form-input button {
            width: 100%;
            margin-bottom: 20px;
        }

        .link-part {
            border-radius: 0px 0px 5px 5px;
            background-color: #ECF0F1;
            padding: 15px;
            border-top: 1px solid #c2c2c2;
        }
        
        .btn:hover {
    color: #ffffff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btvie{
   background: rgb(0,28,42);
/* background: linear-gradient(80deg, rgba(0,28,42,1) 0%, rgba(0,141,210,1) 70%, rgba(0,141,210,1) 100%); */
background: rgba(0,141,210,1) !important;
    
    color: #fff;
    border:none;
}



/*login form css closed*/











/*footer*/
.col_white_amrc {
  color: #fff;
}
footer {
  /* background-image: url(../image/footimg.jpg); */
  background-color: #000;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /* clip-path: polygon(0% 28%, 160% 0%, 100% 100%, 0% 100%); */
    padding: 20px 0px 30px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 14px;
  color: #FFF;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 15px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #FFF;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}
footer p i{
  font-size: 16px  !important;
  margin-right: 5px;
  margin-top: 10px;
}
.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding-top: 5px;
  border-radius: 50%;

}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}


.textblock{
	padding: 20px 0px 20px 0px;
}

.textblock p{
	text-align: justify;
}



/****** css open committe page *********/

.comm{
		display: block;
    background: #fff;
    box-shadow: 0 11px 20px rgb(123 149 162 / 15%);
    font-weight: 400;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
   
    min-height:350px;

   
}



.comm img {
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
}
.comm h5{

	

	font-size: 18px;
}

.comm .small{
	font-size: 14px;
}


/****** css closed committe page *********/


/*newsltr css open*/

.newsltr{
	/*padding: 30px 0px 30px 0px;*/
}

.badge{
	 background: rgb(0,141,210);
background: linear-gradient(80deg, rgba(0,141,210,1) 0%, rgba(0,141,210,1) 30%, rgba(0,28,42,1) 100%);
	 margin-top: -20px;
}

.newsltr .card-body {
   
    padding: 10px 10px 20px 10px;
}

.newsltr p{
	text-align: justify;
}

.card-title {
    margin-bottom: 0.75rem;
    padding-top: 10px;
}

.newsltr .card{
border: none;
 box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
 border-radius: 10px; 
}



/*newsltr css closed*/

.eventsection{
	padding: 30px 0px 30px 0px;
}

.eventsection .card{
	border: none;
}

/*owl slider css open*/

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 10px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-prev {
    right: 100px;
}


.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: -10%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}
  	

.owl-next {
    right: 30px;
}
.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: -10%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 45px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}

.owl-next span{
  
  padding: 0px 10px;
 color:black;
 
}

.owl-prev span{
 
  padding: 0px 10px;
 color:black;
}

/*owl slider css closed*/

.tbs {
	padding: 40px 0px 40px 0px;
}





/*****************counter number flewship css open *****************/

.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}



/*****************counter number flewship css open *****************/



.VISIBIl .crdtemred{
  height: 300px;
}



/*******blog page css open code*******/

    .newsltr .card a{
      text-decoration: none !important;
      color: black;
    }

    .newsltr .card a:hover{
      color: #3A3285;
      text-decoration: none;
    }

    /*******blog page css closed code*******/
   .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
/* .btn:hover {
    color: white !important;
    background: rgb(0,141,210)!important;
background: linear-gradient(80deg, rgba(0,141,210,1) 0%, rgba(0,141,210,1) 30%, rgba(0,28,42,1) 100%)!important;
    border-color:#f7f7f7 !important;
} */
.btn-link:hover {
    text-decoration: none !important;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.cardhn:hover {
    transform: none !important;
}
