body{
    background: #edf2f8;
}
main{
    background: #fff;
}
p{
    font: 16px 'Open Sans',sans-serif;
    line-height: 1.5;
}
.navbar-fixed-top{
    background: #edf2f8;
    border: none;   
/*    padding: 15px 45px 0 15px;*/
    padding: 15px;
    padding-bottom: 0;
}
.navbar-brand{
    height: auto;
    transition: all 0.5s;
    padding-top: 8px;
}
.top-header{
    height:75px;
    z-index: 1;
    position: relative;
    background: #edf2f8;
}
.navbar-header{
    z-index: 2;
    position: relative;
}
.header-call,.header-phone{
    color: #3a3a3a;
    font-size: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    line-height: 3;
}
.header-call{
    position: relative;
    top: 47%;
    transform: translateY(-50%);
}
.header-call a{
    font-size: 16px;
    color: #eca929;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    color: #0071b2;
    font-weight: bold;
    border-bottom: 3px solid #edf2f8;
}
.nav>li>a:hover, .open>a:hover {
    background-color: #edf2f8 !important;
    color: #eca929;
    border-color: #eca929;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover{
    background-color: #edf2f8 !important;
    color: #eca929;
    border-color: #eca929;
}
li.dropdown>a:hover{
    background-color: #edf2f8 !important;
    color: #0071b2;
    border-color: #0071b2;
}
li.dropdown>a:focus{
    background-color: #edf2f8 !important; 
    color: #0071b2;
    border-color: transparent;
}

