@font-face {
  font-family: 'PNR';
  src: url(fonts/ProximaNovaRegular/ProximaNovaRegular.woff) format('woff');
  font-weight: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'PNR';
  src: url(fonts/ProximaNovaBold/ProximaNovaBold.woff) format('woff');
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: 'PNR';
  src: url(fonts/ProximaNovaBold/ProximaNovaExtrabld.woff) format('woff');
  font-weight: 800;
  font-display: fallback;
}
@font-face {
  font-family: 'PNR';
  src: url(fonts/ProximaNovaSemibold/ProximaNova-Semibold.woff) format('woff');
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: 'PNR';
  src: url(fonts/ProximaNovaLight/ProximaNovaLight.woff) format('woff');
  font-weight: 300;
  font-display: fallback;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: 'PNR', sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
body {
  font-family: 'PNR', sans-serif;
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
figcaption, figure, main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  /*font-family: sans-serif;*/ /* 1 */
  font-size: 15px; /*100%;*/ /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
details, menu {
  display: block;
}
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
canvas {
  display: inline-block;
}
template {
  display: none;
}
/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0095cd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  opacity: .9;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0095cd;
  opacity: 1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*
# Margins & paddings
*/

.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}
@media (max-width: 767px) {
  .pr-5i {
    padding-right: 15px !important;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* margin bottom */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mmb10 {
  margin-bottom: -10px;
}

.mtm-30 {
  margin-top: -30px;
}

.mbm-30 {
  margin-bottom: -30px;
}

.mbm-50 {
  margin-bottom: -50px;
}

.mlm-30 {
  margin-left: -30px;
}

.mtm-40 {
  margin-top: -40px;
}

.mlm-40 {
  margin-left: -40px;
}

.mlm-50 {
  margin-left: -50px;
}

.mlm-80 {
  margin-left: -80px;
}

.mlm-100 {
  margin-left: -100px;
}



.bg-center {
    background-position: center;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

ul.pl-list-square {
	list-style: none;
    margin-left:30px;
    margin-bottom: 10px;
    padding-left:0;
}
ul.pl-list-square li{padding-top:7px;}
ul.pl-list-square li::before {
	content: "\25A0";
	display: inline-block;
	margin-left: -20px;
	width: 20px;
	font-size: 12px;
	color: #0095cd;
}

ol.pl-list-numer {
    margin-left:5px;
    margin-bottom: 30px;
    list-style: none;
	counter-reset: li;	
}
ol.pl-list-numer li {
    counter-increment: li;
    margin-top: 7px;	
}
ol.pl-list-numer li::before {
    content: counter(li)".";
    color: #0095cd;
    display: inline-block; 
    width: 20px;
    margin-left: -20px;
	font-weight: 500;
}



ul.pl-list-square {
	list-style: none;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}


@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}


.promo-wrapper {
  padding: 20px 0px;
  background-color: #0095cd;
}

.promo-wrapper .promo-heading h3 {
    font-size: 1.75rem;
    /*line-height: 1;*/
    margin-bottom: 0.3rem;
}
.promo-wrapper .promo-heading p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .promo-wrapper .promo-heading h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .promo-wrapper .promo-heading h3 {
    font-size: 28px;
	margin-bottom: 1rem;
  }
  
  .promo-wrapper  .btn-consult {
	  margin-bottom: 25px;
  }
}

.promo-wrapper.promo-wrapper__dark {
	background: radial-gradient(circle, rgba(30,115,190,1) 0%, rgba(8,44,78,1) 100%);
}
.promo-wrapper.promo-wrapper__gradient {
	background: radial-gradient(circle, rgba(30,115,190,1) 0%, rgba(30,115,190,1) 50%, rgba(38,43,62,1) 100%);
}


.header__wrapper .phone_number, .header__wrapper .email_address {color: rgba(255,255,255, .65);}
.header__wrapper .phone_number a, .header__wrapper .email_address a{color: #fff; text-decoration: none;}
.header__wrapper .phone_number a:hover, .header__wrapper .email_address a:hover {color: rgba(255,255,255, .65); text-decoration: none;}
.header__wrapper .email_address > div {display: inline-block;margin-right: 10px;}
.header__wrapper .phone_number > div {display: inline-block;margin-right: 8px;}



.partners__wrapper {
	background-image: url('/assets/web/backgrounds/map.png');
	/* padding-top: 0; */
	background-color: #f7faff;	
}
.partners__wrapper .partner-card {
    border-radius: .25rem;
	border: 1px solid rgba(68, 88, 144, 0.12);
	transition: ease-in-out all .35s;
	transform: translateY(0);
	padding: 1.5rem !important;
	box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
    height: 100%;
    background: #fff;
  
}
.partners__wrapper .partner-card:hover {
    transform: translateY(-2px);
    box-shadow: 5px 6px 10px #78abd8;
}
.partners__wrapper .partner-card img {
	transition: all 0.4s ease-in-out;
	filter: grayscale(100);

}

.partners__wrapper .partner-card:hover img {
	transition: all 0.4s ease-in-out;
	filter: grayscale(0);

}


.choose__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
 /* background-color: #fff;*/
}

.choose__wrapper .stats-item {
    background: transparent;
    box-shadow: none;
    padding: 0 35px 0 35px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius:.25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
	
	height: 100%;
    display: flex;
    /* justify-content: center;*/	
}
.choose__wrapper .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.choose__wrapper .heading {
  color: #211e3b;
}
.choose__wrapper .mbr-section-title {
  text-align: center;
  color: #211e3b;
  font-size: 1.5rem;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}
.choose__wrapper .mbr-card-title {
  font-size: 1.15rem;
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
  text-align: center;
  display: block;
  color: #211e3b; /*rgba(255,255,255,.5);  */
}
.choose__wrapper .mbr-iconfont {
  align-self: center;
  padding: 30.5px;
  text-align: center;
  color: #ffffff;
  display: block;
}

@media (max-width: 768px) {
  .choose__wrapper .stats-item {
    padding: 15px 25px;
  }
  .choose__wrapper .mbr-iconfont {
      padding-top: 0;
  } 
  .choose__wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .choose__wrapper .choose-card {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
  }  
}







/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.services__wrapper {
    background-color: #f7faff;
    background-image: url('/assets/web/backgrounds/bg.png');
    padding-top: 80px;
    padding-bottom: 80px;  
}
@media (max-width: 575px) {
  .services__wrapper {
    padding-top: 60px;
  }
}
.services__wrapper .services-card {
    margin-top: .55rem !important;
    margin-bottom: 1rem !important;
}

.services__wrapper .services-card .mbr-title {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 0;
}
.services__wrapper .services-card .mbr-text {
	font-weight: 400;
    color: #fff;
}
.services__wrapper .services-card .mbr-link {
	font-weight: 400;
    color: rgba(255,255,255,.5);
	display: block;
	text-decoration: none;
	transition: all .3s linear;
}
.services__wrapper .services-card .mbr-link:hover {
	text-decoration: underline;
	color: #fff;
}
.services__wrapper .card-img {
    margin-bottom: 2.5rem;
}
.services__wrapper .card-img span {
  position: relative;
}
.services__wrapper .card-wrapper {
	background: #1e73be;
	overflow:hidden;
    padding: 2rem 2rem;
    border-radius: 0.25rem;
    position: relative;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	height: 100%;
}
.services__wrapper .card-wrapper:hover {
	transition: all .3s linear 0s;
    box-shadow: 5px 6px 10px #78abd8;
    transform: translateY(-2px);	
}

.services__wrapper .card-wrapper svg {
    position: absolute;
    top: -1rem;
    left: 0rem;
    opacity: 0.4;
    transform: rotate(-3deg) scale(1.15);  
}

.services__wrapper .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .services__wrapper .card {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .services__wrapper .card-wrapper {
    padding: 2rem 1rem;
  }
}



/*--------------------------------------------------------------
# advantages of working with us
--------------------------------------------------------------*/
.advantages__wrapper {padding-top:90px; padding-bottom: 90px;}
.advantages__wrapper p{color: #262b3e;}
.advantages__wrapper .hover-top {
    border: 1px solid  rgba(68, 88, 144, 0.12);
    transition: ease-in-out all .35s;
    transform: translateY(0);
    padding: 2rem!important;
    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
    height: 100%;
}
.advantages__wrapper .hover-top:hover {
    transform: translateY(-10px);
    box-shadow: 5px 6px 10px #78abd8;
}
.advantages__wrapper .hover-top-in .hover-top--in {
    transition: ease-in-out all .35s;
    position: relative;
    top: 0
}
.advantages__wrapper .hover-top-in:hover .hover-top--in {
    top: -10px
}
.advantages__wrapper .media {
    display: flex;
}
.advantages__wrapper .media .media-body {
    flex: 1;
}
.advantages__wrapper .only-icon {
    display: inline-flex
}
.advantages__wrapper .only-icon i {
    font-size: 1.8rem;
    line-height: 1
}
.advantages__wrapper .only-icon-sm i {
    font-size: 1rem
}
.advantages__wrapper .only-icon-lg i {
    font-size: 1.75rem;
    color: #1e73be;
    font-weight: 500;
}
.advantages__wrapper .only-icon-xl i {
    font-size: 3rem
}
.advantages__wrapper .ps-3 {
    padding-left: 1rem!important
}
.advantages__wrapper h6 {
    font-weight: 500;
    line-height: 1.2;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: #0095cd;
  /*opacity:.8;*/
  z-index: 996;
  color: #fff;
}

#topbar.topbar-transparent {
  background: #0095cd;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar a {color: #fff;text-decoration: none;}
#topbar a span{padding-bottom: 2px;}
#topbar a:hover span{/*color: #eee;*/
    border-bottom: 3px solid #fff;
}
.phone_number span{font-size: .95em; font-weight: normal;}
.phone_number span a,
.email_address a
{font-weight: 700;margin-right: 6px;font-size: 1.1rem; color: #fff;}
.phone_number a:hover{color: #eee;}


@media (min-width: 992px) {/*768*/
    /*.phone_number  span:first-child{margin-bottom: 6px;}
    .phone_number  span:first-child a{margin-right: 15px;}	*/
}

/*--------------------------------------------------------------
# buisiness proccess
--------------------------------------------------------------*/
.proccess__wrapper {
        padding-top: 0; 
} 
@media (max-width: 767px) {
    .proccess__wrapper {
        padding-top: 34px; 
    } 
}


.features__wrapper {
  padding-top: 80px;
  padding-bottom: 0;
}

.proccess__wrapper .pie_progress {
  position: relative;
}
.proccess__wrapper .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}

.proccess__wrapper .card-d {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.proccess__wrapper .card-d:hover {
	/*transition: all .3s linear 0s;*/
    transition: ease-in-out 0.3s;
    /*box-shadow: 5px 5px 25px 0px #78abd8;*/
	box-shadow: 5px 6px 10px #78abd8;
    background: #fafafa; /*linear-gradient(to left,#1e73be,rgba(30,115,190,.65));*/
   /* color: #fff;	*/
}


.proccess__wrapper .card-d ellipse {
    stroke: rgba(206, 206, 206, 0.4);
}
.proccess__wrapper .card-d:hover ellipse {
   /* stroke: rgba(255,255,255,.65);*/
}

.proccess__wrapper .card-d:hover path {
   /* stroke: #FFF;*/
}


.proccess__wrapper .card-d:hover .number {
    /*color: rgba(255,255,255,.65);*/
}
.proccess__wrapper .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
  color: #1e73be; 
  font-size: 1.75rem;
}


.proccess__wrapper .card-d:hover .card-text {
   /* color: #fff;*/
}
.proccess__wrapper h3.card-text {
    font-size: 1.25rem;
    line-height: 1.2;
}


.proccess__wrapper .wrap {
  width: 65px;
  /*margin: 0 auto;*/
}
.proccess__wrapper .mbr-section-subtitle {
  color: #383838;
}
.proccess__wrapper .pie_progress__number {
  text-align: center !important;
}
.proccess__wrapper .card-title {
  margin-bottom: 0;
}
.proccess__wrapper .svg-gradient {
  position: absolute;
}
.proccess__wrapper ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.proccess__wrapper path {
  stroke: #1e73be;
}
.proccess__wrapper .card-d:nth-child(n+1) {
    margin-bottom: 1.5rem!important;
}
@media (max-width: 575px) {
.proccess__wrapper .card-d:nth-child(n+1) {
    margin-bottom: 1.5rem!important;
}
}
/*
@media (max-width: 991px) and (min-width: 768px) {
  .proccess__wrapper .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .proccess__wrapper .card {
    flex-direction: column;
  }
  .proccess__wrapper .content {
    padding-left: 0rem;
  }
  .proccess__wrapper .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
*/

/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
.portfolio__wrapper {
	padding-top: 80px; 
	padding-bottom: 100px;
}
@media (max-width: 768px) {
    .portfolio__wrapper {padding-top: 60px; padding-bottom: 40px;}	
}

.portfolio__wrapper .project__item {
  margin-top: 1rem !important;
  margin-bottom: .55rem !important;
}

.portfolio__wrapper .project__item .project__img {
	background-color: #f1f1f1; 
	border-radius:.25rem;
    width: auto;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .portfolio__wrapper .project__item .project__img {
	}
}

.portfolio__wrapper .project__item .project__img img {
    object-position: center;
    object-fit: cover;
    -o-object-fit: cover;	
    height: auto; 
	max-height: 400px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio__wrapper .project__item .project__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}		  
@media (max-width: 768px) {
    .portfolio__wrapper .project__item .project__img img {
        height: 250px;	
	}
}

.portfolio__wrapper .project__item .project__img a {
	display: block;
}

.portfolio__wrapper .project__item .project__img .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,.95);
    border-radius: 0;
    font-size: .8rem;
    padding: 7px 11px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .95;
    z-index: 2;
    letter-spacing: .025rem;
    line-height: 130%;
    color: #262b3e;
}
.portfolio__wrapper .project__item .project__img:hover .badge {
	transition: opacity linear 0.3s;
	opacity: 1;
}

.portfolio__wrapper .project__item .project-detail {
    position: absolute;
    bottom: 30px;
    left: 0;
    background: radial-gradient(circle, rgba(30,115,190,1) 0%, rgba(30,115,190,1) 50%, rgba(38,43,62,1) 100%);
    box-shadow: 5px 0 57px rgba(0, 0, 0, 0.30);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    padding: 11px 80px 12px 30px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    opacity: .9;
} 
.portfolio__wrapper .project__item:hover .project-detail {
	transition: opacity linear 0.3s;
  left: 0;
  opacity: 1;
}

.portfolio__wrapper .project__item .project-detail h6 {
    font-size: 1.15rem;
    padding-bottom: 5px;
    color: #fff;
    background: transparent;
	line-height: 1.5;
}

.portfolio__wrapper .project__item .project-detail .ways_txt {
    display: inline;
    transition: all 0.35s linear;
    background: linear-gradient(to bottom, rgba(255,255,255, .5) 0%, #fff 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    text-decoration: none;
}
.portfolio__wrapper .project__item:hover h6.ways_txt {
	background-size: 100% 2px;
}

/*--------------------------------------------------------------
# hero
--------------------------------------------------------------*/
.hero-wrap h1 {
	color: #fff;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-wrap h1,
.h1 {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 35px !important;
}

@media (min-width: 751px) and (max-width: 1170px) {
	h1,
	.h1 {
		font-size: 30px;
		line-height: 32px;
	}
}
.hero-wrap .pt-5,
.hero-wrap .py-5 {
	padding-top: 3rem !important;
}
.hero-wrap .pb-5,
.hero-wrap .py-5 {
	padding-bottom: 3rem !important;
}
.hero-wrap {
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

.hero-wrap .mr-2 {
	margin-right: 0.5rem !important;
}

@media (max-width: 1199.98px) {
	.hero-wrap {
		background-position: center center !important;
	}
}

.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .4;
	background: #000000;
}

.hero-wrap.hero-wrap-2,
.hero-wrap.hero-wrap-2 .slider-text {
	height: 260px;
}


.hero-wrap.hero-wrap-2 .overlay {
	opacity: .5;
}
@media (max-width: 691px) {
.hero-wrap.hero-wrap-2,
.hero-wrap.hero-wrap-2 .slider-text
{height: 199px;}
.hero-wrap.hero-wrap-2 .pb-5 {padding-bottom:0 !important;}
}
.hero-wrap .slider-text h1 {
	/*font-size: 70px;*/
	color: #fff;
	line-height: 1.2;
	font-weight: 800;
	/*font-family: sans-serif;*/
	/*text-transform: uppercase; */
}
@media (max-width: 691px) {
	.hero-wrap .slider-text h1 {
		font-size: 1.75rem;
		font-weight: 500 !important;
	}
}
@media (max-width: 991.98px) {
	.hero-wrap .slider-text h1 {
		/*font-size: 40px;*/ 
	}
}

.hero-wrap .slider-text h1 span {
	color: #fdbe34;
}

.hero-wrap .slider-text .subheading {
	font-size: 15px;
	color: #fdbe34;
	text-transform: uppercase;
	/*font-family: sans-serif;*/
	font-weight: 800;
	letter-spacing: 2px;
}

.hero-wrap .slider-text p {
	font-size: 1rem;
	line-height: 1.5;
	opacity: 1;
}

.hero-wrap .slider-text .crumbs {
	position: relative;
	font-size: .95rem;
	font-weight: 400;
	margin-bottom: 20px;
	z-index: 99;
}

.hero-wrap .slider-text .crumbs span,
.hero-wrap .slider-text .crumbs span a {
	color: #fff;
	opacity: 1;
}

.hero-wrap .slider-text p strong,
.hero-wrap .slider-text .bread {
	font-weight: 700 !important;
}


/*--------------------------------------------------------------
# About Block
--------------------------------------------------------------*/
.about-block__main-text {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1170px) {
    .about-block__main-text {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 750px) {
    .about-block__main-text {
        font-size: 16px;
        line-height: 22px;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
#header {
  top: 0;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  background: 1px solid #78abd8;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: #1e73be;
  opacity: .85;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  min-height: 50px;
  max-height: 60px;
  width: auto;
}
*/
/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  color: #fff;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a span {padding-bottom: 2px; border-bottom: 3px solid transparent;}

.navbar a:hover span /*,
.navbar li:hover>a span*/{
  border-bottom: 3px solid #fff;
  color: #fff;
}

.navbar .active span,
.navbar .active:focus span{
	color: #bdbdbd;
}

.header-scrolled .navbar a:hover,
.header-scrolled .navbar .active,
.header-scrolled .navbar .active:focus/*,
.header-scrolled .navbar li:hover>a*/ {
  color: #333333;
}


.navbar .active:hover,
.header-scrolled .navbar a.active:hover,
.navbar .active:hover:focus{
  color: #FFF;
  transition: 0.3s;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
 /* background: #fff;*/
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
  transition: 0.3s;
 /* border-radius: 4px;*/
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #433f39;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0095cd;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (max-width: 641px) {
   #topbar.d-xs-none+#header:not(.header-scrolled) {top: 0;}
}
/**
* localization
*/
.localisation_selector_list{
	display: none;
    position: absolute;
    z-index: 0;
    background: #fff;
    right: 0;
    margin-top: 7px;
}

.localisation_selector {
    cursor: pointer;
	position:relative;
}

.localisation_selector:hover .localisation_selector_list,
.localisation_selector .localisation_selector_list:hover,
.localisation_selector .localisation_selector_item:hover, .localisation_selector .localisation_selector_item:hover a
 {
    display: block;
	z-index: 1000;
}

.localisation_selector .localisation_selector_item {
    padding: 10px 5px;
}

.localisation_selector .localisation_selector_item:hover, .localisation_selector .localisation_selector_item:hover a {
    background: #eee;
}

.localisation_selector .uppercase {
    font-weight: 500;
    padding: 12px;
}

.header__lang {
    margin-left: 35px;
}
@media (max-width: 750px) {
    .header__lang {
        margin-left: 25px;
    }
}
.header__lang-link {
    display: inline-block;
    color: #0095cd;
    font-size: 15px;
    padding: 3px 5px;
    background: white;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
}
@media (max-width: 1170px) {
    .header__lang-link {
        font-size: 12px;
    }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(15, 14, 13); /*rgba(39, 37, 34, 0.9);*/
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
 /* background-color: #fff;*/
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.3rem;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0095cd;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0095cd;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #ffb03b;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #ffb03b;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
@media (max-width: 750px) {
	section {
        padding: 30px 0;
    }
}

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

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

.section-title h2 {
  /*margin: 15px 0 0 0;*/
  margin: 0;
  font-size: 2rem; /*32px;*/
  /*font-weight: 600;*/
  color: #1e73be;
}

.section-title h2 span {
  color: #1e73be;
    padding: 0 0 7px 0;
    margin-bottom: -1px;
    border-bottom-width: 3px;
    display: inline-block;
    border-bottom: 4px solid #1e73be;
	text-transform: uppercase;
	font-weight: 600;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

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

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #fffaf3;
}

.about .content {
  padding: 0 80px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}

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

.about .content ul li+li {
  margin-top: 15px;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
}

.about .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}

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

.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }

  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid #ffb03b;
  border-radius: 50px;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #fff;
  background: #ffb03b;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
 /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}

.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #ff9b08;
}

.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}

.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  /*font-family: "Comic Neue", sans-serif;*/
  color: #948c81;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 19px;
}

