
#preloader,
.wrapper,
body,
html {
    height: 100%
}

#banner,
.btn--ripple {
    z-index: 0;
    overflow: hidden
}

#backToTop a,
.counter-2--content,
.domain-ext--content,
.feature--item,
.price-details-2--content.text-center table th,
.pricing--item,
.pricing-2--header,
.section--footer {
    text-align: center
}

body {
    /* font-family: Raleway, sans-serif; */
    font-family:"Poppins";
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #737373
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: black;
    /* color: #112351; */
    text-decoration: none;
    outline: 0
}
.mobile-nav,
.mobile-nav:active,
.mobile-nav:hover,
.mobile-nav:link,
.mobile-nav:visited {
    /* color: #fff; */
    color: #112351;
    text-decoration: none;
    outline: 0
}

p:last-child {
    margin-bottom: 0
}

.fa.fm {
    margin-right: 10px
}

.btn--primary {
    display: inline-block;
    padding: 9px 10px;
    color: #fff;
    background-color: #d9534f;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    outline: 0
}

.btn--ripple {
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

/* .btn--ripple-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0)
} */

.btn--ripple-animate {
    -webkit-animation: ripple .65s linear;
    animation: ripple .65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg--whitesmoke {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

#preloader,
.bg--midnight {
    background-color: #232c3b
}

.section--title {
    margin-top: -80px;
    margin-bottom: 70px;
    /* border-bottom: 1px solid #e9e9e9; */
}

#banner .bx-wrapper,
.header--navbar {
    margin-bottom: 0
}

.section--title>.row {
    display: table;
    width: 100%
}

.section--title>.row>.col-md-6 {
    float: none;
    display: table-cell;
    vertical-align: middle
}

#banner .bx-pager-item,
.preloader,
.section--title.block h2 span {
    display: block
}

.section--title h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 1px;
}

.section--title h2 span {
    color: #d9534f
}

.section--title p {
    padding: 40px 0 40px 40px;
    /* border-left: 1px solid #e9e9e9 */
}

.section--footer {
    margin-top: 60px
}

#backToTop {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#backToTop.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

#backToTop a {
    width: 55px;
    height: 55px;
    padding: 12px 0 14px;
    border-radius: 50%;
    font-size: 24px;
    background-color: #2db16c;
    line-height: 28px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotateY(180deg) rotateZ(-60deg);
    transform: rotateY(180deg) rotateZ(-60deg);
    font-size: 20px
}

.preloader .slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid #d9534f;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    border-radius: 3px 3px 0 0
}

.preloader.loading {
    -webkit-animation: 2s preload-flip steps(2) infinite both;
    animation: 2s preload-flip steps(2) infinite both
}

.preloader.loading .slice:nth-child(1) {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-1 linear infinite both;
    animation: 2s preload-cycle-1 linear infinite both
}

.preloader.loading .slice:nth-child(2) {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-2 linear infinite both;
    animation: 2s preload-cycle-2 linear infinite both
}

.preloader.loading .slice:nth-child(3) {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-3 linear infinite both;
    animation: 2s preload-cycle-3 linear infinite both
}

.preloader.loading .slice:nth-child(4) {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-4 linear infinite both;
    animation: 2s preload-cycle-4 linear infinite both
}

.preloader.loading .slice:nth-child(5) {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-5 linear infinite both;
    animation: 2s preload-cycle-5 linear infinite both
}

.preloader.loading .slice:nth-child(6) {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -webkit-animation: 2s preload-cycle-6 linear infinite both;
    animation: 2s preload-cycle-6 linear infinite both
}

@-webkit-keyframes preload-cycle-1 {

    100%,
    5%,
    80% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0);
        transform: rotateZ(60deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@keyframes preload-cycle-1 {

    100%,
    5%,
    80% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0);
        transform: rotateZ(60deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@-webkit-keyframes preload-cycle-2 {

    10%,
    100%,
    75% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0);
        transform: rotateZ(120deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@keyframes preload-cycle-2 {

    10%,
    100%,
    75% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0);
        transform: rotateZ(120deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@-webkit-keyframes preload-cycle-3 {

    100%,
    15%,
    70% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0);
        transform: rotateZ(180deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@keyframes preload-cycle-3 {

    100%,
    15%,
    70% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0);
        transform: rotateZ(180deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@-webkit-keyframes preload-cycle-4 {

    100%,
    20%,
    65% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0);
        transform: rotateZ(240deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@keyframes preload-cycle-4 {

    100%,
    20%,
    65% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0);
        transform: rotateZ(240deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@-webkit-keyframes preload-cycle-5 {

    100%,
    25%,
    60% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0);
        transform: rotateZ(300deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@keyframes preload-cycle-5 {

    100%,
    25%,
    60% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0);
        transform: rotateZ(300deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@-webkit-keyframes preload-cycle-6 {

    100%,
    30%,
    55% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0);
        transform: rotateZ(360deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@keyframes preload-cycle-6 {

    100%,
    30%,
    55% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
        border-left-color: #9c2f2f
    }

    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0);
        transform: rotateZ(360deg) rotateY(0) rotateX(0);
        border-left-color: #d9534f
    }
}

@-webkit-keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0) rotateZ(-60deg);
        transform: rotateY(0) rotateZ(-60deg)
    }

    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
        transform: rotateY(360deg) rotateZ(-60deg)
    }
}

@keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0) rotateZ(-60deg);
        transform: rotateY(0) rotateZ(-60deg)
    }

    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
        transform: rotateY(360deg) rotateZ(-60deg)
    }
}

