
.container {
    margin-top: 0px!important;
}

.inner-page-banner {
  margin-bottom: 50px;
  margin-top:80px;
}

footer .footer-subscribe ul li a:hover{
  color: #c00733;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500!important;
  line-height: 1.1;
  color: inherit;
  font-family: 'Poppins'!important;
}

p {
  font-size: 16px;
  font-family: 'Poppins'!important;
}

select {
  width: 100%!important;
  height: 40px!important;
  border: 1px solid #cccccc;
  background-color: #eee;
}

input[type="search"] {
  width: 100%;
  height: 40px!important;
  margin-bottom: 0px!important;
}

input[type="date"] {
  height: 40px!important;
}

input.search {
  padding: 10px 30px;
  background-color: #3ac33f;
  color: #fff;
  font-size: 20px;
  margin-right: 50px;
  border-radius: 5px;
}

input[type="reset"] {
  padding: 10px 30px;
  background-color: transparent;
  border: 1px solid black;
  font-size: 20px;
  border-radius: 5px;
}

.contact-address {
  background-color: #edf1f5;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.contact-address:hover {
  background-color: #44494b;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

button.mybtn {
  padding: 10px 30px;
  background-color: #3ac33f;
  font-size: 19px;
  border-radius: 5px;
}

button.mybtn a {
  color: #ffffff;
  text-decoration: none;
}

.list{
  list-style-type: disc;
}

.list-disp {
  margin: 50px 30px;
  font-size: 17px;
  font-family: 'Poppins';
}

ul li {
  line-height: 30px !important;
}

button#myBtn {
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #3ac33f;
  color: #fff;
  font-size: 20px;
}

.job-quli {
  margin-bottom: 50px;
}

.form-space{
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="text"]{
  height: 40px!important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 1; /* Sit on top */
  /*padding-top: 100px; /* Location of the box */
 /* left: 0;
  top: 0;*/
  width: 100%; /* Full width */
  /*height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  transition: scale 0.5s ease-in-out 0s,opacity 0.5s ease-in-out 0s,transform 0.5s ease-in-out 0s;
  transform-origin: center top 0;
  transform: scale(1);
  opacity: 1;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: brown;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #eaeeef;
  color: white;
  text-align: center;
  color: black;
}

.modal-body {
  padding: 50px 20px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  color: black;
  text-align: center;
}

.hline{
  width: 80%;
  border-style: none none solid;
  border: 1% solid;
}

.model-btn{
  padding: 10px 20px;
  background-color: #3ac33f;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  margin: 20px 0px;
}

input[type="text"] {
  width: 100%;
  height: 40px;
}

input[type="email"] {
  width: 100%;
  height: 40px;
}

textarea#message {
  width: 100%;
}

input#phone {
  width: 100%;
  height: 40px;
}

.contact-us .row [class*="col-"] {
  margin-bottom: 25px;
}

.row-second .row-right h4 {
  margin-left: 20px;
}

.row-left{
  margin-right: 30px;
}

.row-right{
  margin-left: 30px;
}

button.btn.btn-primary {
  background-color: #3ac33f;
  padding: 10px 30px;
  font-size: 18px;
  background-image: linear-gradient(to bottom, #3ac33f, #3ac33f);
}

.btn-primary:active:hover{
  color: #fff;
  background-color: #3ac33f;
  border-color: #3ac33f;
}

button.btn.btn-outline-dark {
  padding: 10px 30px;
  border: 1px solid black;
  font-size: 18px;
  margin-left: 20px;
  background-color: transparent;
}

.logo img {
    max-width: 170px;
}
.logo.float-left.tran4s {
    padding-top: 20px;
}

a.btn.btn-dark {
    border: 1px solid black;
    padding: 10px 20px 10px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-left: 20px;
}

/* Responsive */
@media screen and (max-width:768px){
  .row-second input {
      width: 130px!important;
}}

@media screen and (max-width:500px){
  .contact-us .row [class*="col-"] {
       margin-bottom: 15px;
}}

@media screen and (max-width:425px){
  .row-left{
      margin-right:0px;
}}
      
@media screen and (max-width:425px){
  input.search {
      margin-left: 24px;
}}