
/*----------------------------------------
 Import Fonts
----------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Poppins);

body{
	/*font-family: 'Poppins', Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif; 
	/*font-family: "Open Sans", Arial, sans-serif;*/
}

/* Responsive Menu */
a {
    text-shadow: none;
    color: #0d638f;
}
ul {
    margin: 0px;
    padding: 0px;
}
.ace-responsive-menu-1 {
    list-style: none;
    background: #fff;  
    float:left;
    width:100%;
	font-family: 'Roboto', sans-serif;    
}
.ace-responsive-menu {
    list-style: none;
    margin: 0;
    /*padding:5px 33px 5px 33px;*/
    float:right;
    width:auto;
       
}
.ace-responsive-menu-2 {
    list-style: none;
    float: left;
    width: 100%;
	top: 40px;
    background:#fff;
    /*background:transparent;*/ 
    position: absolute;
    z-index: 100;
    font-family: 'Roboto', sans-serif;
}
.ace-responsive-menu-01{padding:15px 0px;}


.fixed-top{
	list-style: none;
    /*background:#009ba8;*/
	background:#FFF;
    /*float: left;*/
    width: 100%;
	top: 0 !important;
    position: fixed !important; 
    z-index: 101;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: top 0.4s ease-in;
    -moz-transition: top 0.4s ease;
    -o-transition: top 0.4s ease ;
    transition: top 0.4s ease;
	
}
/*img #balajimedicalcollegelogo {
    opacity: 1;
    transition: opacity .1s;
    transition-delay: 30ms;
}*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Top Bar */
.header-top-area{background:#212529;}
#topbar {
	padding: 8px 10px;
	/*border-bottom: 1px solid #eee;*/
	font-size: 15px;
	color:#a9a9a9;
  font-size:11pt;
}
#topbar .top-side-l .contact-info a {
  line-height: 1;
  /*color: #fff;*/
  color:#a9a9a9;
  font-size:11pt;
}
#topbar .top-side-l ul{
	text-align: left;
	padding-left: 0;
	margin-top: 0px;
	list-style: none;
}
#topbar .top-side-l ul li{
	text-decoration: none;
	list-style: none;
	float: left;
}
#topbar .top-side-l .contact-info a:hover {
  color: #02b3c5;
}
#topbar .top-side-l .contact-info i {
 /*color: #fff;*/
  color:#CCCCCC;
  padding: 4px;
}
#topbar strong{ color:#CCCCCC; }
/*#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}*/
#topbar .social-links a {
  color: #009ba8;
  background: #fff;
  /*padding: 4px 7px;*/
  width:24px;
  height: 24px;
  padding-top:4px;
  text-align:center;
  border-radius:50%;
  display: inline-block;
  line-height: 1px;
  font-size:16px;
  /*border-left: 1px solid #e9e9e9;*/
}

#topbar .social-links .sl-1{
  color: #fff;
  background: #e6b500;
}
#topbar .social-links .sl-2{
  color: #fff;
  background: #02b3c5;
}
#topbar .social-links .sl-3{
  color: #fff;
  background: #ff00c8;
}
#topbar .social-links .sl-4{
  color: #fff;
  background: #3bc700;
}
#topbar .social-links .sl-5{
  color: #fff;
  background: #ff0000;
}
#topbar .social-links a:hover {
  color: #fff;
  background:#009ba8;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


#topbar .top-side-2 li{
	list-style: none;
	float: left;
	/* padding-right: 0 !important; */
	padding: 0px 0px;
	color: #fff;
}
#topbar .top-side-2 li a{
	color: #fff;
	font-size: 13pt;
}

#topbar .top-side-2 li a:hover{
	color: #02b3c5;
}
#topbar .brk{
	float: left;
	color: #fff;
	padding-left: 7px !important;
	padding-right: 7px !important;
}
@media screen and (max-width: 767px) {
	#topbar {
		background:#212529;
		padding: 5px 0;
		/*border-bottom: 1px solid #eee;*/
		font-size: 14px;
		background-image:none;
		background-position:none;
		background-repeat:none; 
		min-height:auto;
	}
	#topbar .top-side-l .contact-info i {
	  color: #fff;
	  padding:1px;
	}
	
	/*#topbar .contact-info .fa-phone {
	  padding-left: 3px;
	  margin-left: 3px;
	  border-left: 0px solid #e9e9e9;
	}*/
	#topbar .top-side-l .contact-info {
	  text-align:center;
	}


}
@media screen and (max-width: 467px) {
	#topbar {
		background:#212529;
		padding: 5px 0;
		/*border-bottom: 1px solid #eee;*/
		font-size: 11px;
		background-image:none;
		background-position:none;
		background-repeat:none; 
		min-height:auto;
	}
}

