

@media (min-width: 768px) {



.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  height: 100px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
}
.navbar-custom .navbar-toggle {
  color: #000;
  margin-top: 50px;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #000;
}
.navbar-custom .nav li a {
  background-color: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  /*color: rgba(255, 255, 255, 0.8);*/
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  /*background-color: rgba(255, 255, 255, 0.3);*/
}
.navbar-custom .nav li.active a:hover {
  /*color: white;*/
}
@media (min-width: 768px) {
  .navbar-nav>li {
    margin-top: 20px;
  }
  .navbar-custom {
    /*padding: 20px 0;*/
    border-bottom: none;
    height: 92px;
    letter-spacing: 1px;
    background: rgba(255,255,255,1);
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    /*padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  }
}









footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}


.welcome_wrap, .whatwedo, .energy_savings, .testimonials_wrap, .services_wrap, .plan_wrap,
.blog_wrap, .contact_wrap, .footer_wrap, .video_section_wrap, .categories_wrap,
.our_client_wrap, .products_wrap, .get_demo_wrap {
  float: left;
  width: 100%;
  margin: 0;
  background-color: #fff;
  color: #000;
  padding: 40px 0;
}
.welcome_wrap h1, .whatwedo h1, .energy_savings h1, .services_wrap h1, .plan_wrap h1,
.blog_wrap h1, .contact_wrap h1, .video_section_wrap h1, .categories_wrap h1,
.our_client_wrap h1, .products_wrap h1 {
  font-family: "Helvetica Neue";
  font-size: 36px;
  text-align: center;
  float: left;
  width: 100%;
}
.welcome_wrap span, .services_wrap span, .contact_wrap span {
  font-family: "Lora";
  font-size: 24px;
  text-align: center;
  color: #133856;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.welcome_wrap p {
  font-size: 16px;
  font-family: arial;
  float: left;
  width: 100%;
  text-align: center;
}
.whatwedo, .contact_wrap {
  background: url(../img/section_bg.jpg) no-repeat;
  color: #fff;
  min-height: 900px;
  background-attachment: fixed;
}
.whatwedo p {
  font-size: 20px;
  font-family: arial;
  float: left;
  width: 100%;
  text-align: center;
}
.whatdo_box_wrap {
  float: left;
  width: 100%;
  margin: 30px 0;
  display: flex;
}
.whatdo_box {
  display: flex; 
  margin-bottom: 30px; 
  color: #fff;
}
.whatdo_box div {
  border: 1px dotted #fff;
  padding: -30px 20px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whatdo_box div:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.whatdo_box i {
  width: 120px;
  height: 120px;
  display: block;
  text-align: center;
  line-height: 120px !important;
  color: white;
  font-size: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: #0d3754;
  margin-bottom: 20px;
  margin-top: -51px;
}
.whatdo_box span {
  font-family: "Helvetica Neue";
  font-size: 24px;
  margin-bottom: 14px;
  float: left;
  width: 100%;
  text-align: center;
}
.whatdo_box p {
  font-size: 16px;
  padding: 0 20px;
}

/* CSS used here will be applied after bootstrap.css */

.big-chart {
  width:100%;
  height:220px;
}
.line-chart {
  width:100%;
  height:100px;
}
.donut {width:100%;height:150px;min-width:150px;}

.donut-label {
  position:absolute;
  left:45%;
  font-size:22pt;
  color:#ddd;
  width:100%;
  top:38%;
}
.chart_box_1, .chart_box_2, .chart_box_3 {
  background: url(../img/chart_bg_1.png) no-repeat;
  background-size: 98%;
  width: 100%;
  height: 356px;
  color: #fff;
}
.chart_box_2 {
  background: url(../img/chart_bg_2.png) no-repeat;
  background-size: 98%;
}
.chart_box_3 {
  background: url(../img/chart_bg_3.png) no-repeat;
  background-size: 100%;
}
.chart_box_wrap span {
  float: left;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-family: "Lora";
  margin-top: 30px;
}
.chart_box_wrap a {
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.chart_box_wrap a:hover {
  text-decoration: underline;
}
.chart_box_wrap p {
  font-family: arial;
  font-size: 15px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  margin-top: 20px;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -70px;
    margin-right: -19px;
    margin-bottom: 30px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #0d3754;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonials_wrap {
  background: url(../img/testimonials_bg.jpg) no-repeat !important;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  min-height: 620px;
}
.item p, .item small {
  color: #fff;
}
.service_box_wrap {
  margin-top: 40px;
}
.service_box {
  border-bottom: 1px dotted #0d3754;
  float: left;
  font-family: "Helvetica Neue";
  margin-bottom: 14px;
}
.service_box span {
  float: left;
  background-color: #0d3754;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-bottom: 10px;
}
.service_box div {
  float: left;
  margin: 2px 0 0 20px;
  font-size: 24px;
  font-family: "Helvetica Neue";
  color: #0d3754;
}
.service_box p {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 14px;
}
.service_box a {
  margin: 40px 0;
  float: left;
}
.service_laptop img {
  margin-top: 80px;
}
.rounded_blue_btn {
  background-color: transparent;
  border: 2px solid #0d3754;
  color: #0d3754;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 45px;
}
.rounded_blue_btn:hover {
  background-color: #0d3754;
  color: #fff;
}
.plan_wrap {
  background: url(../img/plan_bg.jpg) no-repeat !important;
  background-size: cover;
  background-attachment: fixed;
}
.plan_wrap h1 { 
  color: #fff;
}

.blocks{ border:1px solid #EEEEEE; background-color: #fff;}
.blocks:hover{box-shadow:0px 0px 10px #D9E0DB;}
.block-header{ height: 74px; text-align: center; width: 100%; padding: 8%; background: #F8F8F8; color: #333333;}
.block-container p:hover{background:#F8F8F8;}
.block-header h4{ font-weight: bold; vertical-align: center; margin-bottom: 0;}
.block-container{ text-align: center;}
.block-container p{ border-bottom:1px solid #F4F7F8; margin: 0; padding: 10px; color: #000; float: left; width: 100%; text-align: left; }
.block-container p:hover { color: #000; }
.block-container p:last-child{ border-bottom:none;}
.price{font-size: 45px; font-family: PT Serif; color: #FF592D; font-weight: bold; text-align: center !important; float: left; width: 100%; margin-bottom: 14px !important;}
.renew-price{font-size: 12px; color: #333333; font-style: italic; font-weight: normal;}
.block-footer{text-align: center; padding: 5%;}
.order-now{border: 1px solid #FF592D; padding: 15px; border-radius: 4%; color:#333333; font-weight: bold; }
.order-now:hover{text-decoration: none; background: #FF592D; color: #fff;}
.active-block { box-shadow:0px 0px 10px #D9E0DB;}
.active-block .block-header{ background: #45BA76; color: #fff;}
/*.active-block .price{ color:#45BA76;}*/
/*.active-block .block-footer a{ background: #45BA76; color: #fff; border:none;}*/
/*.active-block .block-footer a:hover{ background: #EEEEEE; color: #333333; border:1px solid #45BA76;}*/


.white_btn {
  border-color: #fff;
  color: #fff;
}
.blog_box_wrap {
  float: left;
  width: 100%;
}
.blog_box_wrap div {
  margin-bottom: 36px;
}
.blog_box_wrap span {
  font-size: 18px;
  font-family: "Helvetica Neue";
  padding: 10px 20px;
  background-color: #f0f0f0;
  float: left;
  width: 100%;
}
.blog_box_wrap p {
  padding: 10px 20px;
  background-color: #f0f0f0;
  float: left;
  width: 100%;
  font-size: 16px;
}
.contact_wrap span {
  color: #fff;
}
.contact_wrap form input, .contact_wrap form textarea {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  height: 46px;
  color: #fff;
  margin-bottom: 30px;
}
.contact_wrap form textarea {
  height: 100px;
  resize: none;
  border-radius: 15px;
}
.contact_wrap {
  min-height: auto;
}
.google_map_wrap {
  float: left;
  width: 100%;
  margin: 0;
}
.social_media a i {
  font-size: 40px;
  color: #fff;
  background-color: #0d3754;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;  
}
.footer_wrap p {
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.video_box p {
  font-size: 16px;
}
.video_box {
  margin-bottom: 60px;
}
.categories_wrap, .products_wrap {
  background-color: #f9f9f9;
}
.categories_box a {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 2px solid #0d3754;
  padding: 10px 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #0d3754;
}
.categories_box a:hover {
  background-color: #0d3754;
  color: #fff;
  padding-left: 30px;
}
.client_box_wrap {
  margin: 20px 0;
}
.client_box {
  float: left;
  margin-bottom: 50px;
  padding: 10px 10px 10px 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-left: 2px solid #0d3754;
}
.client_box div {
  color: #0d3754;
  font-size: 26px;
  font-family: "Helvetica Neue";

}
.client_box span {
  font-size: 18px;
  color: #999;
}
.client_box:hover {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-left: 2px solid #0d3754;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
  left: -12px;
    height: 40px;
  width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

.get_demo_wrap {
  background-color: #166fac;
}
.get_demo_wrap p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;  
}
.contact_details {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact_details i {
  float: left;
  margin-right: 10px;
  font-size: 16px !important;
}
.contact_details div {
  float: left;
}


.sidebar-nav {
  padding: 9px 0;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-nav {
  margin-top: 20px;
}
.navbar-nav>li>.dropdown-menu {
 /* margin-top: 21px;*/
 background-color: #566365 !important;
 color: #fff;
}
.dropdown-menu li a {
  background-color: #566365 !important;
  color: #fff; 
}
.dropdown-menu li a:hover {
  color: #fff;
}

.categories_wrap {
  background: url(../img/cate_bg.jpg) no-repeat;
  color: #fff;
  /*min-height: 900px;*/
  background-attachment: fixed;
}