body{
	font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}
.header-navbar{
	background:#000;
}
.faa{
	font-size: 19px!important;
    border: 1px dotted white;
    border-radius: 30px;
    height: 45px;
    width: 45px;
    margin-right: 5px;
    text-align: center;
    line-height: 39px !important;
    background: red;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color:#fff!important;
    font-size: 14px;
	text-transform:uppercase!important;
    font-weight: 500;
}
.title_menu{
    font-size: 14px;
    border-bottom: 1px solid #35c7e94a;
    padding-bottom: 13px;
    font-weight: 600;
    margin-bottom: 13px;
    color:#35dccc;
}
.large_menu li{
    border-bottom: 1px solid #08b08e47;
    padding-bottom: 11px;
}
.large_menu a{
    color: #f1f1f1;
    font-size: 15px;
}
.large_menu a:hover{
    color:#fff;
    text-decoration:none;
}

.header__top__widget {
    padding: 7px 0 0px;
}
.header__top__widget li {
    font-size: 15px;
    color: #d6d6d8;
    display: inline-block;
    margin-right: 9px;
    list-style: none;
}
.header__top__widget li span {
    color: #e6e5e2;
    margin-right: 5px;
}
.header__top__right {
    text-align: right;
}
.header__top__auth {
    display: inline-block;
    margin-right: 45px;
    padding: 7px 0 0px;
}
.header__top__auth ul li {
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
}
.header__top__auth ul li a {
    font-size: 15px;
    color: #f5f5f5;
}
.logo_text h1{
color: #017b67;
    font-weight: 600;
}
.logo_text h3{
    color: #e05b25;
    font-size: 28px;
    font-weight: 700;
}

.header-info .hf-item {
    display: inline-block;
    margin-left: 35px;
	margin-top:10px;
}
.header-info .hf-item p {
   display: inline-block;
    position: relative;
    top: 17px;
    margin-bottom: 0;
    right: -5px;
    font-weight: 500;
	/*background:red!important;*/
}
.header-info .hf-item i {
   display: inline-block;
    position: relative;
    border: 1px solid;
    color: #ffffff;
    font-size: 17px;
    height: 45px;
    wid: 13px;
    line-height: 39px;
    border-radius: center;
    width: 45px;
    text-align: center;
    border-radius: 24px;
    background: #007d65;

}
.header-slider{
	background:#06060661;
	
}
.header-slider h5{
	    font-size: 48px;
    font-weight:700;
    color: #24b1d2;
}
.header-slider h3{
	font-size: 30px;
    font-weight: 700;
}

.welcome_bbats{
	padding:45px;
}
.welcome_heding h3{
	color:#2b2c30;
	font-weight:600;
	margin-bottom: 40px;
}

.welcome_heding h3:before{
	content: "";
    position: absolute;
    height: 2px;
    left: 0;
    margin: 0px auto;
    right: 0px;
    margin-top: 45px;
    width: 8%;
    background: #f94a03;
	
}
.picture{
	border: 2px solid #24b1d2;
    padding: 5px;
	}

.panel_picture h5{ 
	font-size: 14px;
    margin-top: 15px;
    color: #217bce;
    text-decoration: underline;
	}
	
/*----------------team slider----------------*/

/* PROFIL */
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
    
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.html);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
 padding: 0 0 40px;
    background: #35dccc;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}


.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:#fff;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}

.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}

.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
 font-size: 15px;
    font-weight: 700;
    color: #272727;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}