.ace-responsive-menu li{
    list-style: none;
}
.ace-responsive-menu li ul {
    display:none;
}
.ace-responsive-menu > li {
    display: block;
    margin: 0;
    padding:0;
    border: 0px;
    float: left;
}
.ace-responsive-menu li a {
        color:#4a4a4a;
}

.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    /*padding: 10px 6px;
	padding: 10px 4.5px;*/
	padding: 10px 10px;
    text-decoration: none;
    /*font-size: 14px;*/
	font-size: 13.5px;
   /* font-weight: 600;*/
    color: #fff;
	text-transform: uppercase;
    font-weight: 500;
}
.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #FF5737;
}
.ace-responsive-menu > li > a i {
    font-size: 16px;
    text-shadow: none;
    color: #444e58;
}
.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
	background: transparent !important;
	color:#000;
}
.addace-menu-color > li > a {color: #000 !important;}
.addace-menu-color li.menu-active > a {
	background: transparent !important;
	color:#009ba8 !important;
}

.ace-responsive-menu .sub-menu li.menu-active > a {
	background: #009ba8 !important;
	color: #fff !important;
}
.ace-responsive-menu li .menu-active {
    position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 5px !important;
    display: inline;
   /* font-size: 16px;*/
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    /*width: 10px;*/
    display: inline-block;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
}
.ace-responsive-menu li ul.sub-menu {
    background: #fff;
	/*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);*/
	padding: 0px;
	border:none;
	border-radius:0px;
	/*width: 240px;*/
}
.ace-responsive-menu li ul.sub-menu > li {
    /*width: 185px;*/
	border-bottom: 1px solid #eae9e9;
}
.ace-responsive-menu li ul.sub-menu > li:last-child {
    border: none;
}
.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    background: none;
	/*color:#009ba8;*/
	color:#000;
}
.addace-menu-color li ul.sub-menu li a:hover { color:#FFF !important; }
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
	border-bottom:1px solid #eae9e9;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    /*left: 160px;*/
	left: 135px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}
.dropdown-toggle::after {display:none !important;}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #fff;
	text-align:center;
}
.menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #13113a !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}
.menu-toggle .icon-bar:hover {
    background-color: #13113a !important;
}
.menu-toggle #menu-btn {
    background: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 10px;
}
.menu-toggle #menu-btn:focus{outline: 0px !important;}
.hide-menu {
    display: none;
}
@media screen and (max-width: 768px) {
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background:none;
	text-align:right;
}

.ace-responsive-menu-01{padding:5px 0px;}
}
@media screen and (max-width: 767px) {
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background:none;
	text-align:right;
}
}

/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}
ul[data-menu-style="accordion"] > li {    
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
    background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
    width: 200px;
}
ul[data-menu-style="vertical"] > li {
    float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
    border-top: 2px solid #FD5025;
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left:200px;
    top:0px;
    width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}
ul[data-menu-style="vertical"] > li {
    border-bottom: 1px solid #242424;
}
ul[data-menu-style="vertical"] li a:hover {
    background: #272727 !important;
}

/* Responsive Menu Styles */

