
* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Poppins', sans-serif;
  color:white;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #3c56a6;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p {
  margin-bottom: 20px;
}

select {
  -webkit-appearance: none;
}

a {
  color:#3c56a6;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1100px) {
  .container {
    width:1100px;
    margin: 0 auto;
  }

  #top-header {
    background: #cccccc;
    padding-top:10px;
    height:40px;
    color: #373737;
    font-size: 10pt;
  }

  #top-header-left {
    float: left;
    width:200px;
    padding-top:8px;
  }

  #top-header-left a {
    color: #373737;
    margin-right: 8px;
  }

  #top-header-left a:hover {
    color:#2a9445;
  }

  #top-header-right {
    float: right;
    width:400px;
  }

  .blue-button {
    padding:5px 10px;
    margin-right: 20px;
    text-align: center;
    color: white;
    background: #3c56a6;
    float:right;
  }

  .green-button {
    padding:5px 10px;
    text-align: center;
    color: white;
    background: #2a9445;
    float:right;
  }

  #header {
    background: white;
    height:80px;
    color: #3c56a6;
  }

  #header-right {
    float: right;
    width:430px;
  }

  #header-right a:hover {
    color: #cccccc;
  }

  #address {
    float: left;
    width:180px;
    padding-right: 30px;
    border-right: solid 1px #cccccc;
    height:60px;
    padding-top:20px;
  }

  #phone {
    float: right;
    padding-top:24px;
    font-size: 17pt;
    width:178px;
  }

  #phone a {
    color: #3c56a6;
    text-decoration: none;
  }

  #menu {
    background: #3c56a6;
    height: 32px;
    padding-top: 10px;
    font-size: 11pt;
  } 

  #menu ul {
    list-style-type: none;
  }

  #menu ul li {
    display: inline;
  }

  #menu ul li a {
    text-decoration: none;
    color:white;
    padding:0px 40px 0px 0px;
    text-transform: uppercase;
  }

  #menu ul li a:hover {
    color:#cccccc;
  }

  .cycle-slideshow {
    height: 430px !important;
  }

  #slider {
    height:430px;
    width:100%;
    background-image: url('../images/slide-bg.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: white;
  }

  #slider2 {
    height:430px;
    width:100%;
    background-image: url('../images/slide-bg2.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: white;
  }

  #slider3 {
    height:430px;
    width:100%;
    background-image: url('../images/slide-bg3.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: white;
  }

  .slider h1 {
    font-size: 42pt;
    margin-bottom: 0px;
    padding-top: 80px;
    font-weight: 900;
  }

  .slider h3 {
    font-weight: 600;
    font-size: 12pt;
    margin-bottom: 20px;
  }

  .slider-button {
    width:130px;
    margin:0 auto;
    background: #2a9445;
    padding:10px 20px;
    text-align: center;
  }

  .slider a {
    color: white;
    text-decoration: none;
  }

  .content {
    background: white;
    padding:60px 0px;
    color:#333333;
  }

  .why {
    float:left;
    width:346px;
    padding:0px 20px 20px 0px;
    margin-bottom: 20px;
  }

  .why-icon {
    float:left;
    width:40px;
    margin-right: 20px;
  }

  .why-text {
    float: left;
    width: 280px;
    font-size: 11pt;
  }

  .why-text h3 {
    font-size: 14pt;
    margin-bottom: 20px;
    margin-top: -3px;
    line-height: 1.2;
    font-weight: 600;
  }

  h1 {
    margin-bottom: 40px;
    font-weight: 600;
  }

  .green-bg {
    background: #2a9445 !important;
    color: white !important;
  }

  .gray-bg {
    background: #f2f2f2 !important;
  }

  h2 {
    font-size: 18pt;
    float:left;
    width:700px;
    font-weight: 600;
  }

  .get-quote-button {
    background:#333333;
    color: white;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    padding:20px 30px;
    float: right;
    width:106px;
  }

  .get-quote-button:hover {
    color: #cdcdcd;
  }

  .service {
    float:left;
    width:306px;
    padding: 20px;
    border-radius: 6px;
    background: white;
    color: #333333;
    margin:0px 10px 20px 10px;
    font-size: 11pt;
    cursor: pointer;
  }

  .service a {
    color: #333333;
  }

  .service:hover {
    background: #3c56a6;
    color: white;
  }

  .service:hover a {
    color: #2a9445 !important;
    text-decoration: none;
  }

  .service-provided {
    text-align: center !important;
  }

  .blue-bg {
    background: #3c56a6 !important;
    color: white !important;
  }

  #call-back-left {
    float:left;
    width:500px;
    padding-top: 20px;
  }

  #call-back-left h2 {
    font-size:16pt;
    margin-bottom: 20px;
  }

  #call-back-right {
    float: right;
    width:500px;
    font-size: 10pt
  }

  #call-back-right select {
    width:95%;
    margin-bottom: 20px;
    padding:10px;
    height: 42px;
    font-size: 11pt;
    color: #333333;
    font-family: 'Poppins', sans-serif;
  }

  #call-back-right input[type="text"], #call-back-right input[type="email"] {
    float:left;
    width:40%;
    margin-right: 5%;
  }

  input[type="text"], input[type="email"] {
    padding:10px;
    font-size: 11pt;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }

  input[type="submit"] {
    background: #2a9445;
    color: white;
    padding:20px;
    border: none;
    font-size: 12pt;
    text-transform: uppercase;
  }

  .center-text {
    text-align: center !important;
  }

  .testimonials {
    width:600px;
    margin:0 auto;
  }

  .green-text {
    color: #2a9445;
    font-size: 10pt;
  }

  #footer {
    background: #2e363a;
    padding:60px;
    color: #b2b2b2;
    font-size: 11pt;
  }

  .footer-col {
    width:255px;
    float: left;
    margin-right: 20px;
  }

  #footer h3 {
    color: white;
    margin-bottom: 12px;
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 5px;
  }

  #footer i {
    margin-right: 10px;
  }

  #footer a {
    color: #b2b2b2;
    text-decoration: none;
    line-height: 1.8;
  }

  #footer a:hover {
    color: white;
  }

  #sub-footer {
    text-align: center;
    font-size: 10pt;
    color: white;
    background: #202629;
    padding:10px 0px;
  }

  #sub-footer a {
    color: #2a9445;
    text-decoration: none;
  }

  #sub-footer a:hover {
    color:white;
  }

}