.header--navbar {
    padding-top: 6px;
    padding-bottom: 0px;
    border: none;
    -webkit-transition: padding .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease;
    transition: padding .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease
}

#header.sticky .header--navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f4f8fd;
    box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 2px 4px rgba(0, 0, 0, .28)
}

#header.sticky .header--navbar a {
    color: #112351;
    /* color: #fff; */
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

/* #headerNav .nav>.dropdown.open>a,
#headerNav .nav>li.active>a,
#headerNav .nav>li>a:hover,
.header--logo span {
    color: #d9534f
} */

.header--logo {
    height: auto;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900
}

.header--navbar .navbar-toggle .icon-bar {
    background-color: #fff
}

#headerNav .nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

#headerNav .nav>.open>a,
#headerNav .nav>.open>a:focus,
#headerNav .nav>.open>a:hover,
#headerNav .nav>li>a:focus,
#headerNav .nav>li>a:hover {
    background-color: transparent
}

/* #headerNav .nav>li.active>a {
    font-weight: 900
} */

#headerNav .nav>.dropdown>a>.caret {
    margin-left: 5px
}

#headerNav .nav>.dropdown>.dropdown-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
    transition: color .25s ease, background-color .25s ease-in-out;
    color: #112351 !important;
}

#headerNav .nav>.dropdown>.dropdown-menu>li.active>a,
#headerNav .nav>.dropdown>.dropdown-menu>li>a:focus,
#headerNav .nav>.dropdown>.dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #d9534f
}

#banner,
.header--navbar.dark {
    background-color: #232c3b
}

.header--login-btn {
    float: right;
    margin-top: 21px;
    margin-left: 30px
}

#header.sticky .header--login-btn a.btn--primary {
    color: #fff
}

#banner {
    position: relative;
    height: 100%
}

.banner--bg-animate {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
    z-index: -1
}

#banner .bx-viewport {
    left: 0;
    background-color: transparent;
    border: none;
    box-shadow: none
}

#banner .bx-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 1
}

#banner .bx-pager,
#domainSearch {
    position: relative
}

#banner .bx-pager {
    bottom: auto;
    float: right;
    width: auto;
    padding-top: 0;
    font-size: 0
}

#banner .bx-pager-link {
    display: block;
    width: 12px;
    height: 12px;
    margin: 8px 0;
    color: transparent;
    background-color: transparent;
    border: 2px solid #d9534f;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

#banner .bx-pager-link.active {
    background-color: #d9534f
}

.banner--content {
    padding: 60px 0;
    color: #fff
}

.banner--content h2 {
    margin: 0;
    color: #d9534f;
    font-size: 38px;
    line-height: 46px;
    font-weight: 900
}

.banner--content h3 {
    margin: 0;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900
}

.banner--content p {
    margin: 20px 0
}

.banner--content ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.banner--content ol {
    margin: 0;
    padding-left: 18px;
    overflow: hidden
}

.banner--content ol li,
.banner--content ul li {
    float: left;
    width: 50%
}

.banner--content ul li:before {
    content: "\f05d";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #d9534f
}

#domainSearch:before,
.pricing--item.raised:before,
.pricing-2--header:before {
    content: " "
}

.banner--content .btn--primary {
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 10px
}

#services {
    padding: 80px 0 77px
}

.service--item {
    overflow: hidden
}

.service--icon {    display: table-cell;
    vertical-align: top
}

.service--content {
    /* padding-left: 30px;
    display: table-cell; */
    vertical-align: top;
}

#aboutDesc,
#domainSearch {
    padding: 50px 0;
}

.service--content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900
}

.service--content h3 span {
    color: #d9534f;
}

