@media print {
    body * {
        visibility: hidden;
		
    }

    .printcontainer,
    .printcontainer * {
        visibility: visible;
    }

    .printcontainer {
        position: absolute;
        left: 0px;
        top: 0px;
    }
}
.top-head, .foot-head
{	
	background: #ff0000;
}
.footer-head
{
	background: #121261;
}
.footer-ul
{
	list-style:none;
	padding:0;
}
.footer-ul hr, .abount hr, foot-hr
{
	background-color: white; height: 1px; border: 0; margin-top:-1px -1px ;
}

.text-height-2 {
  line-height: 2!important;
}
.d-75
{
	width: 75%; display:flex; 
}

.d-25
{
	width: 75%; display: flex; 
}
.welcome:hover {background-color:brown!important; }
.line_1, .line_2, .line_3, .line_6, .line_4, .line_5 {
	display: block;
	height: 2px;
	background: #121261;
	position: relative;
}
.line_1{
	width: 200px;	
	margin: 10px auto 5px;		
	text-align: center;
}
.line_2{
	width: 150px;
	margin:0 auto 5px;
	right: 0;
	text-align: center;
	
}
.line_3{
	width: 100px;
	margin:0 auto 0px;
	right: 0;
	text-align: center;
}

.line_4{
	width: 200px;	
	margin-top: 10px;	
}
.line_5{
	width: 150px;
	margin-top: 5px;
	right: 0;
	text-align: left;
	
}
.line_6{
	width: 100px;
	margin-top:5px;
	right: 0;
	text-align: left;
}