@media screen and (max-width : 1099px){
  .container {
    width:100%;
  }

  #top-header {
    background: #cccccc;
    padding-top:10px;
    color: #373737;
    font-size: 10pt;
  }

  #top-header-left {
    display: none;
    padding-top:8px;
    margin-bottom: 10px;
    text-align: center;
  }

  #top-header-left a {
    color: #373737;
    margin-right: 8px;
  }

  #top-header-left a:hover {
    color:#2a9445;
  }

  #top-header-right {
    padding-bottom: 10px;
  }

  .blue-button {
    padding:5px 10px;
    width:150px;
    margin:0px auto 10px auto;
    text-align: center;
    color: white;
    background: #3c56a6;
    text-decoration: none;
  }

  .green-button {
    padding:5px 10px;
    width:150px;
    margin:0px auto 10px auto;
    text-align: center;
    color: white;
    background: #2a9445;
    text-decoration: none;
  }

  #header {
    background: white;
    color: #3c56a6;
    text-align: center;
    height: 124px;
  }

  #header-right {
    margin-bottom: 20px;
  }

  #header-right a:hover {
    color: #cccccc;
  }

  #address {
    float: left;
    width:50%;
    text-align: center;
    font-size:9pt;
  }

  #phone {
    float: right;
    font-size: 14pt;
    width:50%;
    text-align: center;
  }

  #phone a {
    color: #3c56a6;
    text-decoration: none;
  }

  #menu {
    background: #3c56a6;
    font-size: 11pt;
  }

  ul.dropdown {
    position: static;
    display: none;
    z-index: 100;
  }

  .show-menu {
    display:block;
  }

  ul.dropdown li {
    display:block;
    float: left;
    text-align:center;
    width:100%;
    /*margin-bottom:1px;*/
    border-bottom: solid 1px white;
  }

  ul.dropdown li a {
    display:block;
    height: 28px;
    text-align: center;
    color:white;
    background:#2a9445;
    padding: 13px 0px 6px;
    text-decoration: none;
    position:relative;
    text-transform: uppercase;
  }

  ul.dropdown li:hover a {
    background: #cdcdcd;
    color:white;
  }

  ul.dropdown li:hover ul a {
    background-color: #cdcdcd;  
    color:white;
    text-transform: uppercase;
    text-align:center;
    opacity: .8;
    height: 27px;
    padding:10px 0px;
/*    line-height: 39px;*/
    width:100%;
  }

  /*Display the dropdown on hover*/
  ul.dropdown li a:hover + .hidden, .hidden:hover {
    display: block;
  }

  /*Show menu when invisible checkbox is checked*/
  input[type=checkbox]:checked ~ ul.dropdown{
      display: block;
  }
  input[type=checkbox]:not(:checked) ~ ul.dropdown{
      display: none;
  }

  .cycle-slideshow {
    height: 430px !important;
  }

  #slider {
    height:430px;
    width:100%;
    background-image: url('../images/slide-bg.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: white;
  }

  #slider2 {
    height:430px;
    width:100%;
    background-image: url('../images/slide-bg2.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: white;
  }

  #slider3 {
    height:430px;
    width:100%;
    background-image: url('../images/slide-bg3.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    color: white;
  }

  .slider h1 {
    font-size: 20pt;
    margin-bottom: 0px;
    padding-top: 120px;
    font-weight: 900;
  }

  .slider h3 {
    font-weight: 600;
    font-size: 12pt;
    margin-bottom: 20px;
  }

  .slider-button {
    width:130px;
    margin:0 auto;
    background: #2a9445;
    padding:10px 20px;
    text-align: center;
  }

  .slider a {
    color: white;
    text-decoration: none;
  }

  .content {
    background: white;
    width:90%;
    padding:60px 5%;
    color:#333333;
  }

  .why {
    width:90%;
    margin:0 auto 20px auto;
    max-width: 300px;
    padding:0px 20px 20px 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .why-icon {
    width:40px;
    height: auto;
    text-align: center;
    margin:0 auto 20px auto;
  }

  .why-icon img {
    margin:0 auto;
  }

  .why-text {
    font-size: 11pt;
  }

  .why-text h3 {
    font-size: 14pt;
    margin-bottom: 20px;
    margin-top: -3px;
    line-height: 1.2;
    font-weight: 600;
  }

  h1 {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
  }

  .green-bg {
    background: #2a9445 !important;
    color: white !important;
    text-align: center;
  }

  .gray-bg {
    background: #f2f2f2 !important;
    text-align: center;
  }

  h2 {
    font-size: 18pt;
    font-weight: 600;
    width:80%;
    margin-left: 10%;
  }

  .get-quote-button {
    background:#333333;
    color: white;
    text-decoration: none;
    font-size: 11pt;
    text-align: center;
    padding:20px 30px;
    width:106px;
    margin:20px auto;
  }

  .get-quote-button:hover {
    color: #cdcdcd;
  }

  .service {
    width:306px;
    padding: 20px;
    border-radius: 6px;
    background: white;
    color: #333333;
    margin:20px auto;
    font-size: 11pt;
    cursor: pointer;
  }

  .service a {
    color: #333333;
  }

  .service:hover {
    background: #3c56a6;
    color: white;
  }

  .service:hover a {
    color: #2a9445 !important;
    text-decoration: none;
  }

  .service-provided {
    text-align: center !important;
    width:80%;
    margin-left: 10%;
  }

  .service-provided img {
    max-width: 100%;
    height: auto;
  }

  .blue-bg {
    background: #3c56a6 !important;
    color: white !important;
    text-align: center;
  }

  #call-back-left {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  #call-back-left h2 {
    font-size:16pt;
    margin-bottom: 20px;
  }

  #call-back-right {
    font-size: 10pt;
    padding-bottom: 20px;
  }

  select {
    width:95%;
    margin-bottom: 10px;
    padding:10px;
    height: 42px;
    font-size: 11pt;
    color: #333333;
    font-family: 'Poppins', sans-serif;
  }

  input[type="text"] {
    width:88%;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 2.5%;
    font-size: 11pt;
    color: #333333;
    font-family: 'Poppins', sans-serif;
  }

  input[type="submit"] {
    background: #2a9445;
    color: white;
    padding:20px;
    border: none;
    font-size: 12pt;
    text-transform: uppercase;
  }

  .center-text {
    text-align: center !important;
  }

  .testimonials {
    width:80%;
    max-width: 600px;
    margin:0 auto;
  }

  .green-text {
    color: #2a9445;
    font-size: 10pt;
  }

  #footer {
    background: #2e363a;
    padding:60px;
    color: #b2b2b2;
    font-size: 11pt;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  #footer h3 {
    color: white;
    width:50%;
    margin:0px auto 12px auto;
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 5px;
  }

  #footer i {
    margin-right: 10px;
  }

  #footer a {
    color: #b2b2b2;
    text-decoration: none;
    line-height: 1.8;
  }

  #footer a:hover {
    color: white;
  }

  #sub-footer {
    text-align: center;
    font-size: 10pt;
    color: white;
    background: #202629;
    padding:10px 0px;
  }

  #sub-footer a {
    color: #2a9445;
    text-decoration: none;
  }

  #sub-footer a:hover {
    color:white;
  }

}