@charset "utf-8";

* {
    /*Global font used in the website*/
    
    font-family: 'Poppins', sans-serif;
}
@-ms-viewport {
    width: device-width;
}
html,
body {
    background-color: #fff;
    height: 100%;
    margin: 0;
}
*,
*:after,
*:before {
    box-sizing: inherit;
}

.box{
    padding:20px;
    margin-bottom: 50px;
    margin-top:80px;
    float:left;
}

.container {
    float:left;
    width:45%;
    margin-left: 25px;
    margin-right:0;
    position: relative;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea, {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 70px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#personnel1 {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  margin-bottom:30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#personnel2 {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 90%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
    width:90%;
    font-size:90%;
    font-weight: 600;
    margin-bottom:5px;
    border: 1px solid #aaa;
    background-color: #00b2b6;
    color: #fff;
    padding: 10px;
}

#contact button[type="submit"]:hover {
  background: rgb(0,178,182);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}



.signatureblock{
clear:both;
float:left;
background-color:rgb(41, 29, 78);
height:35px;
width:100%;  
}

.signaturetext{
color:rgb(74,196,201);
font-weight:500;
font-size:10px;
/*padding-left:15px;*/
text-align:center;
text-transform: uppercase;
}

#companylogodiv{
    width:100%;
}


@media only screen and (max-width: 540px) {
 
    .container {
    float:left;
    width:90%;
    margin-left: 5%;
/*    margin-right:0;*/
    position: relative;
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
/*  margin-top: 70px;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:50%;
    height:50%;
}
    
    
}

@media only screen and (min-width: 540px) and (max-width: 769px) {
 
    .container {
    float:left;
    width:45%;
    margin-left: 3%;
/*    margin-right:0;*/
    position: relative;
       
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
     min-height:520px;
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
    min-height:520px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:80%;
    height:80%;
}
    
}

@media only screen and (min-width: 770px) and (max-width: 991px) {
 
    .container {
    float:left;
    width:45%;
/*    margin-left: 5%;*/
/*    margin-right:0;*/
    position: relative;
       
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
     min-height:520px;
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
    min-height:520px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:60%;
    height:60%;
}
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
    
    .container {
    float:left;
    width:45%;
/*    margin-left: 5%;*/
/*    margin-right:0;*/
    position: relative;
       
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
     min-height:520px;
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
    min-height:520px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:40%;
    height:40%;
}
    
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
 
    .container {
    float:left;
    width:45%;
/*    margin-left: 5%;*/
/*    margin-right:0;*/
    position: relative;
       
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
     min-height:520px;
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
    min-height:520px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:40%;
    height:40%;
}
    
}

@media only screen and (min-width: 1501px) and (max-width: 2000px) {
 
    .container {
    float:left;
    width:45%;
/*    margin-left: 5%;*/
/*    margin-right:0;*/
    position: relative;
       
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
     min-height:520px;
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
    min-height:520px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:40%;
    height:40%;
}
    
}

@media only screen and (min-width: 2001px) and (max-width: 3000px) {
 
    .container {
    float:left;
    width:45%;
/*    margin-left: 5%;*/
/*    margin-right:0;*/
    position: relative;
       
}

#contact {
  background: #F9F9F9;
/*  padding: 5px;*/
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
     min-height:520px;
}

#numbers {
  background: #F9F9F9;
  padding: 25px;
  margin-top: 70px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin-bottom:20px;
    min-height:520px;
}
    
    #companylogo{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:20%;
    height:20%;
}
    
}