@media screen and (max-width: 768px) {
 
 .aboutus{ padding-top:0px !important;  }
 
    .demo {
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    } 
    .ace-responsive-menu {
        float: left;
        width:100%;
    }
    .ace-responsive-menu > li {
        border-bottom: 1px solid #e6e6e6;
       float: none;
	   background: #FFF;
    } 
	.ace-responsive-menu > li > a { color:#000; }
	.ace-responsive-menu > li:last-child {
        border-bottom:none;
       float: none;
    }  
    .ace-responsive-menu li a:hover {
        /*background: #272727 !important;*/background: #009ba8  !important;
		color:#fff;
    }
    /*.ace-responsive-menu > li:first-child {
        border-top: 2px solid #FD5025;
    }*/    
    .ace-responsive-menu > li > a i {
        padding-right: 10px;
        color: #dd3333;
    }
    .ace-responsive-menu > li > a > .arrow:before {
        float: right;
        content: "\f105";
    }
    li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }
    .ace-responsive-menu li ul.sub-menu > li {
        width: 100%;
		
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
        {
        padding-left: 30px;
		color:#000;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
       {
        padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
        position: static;
		width:100%;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f107" !important;
    }

}
/*-----------------------
	carousel
-------------------------*/
.carousel-1{padding-top:80px;}
.carousel-caption {
    bottom: 0px;
    top: 30%;
	height: 200px;
	background:#000000b0;
	padding-top: 45px;
	border-radius:10px;
	/*border:2px solid #fff;*/
}
.carousel-caption h2{
	margin:0px;
	font-weight:600;
	color:#fff;
	font-style:italic;
}
.carousel-caption p{
	margin:5px 0 0 0px;
	font-weight:500;
	color:#fff;
	font-size:18px;
	font-style:italic;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border: 2px solid #009ba8;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,1);
}
.carousel-indicators .active {
	background-color: rgba(0,231,253,1);
}
@media screen and (max-width: 767px) {
	.carousel-1{padding-top:30px;}
}
@media screen and (max-width: 578px) {
	.carousel-1{padding-top:40px;}
}
/*-------------------------
		aboutus
---------------------------*/
.aboutus{
	padding-top: 45px;
	padding-bottom:45px;
	position:relative;
	background: #f4f4f4;
	/*background: url(../images/a8ca2d7bcce78849895e921b22a5cfef.jpg) no-repeat center;
	background-size:cover;*/
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}


.aboutus .border-left-1{ border-left:2px solid #d33;}
.aboutus .section-title-1  h2{
    position: relative;
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	font-size:30px;
	margin-bottom:10px;
	padding:30px 0 0 0;
	text-align:left;
}
.aboutus .section-title-1 h2:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 6%;
    margin-left: -40px;
}
.aboutus .section-title-1 h2:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0ca386;
    left: 0;
    bottom: 0; 
    left: 4%;
    margin-left: -25px;
}

.aboutus .text-shadow-color{
	text-shadow: 0px 0px 1px rgb(19, 17, 58); 
	color:rgb(19, 17, 58); 
	position:relative; 
	font-size:16px;
	margin: 0px 0px 20px 0px;
}
.aboutus .text-shadow-color:after{
  content: '';
  display: inline-block;
  height: 2px;
  background: #579412;
  width: 5%;
  position: relative;
  vertical-align: middle;
  left:15px;
}
.aboutus .text-shadow-color:before {
  content: '';
  display: inline-block;
  height: 2px;
  background: #579412;
  width: 5%;
  position: relative;
  vertical-align: middle;
  right:15px;
}
.aboutus p{
	/*color: #525252;*/
	font-size: 16px;
	font-style:italic;
}
.aboutus .about-btn a {
	font-weight:400; 
	font-size:18px; 
	/*font-style:italic;*/ 
	color: rgb(0, 155, 168);
	padding: 5px 15px;
	border: 2px solid rgb(0, 155, 168);
	border-radius:3px;
}
.aboutus .about-btn:hover a {
	font-weight:400; 
	font-size:18px; 
	/*font-style:italic;*/ 
	color:#fff;
	padding: 5px 15px;
	border: 2px solid rgb(0, 155, 168);
	border-radius:3px;
	text-decoration:none;

	background: rgb(0, 155, 168);
}

.aboutus-1{
	background-color:#009ba8;
	padding-top: 35px;
	padding-bottom:35px;
}
.aboutus-1 h2 span{
	top:50%;
	right:50%;
	transform:translate(50%,-50%);
	text-transform:uppercase;
	font-size:35px;
	font-weight:700;
	color: #ffffff;
	text-shadow: 1px 1px 1px #009ba8, 
				 1px 2px 1px #009ba8, 
				 1px 3px 1px #009ba8, 
				 1px 4px 1px #009ba8, 
				 1px 5px 1px #009ba8, 
				 1px 6px 1px #009ba8, 
				 1px 7px 1px #009ba8, 
				 1px 8px 1px #009ba8, 
				 1px 9px 1px #009ba8, 
				 1px 10px 1px #009ba8, 
				 1px 18px 6px rgba(16,16,16,0.4), 
				 1px 22px 10px rgba(16,16,16,0.2), 
				 1px 25px 35px rgba(16,16,16,0.2), 
				 1px 30px 60px rgba(16,16,16,0.4);
}
.aboutus-1 p a{
	border:2px solid #fff; 
	font-size:25px; 
	text-decoration:none; 
	padding:10px 20px; 
	color:#fff;
	box-shadow: 0 0.04em 0.04em rgb(0 0 0 / 35%);
}
.aboutus-1 .aboutus-leftb{border-left:1px solid #fff;}
@media screen and (max-width: 767px) {
	.aboutus-1{
		padding-top: 30px !important;
		padding-bottom:30px !important;
	}
	.aboutus-1 h2 span{
		font-size:25px;
	}
	.aboutus-1 p a{ 
		font-size:15px;  
		padding:5px 10px;
		margin-bottom:20px;
	}
	.aboutus-1 .aboutus-leftb{border-left:none;}
	
}
@media screen and (max-width: 578px) {
	.aboutus-1{
		padding-top: 30px !important;
		padding-bottom:30px !important;
	}
	.aboutus-1 h2 span{
		font-size:25px;
	}
	.aboutus-1 p a{ 
		font-size:15px;  
		padding:5px 10px;
		margin-bottom:20px;
	}
	.aboutus-1 .aboutus-leftb{border-left:none;}
}


/*-------------------------
		Choose Us
---------------------------*/
.chooseus{
	/*border-bottom: 1px solid  #d8d8d8;*/
}
.chooseus h2{
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	font-size:30px;
	margin-bottom:10px;
	padding:30px 0 0 0;
	text-align:left;
}
.chooseus .section-title-1 h2{
    position: relative;
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	font-size:30px;
	margin-bottom:10px;
	padding-top:30px;
}
.chooseus .section-title-1 h2:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 8%;
    margin-left: -40px;
}
.chooseus .section-title-1 h2:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0ca386;
    left: 0;
    bottom: 0; 
    left: 5%;
    margin-left: -25px;
}


