/* WebSite Custom CSS*/
h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0;
}

.btn-orange {
    background-color: #f58634;
    color: #ffffff;
    transition: all .7s;
}
.btn.focus.btn-orange, .btn.btn-orange:focus, .btn.btn-orange:hover{
    color: #fff;
    background: #e97f31;
    box-shadow: 300px 0 0 #dd792f inset;
}

#pagehtml p {
    font-family: Arial, Tahoma, sans-serif;
}

.remove-lateral-padd {
    padding-left: 0;
    padding-right: 0;
}


/* custom fixed background section */
.custom-bgfixed.bgfixed {
    height: 300px;
}
.custom-bgfixed.full-height .container{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    top: initial;
    bottom: 15%;
}
.custom-bgfixed.full-height .container h1{
    letter-spacing: 4px;
    font-size: 65px;
    margin: 0;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .custom-bgfixed.bgfixed {
        background-size: 220vw auto !important;
        min-height: 500px;
    }
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .custom-bgfixed.bgfixed {
        background-size: 150vw auto !important;
    }
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    #custom-footer-section p{
      font-size: inherit;
    }
}

@media (min-width: 1200px) {
    .custom-bgfixed.bgfixed {
        background-size: 100vw auto !important;
    }
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* End WebSite Custom CSS*/
.navbar {
                margin-bottom: 0 ;
                border-radius: 0 ;
                -moz-border-radius: 0 ;
}
.padwide {
    padding-left:0px;
    padding-right:0px;
}
.tresponsive {
    max-width: 100%;
    height: auto;
}
.none {
        visibility: hidden;
}
.isz {
    font-size:18px;
}
.builder_help_message {
    visibility: hidden;
    height:0;
}



/* Header Custom CSS*/
.navbar-header img{
    width: auto;
}

#headercnt {
    border-bottom: none!important;
    box-shadow: 0px 0px 26px -10px rgb(156 154 148 / 25%);
}

#navbar a{
    font-family: Arial, Tahoma, sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    text-decoration: none;
}
#navbar a:hover{
    color: #ca5502!important;
}

#headertitle{
    display: none;
}

/*tr fx*/
@media (min-width: 768px) {
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) {
        background-color: transparent!important;
    }
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) #headercnt {
        box-shadow: none;
    }
    #navbar.navbar-fixed-top-custom.custom-scrolled {
        transition: all .5s;
    }
}
@media (min-width: 992px) {
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) img{
        height: 120px;
        transition: all .5s;
    }
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) a{
        padding-top: 45px;
        transition: all .5s;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) a{
        padding-top: 45px;
        transition: all .5s;
        font-weight: 600;
    }
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) img{
        height: 120px;
        transition: all .5s;
    }
}

@media (min-width: 1900px) {
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) #headercnt{
        margin-left: 125px;
        margin-right: 175px;
    }
}

    
/* End Header Custom CSS*/