#aboutDesc>.container>.row>div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.about-desc--img img {
    width: 100%;
    /* width: 46rem; */
    /* height: 50rem; */
}

#domainSearch:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../images/domain-search-img-01.png);
    background-repeat: no-repeat;
    background-position: 100% 100%
}

#domainSearch .section--title {
    margin-top: 0;
    margin-bottom: 30px;
    border: none;
}

#domainSearch .section--title h2 {
    padding-top: 0;
}

.domain-search--form .input--text {
    position: relative;
}

.domain-search--form .input--text input {
    padding: 0;
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #737373;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 26px;
}

.domain-search--form .input--text .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .55s ease-in-out, background-color .25s ease-in-out;
    transition: width .55s ease-in-out, background-color .25s ease-in-out
}

.domain-search--form .input--text input.error+.highlight,
.domain-search--form .input--text input:focus+.highlight {
    width: 100%;
}

.domain-search--form .input--text input.valid+.highlight {
    background-color: #5cb85c;
}

.domain-search--form .input--radio {
    margin-top: 15px;
    margin-bottom: 25px;
}

.domain-search--form .input--radio .radio-inline {
    display: table-cell;
    width: 1%;
    margin: 0
}

.domain-search--form .input--radio .radio-inline input {
    margin-top: 8px;
    visibility: hidden
}

.domain-search--form .input--radio .radio-inline span {
    position: relative
}

.domain-search--form .input--radio .radio-inline span:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: -20px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #737373;
    border-radius: 50%;
    -webkit-transition: border-color .25s ease, background-color .25s ease-in-out;
    transition: border-color .25s ease, background-color .25s ease-in-out
}

.domain-search--form .input--radio .radio-inline input:checked+span:before {
    background-color: #d9534f;
    border-color: #d9534f
}

#domainSearch.bg--midnight .section--title h2,
.bg--midnight .domain-search--form,
.bg--midnight .domain-search--form .input--text input {
    color: #fff
}

.bg--midnight .domain-search--form .input--radio .radio-inline span:before,
.bg--midnight .domain-search--form .input--text input {
    border-color: #fff
}

#features {
    padding: 77px 0
}

.feature--icon {
    margin-bottom: 25px
}

.feature--content h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900
}

.feature--content h2 span {
    color: #d9534f
}

#pricing {
    padding: 80px 0
}

.pricing--item {
    margin-top: 80px;
    padding-bottom: 47px;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease
}

.pricing--item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.pricing--item.raised {
    position: relative;
    margin-top: 50px;
    padding-bottom: 77px;
    color: #fff;
    background-color: #232c3b;
    border: none;
    z-index: 1
}

.pricing--item.raised:before {
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    background-color: #112351;
    z-index: -1
}

.pricing--body {
    padding-top: 50px
}

.pricing--header+.pricing--body {
    padding-top: 0
}

.pricing--item.raised .pricing--body,
.pricing--item.raised .pricing--header+.pricing--body {
    padding-top: 30px
}

.pricing--icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pricing--tag {
    margin-bottom: 5px
}

.pricing--tag p strong {
    display: block;
    margin-top: 5px;
    color: #d9534f;
    font-size: 48px;
    line-height: 56px
}

.pricing--details {
    padding: 0 35px
}

.pricing--details h2 {
    margin: 0 0 5px;
    font-size: 30px;
    line-height: 38px
}

.pricing--details h2 strong {
    color: #d9534f;
    font-weight: inherit
}

#counter.bg--midnight,
#counter2.bg--midnight,
.domain-ext--content:hover,
.pricing-2--header:hover {
    color: #fff
}

.pricing--footer {
    margin-top: 45px
}

#pricing2 {
    padding: 80px 0
}

.pricing-2--header {
    position: relative;
    padding: 50px 15px 40px;
    background-color: #f0f0f0;
    border-top: 2px solid #d9534f;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    z-index: 0
}

#priceDetails,
.price-details--item.body .content,
.price-details--item.head .content {
    border-top: 1px solid #e9e9e9
}

.pricing-2--header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #d9534f;
    -webkit-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out;
    z-index: -1
}

.domain-ext--content,
.team--name a {
    -webkit-transition: color .25s ease
}

.pricing-2--header:hover:before {
    height: 100%
}

.pricing-2--title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px
}

.pricing-2--price {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900
}

#priceDetails {
    padding: 80px 0
}

.bg--whitesmoke .price-details--item.body .content {
    background-color: #fff
}