.specials .nav-link:hover {
  color: #0095cd;
}

.specials .nav-link.active {
  color: #0095cd;
  border-color: #0095cd;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .specials .nav-link.active {
    color: #fff;
    background: #018bbf;
  }
}




/*
.contacts-btn {
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}*/
@media (max-width: 991px) {
  .contacts-btn {
    padding: 16px 30px 14px;
  }
}
/*
.contacts-btn.btn-consult {
  background-color: #0095cd;
  color: #fff;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1 !important;
  border: 1px solid #fff;
}
.contacts-btn.btn-consult:hover {
    color: #333333;
    background-color: #ebeff2;
    text-decoration: none;
}
*/

.contacts-btn {
  line-height: 1 !important;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px 20px;
  /*background-color: #1e73be;*/
  color: #fff;
}
.contacts-btn.btn-transparent {
  background-color: transparent;
}
.contacts-btn:not(.btn-transparent) {
  background-color: #1e73be;
}
.contacts-btn.btn-transparent:hover {
    color:#262b3e;
    background-color: #fff;
    text-decoration: none;
}
.contacts-btn:not(.btn-transparent):hover {
    color:#082c4e;
    background-color: #fff;
    text-decoration: none;
}
.contacts-btn.btn-hero:not(.btn-transparent):hover {
    color:#1e73be;
    background-color: #fff;
    text-decoration: none;
	border: 1px solid #1e73be;
}
.contacts-btn.btn-hero:not(.btn-transparent) svg {
	fill: #fff;
	margin-left: .5rem;
}
.contacts-btn.btn-hero:not(.btn-transparent):hover svg {
    fill:#1e73be;
}