/*.nav li a.active{
    color: #eca929;
    border-color: #eca929 !important;
}*/
.navbar-nav{
    position: relative;
    top: 0;
    z-index: 0;
    transition: all 0.5s;
}
.nav-up .navbar-nav{
    top: -76px;
    margin-bottom: -76px;
}
.nav-up .navbar-brand{
    max-width: 200px;
}
.container-fluid > .navbar-collapse{
    max-height: 100%;
}
.dropdown-menu{
    width: 100%;
    background: #edf2f8;
}
.dropdown-menu > li > a{
    color: #0071b2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu > li > a:hover{
    color: #eca929;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.carousel-caption {
    text-shadow:none;
    font-weight: bold;
/*    top: 50%;
    transform: translateY(-50%);*/
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.service{
    color:#fff;
    padding: 35px 60px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s;
}
.service-icon img{
    max-height: 45px;
}
.service-name{
    text-transform: uppercase;
    font-size: 30px;
    margin: 30px 0;
}
.service-icon,.service-name{
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-ac{
    background: url('/images/service-ac-bg.jpg') no-repeat center/100% 100%;
}
.service-heat{
    background: url('/images/service-heat-bg.jpg') no-repeat center/100% 100%;
}
.service-electric{
    background: url('/images/service-electric-bg.jpg') no-repeat center/100% 100%;
}
.service:hover .service-icon,.service:hover .service-name{
    top: 0;
}

.service:hover{
    background-size: 125% 125%;
}
.sub-arrow{
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}
.forward-links{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #eca929;
    text-decoration: underline;
}
.forward-links:hover{
    color: #0071b2;
}
a:hover{
    color: #eca929;
}
.avatar{
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
}
.avatar:before{
    content: '';
    display: inline-block;    
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}
.avatar-wrapper img{
    width: 100%;
    position: relative;
    left: -2px;
}
.avatar-wrapper .avatar-title{
    display: block;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    margin: 30px 0;
    color: #337ab7;
}
.index-foundation{
    background:#ededed;
    position: relative;
    overflow: hidden;
}
.index-foundation:before,.index-foundation:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    left:0;
}
.index-foundation:before{
    background: radial-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 80%) no-repeat;
    top: -20px;
}
.index-foundation:after{
    background: radial-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0) 80%) no-repeat;
    bottom: -20px;
}
h1,h2{
    color: #0072b3;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 30px;
}
h2{
    color: #fff;
}
#carousel-example-generic{
    background: #edf2f8;
}
#carousel-example-generic .item{
    background: url('/images/banner-1.jpg');
    background: linear-gradient(rgba(237,242,248,0.8),rgba(237,242,248,0.8)),url(/images/banner-1.jpg) no-repeat;
    background-size: cover;
    background-position: 70% 0;
    padding: 200px 0;
}
#carousel-example-generic .item-2{
    background: linear-gradient(rgba(237,242,248,0.8),rgba(237,242,248,0.8)),url(/images/banner-2.jpg) no-repeat;
}
.item-2 p{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
}
#carousel-example-generic .item-3{
    background: url('/images/banner-3.jpg');
    background: linear-gradient(rgba(237,242,248,0.8),rgba(237,242,248,0.8)),url(/images/banner-3.jpg) no-repeat;
}
.item-3 p{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-caption h1{
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    color: #eca929;
}
.carousel-caption h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #065da2;
}
.carousel-caption p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #4c565d;
}
.carousel-caption a{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #eca929;
    text-transform: uppercase;
    text-decoration: underline;
}
.item-2 .pricing{
    text-align: center;
}
.item-2 h1{
    color: #eca929;
    font-size:64px;
    text-transform: none;
    margin-bottom: 80px;
}
.item-2 .pricing h1{
    color: #065da2;
    font-size: 68px;
    padding-bottom: 5px;
    border-bottom: 5px solid #eca929;
    margin: 0;
}
.item-2 .pricing h3{
    font-size: 30px;
}
.section-heading{
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    color: #0072b3;
}
.index-intro{
    background: #fff;
}
.intro-content{
    padding: 250px 0;
}
.img-intro-bg{
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.index-intro h1{
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    color: #0072b3;
}
.index-intro p{
    margin-bottom: 25px;
}
.index-features{
    text-align: center;
    padding-bottom: 100px;
}
.index-features .col-md-8{
    float: none;
    margin: 0 auto;
}
.index-features .avatar-wrapper{
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
}
.index-features .avatar-wrapper > div{
    margin: 30px 0;
}
.index-features .avatar{
    border: 2px solid #eca929;
    margin: 0 70px;
}
.index-features .avatar img{
    transition: transform 1s ease;
}
.index-features .avatar img:hover{
    transform: rotateY(180deg);
}
.btn-quote{
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: #eca929;
    padding: 10px 75px;
    margin: 30px 0;
    margin-top: 0;
}
/*.btn-quote:hover{
    color: #fff;
    background: #0071b2;
    text-decoration: none;
}*/
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  text-decoration: none;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.index-tools{
    padding: 100px 0;
    background-color: #f1f6f9;
    text-align: center;
}
.index-tools p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
}
.index-tools .col-md-8{
    float: none;
    margin: 0 auto;
}
.tools-list > .row{
    text-align: left;
    padding-top: 80px;
    display: flex;
}
/*.tools-content h1{
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
}*/
.index-tools .avatar-wrapper{
    padding: 0 50px;
    align-self: center;
}
.index-tools .avatar{
    max-width: 65%;
    margin: 0 auto;
}
.index-testimonials{
    padding: 150px 0;
    color: #fff;
    background: url('/images/testimonials-bg.jpg');
    background-size: cover;
    background-position: center;
}
.index-testimonials .section-heading{
    color: #fff;
}
.index-testimonials p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 70px;
    font-style: italic;
}
.testimonial-sign{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.testimonials-quotes{
    font: bold 90px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #eca929;
    margin-bottom: 25px;
}
.index-testimonials .carousel-control.left,.index-testimonials .carousel-control.right{
    background-image: none;
}
.index-testimonials .carousel-control{
    text-shadow:none;
    opacity: 0.8;
}
.index-testimonials .carousel-control i{
    position: absolute;
    top: 18%;
    z-index: 5;
    display: inline-block;
    font-size: 35px; 
    color: #0e39a0;
}
.index-testimonials .carousel-control i.fa-angle-double-left{
    left: 0;
}
.index-testimonials .carousel-control i.fa-angle-double-right{
    right: 0;
}
.index-additional-services{
    padding: 50px 0;
}
.index-additional-services h1{
    color: #eca929;
}
.service-card-wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
}
.service-card{
    background: #edf2f8;
    padding: 25px;
    margin: 10px;
    box-sizing: border-box;
}
.service-card h3{
    font-size: 30px;
    color: #0e67a3;
    line-height: 1.3;
}
.service-card p{
    font-size: 16px;
    color: #4c565d;
}
.about-content h1{
    margin-bottom: 30px;
}
.about-content p{
    font-size: 16px;
    margin-bottom: 35px;
}
.banner{
    background: #eca929;
    padding: 100px 0;
}
.banner h2{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 50px;
    line-height: 1.5;
}
.banner small{
    font-size: 18px;
    color: #fff;
}
.phone-link-large{
    display: block;
    color: #0e67a3;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.phone-link-small{
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    
}
.phone-link-large:hover, .phone-link-small:hover{
    color: #fff;
}
.banner input, .banner select{
    appearance: none;
    width: 100%;
    padding: 3px;
    outline: none;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    font-size: 16px;
    color: #0e67a3;
    font-weight: 600;
    margin: 10px 0;
}
.banner select{
    margin: 13px 0;
}
.banner .g-recaptcha{
    margin: 10px 0;
}
.banner input::placeholder{
    color: #0e67a3;
}
.banner-submit{
    display: block;
    width: 100%;
    background-color: #0e67a3;
    border: 3px solid #0e67a3;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    margin: 10px 0;
}
.banner-submit:hover{
    background: transparent;
    border-color: #0071b2;
    color: #0071b2;
    text-decoration: none;
}
.vendors{
    text-align: center;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.vendors:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: radial-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0) 80%) no-repeat;
    top: -20px;
    left:0;
}
footer span{
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.footer-links{
    display: block;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #eca929;
}
.footer-links:hover{
    color: #fff;
}
.footer-links-underline{
    text-decoration: underline;
}
.footer-black{
    background-color: #082f4a;
    padding: 50px 0;
    color:#7c7c7c;
    font: 16px 'Open Sans',sans-serif;
    line-height: 2;
}
.copyright{
    margin-top: 60px;
}
.copyright a{
    text-decoration: underline;
    text-decoration-style: dotted;
    color:#7c7c7c;
}
.copyright a:hover{
    color:#fff;   
}
.footer-regex a{
    text-decoration: none;
    font: 16px 'Open Sans',sans-serif;
}
.get-quote-container{
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.faq-questions{
    padding: 100px 0;
}
.question{
    margin-bottom: 50px;
}
.question li{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}
.calling-plans{
    padding: 50px 0 100px 0;
}
.calling-plans .section-heading{
    margin-bottom: 100px;
    color: #4a4a4c;
}
.phone-service{
    margin: 30px auto;
}
.phone-service h2{
    color: #0072b3;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.calling-plans h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #0072b3;
}
.service-price{
    background: #eca929;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}
.service-price h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 75px;
    font-weight: 600;
    color: #fff;
}
.service-price h1 sup{
    font-size: 44px;
}
.service-price h3 s{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.service-description{
    border: 2px solid #c2cfd6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
    padding: 10px 25px;
}
.service-description p{
    line-height: 1.7;
}
.solutions-international{
    padding: 100px 0;
}
.solutions-international a{
    font-size: 18px;
    padding: 0 2px
}
.solutions-international a:hover{
    text-decoration: none;
}
.solutions-international a:active{
    color: #fff;
    text-decoration: none;
}
.solutions-international table{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}
.solutions-international th{
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
}
.flex-hero{
    background-color: #edf2f8;
}
.flex-hero .row{
    display: flex;
    flex-wrap: wrap;
}
.flex-hero .intro-content{
    padding: 100px 15px; 
}
.flex-hero h1{
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    color: #eca929
}
.flex-hero ul{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #0071b2;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0;
    margin-bottom: 50px;
    list-style: none;
}
.flex-hero li:before{
    content: '\00BB \0020';
    color: #eca929;
    font-size: 24px;
}
.flex-hero .btn-quote{
    text-transform: uppercase;
    padding: 10px 25px;
}
.flex-features{
    padding: 100px 0;
    text-align: center;
}
.flex-features .avatar-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-features .avatar-wrapper > div{
    padding: 0 30px;
    margin: 20px 10px;
}
.flex-features .avatar{
    max-height: 90px;
    max-width: 90px;
    margin: 30px auto;
}
.flex-features p{
    font-size: 18px;
}
.flex-services{
    padding: 70px 0;
    padding-top: 20px;
}
.flex-services h2{
    color: #0071b2;
}
.flex-enterprise{
    background-color: #edf2f8;
    padding: 60px 0;
}
.flex-enterprise .section-heading{
    text-align: center;
    margin-bottom: 50px;
}
.flex-enterprise p{
    line-height: 1.7;
    margin-bottom: 20px;
}
.flex-feature-list{
    padding: 100px 0;
}
.flex-feature-list .section-heading{
    cursor: pointer;
    margin-bottom: 50px;
}
.flex-feature-list .sub-arrow{
    border-width: 8px;
}
.flex-feature-list .row{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
    list-style: none;
    font-size: 16px;
}
.flex-feature-list li:before{
    content: '\00BB \0020';
    font-size: 18px;
}
.product-intro{
    padding: 100px 0;
}
.product-intro h1{
    font-size: 48px;
}
.product-intro .row{
    display: flex;
    flex-wrap: wrap;
}
.product-intro img{
    max-width: 100%;
    max-height: 100%;
}
.product-intro p{
    line-height: 1.7;
    margin-bottom: 20px;
}
.product-intro .row > div{
    align-self: center;
}
.product-features{
    background: #edf2f8;
    padding: 75px 0;
}
.product-features p{
    line-height: 1.7;
    margin-bottom: 20px;
}
.product-features .row{
    display: flex;
    flex-wrap: wrap;
}
.product-features .row > div{
    align-self: center;
}
.product-features .product-advantages{
    background: #eca929;
    color: #fff;
    padding: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.product-advantages h1{
    color: #fff;
    word-wrap: break-word;
}
.product-advantages ul{
    padding-left: 0;
}
.product-advantages li{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}
.product-advantages li:before{
    content: '\00BB \0020';
}
.list-sip{
    list-style: none;
    padding-left: 0;
}
.list-sip li:before{
    content: '\00BB \0020';
    font-size: 18px;
}
.solution-intro{
    padding: 100px 0;
    padding-bottom: 0;
}
.solution-intro h1{
    font-size: 48px;
}
.solution-intro h2{
    color: #0071b2;
    font-size: 36px;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}
.solution-intro .row{
    display: flex;
    flex-wrap: wrap;
}
.solution-intro p{
    line-height: 1.7;
    margin-bottom: 20px;
}
.solution-intro li{
    font-size: 16px;
    font-weight: 600;
    color: #7c8388;
    margin-bottom: 10px;
}
.solution-features{
    padding: 75px 0;
}
.solution-price{
    background-color: #0071b2;
    text-align: center;
    padding: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.solution-price h1{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    text-transform: none;
}
.solution-price h3{
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.info-section{
    padding: 100px 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7
}
/****************MEDIA QUERIES************/
/****************up to 767px************/
.navbar-brand{
    max-width: 175px;
}
.navbar-toggle{
    border: 1px solid #0f67a7;
    border-radius: 0;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
}
.navbar-toggle .icon-bar{
    background-color: #0071b2;
}
/*.navbar-fixed-top{
    padding-right: 15px;
}*/
main {
    margin-top: 94px;
    overflow: hidden;
}
.header-phone{
    margin: 0 auto;
    text-align: center;
}
.header-phone a{
    color: #0071b2;
    text-decoration: none;
}
.header-phone a:hover{
    color: #eca929;
}
.navbar-nav>li>a {
    padding: 10px 25px;
    margin-left: 0;
    font-size: 15px;
    text-align: center;
}
.carousel-caption {
    font-size: 16px;
    text-align: left;
}
.service{
    padding: 15px;
}
.service-name {
    font-size: 20px;
    margin: 25px 0;
}
.service-icon, .service-name {
    top: 0;
}
.service-ac,.service-heat,.service-electric {
    background-size: 100% 100%;
}
.index-foundation{
    padding: 25px 0;
}
.index-foundation h1{
    text-align: center;
}
.vendors img{
    margin: 10px auto;
}
.footer-black{
    font-size: 15px;
}
.footer-black img{
    margin-bottom: 25px;
}
.copyright{
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
}
.footer-regex a, .footer-regex{
    color: #082f4a;
}
.footer-regex a:hover, .footer-regex:hover{
    color: #082f4a;
    cursor: default;
}
.footer-regex a:focus, .footer-regex:focus{
    outline: none;
}
/****************PAGES***********************/
.form-control{
    border-radius: 0;
    height: 43px;
    padding: 10px 15px;
    color: #0e67a3;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}
.form-control::-webkit-input-placeholder {
    color: #0e67a3;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #0e67a3;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #0e67a3;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}
.form-control:-ms-input-placeholder {  
    color: #0e67a3;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
}
.form-control:focus {
    border-color: #0071b2;
    outline: 0;
    box-shadow: none;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(11,148,68,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(11,148,68,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(11,148,68,.6);*/
}
.footer-social li {
    display: inline-block;
    margin-right: 15px;
}
.contact-form{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}
.green-button{
    font: bold 24px 'Open Sans',sans-serif;
    color: #fff;
    width: 100%;
    background-color: transparent;
    margin-top: 15px;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.green-button span{
    display: block;
    background-color: #0e67a3;
    padding: 10px 0;
    position: relative;
}
.green-button:active span{
/*    background-color:rgba(11, 148, 68, 0.75);*/
    background-color: #082f4a;
    color: #fff;
}
.green-button:active:before{
/*    background-color:rgba(11, 148, 68, 0.75);*/
    background-color: #082f4a;
    color: #fff;
}
.green-button:before{
    content: attr(data-hover);
    width: 100%;
    background-color: #eca929;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    padding: 10px 0;
    top: -96%;
    transition: all 0.3s;
}
.green-button:hover:before{
    top:0;
    transition: all 0.3s;
}
.green-button:hover span{
    transform: translateY(100%);
    transition: all 0.3s;
}
.secondary-content{
    padding: 100px 0;
    font-size: 16px;
}
.common-banner{
    padding: 100px 0 60px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.banner-heading{
    color: #fff;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
}
.about-secondary{
    background: url('/images/about-banner.jpg') no-repeat bottom center/cover;
    padding:50px 0;
}
.contact-secondary{
    background: url('/images/contact-banner.jpg') no-repeat bottom center/cover;
    padding:50px 0;
}
.services-secondary{
    background: url('/images/services-banner.jpg') no-repeat bottom center/cover;
    padding:30px 0;
}
.testimonials-secondary{
    background: url('/images/testimonials-banner.jpg') no-repeat bottom center/cover;
    padding: 50px 0;
}
.product-vmail-secondary{
    background: url('/images/product-vmail-banner.jpg') no-repeat bottom center/cover;
}
.product-conferencing-secondary{
    background: url('/images/product-conferencing-banner.jpg') no-repeat bottom center/cover;
}
.product-mobile-solutions-secondary{
    background: url('/images/product-mobile-solutions-banner.jpg') no-repeat bottom center/cover;
}
.solutions-sip-secondary{
    background: url('/images/solutions-sip-banner.jpg') no-repeat bottom center/cover;
}
.solutions-voip-secondary{
    background: url('/images/solutions-voip-banner.jpg') no-repeat bottom center/cover;
}

.g-recaptcha{
    margin: 25px 0 35px;
    transform-origin: 0 0;
}
.g-recaptcha > div{
    width: auto !important;
    height: auto !important;
}
.services-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0;
    font-size: 18px;
}
.services-list{
    padding: 0;   
}
.services-list li {
    margin-bottom: 10px;
    list-style: none;
    font-size: 16px;
}
.testimonial-text p{
    font-style: italic;
    font-size: 14px;
}
.testimonial-person{
    color: #0e39a0;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ff2c04;
    text-align: right;
}
.testimonial-text:last-child .testimonial-person{
    border: none;   
}
.contact-form form{
    padding: 60px 80px;
    background-color: #fff;
}
.contact-right-label{
    font: bold 24px 'Lato',sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-right-text{
    font: 18px 'Open Sans',sans-serif;
    line-height: 1.6;
    margin-bottom: 40px;
}
/*.contact-form .form-group{
    margin-bottom: 20px;
}
.contact-form .form-control{
    height: auto;
    background-color: #f1f1f1;
    padding: 10px 15px;
    border: none;
    line-height: 18px;
}*/
.footer-social{
    padding-left: 5px;
}
.footer-social a:hover{
    color:#0e39a0;   
}
.footer-social a i{
    font-size: 35px;
}

@media(max-width: 767px){
    
    .index-features .avatar{
        margin: 0 auto;
        max-width: 70%;
    }
    .section-heading{
        font-size: 30px;
    }
    .banner-heading{
        font-size: 40px;
    }
    .product-intro h1, .solution-intro h1{
        font-size: 32px;
    }
    .solution-intro h2{
        font-size: 24px;
    }
    .tools-list > .row{
        display: block;
    }
    .tools-content{
        transform: none;
        top: 0;
        padding: 20px 0;
        text-align: center;
    }
    .dropdown-menu{
        text-align: center;
    }
    .intro-content{
        padding: 100px 15px;
    }
    .img-intro-bg{
        top: 0;
        transform: none;
        width: 70%;
    }
    #carousel-example-generic .item{
        padding: 100px 0;
    }
    #carousel-example-generic h1{
        font-size: 36px;
        word-break: break-all;
    }
    #carousel-example-generic h3{
        font-size: 24px;
    }
    #carousel-example-generic a, .item-1 p{
        font-size: 16px;
    }  
    .item-2 p{
        font-size: 8px;
    }
    .item-1 .carousel-caption{
        top: 50%;
        transform: translateY(-50%);
    }
    .item-2 h1{
        margin-bottom: 0;
        text-align: center;
    }
    .item-2 .pricing h1{
        border-bottom: none;
        margin-top: 30px;
    }
    .index-testimonials{
        padding: 50px 0;
    }
    .testimonials-quotes{
        margin-bottom: 0;
    }
    .index-testimonials p{
        margin-bottom: 40px;
        font-size: 14px;
    }
    .flex-features .avatar-wrapper > div {
        margin: 0;
    }
    .flex-services{
        text-align: center;
    }
    .flex-services p{
        margin-bottom: 30px;
    }
    .banner{
        padding: 30px 0;
    }
    .phone-link-small{
        margin-bottom: 20px;
    }
    .banner h2{
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 1.3;
        text-align: center;
    }
    .calling-plans .section-heading{
        margin-bottom: 50px;
    }
    .service-card-wrapper{
        flex-wrap: wrap;
    }
    .service-price{
        padding: 30px 15px;
        border-radius: 0px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
    .service-description{
        border-radius: 0px;
        border: 2px solid #c2cfd6;
        border-top: none;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .footer-black{
        text-align: center;
    }
    .footer-black img{
        margin-left: auto;
        margin-right: auto;
    }
}


/****************FROM 768px************/

@media(min-width:768px){
    .header-call{
        margin-right: 25px;
    }
    .header-call,.header-phone,.header-bbb{
        float:right;
    }
    .navbar-nav>li>a {
        padding: 10px 14px;
        font-size: 13px;
    }
    .index-intro .row{
        display: flex;
    }
    main{
        margin-top: 125px;
    }
    .carousel-caption {
/*        bottom: 21%;*/
        font-size: 25px;
    }
    .intro-content{
        padding: 150px 0;
    }
    .img-intro-bg{
        display: block;
    }
    .phone-service{
        display: flex;
    }
    .service-price{
        padding: 70px 15px;
        border-radius: 0px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .service-description{
        border-radius: 0px;
        border: 2px solid #c2cfd6;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-left: none;
        padding: 10px 25px;
    }
/*    .copyright p{
        text-align: left;
    }*/
    .footer-regex{
        text-align: left;
    }
}
/****************FROM 992px************/

@media(min-width:992px){
    #carousel-example-generic .item{
        background-position: 50% 0;
        background-size: cover;
    }
    .index-foundation{
        background:#ededed url('/images/index-repairman.jpg') no-repeat top left/contain;
    }
    .tools-content{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    main {
        margin-top: 153px;
    }
    .carousel-caption {
        font-size: 31px;
    }
    .copyright .col-md-6:first-child{
        text-align: left;
    }
    .copyright .col-md-6:nth-child(2){
        text-align: right;
    }
    .index-foundation {
        padding: 65px 0;
    }
    .index-foundation h1 {
        text-align: left; 
    }
    .service-list{
        padding: 0 100px;
    }
    .service-price h1{
        font-size: 60px;
    }
    .navbar-nav>li>a {
        padding: 15px 15px 25px 15px;
        font-size: 14px;
    }
    .common-banner{
        padding: 220px 0 60px 0;
    }
}
@media(min-width:1200px){
    .navbar-nav>li>a {
        padding: 15px 15px 25px 15px;
        font-size: 16px;
    }
    .navbar-brand {
        max-width: 400px;
    }
    .carousel-caption {
/*        bottom: 39%;*/
        font-size: 48px;
/*        right: 15%;
        left: 15%;*/
    }
    #carousel-example-generic .item{
        background: url('/images/banner-1.jpg');
        background-size: cover;
        background-position: 70% 0;
        padding: 200px 0;
    }
    #carousel-example-generic .item-2{
        background: url('/images/banner-2.jpg');
        background-size: cover;
        background-position: 70% 0;
        padding: 200px 0;
    }  
    #carousel-example-generic .item-3{
        background: url('/images/banner-3.jpg');
        background-size: cover;
        background-position: 70% 0;
        padding: 200px 0;
    }   
    .intro-content{
        padding: 200px 0;
    }
    .contact-form{
        position: relative;
        left: 7%;
        transform: none;   
    }
    .contact-info{
        padding: 0 30px;
    }
    .service {
        padding: 35px 60px;
    }
    .service-ac, .service-heat, .service-electric {
        background-size: auto 100%; 
    }
    .service:hover {
        background-size: auto 125%;
    }
    .service-icon, .service-name {
        top: 65px;
    }
    .service-price h1{
        font-size: 75px;
    }
    .banner-heading{
        font-size: 72px;
    }
    .footer-black {
        font-size: 16px; 
    }
    .copyright {
        margin-top: 60px;
        font-size: 16px;
    }
    .flex-hero h1{
        font-size: 60px;
    }
}
@media(min-width:1520px){
    .service-ac, .service-heat, .service-electric {
        background-size: 100% 100%; 
    }
    .service:hover {
        background-size:125% 125%;
    }
    .navbar-nav>li>a{
        margin-left: 25px;
        font-size: 16px;
    }
}