/* @charset "UTF-8"; */
body {
  background: #fff;color: #666666;
  font-family: "Raleway", sans-serif;font-weight: 400;
}
:root {
	--f-font1: 'Raleway', sans-serif;
	--f-font2: 'Montserrat', sans-serif;
  	--bk-section: #f4f4f4;
  	--c-color1: #1e73be;
  	--c-color2: #2276d3;
  	--c-color3: #54b7ad;
  	--c-chead: #000;
  	--c-cdetails: #676767;
  	--c-cdetails2: #262626;
}

a {color: #1e73be;transition: 0.5s;text-decoration: none;}
a:hover, a:active, a:focus {color: ##1e73be;outline: none;text-decoration: none;}
p {  padding: 0;margin: 0 0 30px 0;}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-font2);
  font-weight: 500;margin: 0 0 20px 0;padding: 0;
}
textarea:focus, input:focus, button:focus {outline: none;}
*:focus {outline: none;}
select::-ms-value {background: none;}
input:focus,select:focus,textarea:focus,button:focus {outline: none;}
.noselect, .btn-light{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none;
}
.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn-light {color: #212529;background-color: #fff;border-color: #ced4da;border-radius: 0.25rem;}
.btn-light:hover{color: #212529;background-color: #fff;border-color: #ced4da;}
.btn-light:focus, .btn-light.focus {color: #212529;background-color: #fff;border-color: #ced4da;box-shadow: none;outline:none;}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {color: #212529;background-color: #fff;border-color: #333;outline:none;}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0);outline:none;
}
.c-food-form .dropdown-item:hover, .c-food-form .dropdown-item:focus {
  color: #16181b;text-decoration: none;background-color:rgba(244,244,244,.9);/*#f8f9fa*/
}
.c-food-form .dropdown-item.active, .c-food-form .dropdown-item:active{
  color: #fff;text-decoration: none;background-color: #1e73be;
}
.c-food-form.realcost .dropdown-item.active, .c-food-form.realcost .dropdown-item:active{
  color: #fff;text-decoration: none;background-color: #54b7ad;
}
.c-food-form.realcost .dropdown-item:hover, .c-food-form.realcost .dropdown-item:focus {
  color: #16181b;text-decoration: none;background-color:rgba(244,244,244,.9);/*rgba(84,183,173,.5)*/
}
/*
.c-food-form .dropdown-toggle::before{content:'';position:absolute;top:0px;right:0px;width:50px;height:40px;background:#f4c;}
*/
.back-to-top {
  position: fixed;visibility: hidden;border-radius: 50px;transition: all 0.4s;
  opacity: 0;right: 15px;bottom: 85px;z-index: 996;
  background: #6c1215;border:2px solid #6c1215;
  width: 40px;height: 40px;
}
.back-to-top i {font-size: 28px;color: #fff;line-height: 0;}
.back-to-top:hover {background: #fff;color: #6c1215;}
.back-to-top:hover i{color: #6c1215;}
.back-to-top.active {visibility: visible;opacity: 1;}
#preloader{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;overflow: hidden;background: #fff;}
#preloader:before {
  content: "";position: fixed;
  top: calc(50% - 30px);left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #6c1215;
  border-radius: 50%;
  width: 60px;height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;z-index: 997;
  /*background: url("../img/header_bg-ew.jpg") center top no-repeat fixed;*/
  background:#6c1215; 
  background-size: cover;min-height: 60px;position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.header-transparent {background: transparent;}
#header.header-scrolled {background: rgba(0, 0, 0, 0);height: 252px;}
#header .logo img {max-height: 60px;}
#header .logo{font-weight:600;color:#fff;}
#header a.logo{color:#fff;}
@media (max-width: 992px) {

}

/*--------------------------------------------------------------
# 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;margin:0px 10px;}
.navbar a, .navbar a:focus {
  display: flex;align-items: center;justify-content: space-between;padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;font-weight: 600;color: #fff;white-space: nowrap;text-transform: uppercase;transition: 0.3s;
}
.navbar a.btnlang, .navbar a.btnlang:focus{padding: 0px 0 0px 30px;}
.navbar a i, .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {color: #333;}




.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}



.navbar .dropdown ul {display: block;position: absolute;left: 14px;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;}
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px;text-transform: none;color: #666666;}
.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: #1e73be;}
.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%;
  }
}


.lang{background:#333;padding:10px;border-radius: 50%;}
.lang:hover, .navbar a:hover .lang, .navbar .active .lang, .navbar .active:focus .lang, .navbar li:hover > a .lang {background:#fff;color:#1e73be;}

/**
* 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: rgba(26, 26, 26, 0.9);transition: 0.3s;z-index: 999;}
.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;background-color: #fff;overflow-y: auto;transition: 0.3s;}
.navbar-mobile a, .navbar-mobile a:focus {padding: 10px 20px;font-size: 15px;color: #333333;}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {color: #1e73be;}
.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;background: #fff;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: #1e73be;}
.navbar-mobile .dropdown > .dropdown-active {display: block;}

/* Sections Header
--------------------------------*/
.section-header h1, .section-header h3 {font-size: 32px;color: #111;text-transform: uppercase;text-align: center;font-weight: 700;position: relative;padding-bottom: 15px;}
.section-header h1::before, .section-header h3::before {content: "";position: absolute;display: block;width: 120px;height: 1px;background: #ddd;bottom: 1px;left: calc(50% - 60px);}
.section-header h1::after, .section-header h3::after {content: "";position: absolute;display: block;width: 40px;height: 3px;background: #1e73be;bottom: 0;left: calc(50% - 20px);}
.section-header p {text-align: center;padding-bottom: 30px;color: #333;}
/* Section with background
--------------------------------*/
#about {background: #fff;background-size: cover;padding: 60px 0 50px 0;position: relative;}
#about::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, 0);z-index: 9;}
#about .container {position: relative;z-index: 10;}
#about .about-col p {font-size: 14px;line-height: 24px;color: #333;margin-bottom: 0;padding: 0 20px 20px 20px;}
.section-header h3::before { content: "";position: absolute;display: block;width: 120px;height: 1px;background: #ddd;bottom: 1px;left: calc(50% - 60px);}
.section-header h3::after {content: "";position: absolute;display: block;width: 40px;height: 3px;background: #1e73be;bottom: 0;left: calc(50% - 20px);}
/*Registrul*/
#registru {background: #fff;background-size: cover;padding: 30px 0 50px 0;position: relative;}
#registru::before {content: "";position: absolute;left: 0;right: 0;top: 0; bottom: 0; background: rgba(255, 255, 255, 0);z-index: 9;}
#registru .container {position: relative;z-index: 10;}
#about .about-col p {font-size: 14px;line-height: 24px;color: #333;margin-bottom: 0;padding: 0 20px 20px 20px;}
/*nota*/
#notainfo {
	background: url("../img/about-bg.jpg") center top no-repeat fixed;
	/*background: #fff;*/
	background-size: cover;padding: 80px 0 50px 0;position: relative;}
#notainfo::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, 0.92);z-index: 9;}
#notainfo .container {position: relative;z-index: 10;}
#notainfo .about-col p {font-size: 14px;line-height: 24px;color: #333;margin-bottom: 0;padding: 0 20px 20px 20px;}
section {overflow: hidden;}
.section-header h3 {font-family: var(--f-font1);font-weight: 500; font-size: 32px;color: #111;text-transform: uppercase;text-align: center;position: relative;padding-bottom: 15px;}
.section-header h1 {font-family: var(--f-font1);font-weight: 500; font-size: 32px;color: #111;text-transform: uppercase;text-align: center;position: relative;padding-bottom: 15px;max-width:690px;margin:0 auto 15px auto;}

.section-header p {text-align: center;padding-bottom: 30px;color: #333;font-family:var(--f-font1);font-weight:400;}
.section-header p.txt-left{text-align:justify;}
.section-header p.txt-mb0{margin-bottom:0;}
.section-bg {background: #f9f9f9;}
#registru.section-bg {background: #f9f9f9;}
label{color: #333;font-family:var(--f-font2);font-weight:500;}


.info-page{
	font-family: "Montserrat", sans-serif;font-size: 30px;font-weight: 500;color: #444;line-height:36px;
}
h4.subheader{font-size:14px;margin-top:20px;color:#333;line-height:16px;margin-bottom:10px;font-weight:700;}
.info-textp{padding:0;margin:0 0 30px 0;font-size:14px;}

.btn-inshs {
  color: #fff;
  background-color: #6c1215;
  border-color: #6c1215;
}
.btn-inshs:hover {
  color: #fff;
  background-color: #470C0D;
  border-color:#470C0D;
}
.map_wraper{width:100%;height:auto;margin-top:60px;}




table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: font-family:var(--f-font1);
  line-height: 1em;
  content: "+";
  background-color: #6c1215;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #e67826;line-height:15px;
}

.page-link {
	font-family: "Montserrat", sans-serif;font-weight:500;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #884348;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #884348;
  border-color: #884348;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #884348;
  border-color: #884348;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}




.bg-btn-fallow{background:#fff;margin-top:40px;}
.bg-btn-fallow a.btn-get-ref, .btn-get-ref{
  font-family: var(--f-font2);font-style: italic;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;border:2px solid #1e73be;
  transition: 0.5s;margin: 10px auto 30px 0;
  color: #fff;background:#1e73be;
}
.bg-btn-fallow a.btn-get-ref:hover, .btn-get-ref:hover{background: #fff;color: #1e73be;}


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




table.dataTable.no-footer {
    border-bottom: 1px solid #6c1215;
}

table.dataTable thead th,
table.dataTable tfoot th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #6c1215;
    /* background-color: rgba(107,19,24,0.8);*/
    background-color: #884348;
    color: white;
}



.dataTables_wrapper label {
    font-weight: normal;
}
table.dataTable {
    border-collapse: collapse;
}
.table-bordered {
    border: 1px solid rgba(107,19,24,0.3);
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid rgba(107,19,24,0.3);
}
tr.odd td {
    background-color: rgba(107,19,24,0.1);
}



#footer {background: #000;padding: 0 0 30px 0;color: #eee;font-size: 14px;}
#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;text-align:center;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #1e73be;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #1e73be;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#footer .footer-top h4::before {
  right: 0;
  background: #555;
}
#footer .footer-top h4::after {
  background: #1e73be;
  width: 60px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #1e73be;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact a {
  color: #eee;
}
#footer .footer-top .footer-contact a:hover {
  color: #1e73be;
}


#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .copyright {text-align: center;padding-top: 30px;}
#footer .credits {text-align: center;font-size: 13px;color: #ddd;}



.btn-get-started {
  font-family: var(--f-font1);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #1e73be;
}
.btn-get-started:hover {
  background: #fff;
  color: #1e73be;
}

.cta-btn {
  font-family: var(--f-font1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta-btn:hover {background: #1e73be;border: 2px solid #1e73be;}
.c-food-form{padding-right:30px;}
.c-food-form label{margin-bottom: 0.25rem;color:#333;}
.calc-alte-costuri{margin-top:1rem}
.btn-get-cost{
	  font-family: var(--f-font1);position:relative;
	  font-weight: 500;font-size: 20px;letter-spacing: 1px;
	  display: inline-block;
	  padding: 0px 32px;line-height:40px;
	  border:1px solid #000;
	  border-radius:0;/* border-radius: 0.25rem; */
	  transition: 0.5s;margin: 10px;
	  color: #fff;
	  background: #000;
	}
	.btn-get-cost span{font-size:30px;line-height:40px;position:relative;top:2px;left:-3px;}
	.btn-get-cost:hover {background: #1e73be;border:1px solid #1e73be;color: #fff;}
	.c-food-form.realcost{padding-right:60px;padding-left:60px;}


/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #1e73be;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #1e73be;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1e73be;
  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 #1e73be;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form .form-group {
  margin-bottom: 20px;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #1e73be;
}
#contact .php-email-form button[type=submit] {
  background: #1e73be;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#contact .php-email-form button[type=submit]:hover {
  background:rgba(30,115,190,.85);
}
.form #sendmessage, .form #f_sendmessage {background: #00764B;color:#fff;border: 1px solid #00764B;display: none;text-align: center;padding: 15px;font-weight: 600;margin-bottom: 15px;}
.form #errormessage, .form #f_errormessage{background:#f00;color:#fff;display: none;border: 1px solid #f00;text-align: center;padding: 15px;font-weight: 600;margin-bottom: 15px;}
.form .validation {color: red;display: none;margin: 0 0 20px;font-weight: 400;font-size: 14px;}
.form #sendmessage.show, .form #f_sendmessage.show, .form #errormessage.show, .form #f_errormessage.show, .form .show {display: block;}

.form_gh{margin-top:0px;}
.form_gh div.label{position: relative;cursor: pointer;color: #666;font-size: 14px;}
.form_gh input[type="checkbox"], .form_gh input[type="radio"]{position: absolute;right: 9000px;}
/*Check box*/
.form_gh .lab_txt{font-weight:400;font-size:14px; line-height:16px;}
.form_gh .label-text{}
.form_gh input[type="checkbox"] + .label-text:before{
      font-family: 'bootstrap-icons';
      content: "\f584";
	speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing:antialiased;
	width: 1.5em;	display: inline-block;margin-right: 1px;position:relative;top:4px;font-size:20px;
}
.form_gh input[type="checkbox"]:checked + .label-text:before{
	content: "\f26c";
	color: #1e73be;animation: effect 250ms ease-in;
}
.subscribeForm .form_gh .lab_txt{color:#666;}



@media (min-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1366px) {
}
@media (max-width: 768px) {
}
@media (min-width: 1024px) {
}