.chooseus p{font-style:italic; margin-bottom:0px; font-size:18px;}
.chooseus .card {
    background-color: #fff;
	border-radius:0;
	min-height:250px;
	border:0;
	padding:10px 30px;
	color:#fff;
}
.chooseus .card-1 {
    background: rgb(0, 155, 168);
}
.chooseus .card-2{
    background: rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.chooseus .card-3{
    background: rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.chooseus .card-4{
    background: rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.chooseus .card-02 {
    background: url(../images/unique-thumb-1.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}
.chooseus .card-03 {
    background: url(../images/unique-thumb-2.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}
.chooseus .card-04 {
    background: url(../images/unique-thumb-3.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}


.chooseus .text-card-1 h4{
	font-size:35px;
	padding-top:50px;
	margin-bottom:0px;
	font-weight:600;
}
.chooseus .text-card-2 h4{
	font-size:20px;
	padding-top:80px;
	margin-bottom:0px;
	font-weight:600;
}

.chooseus .text-card-3 h4{
	font-size:20px;
	padding-top:100px;
	margin-bottom:0px;
	font-weight:600;
}

.chooseus .text-card-4 h4{
	font-size:20px;
	padding-top:80px;
	margin-bottom:0px;
	font-weight:600;
}
.chooseus .card p{
	color:#fff;
	font-style:italic; 
	margin-bottom:0px; 
	font-size:16px;
}
.chooseus .sidebar-page-container .sidebar .sidebar-widget{
	height:350px;
}
.chooseus .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box{
	position: relative;
	margin-bottom:0px;
	
}
.chooseus .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: rgb(0, 155, 168) !important;
    margin-right: 5px;
}
.chooseus .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box p{
    position: relative;
    display: inline-block;
    margin-bottom:0px;
	font-size: 18px;
	font-style:normal;
}
.chooseus .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 0px;
	margin:0px;
}
.chooseus .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a{
	display: inline-block;
	color: #777;
	line-height:1.5;
}
.chooseus .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover{
	color: rgb(0, 155, 168)	;
}
.chooseus .carousel-inner-data{
  margin:0px auto;
  height:350px;
  overflow:hidden;
}
.chooseus .carousel-inner-data ul{
  list-style:none;
  position:relative;
}
.chooseus .carousel-inner-data li{
  	height:auto;
  	position: relative;
	padding: 5px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #e5e5e5;
}
@media screen and (max-width: 600px) {
	.chooseus .carousel-inner-data{
	  margin:0px auto;
	  height:190px;
	  overflow:hidden;
	}


}



/*-------------------------
		Courses
---------------------------*/
.courses{
	padding-top: 45px;
	padding-bottom:45px;
}
.courses h2{
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	font-size:26px;
	margin-bottom:10px;
}
.courses p{font-style:italic; margin-bottom:60px; font-size:16px;}
.courses .sidebar-page-container .sidebar .sidebar-widget{
	height:350px;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post{
	position: relative;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child{
	border-bottom: none;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 5px;
	padding:5px;

}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date{
background: rgb(12, 163, 134);
background: -moz-linear-gradient(rgb(12, 163, 134) 100%);
background: -webkit-linear-gradient(rgb(12, 163, 134) 100%);
background: linear-gradient(rgb(12, 163, 134) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#007bff",GradientType=1);
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date p{
    display: block;
    font-size:16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box{
	position: relative;
	margin-bottom:0px;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666666 !important;
    margin-right: 5px;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box p{
    position: relative;
    display: inline-block;
    margin-bottom:0px;
	font-size: 12px;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #1d165c;
	margin:0px;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a{
	display: inline-block;
	color: #1d165c;
	line-height:1.5;
}
.courses .sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover{
	color: #e61819;	
}



/*-------------------------
		CHAIRMAN DESKS
---------------------------*/
.chairman-desk{
	padding-top: 50px;
	padding-bottom:60px;
	background: rgb(243, 243, 243);
	text-align:center;
}
.chairman-desk .section-title-1 h2{
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	font-size:30px;
	margin-bottom:0px;
	padding:0 0 5px 0;
	position:relative;
}
.chairman-desk .section-title-1 h2:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 47%;
	margin-left: -40px;
}
.chairman-desk .section-title-1 h2:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: rgb(0, 155, 168);
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.chairman-desk p{font-style:italic; margin-bottom:5px; font-size:16px;}
.chairman-desk .login-container {
  /*height: 400px;*/
  /*width: 350px;*/
  padding: 30px;
  border-radius: 5px;
  background: rgb(0, 155, 168);
  position: relative;
  border: 2px solid rgb(0, 155, 168);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.chairman-desk .login-container .profile-img img {
    border-radius: 50%;
	/*width:100px;
	height:100px;*/
	text-align:center;
	border: 3px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  }
.chairman-desk .login-container h1 {
    margin-bottom:10px;
	font-size:20px;
	color: rgb(255, 255, 255);
}
.chairman-desk .login-container h1 span{
	font-size:20px;
	color: rgb(255, 255, 255);
	font-weight:600;
}

.chairman-desk .login-container h2 {
    margin-bottom:0px;
	margin-top:20px;
	font-size:18px;
	font-weight:600;
	padding:0px;
	color: rgb(255, 255, 255);
}
.chairman-desk .login-container P {
    margin-bottom:10px;
	font-size:13px;
	color: rgb(255, 255, 255);
}

.chairman-desk  .login-container .description{
    margin-bottom: 20px;
	font-size:16px;
	font-style:italic;
	color: rgb(255, 255, 255);
}

.chairman-desk .login-container-1 {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}
.chairman-desk .login-container-1 .profile-img img {
	border: 3px solid rgb(0, 155, 168);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  }
.chairman-desk .login-container-1 h1 {
	color: rgb(0, 155, 168);
}
.chairman-desk .login-container-1 h1 span{
	color: rgb(0, 155, 168);
}

.chairman-desk .login-container-1 h2 {
	color: rgb(0, 155, 168);
}
.chairman-desk .login-container-1 P {
	color: rgb(0, 155, 168);
}

.chairman-desk .login-container-1 .description{
	color: rgb(0, 155, 168);
}


@media screen and (max-width: 1024px) {
	.chairman-desk .login-container {
		/*height: 250px;*/
		margin-bottom:40px;
	}
}

@media screen and (max-width: 600px) {
	.chairman-desk .login-container {
		/*height: 430px;*/
		margin-bottom:40px;
	}
	.chairman-desk .login-container h1 {
		font-size:20px;
	}


}

/* ==================================================
			Client-slide
  ================================================== */
.cl-slide {
 	padding: 40px 0 30px 0;
	text-align:center;
}
.cl-slide .section-title-1 h2{
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	font-size:30px;
	margin-bottom:0px;
	padding:0 0 5px 0;
	position:relative;
}
.cl-slide .section-title-1 h2:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 47%;
	margin-left: -40px;
}
.cl-slide .section-title-1 h2:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: rgb(0, 155, 168);
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.cl-slide p {
  margin-bottom: 30px;
  font-style: italic;
}
.cl-slide .btn-ghost {
  position: relative;
  top: 13px;
}
.cl-slide .slider{padding: 20px 0;}
.cl-slide .slider .card{border: none;}
.cl-slide .slider .slide{box-shadow: none;}


/*------------------------
	Touch With Us
---------------------------*/
.touchwith-it{
	padding: 50px 0 40px 0;
	background:#d8e6ea;
	/*background:url(../images/bg-01.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;*/
}
/*.touchwith-it::before { 
	background-color: #000; 
	content: ""; 
	display: block; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	 width: 100%; 
	 height: 100%; 
	 opacity: 0.7;
}*/
.touchwith-it h1{
	color: rgb(0, 0, 0);
	font-weight: bold;
	position: relative;
}
.touchwith-it p{color:#000; font-weight:500; margin-bottom:20px; font-style:italic;}
.touchwith-it .about-btn a {
	font-weight:500; 
	font-size:22px; 
	/*font-style:italic;*/ 
	color: rgb(0, 155, 168);
	padding: 5px 20px;
	border: 2px solid rgb(0, 155, 168);
	border-radius:3px;
}
.touchwith-it .about-btn:hover a {
	font-weight:500; 
	font-size:22px; 
	/*font-style:italic;*/ 
	color:#fff;
	padding: 5px 20px;
	border: 2px solid rgb(0, 155, 168);
	border-radius:3px;
	text-decoration:none;
	background: rgb(0, 155, 168);
}




/*************************
		our-services
**************************/
.our-services-1{
	/*margin:50px 0 0 0; */
	padding: 50px 0;
}

.our-services-1 h2{
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	margin-bottom:20px;
}
.our-services-1 .section-title-1 h2 {
	text-transform: capitalize;
	position: relative;
	padding-bottom: 8px;
	display: inline-block
}
.our-services-1 .section-title-1 h2:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 46%;
	margin-left: -40px;
}
.our-services-1 .section-title-1 h2:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #0ca386;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}





.our-services-1 .text-p-color-size{font-style:italic; font-size:16px; margin-bottom:30px;}

.our-services-1 .single-service {
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 20px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4)
}
.our-services-1 .single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #0ca386;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.our-services-1 .single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #0ca386;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.our-services-1 .single-service:hover:after, .our-services-1 .single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.our-services-1 .single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.our-services-1 .single-service i.fa {
	font-size: 25px;
	width: 60px;
	height: 60px;
	color:#0ca386;
	border: 1px solid #0ca386;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.our-services-1 .single-service:hover i.fa {
	background-color: #0ca386;
	color: #fff;
	border-color: #0ca386;
	border-radius: 0;
}
.our-services-1 .single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.our-services-1 .single-service p {
	font-size: 15px;
	line-height: 1.8;
}





@media screen and (max-width: 767.98px) {
	.our-services-1 {
		margin: 1px 0 0 0;
		padding: 40px 0;
		border-top: 1px solid #CCC;
		background: url(../images/our-services-1.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}
}





/*------------------------
		Get-w
---------------------------*/
.get-w{
	padding: 50px 0 40px 0;
	background:#e7ffcc;
}
.get-w h2{
	color:#000;
	font-weight: bold;
	position: relative;
}

.get-w p{color:#212529; font-weight:500; margin-bottom:20px; font-style:italic;}
.get-w .about-btn a {
	font-weight:500; 
	font-size:22px; 
	/*font-style:italic;*/ 
	color: rgb(12, 163, 134);
	padding: 5px 20px;
	border: 2px solid rgb(12, 163, 134);
	border-radius:3px;
}
.get-w .about-btn:hover a {
	font-weight:500; 
	font-size:22px; 
	/*font-style:italic;*/ 
	color:#fff;
	padding: 5px 20px;
	border: 2px solid rgb(12, 163, 134);
	border-radius:3px;
	text-decoration:none;
	background: rgb(12, 163, 134);
}








/*------------------------
		Footer
---------------------------*/
.col_white_amrc { color: rgb(0, 155, 168); font-weight: 600; position:relative; margin-bottom:20px; padding-bottom:5px;}
footer h5::After {
	content: '';
    display: inline-block;
    height: 1px;
    background: rgb(0, 0, 0);
    width: 25px;
    position: relative;
    vertical-align: middle;
    left: 5px;
}
footer { 
	width:100%; 
	background: rgb(233, 236, 239);
	border-top: 3px solid rgb(0, 155, 168);
	/*background: rgb(0, 155, 168);*/
	min-height:250px; 
	padding:30px 0px 0px 0px;
}
footer .powerdby{ background:#212529; display: inline-block; }

footer p { font-size:13px; color:#fff; padding: 15px 0;margin: 0;}
footer p i{padding-right:5px;}
.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; color:#fff;}
.footer_ul_amrc li i{padding:0px 5px 0px 0px; color: rgb(2, 76, 82);}
.footer_ul_amrc li a{ color:#000;}
.footer_ul_amrc li a:hover{ color: rgb(0, 155, 168); 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:0; list-style-type:none;  }
.social_footer_ul li { padding-right:20px; padding-top:0; 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;}
.copyright a{color:#d33; text-decoration:underline;}
.copyright a:hover{color:#fff;}

/*---------------------------
 		some css
-----------------------------*/
::-moz-selection { background:#13113a; color:#fff; }
::selection { background:#13113a; color:#fff; }
.text-shadow-color{text-shadow: 0px 0px 1px #6c6c6c; color:#13113a; position:relative;}
.text-shadow-color:after {
  content: '';
  display: inline-block;
  height: 2px;
  background: #dd3333;
  width: 5%;
  position: relative;
  vertical-align: middle;
  left:15px;
}
.text-shadow-color-1{text-shadow: 0px 0px 1px #6c6c6c; color:#13113a; position:relative;}
.text-shadow-color-1:after{
  content: '';
  display: inline-block;
  height: 2px;
  background: #dd3333;
  width: 5%;
  position: relative;
  vertical-align: middle;
  left:15px;
}
.text-shadow-color-1:before {
  content: '';
  display: inline-block;
  height: 2px;
  background: #dd3333;
  width: 5%;
  position: relative;
  vertical-align: middle;
  right:15px;
}
.text-p-color-size{color: #777; font-size:18px;}
.img-underline-h{
  margin-bottom:10px;
  font-size: 1.5em;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
.img-underline-h:before, .img-underline-h:after {
  content: '';
  display: inline-block;
  height: 2px;
  background: #dd3333;
  width: 5%;
  position: relative;
  vertical-align: middle;
}
.img-underline-h:before {
  left: -0.5em;
  margin-left: -50%;
}
.img-underline-h:after {
  right: -0.5em;
  margin-right: -50%;
}
.img-underline-h img{width:35px;}
.img-underline-h-2 h2{position:relative; margin-bottom:10px;}
.img-underline-h-2 h2::before {
    background: #d33 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
/*.img-underline-h-1{
  margin-bottom:10px;
  font-size: 1.5em;
  display: block;
  position: relative;
  overflow: hidden;
}
.img-underline-h-1:before, .img-underline-h-1:after {
  content: '';
  display: inline-block;
  height: 2px;
  background: #dd3333;
  width: 5%;
  position: relative;
  vertical-align: middle;
}
.img-underline-h-1:before {
  left: -0.5em;
  margin-left: 2%;
}
.img-underline-h-1:after {
  right: -0.5em;
  margin-right: -50%;
}
.img-underline-h-1 img{width:35px;}*/



/*----------------------------
 		parmalink
-----------------------------*/
.parmalink{padding-top: 97px;}
.parmalink .top-parmalink{
	height: 200px;
	position:relative;
	z-index: 1;
}
.parmalink .top-parmalink::after {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.parmalink .top-parmalink .padding-parmalink{/*padding: 80px 0;*/}
.parmalink .top-parmalink h2{
	color: #d33;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow:1px 2px 0px #790000;
}
.parmalink .breadcrumb { background-color: transparent;}


/*---------------------------
 		aboutus-in
-----------------------------*/
/*.aboutus-in {
	padding: 10px 0 10px 0;
}
.aboutus-in-bg{
	background: #ffe1e1;
	border-top: 1px solid #ffb4b4;
}
.aboutus-in h2 {
    color: #000;
    margin-right: 5px;
	font-weight:bold;
}
.aboutus-in h2 {
    color: #000;
	margin:0 0 15px 0;
	font-weight:bold;
}
.aboutus-in h5 {
    color: #d33;
	margin:0 0 5px 0;
}
.aboutus-in p{
	margin:0 0 10px 0;
}
.aboutus-in .mission-vision{ padding:20px 0 0 0;}
.aboutus-in .mission-vision i{
	font-size: 45px;
	color:#d33;
}
.aboutus-in .mission-vision h4{
	color:#000;
}
.aboutus-in .mission-vision p{
	color:#d33;
}
.aboutus-in .mission-vision .box-m{
	box-shadow: 0 2px 5px 1px rgba(0, 51, 102, 0.45);
	padding:15px;
}*/


/*---------------------------
 		aboutus-in
-----------------------------*/
.aboutus-in {
	padding: 20px 0 25px 0;
}
.aboutus-in-bg{
	background: #ffe1e1;
	border-top: 1px solid #ffb4b4;
}
.aboutus-in h2{
	font-weight: 500;
    /* font-style: italic; */
    text-shadow: 0px 0px 1px #000;
    color: #000;
	margin-bottom:14px;
	text-transform: capitalize;
	position: relative;
	padding:0px 0px 4px 0px;
	display: inline-block;
	text-align:left;
	width:100%;
	font-size: 2rem;

}
.aboutus-in .section-title-1 h2:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 4%;
	margin-left: -40px;
}
.aboutus-in .section-title-1 h2:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #0ca386;
	left: 0;
	bottom: 0;
	left: 2%;
	margin-left: -25px;
}

/*.aboutus-in h2 {
    color: #000;
    margin-right: 5px;
	font-weight:bold;
}
.aboutus-in h2 {
    color: #000;
	margin:0 0 15px 0;
	font-weight:bold;
}
*/
.aboutus-in h5 {
    color: #0ca386;
	margin:0 0 5px 0;
}
.aboutus-in p{
	margin:0 0 10px 0;
}
.aboutus-in .mission-vision{/* padding:20px 0 0 0;*/}
.aboutus-in .mission-vision i{
	font-size: 45px;
	color:#d33;
}
.aboutus-in .mission-vision h4{
	color:#000;
}
.aboutus-in .mission-vision p{
	color:#d33;
}
.aboutus-in .mission-vision .box-m{
	box-shadow: 0 2px 5px 1px rgba(0, 51, 102, 0.45);
	padding:15px;
}
.aboutus-in .mem-info{
	background: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding-top:30px;
	padding-bottom:20px;
}
.aboutus-in .mem-info img{
	border: 3px solid #009ba8;
	border-radius:5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
}
.aboutus-in .mem-info-img{
	margin-right: 30px;
    margin-bottom: 30px;
}
.aboutus-in .mem-info-img:after {
    content: "";
    background: #009ba8;
    position: absolute;
    right: 0px;
    bottom: 15px;
    width: 50%;
    height: 100%;
    z-index: 0;
}
.aboutus-in .mem-info h4 strong{
	color: #009ba8;
}
.aboutus-in .mem-info p i{
	color: #009ba8;
	font-size:24px;
}
.aboutus-in .mem-info-1{
	background: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding:15px;
}
.aboutus-in .mem-info-1 img{
	border: 2px solid #d6d6d6;
	border-radius:5px;
	margin-bottom:25px;
}
.aboutus-in .mem-info-1 h6 a{
	color: #000;
	font-weight:800;
	height:30px;
	font-size:15px;
	font-style:italic;
	font-family: 'Poppins', Arial, sans-serif;
}


.aboutus-in .aboutus-1{
	background-color:#009ba8;
	padding-top: 35px;
	padding-bottom:35px;
	border-radius: 5px;
}
.aboutus-in .aboutus-1 h3 span{
	top:50%;
	right:50%;
	transform:translate(50%,-50%);
	text-transform:uppercase;
	font-size:35px;
	font-weight:700;
	color: #ffffff;
	text-shadow: 1px 1px 1px #009ba8, 
				 1px 2px 1px #009ba8, 
				 1px 3px 1px #009ba8, 
				 1px 4px 1px #009ba8, 
				 1px 5px 1px #009ba8, 
				 1px 6px 1px #009ba8, 
				 1px 7px 1px #009ba8, 
				 1px 8px 1px #009ba8, 
				 1px 9px 1px #009ba8, 
				 1px 10px 1px #009ba8, 
				 1px 18px 6px rgba(16,16,16,0.4), 
				 1px 22px 10px rgba(16,16,16,0.2), 
				 1px 25px 35px rgba(16,16,16,0.2), 
				 1px 30px 60px rgba(16,16,16,0.4);
}
.aboutus-in .aboutus-1 p a{
	border:2px solid #fff; 
	font-size:25px; 
	text-decoration:none; 
	padding:10px 20px;
	color:#fff;
	box-shadow: 0 0.04em 0.04em rgb(0 0 0 / 35%);
}
@media screen and (max-width: 767px) {
	.aboutus-in .aboutus-1{
		padding-top: 30px !important;
		padding-bottom:30px !important;
	}
	.aboutus-in .aboutus-1 h3 span{
		font-size:25px;
	}
	.aboutus-in .aboutus-1 p a{ 
		font-size:15px;  
		padding:5px 10px;
	}
	
}
@media screen and (max-width: 578px) {
	.aboutus-in .aboutus-1{
		padding-top: 30px !important;
		padding-bottom:30px !important;
	}
	.aboutus-in .aboutus-1 h3 span{
		font-size:25px;
	}
	.aboutus-in .aboutus-1 p a{ 
		font-size:15px;  
		padding:5px 10px;
	}
}




@media screen and (max-width: 767px) {
	.aboutus-in {padding: 25px 0 25px 0;}
	.aboutus-in h2{font-size:25px;}
	.aboutus-in .section-title-1 h2:before {left: 13%;}
	.aboutus-in .section-title-1 h2:after {left: 8%;}
	.aboutus-in .mem-info img{
		border-radius:5px;
		margin-bottom: 20px;
		text-align:center;
		position: relative;
		z-index: 3;
	}
	.aboutus-in .mem-info-img{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.aboutus-in .mem-info-img:after {
		content: "";
		background: #009ba8;
		position: absolute;
		right: 0px;
		bottom: 15px;
		width: 100%;
		height: 50%;
		z-index: 0;
	}
}

/*---------------------------
 		contactus-in
-----------------------------*/
.contactus-in{padding: 45px 0 45px 0;}
.contactus-in h3 {
    color: #000;
	margin:0 0 10px 0;
	font-weight:bold;
	position:relative;
}
.contactus-in h3::before {
    background: #d33 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
.contactus-in p{
	margin:0 0 20px 0;
}

.contactus-in .col_white_amrc{
	color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.contactus-in .col_white_amrc h5 {
    position: relative;
    margin-bottom: 10px;
	padding-bottom:3px;
    color: #000;
    font-weight: 600;
}
.contactus-in .col_white_amrc h5::before {
    background: #d33 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 50px;
}
.contactus-in .col_white_amrc p {
    color: #646464;
    font-weight: 500;
    margin-bottom: 1px;
	font-style: italic;
}
.contactus-in .col_white_amrc p i{
    color: #d33;
	padding: 0 15px 0 0;
}
/*/////////////////*/
/*.article-info{ display:none !important; }
ul.pagenav{ display:none !important; }*/
.divider{ padding:0 6px 0 3px; }
.breadcrumbs, .breadcrumbs li a{ font-size:14px !important; }



#cf_1 {max-width: 100% !important;}