.contacts-btn.btn--dark:not(.btn-transparent):hover {
    color:#fff;
    background-color: #175b96;
    text-decoration: none;
	border: 1px solid #175b96;
}
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
/*.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}*/
.events {
  background-color: #e9eef4;
  background-size: cover;
  
  /*padding: 40px 0 60px 0;*/
  position: relative;
}
@media (max-width: 691px) {
	.events {
        padding: 30px 0;
	}
}
.events::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 0;
}
@media (min-width: 692px) {
.events .section-title {
    margin-bottom: 30px;
}
}
.events .section-title h2 {
  color: #1e73be;
}

.events .container {
  position: relative;
}

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

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #000;
}
.events .event-item img {
    max-width: 100%;
    max-height: 300px;
    /*width: 500px;*/
    object-fit: cover;
	object-position: center;
    /*height: auto;*/
}
.events .event-item h3 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0095cd;
  margin-bottom: 20px;
}

@media (max-width: 691px) {
    .events .event-item h3 {font-size: 1.3rem;}
}

.events .event-item a {
  text-decoration: none;
  color: #0095cd;
  border-bottom: 1px dotted;
  transition: .3s;
  font-weight: 600;
  font-size: 16px;
}
.events .event-item a:hover {text-decoration: none; border: 0;transition: .3s;}
.events .event-item .price {
  font-size: 26px;
  /*font-family: "Poppins", sans-serif;*/
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #0095cd;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0095cd;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0095cd;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type=submit] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #ffa012;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  /*padding-bottom: 0;*/
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs {
  background: url("../img/chefs-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.chefs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.chefs .member .pic {
  overflow: hidden;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  /*font-family: "Poppins", sans-serif;*/
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .chefs .member {
    margin-bottom: 110px;
  }
}

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  /*padding: 80px 0;*/
 /* background: transparent;*/
 /* background-position: center center;
  background-size: cover;*/
  /*position: relative;*/
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff; /*rgba(12, 11, 10, 0.7);*/
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  max-width: 200px;
  max-height: 88px;
  /*border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);*/
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;

  /*font-family: sans-serif;*/
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  /*font-family: "Comic Neue", sans-serif;*/
}

.testimonials .testimonial-item .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 50px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0095cd;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  /*font-family: "Poppins", sans-serif;*/
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #ffb03b;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffa012;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer_wrapper.footer {
    background-color: #333333;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 0;
}

