/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #e7e7e7;
  color: #444;
  font-family: "Arial", sans-serif;
}

a {
  color: #3d3f92;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #3d3f92;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
h1 { font-size: 25px !important;
font-weight: normal;}
.about-page p, .services-page p, .residential-page p, .commercial-page p { text-align:justify; line-height:24px; color:#999;}
.body-background-p32 { background-color:#fff; padding: 0px 32px;}
.body-background-p25 { background-color:#fff; padding: 0px 25px;}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1e65c6;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #3d3f92;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #022554;
  color: #fff;
}
.icon-text {font-size: 32px;
    line-height: 87px;
    padding-left: 8px;
    color: #fff;}
	.icon-text:hover { color:#f1f1f1; text-decoration:underline;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 20px 0;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  font-size:38px;
}
#topbar .contact-info { font-size:20px; }

#topbar .contact-info a:hover {
  color: #fff; text-decoration:underline;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  margin-left: 0px;
  border-left: 0px solid #e9e9e9;
}

#topbar .social-links a {
  color: #333;
  width:40px;
  height:40px;
  padding: 8px 10px;
  display: inline-block;
  line-height: 1px;
  border-left: 0;
  background:#fff;
  border-radius:50%;
}
#topbar .social-links a.facebook {
  padding: 9px 12px;
}

#topbar .social-links a.google-plus {
  padding: 8px 7px;
}
#topbar .social-links a .fa { font-size:21px;}
#topbar .social-links a:hover {
  color: #fff;
  background:#022554;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

.topbar-header { background-image:url(../img/topbar-bg.jpg); background-position: center center; background-repeat:no-repeat; }
.topbar-header #topbar .clearfix { padding:0px 32px 0 32px;}
#topbar .call-icon-bg {display: inline-block;
    background-color: #fff;
	margin-right:8px;
	padding: 0px 5px 0px 5px;
	border-radius: 10%;}
#topbar .call-icon-bg i { color:#003070; font-size:32px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 6px 0;
  height: 96px;
  transition: all 0.5s;
  z-index: 997;
  background: #064294;
  box-shadow: 0px 6px 9px 14px rgba(0, 0, 0, 0.06);
}
.container-padding-0 { padding:0px;}

#header #logo h1 {
  font-size: 33px;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #5e5bce;
}
#header .scrollto img { width:100%;}
#header #logo img {
  padding: 0;
  margin: 0;
}
#header .p-28 { padding:0px 28px 0px 28px;}
#about-us .section-header { padding:20px 0; margin-bottom:0; }
#about-us .section-header h2 { margin-bottom:0; }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 9px 0px 6px 0px;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 12px 18px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #fff;
  background-color:#022554;
}

.nav-menu > li {
  margin-left:2px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #3d3f92;
}

.nav-menu ul ul {
  margin: 0;
}
div#logo {
    margin-top: 0px;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle i.fa-times { color:#fff;}
#header { position:relative !important; }

#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin:75px 25px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #3d3f92;
}

#mobile-nav ul .menu-item-active {
  color: #3d3f92;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #064294;
  text-align:center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px;
  background:url(../img/title_bottom_img.jpg) no-repeat center bottom;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 30px;
  font-family: "Arial", sans-serif;
}

#about .content p {
  line-height: 26px;
}

#about h1 {
  font-size: 30px;
  color: #0c2e8a;
  text-align:center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom:50px;
  background:url(../img/title_bottom_img.png) no-repeat center bottom;
}


#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #3d3f92;
}

/* Features Deemak Control Section
--------------------------------*/

#features_dc {
  padding: 40px 0 0 0;
}
#features_dc .box {
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.4s;
}


#features_dc .box .icon {
  float: left;
  border-radius:50%;
  background: #2e4fa1;
  width:50px;
  height:50px;
}

#features_dc .box .icon i {
  color: #444;
  font-size: 30px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 25px;
  margin-left:13px;
}

#features_dc .box .icon i.fa-group {
  margin-left:10px;
}

#features_dc .box .icon i:before {
  background: #fff;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

#features_dc .box h4 {
  margin-left: 62px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 0;
    padding-top: 15px;
}

#features_dc .box h4 a {
  color: #444;
}

#features_dc .box p {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 0;
  line-height: 24px;
}


/* Services Section
--------------------------------*/

#services {
  padding: 40px 0 40px 0;
}
#services .box {
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.4s;
  text-align: left;
}

.services-col-3 { padding:0px 7px 0px 7px;}

.services_img { text-align:center; } 

.services_img a img { width:100%;}

#services .box h4 {
  margin-left: 0px;
    font-weight: bold;
    margin-bottom:10px;
    font-size: 20px;
    margin-top: 0;
    padding-top: 15px;
}

