@font-face {
      font-family: "NotoSansRegular";
      src: url("../fonts/NotoSansRegular/NotoSansRegular.eot");
      src: url("../fonts/NotoSansRegular/NotoSansRegular.eot?#iefix")format("embedded-opentype"),
      url("../fonts/NotoSansRegular/NotoSansRegular.woff") format("woff"),
      url("../fonts/NotoSansRegular/NotoSansRegular.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }

  @font-face {
      font-family: "NotoSansBoldItalic";
      src: url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.eot");
      src: url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.eot?#iefix")format("embedded-opentype"),
      url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.woff") format("woff"),
      url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }

  @font-face {
      font-family: "NotoSansItalic";
      src: url("../fonts/NotoSansItalic/NotoSansItalic.eot");
      src: url("../fonts/NotoSansItalic/NotoSansItalic.eot?#iefix")format("embedded-opentype"),
      url("../fonts/NotoSansItalic/NotoSansItalic.woff") format("woff"),
      url("../fonts/NotoSansItalic/NotoSansItalic.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }

  @font-face {
      font-family: "NotoSansBold";
      src: url("../fonts/NotoSansBold/NotoSansBold.eot");
      src: url("../fonts/NotoSansBold/NotoSansBold.eot?#iefix")format("embedded-opentype"),
      url("../fonts/NotoSansBold/NotoSansBold.woff") format("woff"),
      url("../fonts/NotoSansBold/NotoSansBold.ttf") format("truetype");
      font-style: normal;
      font-weight: normal;
  }

html, body {
  overflow-x:hidden 
} 

body {
height: 100%;
  font-family: 'NotoSansRegular';
  color:#3C3C3B;

    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'NotoSansRegular';
}

section {
  padding: 6rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}




.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.navbar-brand img {
	position: absolute;
	top:0;
	left:0;
	width: 200px;
	
}

.bottom_logo{
	width: 200px;
	float: right;
}
#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #169e41;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #169e41;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #169e41;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #169e41;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'NotoSansRegular';
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}

.portfolio {
  margin-bottom: -15px;
}

.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(24, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,select,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
 
  resize: none;

	
border-radius: 10px;
padding: 10px;
  background: none;
  box-shadow: none !important;
}

.floating-label-form-group label {
	font-size: 1.5em;
    line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  color: #495057;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 1;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #169e41;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2C3E50;
  color: #fff;
}

.copyright {
  background-color: #1a252f;
}

a {
  color: #169e41;
}

a:focus, a:hover, a:active {
  color: #b5cf72;
}

.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: #169e41 !important;
}

.bg-secondary {
	background-color: #ffffff !important;
	}

.text-primary {
  color: #169e41 !important;
}

.text-secondary {
  color: #fff !important;
  background-color: #169c40;
  font-size: 30pt;
  text-transform: none !important;
      text-align: left !important;
    padding: 15px;
    font-weight: normal !important;
}

.btn-primary {
  background-color: #169e41;
  border-color: #169e41;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #b5cf72;
  border-color: #b5cf72;
}

.btn-secondary {
  background-color: #fb3449;
  border-color: #fb3449;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}


#fl_window{
	position: absolute;
	z-index: 9999;
	top: 3rem;
}

h3{
	background-color: #fff !important;
	color: #3C3C3C;
	text-align: left;
	font-weight: 500;
	
}


.container {
    max-width: 100% !important;
    padding: 0 !important;
}


.ml-auto, .mx-auto {

    padding-left: 75px  !important;;
    padding-right: 75px !important;;
}

.contact_f{
	font-size: 0.7rem
}
.text-danger{
	display: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}