.price-details--item.body .content ul,
.price-details--item.head .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.price-details--item.head .content li {
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.price-details--item.body .content li:nth-child(odd),
.price-details--item.head .content li:nth-child(odd) {
    background-color: #f0f0f0
}

.price-details--item.body .content li {
    border: 0;
    padding: 10px 20px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden
}

.price-details--item.body .content .action-btn {
    padding: 20px 0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #e9e9e9;
    text-align: center
}

.price-details--item.body:nth-child(2) .content .action-btn {
    border-left: 1px solid #e9e9e9
}

#priceDetails2 {
    padding: 80px 0;
    border-top: 1px solid #e9e9e9
}

#priceDetails2.no--bd {
    border: none
}

.price-details-2--content table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

.price-details-2--content table thead {
    background-color: #232c3b;
    color: #fff
}

.price-details-2--content table thead th {
    padding: 15px
}

.price-details-2--content table tr {
    border: 1px solid #ddd;
    padding: 5px
}

.price-details-2--content table td,
.price-details-2--content table th {
    padding: 10px 15px
}

.price-details-2--content table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

.price-details-2--content table tbody td {
    background-color: #fff
}

.price-details-2--content table tbody tr:nth-child(even) td {
    background-color: #f8f8f8
}

.price-details-2--content.title--bold table tbody td:first-child {
    font-weight: 900
}

.price-details-2--content table tbody td .btn--primary {
    white-space: nowrap
}

#domainExt {
    padding: 80px 0;
    background-color: #e9e9e9
}

#domainExt .bx-wrapper {
    margin-bottom: 0
}

#domainExt .bx-viewport {
    background-color: transparent;
    border: none
}

.domain-ext--content {
    position: relative;
    padding: 5px 15px 15px;
    background-color: #fff;
    border-top: 2px solid #d9534f;
    transition: color .25s ease;
    z-index: 0
}

.domain-ext--content:before,
.domain-ext--name:before {
    content: " ";
    left: 0;
    background-color: #d9534f
}

.domain-ext--content:before {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height .25s ease;
    transition: height .25s ease;
    z-index: -1
}

.domain-ext--content:hover:before {
    height: 100%
}

.domain-ext--name {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900
}

#counter,
#counter2 {
    padding: 77px 0 47px
}

.counter--num,
.counter-2--num {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900
}

.domain-ext--name:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin: 0 auto;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.counter--item-h,
.counter-2--item {
    margin-bottom: 30px
}

.domain-ext--content:hover .domain-ext--name:before {
    background-color: #fff
}

.counter--item {
    overflow: hidden
}

.counter--icon {
    float: left;
    margin-right: 30px
}

.counter-2--item {
    overflow: hidden
}

.counter-2--num {
    margin-bottom: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d9534f
}

#team {
    padding: 80px 0 50px
}

.team--item {
    margin-bottom: 30px
}

.team--name,
.team--role {
    margin: 0;
    text-align: center
}

.team--name {
    padding: 20px 0 10px;
    font-weight: 900
}

.team--name a {
    color: #737373;
    transition: color .25s ease
}

.team--item:hover .team--name a {
    color: #d9534f
}

.team--role {
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.team--social-links {
    margin-top: 10px;
    text-align: center
}

.team--social-links ul {
    display: inline-block;
    font-size: 0;
    float: none
}

.team--social-links ul li a {
    font-size: 15px;
    color: #acacac;
    padding: 0 15px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.team--social-links ul li a:focus,
.team--social-links ul li a:hover {
    color: #d9534f;
    background-color: transparent
}

#feedback {
    padding: 80px 0
}

.feedback--nav-tabs {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: center
}

.feedback--nav-tabs .nav-tabs {
    display: inline-block;
    border: none;
    font-size: 0
}

.feedback--nav-tabs .nav-tabs li {
    width: 25%;
    margin-bottom: 0;
    padding: 0 10px
}

.feedback--nav-tabs .nav-tabs li:last-child {
    margin-right: 0
}

.feedback--nav-tabs .nav-tabs li a {
    margin: 0;
    padding: 0;
    border: none
}

.feedback--nav-tabs .nav-tabs li a:focus,
.feedback--nav-tabs .nav-tabs li a:hover,
.feedback--nav-tabs .nav-tabs li.active a {
    border: none
}

.feedback--nav-tabs .nav-tabs>li>a>img {
    max-width: 100%
}

.feedback--triangle {
    position: absolute;
    bottom: -38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: transparent transparent #f8f8f8;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out
}

.feedback--tabs {
    margin-top: 30px
}

.feedback--tabs .tab-content {
    padding: 30px;
    background-color: #f8f8f8;
    box-shadow: 0 0 1px 0 #e9e9e9
}

.feedback--tabs .tab-content blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px
}

.bg--whitesmoke .feedback--tabs .tab-content {
    background-color: #fff
}