.info_section {
	margin:0;
	padding:0;
	background-position: center center !important;
	background: url(image/paralax-img.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed !important;
	background-position: center center;
}
.right_box {
	padding: 0 20px;
	background: #c10316e8;
	color:white;
}

.white_content i {
	font-size: 45px;
}
.white_content i {
	display: inline-block;
	overflow: hidden;
	position: relative;
 -webkit-transition: all .7s ease .1s;
 -o-transition: all .7s ease .1s;
 transition: all .7s ease .1s;
}
.white_content:hover i, .white_content:focus i {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.white_content:hover i, .white_content:focus i {
	transform: translateY(-15px);
}
.bottom10.top20.text-uppercase {
	font-size: 21px;
	margin: 20px 0 10px 0;
}
.top20 {
	margin-top: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.media.service-box {
	margin: 40px 0;
	cursor: pointer;
}
.service-box .media-heading {
	font-size: 18px;
	color: #222;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: initial;
	font-weight: 600;
}
.service-box .media-body p {
	font-size: 15px;
	line-height: 22px;
}
.media.service-box .pull-left {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	padding: 0;
	box-shadow: inset 0 0 0 1px #d7d7d7;
	-webkit-box-shadow: inset 0 0 0 1px #888;
	transition: background-color 400ms, background-color 400ms;
	transform: rotate(-45deg);
	position: relative;
	margin-right: 40px;
	transform: rotate(45deg);
}
.media.service-box .pull-left > i {
	transition: background-color 400ms, background-color 400ms;
	transform: rotate(-45deg);
}
.media.service-box .pull-left::after {
 content: "";
 position: absolute;
 width: 20px;
 height: 20px;
 top: 50%;
 margin-top: -40px;
 right: -6px;
 border: 4px solid #fff;
 border-radius: 0;
}
.media.service-box:hover .pull-left {
	color: yellow;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	transition: background-color 400ms, background-color 400ms;
}
.media.service-box .pull-left::after {
 background: darkred;
}
.media.service-box:hover .pull-left {
	background-color: #0000ff;
}
.item_cources {
	margin:0 0 30px 0;
}
.items {
	margin: 40px 0 0 0;
}

.cources-edu_item {
	background: #fff;
	margin-bottom: 0px;
	-ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
}

.cources-edu_item:hover .image img, #agents .agent_item:hover .image img, .feature_item:hover .image img, .image:hover img {
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.image > img {
	width: 100%;
}
.image, .image img, .cources-edu_item .property_head {
	overflow: hidden;
	position: relative !important;
}
.cources-edu_item .price .tag, .cources-edu_item .price h4 {
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
}

/*  ----------------------- Overlay ---------------------- */ 

.overlay {
	background: rgba(0, 0, 255, 0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.cources-edu_item:hover .overlay, .image:hover .overlay, .cbp-item:hover .overlay {
	display: block;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.centered, .overlay {
	position: absolute;
}

.centered {
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.picture {
	position: relative;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.picture .text-overlay {
	position: absolute;
	background-color: rgba(0, 0, 255, 0.3);
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.portfolio-grid .picture:hover .text-overlay {
	opacity: 1
}
.portfolio-grid .picture .text-overlay .category {
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	letter-spacing: 2px;
	position: absolute;
	top: 30px;
	left: 40px;
	opacity: 0;
	margin-left: -100px;
	transition: all 300ms 100ms;
}
.portfolio-grid .picture:hover .text-overlay .category {
	opacity: 1;
	margin-left: 0px;
}
.portfolio-grid .picture .text-overlay h1 {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 45px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	margin-left: 100px;
	transition: opacity 300ms, margin 300ms;
}
.portfolio-grid .picture:hover .text-overlay h1 {
	opacity: 1;
	margin-left: 0px;
}
.portfolio-grid .picture .text-overlay h1 a {
	color: #fff;
}
.portfolio-grid .picture .text-overlay h1 a:hover {
	color: #000;
	text-decoration: none;
}
.portfolio-grid .picture .text-overlay .line {
	background-color: #fff;
	height: 2px;
	width: 60px;
	margin-top: 16px;
	position: absolute;
	text-align: left;
	top: 75px;
	left: 40px;
}
.portfolio-grid.nospace .picture .text-overlay .category {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: left;
	top: auto;
	bottom: 90px;
	left: 50px;
}
.portfolio-grid.nospace .picture .text-overlay h1 {
	position: absolute;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	top: auto;
	bottom: 70px;
	left: 50px;
}
.portfolio-grid.nospace .picture .text-overlay .line {
	background-color: #fff;
	height: 1px;
	width: 60px;
	margin-top: 16px;
	position: absolute;
	text-align: left;
	top: auto;
	bottom: 55px;
	left: 30px;
}

.portfolio-grid .picture .icon-overlay {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 12;
	opacity: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.portfolio-grid .picture:hover .icon-overlay {
	opacity: 1
}
.portfolio-grid .picture .icon-overlay a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.portfolio-grid .picture .icon-overlay a:hover {
	font-size: 30px;
	color: #000;
	text-decoration: none;
}


 .client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}
.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #e8e8e8;
    text-transform: uppercase;
}
.client-img img {
    width: 100%;
}
#testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #fff;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #7fbdff;
    padding-bottom: 20px;
    display: inline-block;
}

.blogs .educare-btn-style1 {
	width: 130px;
	height: 35px;
}
.blogs .educare-btn-style1 a {
	font-size: 13px;
	line-height: 32px;
}


.blog {
	overflow:hidden;
}
.blog .info {
	position: relative;
	overflow: hidden;
}
.blog .info img {
	width: 100%;
}
.blog .info .date {
	position: absolute;
	top: 3%;
	background:#1a1a1a;
	left: 3%;
	color: #fff;
	text-align: center;
	padding: 4px 6px;
}
.blog .info .date p {
	color:#fff;
}
.blog .info .caption {
	margin-top: 15px;
	text-align:center;
	padding:0 10px;
}
.blog .info .caption h5> a {
	font-size: 16px;
}
.blog .info .caption p {
	line-height: 22px;
}
.blog .info .caption .btn {
	width: 120px;
	height: 35px;
	line-height: 35px;
}
.blog .info .caption .btn>span {
	font-size: 10px;
	letter-spacing: 1px;
	left: 22px;
}
.blogs .event-ti-style {
	font-weight: 700
}
.blogs .p-style {
	color: #aaa;
	font-size: 13px;
	margin:0;
}
.blogs .btn {
	padding:0;
}
.blogs .btn.hover {
	margin-top: 20px;
	border: 2px solid #1a1a1a;
	box-shadow: none;
	background: transparent;
	color: #1a1a1a;
	height: 47px;
	line-height: 45px;
	font-size: 10px;
	letter-spacing: 6px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	width: 170px;
	border-radius: 0;
}
.blogs .btn.hover span {
	z-index: 2;
	position: absolute;
	left: 24%;
}
.blogs .btn.hover:after {
	content: "";
	position: absolute;
	background: #1a1a1a;
	height: 47px;
	left: -50%;
	width: 50%;
	transition: 0.4s;
}
.blogs .btn.hover:before {
	content: "";
	position: absolute;
	background: #1a1a1a;
	height: 47px;
	right: -50%;
	width: 50%;
	transition: 0.4s;
}
.blogs .btn.hover:hover::after {
left: 0;
z-index: 1
}
.blogs .btn.hover:hover::before {
right: 0;
z-index: 1;
width: 55%;
}
.blogs .btn.hover:hover {
	color: #fff
}
.blogs .title {
	padding: 5px 0px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.09);
	position: relative;
}
.blogs .title:before {
	content: "";
	position: absolute;
	border: 1px solid #1a1a1a;
	bottom: 0;
	width: 50px;
}
.blogs .sub-title {
	letter-spacing: 3px;
	font-size: 10px;
	color: #aaa;
	margin-bottom: 10px;
}
.blogs .educare-btn-style1 {
	margin: 18px auto 0 auto;
}
.blogs .items {
	margin: 40px 0 0 0;
}
.icons-style-02 h1 {
	font-size: 22px;
	line-height: 10px;
}

.educare-btn-style1 {
	width: 180px;
    height: 50px;
    border: 1px solid #060606;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: #191970;
    margin: 12px auto 0 auto;
    border-radius: 25px;
}
.educare-btn-style1 a {
	font-size:16px;
	color:#fff;
	text-decoration:none;
	line-height:45px;
    transition:all .5s ease;
	z-index:2;
	text-transform:uppercase;
	position:relative;
}
.educare-btn-effect {
	width:180px;
	height:45px;
	left:-180px;
	background:red;
	color:#222;
	position:absolute;
 transition:all .5s ease;
	z-index:1;
}
.educare-btn-style1:hover .educare-btn-effect {
	left:0;
}
.educare-btn-style1:hover a {
	color:#222;
}

.blogs .educare-btn-style1 {
	width: 130px;
	height: 35px;
}
.blogs .educare-btn-style1 a {
	font-size: 13px;
	line-height: 32px;
}
.prices .educare-btn-style1 {
	width: 130px;
	height: 35px;
}
.prices .educare-btn-style1 a {
	font-size: 13px;
	line-height: 32px;
}
	position:relative;
}
.educare-btn-effect {
	width:180px;
	height:45px;
	left:-180px;
	background:#fff;
	color:#222;
	position:absolute;
 transition:all .5s ease;
	z-index:1;
}
.educare-btn-style1:hover .educare-btn-effect {
	left:0;
}
.educare-btn-style1:hover a {
	color:#fff;
}

.prices .info {
	margin-top: 40px;
	background: #fff;
	padding: 45px 30px;
	transition: all 0.3s ease 0s;
	text-align: center;
}
.prices .info:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.prices .info h5 {
	font-size: 20px;
}
.prices .info p {
	color: #aaa;
	font-size: 12px;
}
.prices .info h3 {
	margin: 35px 0px;
	font-size: 50px;
}
.prices .info ul li {
	padding: 14px 0px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.09);
}
.imghover:hover
{
	opacity: 0.8;
}

.header-top
{
	background:  linear-gradient(
      rgba(0, 0, 250, 0.5), 
      rgba(0, 0, 255, 0.3), 
      rgba(0, 0, 250, 0.6)
    ), url('image/tophead.jpg');
    background-size: cover;
	color:white;
	font-weight:bold;
} 

.admin-header-top
{
	background:  linear-gradient(
      rgba(250, 255, 255, 0.5), 
      rgba(250, 255, 0, 0.6)
    ), url('./image/tophead.jpg');
    background-size: cover;
	color:white;
	font-weight:bold;
} 

.placement-top
{
	background:url('Placement/placepment.jpg');
    background-size: cover;
	color:white;
	font-weight:bold;
} 

.counters-item {
	background: #fff;
	padding: 25px 0;
	position: relative;
}
.number-counters .counters-item i {
	display: inline-block;
	font-size: 26px;
	margin-bottom: 10px;
}
.number-counters .counters-item strong {
	color: #ff0000;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
}
.number-counters .counters-item p {
	margin: 0;
	font-size: 17px;
}
.border-inner {
	border: 1px solid #ff0000;
	bottom: 0;
	left: 0;
	margin: 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.number-counters .counters-item p {
	color: #ff0000;
}
.number-counters .counters-item i {
	color: #ff0000;
}
.number-counters .counters-item i {
	display: inline-block;
	font-size: 26px;
	margin-bottom: 10px;
}
.bg-notice
{
background:url(image/notfound.png); 
height:70vh;  
background-size: contain, cover;
background-position: center;
background-repeat: no-repeat; 
position: relative; 
}
.bg-gallery
{
background:url(image/notfound.png); 
height:70vh;  
background-size: contain, cover;
background-position: center;
background-repeat: no-repeat; 
position: relative; 
}
.bg-lightred
{
	background:#ffffcc;
	color:red;
}

.text-bluedk{color:#004d99;}
.bold { font-weight:bold;}
.bg-blue{background-color:#121261;}
.bg-bluelt{background-color:#49BBF1;}
.bg-bluelight{background-color:#BEEAFF;}
.bg-cyandk {  background-color:#2AC4CC;	 }
.bg-cyanlt {  background-color:#57E7EF;	 }
.bg-cyanlight {  background-color:#ECFEFF;	 }
.bg-orange{background-color:#FF4300;}
.bg-orangelt { 	background-color:#FFE4C2; }
.bg-orangelight { 	background-color:#FFF5E8; }
.bg-greendk { 	background-color:#05742E; }
.bg-greenlt { 	background-color:#76ffc2; }
.bg-greenlight { 	background-color:#c2ffe4; }
























@media only screen and (max-width: 765px) 
{
  .tophead
  {
    text-align: center!important;;
  }
  .adm-no
  {
	  display:none;
  }
  .top-img
  {
	  width:100%;
  }
}
@media only screen and (max-width: 780px) 
{
  .adm
  {
    text-align: center!important;;
  }
}
