

/*collors
blue #084c61
green#00C6D7
light-grey #e8e8ea


*/
body {
  font-family: "Open Sans", sans-serif;
  color:#084c61;
  background:  #fff;
}

a {
  color:#084c61;
}


a:hover {
  color:#00C6D7;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*----------------------top menu--------------------------------*/
#topmenu {

  background:  #e8e8ea;
  padding: 10px 0;
  font-size: 14px;
}


#topmenu .social-links a {
  color: #fff;
  padding: 4px 0 4px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topmenu .social-links a:hover {
  color:#00C6D7;
}

#topmenu .social-links a:first-child {
  border-left: 0;
}
#mainslider img{
  width:100%;
  max-height: 500px;
  position:relative;
}
#main{
  padding-top:60px;
}


/*--------------- About-----------------------------------*/
.about p{
font-weight: 700;
}

/*--------------- Sections-----------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background:#00C6D7;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
/*  background: #e8e8ea;*/
  background:  #e8e8ea;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color:#084c61;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color:#084c61;
  content: "/";
}

/*---------------DESPRE-----------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color:#00C6D7;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*----------------box-services--------------------------*/
.box {
  background:  #e8e8ea;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
 /* cursor: pointer;*/
  margin-bottom: 40px;
  padding: 40px;
  transition: 0.4s;
  border-radius: 10px;
  font-size:20px;
  font-weight: 700;

}
.box-item table{
  font-size:15px;

}
.box-item{
  background:  #e8e8ea;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  cursor: pointer;
  margin-bottom: 40px;
  padding: 20px;
  transition: 0.4s;
  border-radius: 10px;
  font-size:20px;
  font-weight: 700;
}
#services{
  padding-top:30px;
  color:#084c61;
  font-size:18px;
}
.box-rightmenu{
  padding: 5px 5px 5px 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.2);
  margin-bottom: 20px;
  text-align: left;
}
.box-rightmenu:hover{
  box-shadow: 10px 25px 15px rgba(73, 78, 92, 0.2);
  color:#00C6D7;
}
 .icon{
   color:#00C6D7;
}
/*.page-left{
padding-top: 5%;
}*/
.page-right{
  background: #e8e8ea; /* #f5f5f5;  */
  box-shadow: 10px 10px 15px rgb(73 78 92 /20%);
  font-weight: 600;
  border: 1px solid #00C6D7;
  border-radius: 15px;
  margin-left: 30px;
}
.item-noutati{
  padding:5px;
}

.hero-image {
  background-image: url("../img/slide/cten4.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.page-right{
  border-left: 0.5px solid #00C6D7;
}
.page-left{
  border-right: 1px solid #00C6D7;
}*/
/*
.box :hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
}*/
/*
p {
  color: @dark-green;
}
}

&.border-hover {
&:after {
   bottom: 0;
   border-top: .2em solid @green-2;
 }
}
*/
/*

.box.description {
  color: @dark-green;
  font-family: @Roboto;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 100px;
  min-height: 96px;

!*@media (max-width: 767px) {
  margin-left: 0;
  text-align: center;
}*!


.link {
  color: @dark-green;
  font-family: @Roboto-Bold;
  letter-spacing: 1px;

&:hover {
   color: @green-2;
   text-decoration: none;
 }

&:focus {
   outline: none;
   text-decoration: none;
 }
}
}
*/

/*---------------------Table----------------*/
.table th{
  background-color: #e8e8ea ;
}
.table-size {
  max-width: 800px;
  margin-left: 10%;

}
/*-----------------------CONTACT------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 50px;
  background:  #e8e8ea;
}
.indent-30{
  text-indent: 30px;
}
.indent-60{
  text-indent: 60px;
}
.indent-80{
  text-indent: 80px;
}
.indent-160{
  text-indent: 160px;
}


.contact .info-box i {
  font-size: 32px;
  color:#00C6D7;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #084c61;
  font-weight: 700;
  margin: 10px 0;

}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: #084c61;
}

.contact{
  min-height:500px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*slide background*/
.s-background{
  /* padding-top: 5%; */
  background: #e8e8ea;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  padding-bottom: 0;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.3);
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 350px;
}
/*table*/

.table {
 /* max-width:1000px ;*/
  color: #545454;
  text-align: left;
}
.colapse-table {
  color: #545454!important;
}
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  /* letter-spacing: 1px; */
  display: inline-block;
  padding: 8px 10px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  /* margin: 10px; */
  color: #fff;
  -webkit-animation-delay: 0.8s;
   animation-delay: 0.8s;
  /* border: 2px solid#00C6D7; */
  background:#084c61;
}
.table td{
  padding: .50rem;
}