.bg--whitesmoke .feedback--triangle {
    border-bottom-color: #fff
}

#blog {
    padding: 80px 0
}

.blog--post {
    margin-bottom: 30px
}

.blog--post:last-child {
    margin-bottom: 0
}

.blog--post-img img {
    display: block;
    width: 100%
}

.blog--post-video video {
    max-width: 100%;
    background-color: #000
}

.blog--post-audio audio {
    width: 100%
}

.blog--post-title {
    padding: 22px 0 28px
}

.blog--post-title h2 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    word-wrap: break-word
}

.blog--post-title h2 a {
    display: block;
    color: #737373;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog--post-title h2 a:focus,
.blog--post-title h2 a:hover {
    color: #d9534f
}

.blog--post-meta {
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.blog--post-comment,
.blog--post-content,
.blog--post-footer {
    border-bottom: 1px solid #e9e9e9
}

.blog--post-meta .separator {
    margin: 0 8px
}

.blog--post-meta a {
    color: #737373;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog--post-meta a:focus,
.blog--post-meta a:hover {
    color: #d9534f
}

.blog--post-content {
    padding-top: 25px;
    padding-bottom: 23px
}

.blog--post-content blockquote {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    background-color: #f8f8f8
}

.blog--post-content .read--more {
    margin-top: 13px
}

.blog--post-footer {
    padding: 25px 0
}

.blog--post-footer a {
    color: #737373;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog--post-footer a:focus,
.blog--post-footer a:hover {
    color: #d9534f
}

.blog--post-footer .cats+.tags,
.blog--post-footer .tags+.cats {
    margin-top: 20px
}

.blog--post-footer .cats a,
.blog--post-footer .tags a {
    margin-left: 10px
}

.blog--post-footer .author {
    margin-top: 27px;
    margin-bottom: 5px;
    background-color: #f0f0f0
}

.blog--post-footer .author a {
    margin-left: 12px
}

.blog--post-footer .share {
    margin-top: 42px;
    text-align: right
}

.blog--post-footer .share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.blog--post-footer .share li {
    display: inline-block;
    margin-left: 4px
}

.blog--post-comment-img,
.blog--post-comment-meta {
    display: table-cell;
    vertical-align: middle
}

.blog--post-footer .share li a {
    color: #fff;
    width: 40px;
    padding: 9px 0;
    text-align: center
}

.blog--post-comment-form .title h3:before,
.blog--post-comments-title h3:before {
    width: 60px;
    height: 1px;
    background-color: #d9534f;
    bottom: 0;
    content: " ";
    left: 0
}

.blog--post-comments-title {
    margin-top: -1px;
    padding: 23px 0 0;
    border-top: 1px solid #e9e9e9
}

.blog--post-comments-title h3 {
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900
}

.blog--post-comments-title h3:before {
    position: absolute
}

.blog--post-comment {
    padding: 30px 0
}

.blog--post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog--post-comments ul ul {
    padding-left: 30px
}

.blog--post-comment-meta {
    padding-left: 15px
}

.blog--post-comment-meta a {
    color: #737373;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog--post-comment-meta a:focus,
.blog--post-comment-meta a:hover {
    color: #d9534f
}

.blog--post-comment-body {
    padding: 15px 0
}

.blog--post-comment-footer .btn--primary {
    display: block;
    float: left
}

.blog--post-comment-form {
    margin-top: -1px;
    border-top: 1px solid #e9e9e9
}

.blog--post-comment-form .title {
    padding: 23px 0 30px
}

.blog--post-comment-form .title h3 {
    position: relative;
    margin: 0;
    padding-bottom: 8px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900
}

.blog--post-comment-form .title h3:before {
    position: absolute
}

.blog--post-comment-form-group .form-control {
    margin-bottom: 30px;
    padding: 0;
    border-width: 0 0 1px;
    border-color: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    outline: 0
}

.blog--post-comment-form-group .input--text {
    position: relative
}

.blog--post-comment-form-group .input--text .highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .55s ease-in-out, background-color .25s ease-in-out;
    transition: width .55s ease-in-out, background-color .25s ease-in-out
}

.blog--post-comment-form-group input.error+.highlight,
.blog--post-comment-form-group input:focus+.highlight,
.blog--post-comment-form-group textarea.error+.highlight,
.blog--post-comment-form-group textarea:focus+.highlight {
    width: 100%
}

.blog--post-comment-form-group input.valid+.highlight,
.blog--post-comment-form-group textarea.valid+.highlight {
    background-color: #5cb85c
}

.blog--post-pagination .pagination {
    display: block;
    margin: 0;
    font-size: 0;
    border-radius: 0;
    overflow: hidden
}

.blog--post-pagination .pagination li {
    display: inline-block;
    vertical-align: top
}

.f0f--search-bar .btn--primary,
.login--form .btn--ripple,
.vc-child {
    vertical-align: middle
}

.blog--post-pagination .pagination>li>a {
    display: block;
    float: none;
    color: #737373;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    -webkit-transition: color .25s ease, border-color .25s ease, background-color .25s ease;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease
}

.blog--post-pagination .pagination>li.active>a,
.blog--post-pagination .pagination>li>a:focus,
.blog--post-pagination .pagination>li>a:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.blog--post-pagination .pagination>li:first-child>a,
.blog--post-pagination .pagination>li:first-child>span {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.blog--post-pagination .pagination>li:last-child>a,
.blog--post-pagination .pagination>li:last-child>span {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.blog--widget {
    margin-bottom: 60px
}

.blog--widget:last-child {
    margin-bottom: 0
}

.blog--widget-title {
    position: relative;
    margin: -5px 0 25px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900
}

.blog--widget-title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #d9534f
}

.blog--search-widget .input--text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 0
}

.blog--search-widget .input--text input {
    float: none;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
    padding: 8px 0
}

.blog--search-widget .input--text .highlight {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .55s ease-in-out, background-color .25s ease-in-out;
    transition: width .55s ease-in-out, background-color .25s ease-in-out;
    z-index: 3
}

.blog--search-widget .input--text input.error+.highlight,
.blog--search-widget .input--text input:focus+.highlight {
    width: 100%
}

.blog--search-widget .input--text input.valid+.highlight {
    background-color: #5cb85c
}

.blog--search-widget .input-group-addon {
    padding: 0;
    background-color: transparent;
    border: none
}

.blog--recent-posts-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog--recent-posts-widget ul li {
    margin-bottom: 25px
}

.blog--recent-posts-widget ul li:last-child {
    margin-bottom: 0
}

.blog--recent-posts-widget ul li h4 {
    margin: 0 0 10px;
    line-height: 26px;
    font-weight: 900
}

.blog--recent-posts-widget ul li h4 a {
    color: #737373;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog--recent-posts-widget ul li h4 a:focus,
.blog--recent-posts-widget ul li h4 a:hover {
    color: #d9534f
}

.blog--recent-posts-widget .time {
    padding: 5px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.blog--links-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog--links-widget ul li {
    margin-bottom: 10px
}

.blog--links-widget ul li:last-child {
    margin-bottom: 0
}

.blog--links-widget ul li a {
    display: block;
    padding-bottom: 5px;
    color: #737373;
    border-bottom: 1px dotted #e9e9e9;
    -webkit-transition: color .25s ease, border-color .25s ease;
    transition: color .25s ease, border-color .25s ease
}

.blog--links-widget ul li a:focus,
.blog--links-widget ul li a:hover {
    color: #d9534f;
    border-color: #d9534f
}

.blog--links-widget ul ul {
    padding-left: 30px
}

.blog--tags-widget .blog--widget-title {
    margin-bottom: 15px
}

.blog--tags-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.blog--tags-widget ul li {
    display: inline-block;
    padding: 10px 25px 0 0;
    cursor: pointer
}

.blog--tags-widget ul li a {
    display: block;
    color: #737373;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.blog--tags-widget ul li a:focus,
.blog--tags-widget ul li a:hover {
    color: #d9534f
}

.blog--twitter-widget .blog--widget-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 0;
    color: #fff;
    background-color: #d9534f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center
}

.blog--twitter-widget .blog--widget-title:before {
    display: none
}

#twitterTimeline {
    max-height: 300px;
    border: 1px solid #e9e9e9;
    overflow: auto
}

#subscribe {
    position: relative
}

.subscribe--sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#subscribe .section--title {
    margin-top: 0;
    margin-bottom: 0;
    border: none
}

#subscribe .section--title h2 {
    padding-top: 0
}

.subscribe--content {
    padding: 60px;
    background-size: auto;
    background-repeat: repeat
}

.subscribe--form {
    margin-top: 23px;
    overflow: hidden
}

.subscribe--form .input--text {
    position: relative;
    float: left;
    width: 100%;
    max-width: 75%;
    margin-top: 3px
}

.subscribe--form .input--text input {
    width: 100%;
    padding: 5px 0;
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #737373;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 26px;
    outline: 0
}

.subscribe--form .input--text .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .55s ease-in-out, background-color .25s ease-in-out;
    transition: width .55s ease-in-out, background-color .25s ease-in-out
}

.subscribe--form .input--text input.error+.highlight,
.subscribe--form .input--text input:focus+.highlight {
    width: 100%
}

.subscribe--form .input--text input.valid+.highlight {
    background-color: #5cb85c
}

.subscribe--form .btn--primary {
    display: block;
    float: right
}

#map+#subscribe {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#clients,
#faq {
    padding: 50px 0
}

