a, p, input, span, ul, ol, li, h1, h2, h3, h4, h5, h6, body, html{
    font-family: Arial;
}
header{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,1);
}
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    width: 163px;
    position: relative;
    background: white;
    transition: all 0.5s ease-in-out;
}
/*.scrolled .navbar-brand img{*/
/*    width: 75px;*/
/*}*/
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}
.navbar-nav>li>a {
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
    font-size: 16px;
    font-weight: 700;
    color: black !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #0E97E0 !important;
    text-decoration: underline;
}
.menuButton{
    border: none;
    color: #fff;
    background: #0E97E0;
    padding: 8px 20px;
}
.menuButtonLi{
    margin-top: -8px;
}
.bannerHeader{
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    line-height: 1.3;
}
.bannerSubtext{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.carousel-caption{
    bottom: 25%;
}

#archieAboutBanner .carousel-caption{
    bottom: 15%;
}
.themeButton{
    border: none;
    color: #fff;
    background: #0E97E0;
    padding: 12px 35px;
    font-weight: 700;
    font-size: 16px;
}
.themeButton2{
    border: 2px solid #0E97E0;
    color: #0E97E0;
    background: #fff;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 18px;
}
.carousel-indicators li{
    width: 45px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    height: 8px;
}
.carousel-indicators .active{
    width: 45px;
    margin-left: 5px;
    margin-right: 8px;
    background: #0E97E0;
    border-color: #0E97E0;
    height: 8px;
}
#copyright{
    background: #0E97E0;
    padding: 20px;
    text-align: center;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt0{
    margin-top: 0px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.pt30{
    padding-top: 30px;
}
.nng{
    background: #0E97E0;
}
.font16, p, body{
    font-size: 16px;
}
p, body{
    line-height: 1.3;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.w60{
    width: 60%;
}
.w100{
    width: 100%;
}
.subheading{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.4;
    color: #313131;
}
.functionalityContainer{
    padding: 25px 15px;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 5px;
    width: 96%;
    margin: auto;
}
.functionalityContainer img{
    width: 90px;
    margin-bottom: 15px;
}
.functionalityContainer h4{
    font-weight: 700;
}
.specificationsContainer{
    padding: 15px;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 5px;
    width: 96%;
    margin: auto;
    background: #efefef
}
.specificationsContainer img{
    width: 90px;
}
.specificationsContainer h4{
    font-weight: 700;
}
#homeContact{
    margin-top: 50px;
    margin-bottom: 30px;
}
#homeAboutSection{
    margin-top: 80px;
}
#ServiceSectionOne{
    margin-top: 80px;
}
#getQuoteSection{
    margin-top: 50px;
}
#blueBreak{
    margin-top: 80px;
    background: #0E97E0;
    padding: 60px;
    padding-bottom: 180px;
}
#relativeTopBanner{
    position: relative;
    z-index: 9;
    margin-top: -120px;
}
#relativeAboutBanner{
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}
.absoluteCustomerText{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#aboutBreakSection{
    background: #0E97E0;
    margin-top: 80px;
}
.flexDiv{
    display: flex;
}
.alignCenter{
    align-items: center;
}
.absolutePointer{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0E97E0;
    top: 10px;
    left: 15px;
}
.relativeDiv{
    position: relative;
}
.absoluteAboutText{
    position: absolute;
    right: 0;
    top: calc(50% - 65px);
    width: 270px;
}
.featuresArchie{
    padding-left: 35px;
}
.formLabel{
    font-weight: 700;
}
.form-input{
    margin-top: 5px;
    width: 100%;
    border: 1px solid #e5e7eb;
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-radius: 4px;
    resize: none;
    margin-bottom: 10px;
    box-shadow: 0px 0px 8px #00000029;
}
footer{
    background: #313131;
    padding-top: 15px;
    padding-bottom: 40px;
}
.mt0imp{
    margin-top: 0;
}
.whiteText{
    color: #fff;
}
.colorBlue{
    color: #0E97E0;
}
.accordion-items {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
}
.accordion-heading {
    border-bottom: none;
    padding: 15px;
    cursor: pointer;
    background: white;
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
}
.accordion-heading:nth-last-child(2) {
    border-bottom: 0;
}

.accordion-heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.accordion-heading:nth-last-child(2):hover {
    border-radius: 0 0 3px 3px;
}
.accordion-heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 5px;
}
.active.accordion-heading::before {
    transform: rotate(-180deg);
}
.not-active.accordion-heading::before {
    transform: rotate(0deg);
}
.accordion-content {
    /*display: none;*/
    background: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}
#homeAboutSection h3{
    margin-top: 5px;
}
#homeAboutSection .subheading{
    margin-bottom: 10px;
    line-height: 1;
}



.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.applySection{
    margin-top: 80px;
}
.webOnly{
    display: block !important;
}
.mobOnly{
    display: none !important;
}
.absheight{
    height: 300px;
}
.absoluteOverflow{
    position: absolute;
    width: 100%;
    top: 20px;
}
.mb100{
    margin-bottom: 130px;
}