@media (max-width: 576px) {
    .footer_wrapper.footer .row {
        text-align: center;
    }
}
.footer_wrapper.footer .footer-extended-menu-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.4;
    padding-bottom: 0;
    margin-top: 6px;
}

.footer_wrapper.footer .single_address a {
	color: #bdbdbd;
	text-decoration: none;
}
.footer_wrapper.footer .single_address a:hover {
	color: #fff;
}
.footer_wrapper.footer .single_address img {
	width:15px;
}
.footer_wrapper.footer .single_address div.icon {
	margin-right: 4px;
	display:inline-block;
}

.footer_wrapper.footer .single_footer_widget p{
    color: #bdbdbd;
    font-size: .97rem;		
}
.footer_wrapper.footer .footer_bottom_widget span
{   display: block;
    color: #bdbdbd;
    font-size: .96rem;
}
.footer_wrapper.footer .footer_bottom_widget {
    padding-bottom: 1rem!important;
}
.footer_wrapper.footer .footer_bottom_widget span a{
    color: #bdbdbd;
}
.footer_wrapper.footer .footer_bottom_widget span a:hover{
    color: #bdbdbd;
	text-decoration: none;
}

#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
margin: 0 0 30px 0;
font-size: .95rem;
}

#footer .social-links {
  margin: 0 0 40px 0;
}
/*
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}*/

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0095cd;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a{
  color: #fff;
  text-decoration: none;
  padding-bottom: 2px;
}
#footer .credits a:hover{
  color: #0095cd;
  border-bottom: 1px dashed #0095cd;
}