.faq--categories h3 {
    position: relative;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    padding-bottom: 10px
}

.faq--categories h3:before {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #d9534f
}

.faq--categories ul {
    margin-top: 25px
}

.faq--categories ul li a {
    margin-top: 6px;
    color: #737373;
    background-color: #e9e9e9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    -webkit-transition: color .25s ease, background-color .25s ease-in-out;
    transition: color .25s ease, background-color .25s ease-in-out
}

.faq--categories ul li a:hover,
.faq--categories ul li.active a {
    color: #fff;
    background-color: #d9534f
}

.faq--content .panel-group {
    margin-bottom: 0
}

.faq--content .accordion .panel {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px
}

.faq--content .accordion .panel-heading {
    padding: 0
}

.faq--content .accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #d9534f;
    text-transform: capitalize
}

.faq--content .accordion .panel-heading a.collapsed {
    background-color: #232c3b
}

.faq--content .accordion .panel-heading a h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    overflow: hidden
}

.faq--content .accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff
}

.faq--content .accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067"
}

.faq--panel-simple {
    padding-bottom: 30px;
    border: none
}

.faq--panel-simple:last-child {
    padding-bottom: 0
}

.faq--panel-simple .panel-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 900;
    text-transform: capitalize
}

.faq--panel-simple .panel-body {
    padding: 0
}