#services .box h4 a {
  color: #064294;
}

#services .box p {
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 15px;
  line-height: 22px;
}

#services  .cta-btn {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
  text-transform:uppercase;
  letter-spacing: 1px;
  display: inline-block;
  background: #064294;
  padding: 8px 0px;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  border: 0px solid #3d3f92;
  color: #fff;
}

#services  .cta-btn:hover {
  background: #022554;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  padding:50px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.companyprofiletext { border:1px #ccc solid; line-height:30px; padding:40px 20px; text-align:center; }
#testimonials p { font-size:18px;}
#testimonials .cta-btn {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform:uppercase;
  letter-spacing: 1px;
  display: inline-block;
  background: #3d3f92;
  padding: 8px 30px;
  border-radius:10px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #3d3f92;
  color: #fff;
}

#testimonials .cta-btn:hover {
  background: #000;
  border: 3px solid #000;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: rgb(3,36,82);
background: linear-gradient(0deg, rgba(3,36,82,1) 45%, rgba(6,66,148,1) 100%);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing:1px;
  margin:15px 0px 0px 0px;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .phonenumbertext {
	font-size:48px;
	color:#fff;
	font-weight: 700;
  letter-spacing:1px;
	}
#call-to-action .phonenumbertext a { color:#fff; }
#call-to-action .phonenumbertext a:hover { color:#fff; text-decoration:underline; }

#call-to-action .p-32 { padding:0px 32px 0px 32px;}
/* Contact Section
--------------------------------*/

#contact {
  padding: 40px 0 0 0;
}
#contact .contact-information img { width:100%; margin-bottom:10px;}
#contact .margin-top { margin-top:10px;}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: left;
}

form#contact { padding:0; }
#contact .fa-phone {
  padding-left: 0px;
  margin-left: 0px;
  border-left: 0px solid #e9e9e9;
}

#contact .social-links a {
  color:#3d3f92;
  width:30px;
  height:30px;
  padding: 8px 8px;
  display: inline-block;
  line-height: 1px;
  border-left: 0;
  background:#fff;
  border-radius:50%;
}
#contact .social-links { margin-top:20px;}
#contact .social-links a.facebook {
  padding: 8px 10px;
}
.contact-phone a { color:#fff;}
#contact .social-links a.google-plus {
  padding: 8px 6px;
}
#contact .social-links a:hover {
  color: #fff;
  background:#000;
}

#contact .social-links a:first-child {
  border-left: 0;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  line-height: 28px;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #FFF;
  border: 1px solid #3d3f92;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form button {background: linear-gradient(135deg,#23aadd 30%,#37ce9d 100%);  font-weight:bold; }
#contact .form-group {margin-top: 0px;}
#contact .form p { color:#fff;}

#contact .form-control { color:#999;}
#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}


#contact .form button[type="submit"]:hover {
  background: #022554;
}
#contact .form button[type="submit"] {
    background: #064294;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

.gallerypics a {
    margin: 10px 5px;
    display: inline-block;
    width: 23.7%;
    border: 1px 
#3d3f92 solid;
padding: 4px;
background:
    #fff;
}
.gallerypics a img {
    width: 100%;
    border: 1px 
    #ccc solid;
    max-height: 334px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #043372;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
	color:#fff;
  text-align: center;
  padding-top: 30px;
}
#footer .copyright a {font-size: 13px;
  color: #fff;}
  
#footer .credits a {
  color: #fff;
}
/*--------------------------------------
# About Us Page Section
---------------------------------------*/

#about-us-topbar {
  padding: 50px 0px 15px 0px;
  background-color: #f7f7f7;}
 
#about-us-topbar .row { text-align:center;}
#about-us-topbar h2 { text-align:center; font-weight:bold;}
#about-us-topbar p a, #about-us-topbar p { text-decoration:none; text-align:center;}

body.about-page {background: #fff;}
body.about-page #services .box p { font-size:17px; color:#3d3f92; font-weight:600; padding-top:20px; text-align:center;}
body.about-page #services .box h4 { padding-top:2px;}

body.about-page .our-team-img { text-align:center; width:100%; }

/*--------------------------------------
# Our Services Page Section
---------------------------------------*/
#services-page-topbar {
  padding: 50px 0px 15px 0px;
  background-color: #f7f7f7;}
#services-page-topbar .row { text-align:center;}
#services-page-topbar h2 { text-align:center; font-weight:bold;}
#services-page-topbar p a, #services-page-topbar p { text-decoration:none;  text-align:center;}
body.services-page {background: #fff;}


#our-services-page {
  padding: 50px 0px 40px 0px;
}
#our-services-page .box {
  padding: 0px;
  margin-bottom: 40px;
  transition: 0.4s;
}


