

/*collor: #f97352  old #f97352
theme color blue#203647
orange #e15f1ad2
green#4DA8DA
light-grey #f7f7f7

Dark Blue:#203647
Lighter Blue: #007CC7
Lightest Blue: #4DA8DA
Shadow of Dark Blue: #203647
Shadow of Light Blue: #EEFBFB
*/
body {
  font-family: "Open Sans", sans-serif;
  color:#203647;
 /* background-color:#EEFBFB ;*/
}

a {
  color:#203647;

}


a:hover {
  color:#4DA8DA;
  text-decoration: none;
}

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

/*----------------------BACK TO--------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index:1000 ;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background:#4DA8DA;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background:#4DA8DA;
  color: #fff;
}

/*----------------------TOP-MENU--------------------------------*/
#topmenu {
/*  background: #545454;*/
  background: #EEFBFB;
  padding: 10px 0;
  font-size: 14px;
}
/*
#topmenu .contact-info {
  color: #fff;
}

#topmenu .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topmenu .contact-info a:hover {
  color:#4DA8DA;
}

#topmenu .contact-info i {
  color:#4DA8DA;
  padding: 4px;
}

#topmenu .contact-info .icofont-phone {
  padding-left: 20px;
}*/

#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:#4DA8DA;
}

#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:#4DA8DA;
  bottom: 0;
  left: calc(50% - 25px);
}

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

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

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

.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:#203647;
  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:#4DA8DA;
}

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


/*----------------services--------------------------*/
.box {
  background: #EEFBFB;
  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;

}
#services{
  padding-top:30px;
  color:#203647;
  font-size:18px;
}
 .icon{
   color:#007CC7;;
}
/*
.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:#EEFBFB ;
}


/*-----------------------CONTACT------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 50px;
  background: #EEFBFB;
}
.indent-30{
  text-indent: 30px;
}
.contact .info-box i {
  font-size: 32px;
  color:#4DA8DA;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #203647;
  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: #203647;
}
.contact{
  min-height: 600px;
}


@-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{

  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  padding-bottom: 0;
}
/*table*/

.table {
 /* max-width:1000px ;*/
  color: #545454;
}
.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#4DA8DA; */
  background:#203647;
}
.table td{
  padding: .50rem;
}


/*cookie*/

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

.cookieButton:hover {
  background: #f8f8f8;

  color: #2e2e2e!important;
}
#cookieContainer a{
  color:white;
}
*/
.peisaj{
  max-width: 400px;
  display: block;
  margin: auto;
}

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