#login {
    padding: 80px 0
}

.login--form {
    padding: 30px;
    background-color: #f0f0f0;
    max-width: 380px;
    margin: 0 auto
}

.login--form p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0 5px
}

.login--form p.help-block label {
    margin-bottom: 0
}

.login--form p.help-block input[type=checkbox] {
    margin-top: 0;
    margin-right: 8px
}

.login--form .form-group {
    position: relative
}

.login--form input.form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    min-height: 38px;
    background-color: transparent;
    border-width: 0 0 1px;
    padding-left: 0
}

.login--form input.form-control:focus {
    border-color: #ccc
}

.login--form .form-group .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out;
    transition: width .25s ease-in-out, background-color .25s ease-in-out
}

.login--form .form-group input.error+.highlight,
.login--form .form-group input:focus+.highlight {
    width: 100%
}

.login--form .form-group input.valid+.highlight {
    background-color: #5cb85c
}

.login--form .btn--primary {
    margin-top: 15px
}

#contact {
    padding: 80px 0
}

.contact--address h2 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 15px;
    color: #737373;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    text-transform: uppercase
}

.contact--form,
.contact--form label {
    font-weight: 400
}

.contact--address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #d9534f;
    bottom: 0
}

.contact--address h2 span {
    color: #d9534f
}

.contact--address address {
    margin-top: 30px
}

.contact--address address p {
    margin-bottom: 20px;
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden
}

.contact--address address p:last-child {
    margin-bottom: 0
}

.contact--address address p img {
    float: left;
    display: block;
    max-width: 60px;
    margin-right: 15px
}

.contact--address address p span {
    display: block;
    margin-top: -2px
}

.contact--social-links {
    margin-top: 26px
}

.contact--social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.contact--social-links li {
    display: inline-block;
    margin-right: 4px
}

.contact--social-links li a {
    width: 40px;
    padding: 9px 0;
    text-align: center
}

.contact--form {
    padding-left: 50px
}

.contact--form .form-group {
    position: relative
}

.contact--form .form-control {
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
    padding: 8px 0
}

.contact--form textarea.form-control {
    min-height: 172px;
    resize: none
}

.contact--form .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .55s ease-in-out, background-color .25s ease-in-out;
    transition: width .55s ease-in-out, background-color .25s ease-in-out
}

#footer,
#footer .container {
    position: relative
}

.contact--form input.error+.highlight,
.contact--form input:focus+.highlight,
.contact--form textarea.error+.highlight,
.contact--form textarea:focus+.highlight {
    width: 100%
}

.contact--form input.valid+.highlight,
.contact--form textarea.valid+.highlight {
    background-color: #5cb85c
}

#map {
    min-height: 400px
}

#footer {
    background-color: #112351;
    border-bottom: 64px solid #151a23;
    z-index: -1
}

.footer--bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -64px;
    height: 100%;
    background-size: auto;
    background-position: -200px 100%;
    z-index: -2
}