#our-services-page .box .services-page-img img {
  float: left;
  width:40%;
  height: auto;
}

#our-services-page .box .services-page-img img {
  margin-top: 0px;
  margin-left:10px;
}

#our-services-page .box h4 {
	margin-left: 250px;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	margin-top: 0;
	padding-top: 0px;
}

#our-services-page .box h4 a {
  color: #444;
}

#our-services-page .box p {
  font-size: 17px;
  margin-left: 250px;
  margin-bottom: 0;
  line-height: 24px;
}

/*--------------------------------------
# Residential Page Section
---------------------------------------*/
body.residential-page, body.commercial-page, body.Contact-page { background-color:#fff;}
#residential-page-topbar {
  padding: 50px 0px 15px 0px;
  background-color: #f7f7f7;}
 
#residential-page-topbar .row { text-align:center;}
#residential-page-topbar h2 { text-align:center; font-weight:bold;}
#residential-page-topbar p a, #residential-page-topbar p { text-decoration:none;  text-align:center;}
#residential-page-img img { padding-bottom:50px;}
/*--------------------------------------
# Residential Page Section
---------------------------------------*/
#commercial-page-img img { padding:50px 0px;}
#commercial div.row { padding-bottom:50px;}

/*--------------------------------------
# Contact Page Section
---------------------------------------*/
.Contact-page .contact-box .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.Contact-page .contact-box .contact-info .col-md-4 i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #3d3f92;
}

.Contact-page .contact-box .contact-info address,
.Contact-page .contact-box .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.Contact-page .contact-box .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

.Contact-page .contact-box .contact-info a {
  color: #000;
}

.Contact-page .contact-box .contact-info a:hover {
  color: #3d3f92;
}
.Contact-page .contact-box .contact-phone { border-right: 1px solid #ddd;}
.Contact-page .contact-box .contact-address,
.Contact-page .contact-box .contact-phone,
.Contact-page .contact-box .contact-email {
  margin: 30px 0px;
}

.Contact-page .contact-box #google-map {
  height: 290px;
  margin-bottom: 20px;
}

/*--------------------------------------
# Company Profile Page Section
---------------------------------------*/
.company-page { background-color:#fff; }
#profile {margin: 30px 0;}
#profile a { margin:10px 5px; display:inline-block; width:23.7%; border:1px #3d3f92 solid; padding:4px; background:#fff; }
#profile a img { width:100%; border:1px #ccc solid; }

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #3d3f92;
}

/*     Related Services               */
#relatedservices ul { margin:0; padding:0; }
#relatedservices ul li { width:33%; display:inline-block; list-style-type:none; margin-bottom:30px; }
#relatedservices ul li img { margin-right:10px; }
#relatedservices ul li h3 a { display:inline-block; font-size:16px; color:#000; }
#relatedservices ul li h3 { display:inline-block; vertical-align:top; }
.image-link { width:640px; height:auto; }
@media only screen and (min-width: 320px) and (max-width: 767px) { 
#relatedservices ul li {width:100%; }
#relatedservices h3 a { font-size:12px; }
#relatedservices ul li h3 a { display:inline-block; font-size:12px !important; color:#000; }
#profile { padding:0 30px; }
.contact-info { padding-top:5px; }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
  .Contact-page .contact-box .contact-address,
  .Contact-page .contact-box .contact-phone,
  .Contact-page .contact-box .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 8px 0;
    height: 94px;
  }

  #header #logo h1 {
    font-size: 34px;
  }


  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }

}

@media (max-width: 576px) {
/*.social-links { display:none; }*/
#topbar .contact-info {
    font-size: 15px;
}
	
}

@media (max-width: 480px) {
	/*About Us*/
	body.about-page .our-team-img img { text-align:center; width:100%;}
	
	#our-services-page .box .services-page-img img { width:100%; margin:0px;}
	#our-services-page .box h4 { margin-left:0px; padding-top:190px;}
	#our-services-page .box p { margin-left:0px;}
	#profile a {
    margin: 10px 2%;
    width: 96%;
    padding: 2%;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#body .topbar-header { background-image:none; background-color:#063f8e;}
	#topbar .social-links a { margin: 10px 10px 0px 10px; }
	#topbar .contact-info a { font-size:36px;}
	.body-background-p32 { padding:0px;}
	.body-background-p25 { padding:0px;}
	.services-col-3 { padding: 0px 10px 0px 10px;}
	#services .cta-btn { padding: 10px 0px; width: 100%; text-align: center;}
	#call-to-action .phonenumbertext { font-size:41px;}
	div#logo { text-align: center; align-items: center; width: 100%;}
	#header .scrollto img { width: auto;}
.icon-text {font-size: 28px;}

}
