@charset "utf-8";
/* CSS Document */

a:hover { text-decoration:none !important;}

.logo {padding-left: 100px; position: absolute; z-index: 9999999; top:0px; float: left;}
.logo-home {padding-left: 75px !important; position: absolute; z-index: 9999999; top:0px; width:100%;  float: left;}

 /* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
body, html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

footer {background: #000000;width:100%;color: #ffffff;font-size: 13px;padding: 20px;/* margin: 30px 0px 0px 0px; */border:none;}

footer a{color: #ffffff;}



main {
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.sidebar {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  background-color: #272d71;
}

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: #272d71;
  margin: 10px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}



.hidden-xs { display: none; }

.middle { margin: 0 auto; }

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}


.button.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.button.active .middle { width: 0; }

.move-to-left {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}

.sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 90px;
  text-align: left;
  padding-left:50px;
}

.sidebar-item {
  margin: 30px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}


.sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar-anchor {
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}

.sidebar-anchor:hover{
  color: #ffffff !important; text-decoration: none;
}

.sidebar-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.head-title{margin: 27px 0px 0px 0px;}
.sidebar-anchor:hover:before { width: 100%; }

 @media (max-width: 600px) {
#div1{margin-top: 90px !important;}
 .carousel-link-head{
    padding: 6px;
    line-height: 18px;
}
.carousel-link {font-size:12px;}
.our-adv {font-size: 17px;}
.our-adv img{width: 50px;height:auto;}
.bar-all{width:auto !important;}
.logo {padding-left: 0px !important;    margin-top: 20px;}
.carousel-caption {
    position: absolute;
    right: 9%;
    top: 13%;
    left: 9%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.carousel-caption h6{font-size: 12px !important;margin-top: 10px;}
.head-title{
	margin: 24px 10px 0px 0px !important;
	font-size: 16px;
	width: 59%;
	text-align: right;
}


.title-header2 {
    font-size: 12px !important;
    margin-bottom: 0px !important;
    padding: 7px !important;
}
.logo img{width:50%;}
.text-homepageslider-big {font-size:1.2rem !important;}
.text-homepageslider { font-size:2.5rem !important;}
}

@media (max-width:1000px) and (min-width:600px) {
   .logo {padding-left: 0px !important;    margin-top: 20px;}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 22%;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.carousel-caption h6{font-size: 20px !important;margin-top: 15px;}
.head-title{
	margin: 24px 10px 0px 0px !important;
	font-size: 16px;
	width: 80%;
	text-align: right;
}


.title-header2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding: 5px !important;
}
.logo img{width:50%;}
}​