/*cookie*/

#cookieContainer{
  /*color:#00C6D7;*/
  color: #8e9ca0;
  z-index: -1;
  width:100%;
  left:0;
  /*!*min-height: 20px;*!*/
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
 /* background: #2e2e2e;*/
  background: #e8e8ea;
  overflow: hidden;
/*  position: fixed;*/
    bottom: 0;
/*  right: 30px;*/
 /*display: none;*/
 /* white-space: nowrap;*/
  font-size: 13px;
  text-align: center;
/*  opacity: 0.9;*/
}

.cookieButton{
  background-color:  #084c61 ;
  color:#e8e8ea;
}

.peisaj{
  max-width: 400px;
  display: block;
  margin: auto;
}

/*Galery*/

.thumb{
  max-width: 200px;
  max-height: 200px;
  padding: 5px;
}
/**/

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*card*/
.card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}
.card img{
  max-height: 240px;
  width: 90%;
  padding:1%;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-body{
  padding: 20px;
}
.contain {
  padding: 2px 16px;
}
 @media (max-width: 400px) {
   .section-title{
     display: none;
   }
}


/*--- intro------------*/
#intro {
  width: 100%;
  height: 40vh;
  background: url("../img/slide/robot_back.webp") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

#intro:before {
  content: "";
  /*background: rgba(112, 185, 176, 0.85);*/
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(3, 30, 38, 0.7));
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}
#intro p{
  color: #fff; /*#43aea0;*/
  /* color:  #1d443f;*/
  background-color:  #084c61 ; /*#14655D; #0D413E*/
  padding: 10px;
  border-radius: 50px;
  font-weight: bolder;
}
#intro a{
  color: #fff;
}
#intro h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;

}

#intro .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  background: #fff;
  color:  #14655D ;
  border: 1px solid  #14655D ;
}

@media (min-width: 1024px) {
  #intro {
      background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #intro h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #intro h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }
}

/* bb */
* {
  transition: all 0.3s ease-out;
}

.content-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.card-prj h3 {
  
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.card-prj a{
  text-decoration: none;
}
.card-prj p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
p.small {
  font-size: 14px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #084c61;
  border-radius: 0 4px 0 32px;
}
.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}
.card1 {
  display: block;
  position: relative;
   max-width: 300px;
  background-color: #e8e8ea;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #084c61;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}
.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.card-prj {
  display: block;
  top: 0px;
  position: relative;
  /* max-width: 262px; */
  background-color: #e8e8ea;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card-prj:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #00C6D7;
  background-color: white;
}
.card-prj:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00C6D7;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}
.card-prj:hover:before {
  transform: scale(2.15);
}
.card3 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card3 .go-corner {
  opacity: 0.7;
}
.card3:hover {
  border: 1px solid #00838d;
  box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
  z-index: 500;
}
.card3:hover p {
  color: #00838d;
}
.card3:hover .go-corner {
  transition: opactiy 0.3s linear;
  opacity: 1;
}
.card4 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 262px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.card4 .go-corner {
  background-color: #00838d;
  height: 100%;
  width: 16px;
  padding-right: 9px;
  border-radius: 0;
  transform: skew(6deg);
  margin-right: -36px;
  align-items: start;
  background-image: linear-gradient(-45deg, #8F479A 1%, #00838d 100%);
}
.card4 .go-arrow {
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
}
.card4:hover {
  border: 1px solid #00838d;
}
.card4 h3 {
  margin-top: 8px;
}
.card4:hover .go-corner {
  margin-right: -12px;
}
.card4:hover .go-arrow {
  opacity: 1;
}


/* flip card*/
.flip-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin: -150px;
  float: left;
  perspective: 500px;
}

.flip-content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);

  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  line-height: 300px;
  color: #03446A;
  text-align: center;
  font-size: 60px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.back {
  background: #03446A;
  color: white;
  transform: rotateY( 180deg );
}
/* box background */
 .wrap-card {
  position: relative;
  width: 280px;
  height: 350px;
  background: url('../img/slide/gimnaziu.jpg') 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 5%;
}
.wrap-card:hover{
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.5);
}
.wrap-admitere {
  position: relative;
  width: 280px;
  height: 350px;
  background: url('../img/slide/cten4.jpg') 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
 
}

.box-card {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #084c61;
}

.content-card {
  position: absolute;
  z-index: 10;
  padding: 15px;
  box-sizing: border-box;
}

.content-card a{
  color:#ededed;
}

.content-card a:hover{
  color:#00C6D7;
}

/* .folder-card {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 120%;
  height: 60px;
  background: #084c61;
  transform: rotate(8deg);
} */