/*modal*/
.modal {
    padding: 40px 45px !important;
    background: white;
    max-width: 680px;
    width: 100%;
    overflow: visible;
    margin: auto;
    position: relative;
}
@media (max-width: 750px) {
    .modal {
        padding: 30px;
    }
}
.modal__heading {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d7d7d7;
}
.modal h2.modal__heading.h2, .modal .modal__heading.h2 {font-size: 26px; font-weight: 700;}

@media (max-width: 750px) {
    .modal__heading {
        padding-bottom: 20px;
    }
}
.modal__subheading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
@media (max-width: 750px) {
    .modal__subheading {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.modal__buttons {
    margin-top: 40px;
}
.modal--product-added .modal__buttons {
    margin-top: 20px;
}
@media (max-width: 750px) {
    .modal__buttons {
        margin-top: 20px;
    }
}
.modal__btn {
    margin-right: 15px;
    margin-bottom: 7px;
}
.modal__color {
    color: #999999
}
.modal__added-name {
    color: #0095cd;
    font-weight: 500;
}
@media (min-width: 1171px) {
    .modal--success {
        padding: 60px;
    }
}
.modal--success .modal__heading {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 10px;
}
.modal .mfp-close {
    color: #999999 !important;
    width: 50px;
    height: 50px;
    padding: 0;
    opacity: 1;
    cursor: pointer;
}
.modal .mfp-close:hover {
    color: #333333 !important;
}
.modal .mfp-close::before, .modal .mfp-close::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: currentColor;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s;
}
.modal .mfp-close::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

input {
    box-shadow: none;
    padding: 0;
}
select, input, button, textarea, [type='submit'] {
    border: 1px solid #d7d7d7;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    height: 40px;
    padding: 0 15px;
    font-family: inherit;
}
@media (min-width: 751px) and (max-width: 1170px) {
    select, input, button, textarea, [type='submit'] {
        height: 35px;
    }
}
@media (max-width: 750px) {
    select, input, button, textarea, [type='submit'] {
        height: 30px;
        padding: 0 10px;
    }
}
textarea {
    width: 100%;
    resize: vertical;
    padding: 15px;
}
button {
    border: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}
input::-ms-clear {
    display: none;
}
.checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.checkbox:hover .i-icon .cls-checkbox-2 {
    opacity: 1;
}
.checkbox--big {
    //width: 30px;
    //height: 30px;
}
.checkbox--big .checkbox__icon {}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0;
}
.checkbox input:checked + .checkbox__icon .cls-checkbox-1 {
    stroke: #0095cd;
}
.checkbox input:checked + .checkbox__icon .cls-checkbox-2 {
    fill: #0095cd;
    opacity: 1;
}
.checkbox__icon {
    display: block;
    width: 35px;
    height: 35px;
}
@media (min-width: 751px) and (max-width: 1170px) {
    .checkbox__icon {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 750px) {
    .checkbox__icon {
        width: 25px;
        height: 25px;
    }
}
.checkbox__icon .i-icon {
    width: 100%;
    height: 100%;
    display: block;
}
.checkbox__icon .i-icon .cls-checkbox-2 {
    opacity: 0;
    transition: .3s;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-left: -15px;
}
.form-row:not(:last-child) {
    margin-bottom: 25px;
}
@media (max-width: 750px) {
    .form-row:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (min-width: 751px) and (max-width: 1170px) {
    .form-row {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 750px) {
    .form-row {
        display: block;
    }
}
.form-row--errors {
    display: block;
    margin-left: 0;
}
.form-row--alerts {
    margin-left: 0;
}
.form-row--alerts .alert {
    margin: 0;
}
@media (max-width: 750px) {
    .form-row--confirm {
        display: block;
    }
}
.form-row > * {
    margin-left: 15px;
}
@media (min-width: 1171px) {
    .form-row--2 > * {
        -ms-flex: 0 0 calc(50% - 15px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}
@media (min-width: 1171px) {
    .form-row--3 > * {
        -ms-flex: 0 0 calc(33.33% - 15px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
    }
}
@media (max-width: 750px) {
    .form-row .form-block:not(:last-child) {
        margin-bottom: 10px;
    }
}
.form-block {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
}
.form-block select, .form-block input, .form-block textarea {
    width: 100%;
}
.form-block select.invalid, .form-block input.invalid, .form-block textarea.invalid {
    border-color: red;
}
.form-block select.invalid::-webkit-input-placeholder, .form-block input.invalid::-webkit-input-placeholder, .form-block textarea.invalid::-webkit-input-placeholder {
    color: red;
}
.form-block select.invalid:-ms-input-placeholder, .form-block input.invalid:-ms-input-placeholder, .form-block textarea.invalid:-ms-input-placeholder {
    color: red;
}
.form-block select.invalid::placeholder, .form-block input.invalid::placeholder, .form-block textarea.invalid::placeholder {
    color: red;
}
.form-block input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.form-block label {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    color: #666666;
}
@media (max-width: 1170px) {
    .form-block label {
        margin-bottom: 5px;
    }
}
.form-block textarea {
    height: 70px;
    display: block;
}
.form-block .checkbox-simple {
    margin-bottom: 0;
}
.form-block--attach label {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 2px dotted #0095cd;
    cursor: pointer;
    transition: .32s;
    color: #666666;
}
.form-block--attach label:hover {
    border-color: transparent;
}
.form-block--attach label span {
    display: inline-block;
}
.form-block--attach label .i-icon {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 1.2em;
    height: 1.2em;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #0095cd;
}
.form-block.form-block__note{font-size: 15px;}
.cls-clip-1 {
    fill: #0295b9;
    fill-rule: evenodd;
}
@media (min-width: 1171px) {
    .form-block--submit .btn {
        font-size: 16px;
    }
}
.checkbox-simple {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    min-height: 18px;
}
@media (max-width: 750px) {
    .checkbox-simple {
        min-height: 15px;
    }
}
@media (max-width: 750px) {
    .checkbox-simple {
        padding-left: 25px;
    }
}
.checkbox-simple input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    z-index: 2;
    cursor: pointer;
}
@media (max-width: 750px) {
    .checkbox-simple input {
        width: 15px;
        height: 15px;
    }
}
.checkbox-simple input:checked + .checkbox-simple__emulator {
    border-color: #0095cd;
}
.checkbox-simple input:checked + .checkbox-simple__emulator .i-icon {
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox-simple input.invalid + .checkbox-simple__emulator {
    border-color: #f00;
}
.checkbox-simple__emulator {
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #999999;
    z-index: 1;
    transition: .2s;
}
@media (max-width: 750px) {
    .checkbox-simple__emulator {
        width: 15px;
        height: 15px;
        line-height: 13px;
    }
}
.checkbox-simple__emulator .i-icon {
    width: 60%;
    height: 60%;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .2s;
    vertical-align: baseline;
}
.checkbox-simple__emulator .i-icon path {
    fill: #0095cd;
}
.checkbox-simple__label {
    font-size: 14px;
    display: block;
}
@media (max-width: 1170px) {
    .checkbox-simple__label {
        font-size: 13px;
    }
}
.checkbox-simple__label a {
    color: #999999;
}
.checkbox-simple__label-note {
    display: inline-block;
    margin-top: 10px;
    color: #999999;
}



  body .float-social {
    position: fixed;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 10px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.35); }
    @media (max-width: 992px) {
      body .float-social {
        display: none; } }




.business-card .content h2 {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 120%;
    margin-bottom: 20px;
    text-transform: uppercase;
	color: #333;
}



.business-card .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  color: #333;
}
@media (max-width: 691px) {
    .business-card .content h3:not(.business-card__title) {
       display: none;
    }
    .business-card .content p {
      text-align: justify;
	}
	
    .business-card .content h2 {	
	    font-size: 1.55rem;
        font-weight: 500;
		margin-bottom: 15px;
		text-align: center;
	}
    .business-card .content h3.business-card__title {	
	    font-size: 1.45rem;
        font-weight: 500;
		margin-bottom: 8px;
		text-align: center;
	}	
}
.business-card .content ul {
  list-style: none;
  padding: 0;
}

.business-card .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
}

.business-card .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

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

.single_footer_widget +.single_footer_widget {margin-top: 15px;}



.btn-default {
	line-height: 1 !important;
	font-weight: 500;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	outline: none;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid #0095cd;
	padding: 17px 20px;
	/* background-color: #1e73be; */
	color: #fff;
	background-color: #0095cd;
	width: fit-content;
	box-shadow: none;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: .4px;
}