.title-header2 { border:3px solid #ffffff; font-size:30px;   text-shadow: 1px 1px #333; margin-bottom: 20px; padding:10px; text-align:center; width:100%;}

.bg-grey-career {background: #272d71;padding:30px;margin-bottom: 20px;}
.bg-grey-career h3{ margin-bottom: 15px; text-align: center; background:#181e64; color:#ffffff; font-size:1.4rem; padding:5px;}

.bg-grey {background: #f0f0f0;padding-top: 50px;padding-bottom: 50px;}
.bg-grey h3{padding:0px 0px 15px 0px;}
.bg-white-nav { background: #ffffff;}
.card h3{margin:20px 0px 10px 0px; font-size:1.5rem;}

.card h4{margin:20px 0px 10px 0px; font-size:1.3rem;}

.bg-services-border {border: 2px solid #f0f0f0;padding: 1rem;margin: 41px 0px 0px 0px;}


.bg-services {background: #101010; padding: 15px 10px 10px 10px; margin: 0px 0px 40px 0px;}

.services {border: 1px solid #f0f0f0; padding:20px; text-transform:uppercase;}

.services h5{padding:20px 10px 0px 10px; text-transform:uppercase;}



/*Pagetop csss*/

#bottompanel{
width:100%;
padding:15px 5px 10px 15px;
float:right;  z-index:99999999999;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:3;
    position:fixed;
    bottom:50px;  z-index:99999999999;
    right:16px;
    display:none;
    text-indent:-9999px;
	background:url(../images/icon_top.png) no-repeat;
}


.investments{
    border: 1px solid #000;
    width: 100%; padding:0px 20px 20px 20px;
}

.investments h3{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px; margin-bottom: 1rem;
}

.investments h3 span{
    background-color: #f0f0f0; text-transform: uppercase;  padding: 10px; font-size: 30px; 
}

.bg-grey-tab { background: #f5f5f5; padding:60px 0px;}


.investments-2{
    border: 1px solid #000;
    width: 100%; padding:0px 20px 20px 20px;
}

.investments-2 h3{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px; margin-bottom: 1rem;
}

.investments-2 h3 span{
    background-color: #f5f5f5; text-transform: uppercase; padding: 10px; font-size: 30px; 
}


.investments-3{ background: #e9e9e9; padding: 2rem; margin-bottom: 20px;}


.title-space{padding: 30px 0px 30px 0px;}
.title-space2{padding: 30px 0px 0px 0px;}




.bg-red {background:#96c22b;}

.bg-red h5{ color:#ffffff; font-size:1.1rem; padding:20px 30px;}


.bg-blue {background:#002c6c;}

.bg-blue h5{ color:#ffffff; font-size:1.1rem; padding:20px 30px;}


.bg-red-polo {background:#172542;}

.bg-red-polo h5{ color:#ffffff; font-size:1.1rem; padding:20px 30px;}


.bg-red-planet {background:#e61b16;}

.bg-red-planet h5{ color:#ffffff; font-size:1.1rem; padding:20px 30px;}

.bg-gray-legend {background:#5d5d5d;}

.bg-gray-legend h5{ color:#ffffff; font-size:1.1rem; padding:20px 30px;}


.bg-white-text {padding:40px 0px;}



.br-right{border-right:1px solid #eeeeee;}









#pagecontainer
{
position:absolute;
width: 100vw;
    height: 100vh;
    overflow: hidden;
	background-color:#ffffff;
}
.page1 .video-container{
  position: relative;
    top: 0;
    left: 0;
    transition: all 700ms ease;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	
}


.video-container{
  position: relative;
    top: 0;
    left: 0;
    transition: all 700ms ease;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	
}

#page2-new {margin-top:95px;}

.page2 .video-container{
display:none;
	
}

.page2 .video-tab{display:none;}

#fullpage
{
 position: relative;
 height: 100%;
 width: 100%; margin-top:33vh;
 transition: all 700ms ease; z-index:99999;

}
.page1 #fullpage
{
	transform: translate3d(0px, 0px, 0px);
	
}
.page2 #fullpage
{
	
    transform: translate3d(0px, -20vh, 0px); 
	
}
.scrollbtn
{/* position:absolute; *//* bottom:20px; *//* z-index:9; *//* left:46%; *//* width:4%; */}
.page2 .scrollbtn
{
display:none;
}




/*

.logo {padding-left:30px; position:absolute; z-index: 99999999;}
.logo-inside {padding-left:30px; height: 94px; }


#pagecontainer {position:relative; width: 100vw; height: 100vh; overflow: hidden;}
.page1 .video-container{position: relative; top: 0; left: 0; transition: all 700ms ease; width: 100vw;
    height: 100vh; overflow: hidden;}
*/

.video-tab{width: 100% !important;min-height: 100% !important;object-fit: cover;position:absolute;z-index: 99;background: #9E9E9E;}

#video-bg {position: relative; width: auto; min-width: 100%; height: auto; background-size: cover;}
video { display: block;}
.video-container1 {width: 100%; max-height: 500px; overflow: hidden; position: relative; top: 0px;
  right: 0; z-index: -100;}

/*
.page2 .video-container{display:none;}
#fullpage {position: relative; height: 80%;  margin-top: 33vh;  width: 100%; transition: all 700ms ease;}
.page1 #fullpage{transform: translate3d(0px, 0px, 0px);}
.page2 #fullpage {transform: translate3d(0px, -20vh, 0px);}

*/
.text-homepageslider { position: relative; left: 10%; width: 90%; margin-bottom: 0.8rem; font-size:3rem;}
.text-homepageslider .first {border-bottom: 3px solid #4BD500;}
.text-homepageslider .second {border-bottom: 3px solid #0096ff;}
.text-homepageslider .third {border-bottom: 3px solid #fff200;}
.skip {float:right; bottom:15px; margin-top:7%; border:1px solid #ffffff; cursor:pointer; color:#ffffff; padding:10px; font-size:15px; margin-right: 10px;}
.skip a{color:#ffffff;}
.skip:hover{color:#ffffff; background:#272d71; border:1px solid #ffffff;}



.text-homepageslider-big { position: relative; left: 10%; cursor:pointer; width: 90%; margin-bottom: 1.8rem; font-size:1.6rem;}


.scrollbtn {
    clear: both;
    bottom: -300px;
    left: -75px;
    right: 8px;
    position: relative;
}



#div1 {position: absolute;z-index: 9999999999999999999;width:100%;bottom:5%;top:20%;margin-top: 120px;}

.scrollbtn span {background: #ffffff;
padding: 10px;
color: #272d71;
font-size: 17px;/* text-transform: uppercase; */}
.scrollbtn span:hover{background: white;color:#272d71;}
.page2 .scrollbtn {display:none;}
.page2 #videotab {display:none;}


.item:hover .item-overlay.top {top: 0; cursor: pointer;}
.item:hover .item-overlay.right {right: 0; cursor: pointer; left: 0;}
.item:hover .item-overlay.bottom {bottom: 0; cursor: pointer;}
.item:hover .item-overlay.left {left: 0; cursor: pointer;}

/* Overlay is visible… */
.item-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,1);
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 100%;   
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.item-overlay.top {
  top: 100%;
}
.item-overlay.right {
  right: 200%;
  left: -100%;
}
.item-overlay.bottom {
  bottom: 100%;
}
.item-overlay.left {
  left: 100%;
}

.item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
}
.item img {
  max-width: 100%;
}

.hovertext-1 {border:2px solid #101010; padding:5px 10px; text-align:center; margin:auto; width:50%; color:#101010; font-size:16px;}
.hovertext-1:hover { background:#101010; color:#ffffff; text-decoration:none;}


.hovertext-2 {border:2px solid #f0f0f0; padding:5px 10px; text-align:center; margin:auto; width:50%; color:#ffffff; font-size:16px;}
.hovertext-2:hover { background:#f0f0f0; color:#101010; text-decoration:none;}


		
.item1 {background: #101010; color: #ffffff; top: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.2rem;}
		
		.item1_bg{ background: #101010; padding:130px 10px 0px 10px; }
		.item1_bg img{ margin: 10px;}
		.item1-img { background: #101010; height: 44vh;}

		
		.item2 {background: #f0f0f0; color: #101010; bottom: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.5rem;}
		
		.item2_bg{ background: #f0f0f0; padding:10px 10px 0px 10px; opacity:0.9;}
			.item2_bg h3{color: #101010; font-size:26px;}
		.item2_bg img{ margin: 10px;}
	.item2-img { background: url(../images/homepage-tabs/image2.jpg) center no-repeat; background-size:cover; height: 44vh;}
		
		.item3 {background: #101010; color: #ffffff; bottom: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.5rem;}
		
		.item3_bg{ background: #101010; padding:10px 10px 0px 10px;  opacity:0.9;}
		.item3_bg h3{color: #f0f0f0; font-size:26px;}
		.item3_bg img{ margin: 10px;}
			.item3-img { background: url(../images/homepage-tabs/image6.jpg) center no-repeat; background-size: cover; height: 44vh;}
		
		.item4 {background: #f0f0f0; color: #101010; bottom: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.5rem;}
		
		.item4_bg{ background: #f0f0f0; padding:10px 10px 0px 10px; opacity:0.9; }
		.item4_bg h3{color: #101010 !important; font-size:26px;}
		.item4_bg img{ margin: 10px;}
		.item4-img { background: url(../images/homepage-tabs/image4.jpg) center no-repeat; background-size: cover; height: 44vh;}
		
		
		.item5 {background: #101010; color: #ffffff; bottom: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.5rem;}
		
		.item5_bg{ background: #101010; padding:10px 10px 0px 10px;  opacity:0.9;}
		.item5_bg h3{color: #f0f0f0 !important; font-size:26px;}
		.item5_bg img{ margin: 10px;}
		.item5-img { background: url(../images/homepage-tabs/image3.jpg) center no-repeat; background-size: cover; height: 44vh;}
		
		
		
		.item6 {background: #f0f0f0; color: #101010; bottom: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.5rem;}
		
		.item6_bg{ background: #f0f0f0; padding:10px 10px 0px 10px; opacity:0.9; }
		.item6_bg h3{color: #101010 !important; font-size:26px;}
		.item6_bg img{ margin: 10px;}
		.item6-img { background: url(../images/homepage-tabs/image5.jpg) center no-repeat; background-size: cover; height: 44vh;}


		
		.item7 {background: #101010; color: #ffffff; bottom: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.5rem;}
		
		.item7_bg{ background: #101010; padding:10px 10px 0px 10px;  opacity:0.9;}
		.item7_bg h3{color: #ffffff !important; font-size:26px;}
		.item7_bg img{ margin: 10px;}
		.item7-img { background: url(../images/homepage-tabs/image7.jpg) center no-repeat; background-size: cover; height: 44vh;}

		
.item8 {background: #101010; color: #ffffff; top: 0px; position: absolute; width: 100%; padding: 10px; text-align: left; font-size: 1.7rem;}
		
		.item8_bg{ background: #101010; padding:10px 10px 0px 10px; }
		.item8_bg img{ margin: 10px;}
		.item8-img { background: #101010; height: 44vh;}


		
		.border-r{border-radius: 50px; border:2px solid #101010;}
		.border-f{border-radius: 50px; border:2px solid #f0f0f0;}

.scroll-page{border:1px solid #ffffff; padding: 15px; margin: 5px;}


/*Pagetop csss*/

#bottompanel{
width:687px;
padding:15px 5px 10px 15px;
float:right;  z-index:99999999999;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:3;
    position:fixed;
    bottom:50px;  z-index:99999999999;
    right:16px;
    display:none;
    text-indent:-9999px;
	background:url(../images/icon_top.png) no-repeat;
}




.hvr-sweep-to-right {
	display: inline-block; width: 100%;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4875F5;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
	color: #fff
}
.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}




/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 2px; margin: 5px 0px 0px 0px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}








.text-inside{
padding: 40% 0%; text-align: center; font-size: 1.2rem;
} 


.text-inside-1{
padding: 30% 0%; text-align: center; font-size: 1.2rem;
}




.bar {
  display: block;
  height: 3px;
  width: 40px;
  background-color: #395fab;
  margin: 10px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto; background: none;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}




.accordion {
    color: #ffffff; text-transform:uppercase;
    cursor: pointer;
    padding: 5px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2em;
    transition: 0.4s; background:none;
}

.accordion:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-right: 25px;
}

.active-panel:after {
  content: "\2212";
}

.panel {
    padding: 0px;
    max-height: 0; color:#ffffff;
    overflow: hidden; 
    transition: max-height 0.2s ease-out;
}
.panel a{
    color:#ffffff; padding:9px; font-size:15px; border-bottom:1px solid #6066ac; width:100%; float:left;
}


.contact-us { padding:10px; margin-top:0px;}
.contact-us h6 a{margin-top:10px; float:left;}


.bg-grey-about {background:#f2f2f2; border:1px solid #eeeeee;}
.about-arete {background:url(../images/aboutus-arete.jpg) no-repeat; height:20rem;}
.about-tab {text-align:center;margin:auto;width:80%;margin-top: 10px;}
/* .about-tab h2{text-align:center; margin-bottom:30px;} */
.about-tab h5{ margin-bottom:10px;}

.bg-grey-realestate {background:#f2f2f2; padding:40px; }
.bg-white-realestate {background:#ffffff; padding:40px; border:1px solid #dcdcdc;}





#slideshow {
  /* margin: 120px auto; */
  position: relative;
  width: 100%;
  /* padding: 10px; */
}

#slideshow > div {
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.carousel-inner {
    height:auto;
}

.quotes {display: none;}


.image-quote {background:url(../images/empowering.png) center; background-size:contain; background-repeat:no-repeat; width:100%;}

.mb {margin-bottom:30px;}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.text-carousel {width:70% !important; margin:0 auto;}
.text-carousel h4{font-size:1.1rem;}
.active_link{color:#8cc63f !important;}

.bar-all{float: right; width: 10%; margin: 12px 0px 0px 0px;}
.bg-contact{margin-bottom:20px;}

.title-header2 { border:3px solid #ffffff; font-size:30px;   text-shadow: 1px 1px #333; margin-bottom: 20px; padding:10px; text-align:center; width:100%;}


/* new hospital */
.card {
  margin-top: 5%;
  border-bottom: 2.5px solid #78bf1e  !important; 
  border-radius: 0;
  line-height: 1.3;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.card-body::after {
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 2.5px solid #272d71  !important; 
  -webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
  -o-transition: all 0.35s;
	transition: all 0.35s;
}

.card-body::before,
.card-body::after {
  background: #8ec840b0 ;
  content: '';
  position: absolute;
  z-index: -1;
}

.card:hover {
  color: #fcfcfc;
}

.card:hover .card-body:after {
  height: 100%;
  color: #fff;
}

.card-body {  
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.card-img, .card-img-top {
  z-index: 1;
}

.card-text {
  margin-bottom: 1rem;
}
.card-text:hover{
  color: #fcfcfc;
}