.footer--widget {
    margin-top: 53px;
    margin-bottom: 45px;
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.footer--widget:last-child {
    margin-bottom: 0
}

.footer--widget h2 {
    position: relative;
    margin: 0 0 5px;
    padding-bottom: 5px;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px
}

.footer--widget h2:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #d9534f
}

#f0f,
#f0f>.container,
#f0f>.container>.row,
#f0f>.container>.row>div {
    height: 100%
}

.footer--about a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.footer--about a:focus,
.footer--about a:hover {
    color: #d9534f
}

.footer--links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer--links ul li {
    margin-bottom: 8px
}

.footer--links ul li:last-child {
    margin-bottom: 0
}

.footer--links ul li a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    -webkit-transition: color .25s ease, border-color .25s ease;
    transition: color .25s ease, border-color .25s ease;
    color: white;
}

.footer--links ul li a:focus,
.footer--links ul li a:hover {
    color: #d9534f;
    border-color: #d9534f
}
.footer--contact a{
    color: white;
}
.footer--contact .btn--primary {
    margin-top: 0;
    font-weight: 400;
    text-transform: none
}

.footer--contact .btn-block {
    display: block
}

.footer--contact .btn-block+.btn-block {
    margin-top: 8px
}

.footer--contact-social .nav>li>a {
    padding: 10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.footer--contact-social .nav>li>a:focus,
.footer--contact-social .nav>li>a:hover {
    color: #d9534f;
    background-color: transparent
}

.footer--copyright {
    position: absolute;
    left: 0;
    bottom: -64px;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background-color: #112351;
    border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.footer--copyright a {
    color: #d9534f;
    font-weight: 900
}

#f0f {
    color: #fff;
    background-color: #232c3b;
    text-align: center
}

#f0f .title {
    margin: 0
}

#f0f .title h2 {
    margin: 0;
    padding: 0;
    font-size: 120px;
    line-height: 128px;
    font-weight: 900
}

#f0f .title h2:before {
    display: none
}

#f0f .description p {
    margin: 20px 0 30px;
    font-size: 20px;
    font-weight: 500
}

.f0f--search-bar .input--text {
    position: relative
}

.f0f--search-bar .form-control {
    margin-bottom: 40px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    height: auto;
    padding: 8px 0
}

.f0f--search-bar .highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d9534f;
    -webkit-transition: width .55s ease-in-out, background-color .25s ease-in-out;
    transition: width .55s ease-in-out, background-color .25s ease-in-out
}

.f0f--search-bar input.error+.highlight,
.f0f--search-bar input:focus+.highlight,
.vc-parent {
    width: 100%
}

.f0f--search-bar input.valid+.highlight {
    background-color: #5cb85c
}

.f0f--search-bar .btn--primary {
    min-width: 120px;
    margin: 10px 5px 0
}

.reset-gutter,
.reset-margin {
    margin-right: 0;
    margin-left: 0
}

#pageHeader {
    margin-top: 71px
}

#pageHeader .section--title {
    margin-top: 0;
    margin-bottom: 0
}

.page-header--breadcrumb {
    padding: 50px 0 50px 40px;
}

.page-header--breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400
}

.page-header--breadcrumb .breadcrumb li a {
    color: #fff;
    -webkit-transition: color .25s ease-in;
    transition: color .25s ease-in
}

.page-header--breadcrumb .breadcrumb li a:hover,
.page-header--breadcrumb .breadcrumb>.active {
    color: #d9534f
}

#domainSearch.page {
    padding: 150px 0 120px
}

.reset-gutter>[class*=col-],
.reset-padding {
    padding-right: 0;
    padding-left: 0
}

.vc-parent {
    height: 100%;
    display: table
}

.vc-child {
    display: table-cell
}

.vc-child-bottom {
    display: table-cell;
    vertical-align: bottom
}

.banner--bg-animate {
    background-image: url(../img/fly-high.svg) !important;
    /* top:90px !important; */
    top: 0
}

#banner {
    background-color: #f8f8f8;
}

.banner--content {
    color: #737373;
}

.header--navbar {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);;
    background-color: #f4f8fd;
    /* background-color: #112351; */
}

#header.sticky .header--navbar {
    border-bottom: 0;
}

.footer--bg {
    background-image: none !important;
}

#header .header--navbar a.btn--primary {
    color: #fff;
}

#banner,
.header--navbar.dark {
    background-color: #112351;
}

#header .navbar-toggle.collapsed .icon-bar {
    background-color: #d9534f !important;
}

@media screen and (min-width: 768px) {
    #header .header--navbar a {
        color: #112351;
    }
}

#header .navbar-toggle.collapsed .icon-bar {
    background-color: #112351 !important;			
}