.widget ul{list-style-type:none!important;margin-left:-40px;}
.widget ul li{list-style-type:none!important;}
.widget ul li a{font-size:13px!important;padding-top:18px;}
.prabhu img{float:right!important;width:80px;height:70px;margin-right:30%;}}
.logo img{width:120%!important;height:auto!important;}
.hf-item{float:right!important;}
.h_top .div1,.div2,.div3{text-align:center;color:#fff!important;font-size:13px;font-weight:bold;}

ul.navbar-nav li a{padding:0 25px!important;background:none;text-transform:uppercase;font-size:14px!important;}

.navbar{
	background:#000;
}

.footer{background:#000!important;}
.footer a{color:#fff!important;font-weight:bold;}
.dropdown-menu{background:orange!important;}
.dropdown-menu a.dropdown-item{padding:8px 15px!important;background:orange;color:#fff;font-weight:bold;}
.dropdown-menu a.dropdown-item:hover{padding:8px 15px!important;background:#fff;color:orange;font-weight:bold;}

/*----------------end------------team slider----------------*/

.contact-info .social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: red;
    font-size: 18px;
    line-height: 59px;
    text-align: center;
    line-height: 43px;
    margin-top: 10px;
    display: inline-block;
	background: #000;
    font-family: FontAwesome;
    margin: 5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 14px;
}
.bbtfm{
	display: block;
    width: 100%;
    height: 42px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-content{background:#effffc!important;border:0!important;}
.modal-header{border:0!important;height:10px!important;}
.modal-body p{font-weight:bold;/*font-size:40px;*/color:#fff;text-align:center;}
.modal-body p a{text-decoration:none;background:red;color:#fff;padding:8px 15px;border-radius:12px;font-size:24px;}
.modal-body img{width:50%!important;text-align:center;}

.chosse p{text-align:justify!important;font-size:16px!important;}

/*.apply{width:100%!important;}*/
.m_full{width:100%;padding-top:10px;padding-bottom:5px;}
.m1{width:9%;float:left;background:none;text-align:right!important;padding-right:0.5%;}
.m2{width:89.5%;float:right;background:none;border-bottom:1px solid #ccc;}

.img-responsive{width:300px; height:300px;border: 1px solid #960000;padding: 0.5em; border-radius: 0.3em;}

/* ---------FOOOTER-----------*/
	/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#000; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:16px; color:#fff; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{
	color:#fff;
	font-size:16px;
	}
.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;}

.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:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
	/* ---------END-----FOOOTER-----------*/
	

@media only screen and (max-width: 990px) {
/*footer*/
footer { background-color:#000; }
p.mb10{font-size:14px!important;line-height:140%;margin-top:15px!important;}
.devp{font-size:12px!important;}

.useful a{font-size:14px!important;line-height:100%;text-align:center;}
.add a{font-size:14px!important;}
	
.img-responsive{width:100%; height:auto;border: 1px solid #960000;padding: 0.5em; border-radius: 0.3em;}

.mang{margin-top:-70px!important;}
.principal,.manager{margin-top:-80px!important;/*border-top:1px solid #ccc;*/}
.img_sli{display:none!important;}
.abt_sch{padding:0px!important;margin-top:-20px!important;}
.chosse p{text-align:justify!important;font-size:12px!important;}

.welcome_heding h3{
	font-size:22px!important;
}

.m_full{width:100%;padding-top:10px;padding-bottom:5px;}
.m1{width:5%;float:left;background:none;text-align:right!important;padding-right:0.5%;}
.m1 img{width:90%!important;}
.m2{width:94.5%;float:right;background:none;font-size:11px!important;line-height:120%!important;padding-bottom:10px;border-bottom:1px solid #ccc;}

.l_news{margin-top:20px!important;padding:0px!important;}
.l_news h2{font-size:16px!important;text-transform:uppercase!important;}
	
#myModal{width:80%!important;/*background:red!important;*/margin-left:5%!important;/*display:none!important;*/}
.modal{width:100%!important;margin:0 auto!important;/*margin-left:2.5%!important;*/margin-top:2%!important;height:90vh!important;background:none!important;overflow:hidden!important;border-radius:20px!important;}

.navbar-toggler{height:auto!important;font-size:12px!important;margin:6px 0!important;}

.prabhu img{float:right!important;width:80px;height:70px;margin-right:0%;}
.logo img{width:150%!important;height:auto!important;margin-top:2%;}
.h_top .div1,.div2,.div3{text-align:center;color:#fff!important;font-size:12px;}
.navbar{background:#FB2F03!important;padding:0px!important;}
button.navbar-toggler{background:#fff!important;}
span.navbar-toggler-icon{color:#FB2F03!important;}

ul.navbar-nav{/*padding:0 25px!important;*/background:none;text-transform:uppercase;/*font-size:14px!important;*/margin-top:20px!important;}
ul.navbar-nav li a{padding:8px 0!important;background:none;text-transform:uppercase;/*font-size:14px!important;*/}
ul.navbar-nav li:hover a{text-transform:underline!important;}
.dropdown-menu a.dropdown-item{padding:8px 15px!important;}

.modal-body p{font-weight:bold;/*font-size:40px;*/color:#fff;text-align:center;margin-top:20px!important;}
.modal-body p a{text-decoration:none;background:red;color:#fff;padding:8px 15px;border-radius:12px;font-size:14px;}

  .our-team {
    margin-bottom: 10px;
  }
}