@font-face {
    font-family: 'HighVoltage';
    src: url(fonts/HighVoltage.eot?#iefix) format('embedded-opentype'), url(fonts/HighVoltage.otf) format('opentype'), url(fonts/HighVoltage.woff) format('woff'), url(fonts/HighVoltage.ttf) format('truetype'), url(fonts/HighVoltage.svg#HighVoltage) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('fonts/AvenirLTStdMedium.eot');
    src: url('fonts/AvenirLTStdMedium.eot') format('embedded-opentype'), url('fonts/AvenirLTStdMedium.woff2') format('woff2'), url('fonts/AvenirLTStdMedium.woff') format('woff'), url('fonts/AvenirLTStdMedium.ttf') format('truetype'), url('fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url('fonts/AvenirLTStdBlack.eot');
    src: url('fonts/AvenirLTStdBlack.eot') format('embedded-opentype'), url('fonts/AvenirLTStdBlack.woff2') format('woff2'), url('fonts/AvenirLTStdBlack.woff') format('woff'), url('fonts/AvenirLTStdBlack.ttf') format('truetype'), url('fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
}

html {
    font-size: 6px;
}

body {
    font-size: 1.8rem;
    font-family: 'AvenirLTStdMedium', sans-serif;
    background-color: #fff;
    color: #333333;
}

strong,
b {
    font-family: 'AvenirLTStdBlack', sans-serif;
}

svg,
img {
    max-width: 100%;
}

.section:not(.hero):not(.footer) .inner-wrap {
    padding: 10rem 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section .container {
    position: relative;
    z-index: 4;
}

.section__heading {
    text-align: center;
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 8rem;
    font-family: 'HighVoltage', sans-serif;
    letter-spacing: 1px;
}

.store-color {
    color: #13afb3;
}

.parsley-errors-list {
    font-size: 1rem;
    color: #D0021B;
    text-align: left;
    list-style: none;
}


/* Loader Start */

.overlay {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #13afb3;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object:not(:last-of-type) {
    margin-right: 20px;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


/* Loader End */


/* Nav Start */

.navbar-logo {
    display: inline-block;
}

.navbar-brand {
    min-height: auto;
    align-items: center;
}

.navbar-logo img {
    width: 15rem;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5rem 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-out;
}

.navbar.navbar--scrolled {
    padding: 1.5rem 0;
    border-bottom-color: #e7e7e7;
    background-color: #FFFFFF;
}

.navbar.navbar--scrolled .navbar-logo img {
    width: 10rem;
}


/* Nav End */


/* Hero Start */

#section1 .fp-tableCell {
    vertical-align: top;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero .inner-wrap {
    padding: 25rem 0 15rem;
}

.hero-bg-blob-1 {
    position: absolute;
    z-index: -1;
}

.hero-bg-blob-1 {
    left: -40rem;
    top: -10rem;
    width: 110rem !important;
    max-width: none;
}

.hero-illustration {
    position: relative;
    display: block;
    width: auto;
    margin: 10rem auto 0;
}

.hero .section__heading {
    text-align: left;
    margin-bottom: 3rem;
}

.domain-search-form {
    width: 80rem;
    max-width: 100%;
    height: 7.2rem;
    display: block;
    margin-bottom: 5rem;
    box-shadow: 3px 6px 20px 0 #b9d5d6;
    -webkit-box-shadow: 3px 6px 20px 0 #b9d5d6;
    -moz-box-shadow: 3px 6px 20px 0 #b9d5d6;
    position: relative;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1.4rem !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1.4rem !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 1.4rem !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 1.4rem !important;
}

.searchinput {
    border-radius: 5px;
    background-color: #ffffff;
    height: inherit;
    padding: 2.4rem 9.6rem 2.4rem 2.4rem;
    font-size: 2.4rem;
    color: #999;
    width: 100%;
    float: left;
    outline: 0;
    border: 1px solid #1aafb4;
    height: 100%;
}

.search-label {
    border: 1px solid transparent;
    padding: 1.8rem 9.6rem 2.4rem 2.4rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.4rem;
    height: inherit;
}

.searchsubmit {
    width: 7.2rem;
    height: inherit;
    float: left;
    background: linear-gradient(180deg, #3FB5BA 0%, #14AEB3 100%);
    -webkit-background: linear-gradient(180deg, #3FB5BA 0%, #14AEB3 100%);
    -moz-background: linear-gradient(180deg, #3FB5BA 0%, #14AEB3 100%);
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.domain-search-icon {
    width: 5rem;
    margin-top: 1rem;
}

.domain-search-icon .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 16px;
}

.domain-search-icon .end {
    display: none;
}

.domain-search-form .parsley-errors-list {
    clear: both;
    padding-top: 5px;
    padding-left: 5px;
}

.in-association {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.in-association img {
    width: 25rem;
    margin-left: 2rem;
}

.hero__arrow {
    position: absolute;
    bottom: 5rem;
    width: 100%;
    text-align: center;
}

.hero__arrow a {
    display: inline-block;
    width: 4rem;
    height: 4rem;
}

.hero__arrow a img {
    display: block;
    width: 100%;
    height: 100%;
}

.bounce {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/* Hero End */


/* Section 2 Start */

.section.section--2 {
    position: relative;
    z-index: 4;
    overflow: hidden;
}

.section--2-bg-blob-1,
.section--2-bg-blob-2 {
    position: absolute;
}

.section--2-bg-blob-1 {
    left: -40rem;
    bottom: 0;
}

.section--2-bg-blob-2 {
    right: -25rem;
    top: 0;
}

.item-pill {
    font-size: 2.2rem;
    font-family: 'AvenirLTStdBlack', sans-serif;
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px solid #13afb3;
    border-radius: 5rem;
    height: 8.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
}

.item-pill__text {
    position: relative;
    z-index: 1
}

.item-pill__blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.item-pill--green .item-pill__blob path {
    fill: #EFF8F8;
}

.domain-carousel {
    text-align: center;
    position: relative;
}

.domain-carousel__row {
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
}

.three-lines {
    position: absolute;
    width: 100%;
    top: 4rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.domain-carousel::after {
    content: "";
    display: table;
    clear: both;
}

.domain-carousel .item-pill {
    font-size: 2.4rem;
}

.domain-carousel__multiple {
    z-index: 3;
    padding-top: 2rem;
}

.domain-carousel .item-pill__text {
    width: 100% !important;
}

.domain-carousel__box {
    background-color: #daeff2;
    border-radius: 1rem;
    padding: 2.5rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 90%;
}

.domain-carousel__img {
    margin-bottom: 2rem;
}

.domain-carousel__img img {
    border-radius: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.domain-carousel__url {
    margin-top: 1rem;
}

.domain-carousel__multiple-item>div>div:not(:last-of-type) .domain-carousel__box {
    margin-bottom: 3rem;
}

.domain-carousel__url a {
    text-decoration: none;
    color: inherit;
    font-size: 1.6rem;
    display: block;
    outline: none;
}

.slick-dots li button::before,
.slick-dots li,
.slick-dots li button {
    height: 1.5rem;
    width: 1.5rem;
}

.slick-dots li button::before {
    background: #E0E0E0;
    content: '';
    opacity: 1;
    border-radius: 50%;
    transform: scale(0.8);
}

.slick-dots li.slick-active button::before {
    background: #13afb3;
    opacity: 1;
    transform: scale(1);
}

.slick-dotted.slick-slider {
    padding-bottom: 10rem;
    margin-bottom: 0;
}

.slick-dots {
    bottom: 2rem;
}


/* Section 2 End */


/* Section 3 Start */

.section--3 {}

.testimonial-container {
    position: relative;
}


/* .testimonial-slider {
    max-width: 111rem;
    margin-left: auto;
    margin-right: auto;
  } */

.testimonial-container__blob {
    position: absolute;
    width: 100rem;
    max-width: 100%;
    ;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-heading {
    margin-bottom: 6rem !important;
}

.testimonial-container::after {
    content: "";
    display: table;
    clear: both;
}

.testimonial-container .blob-shape {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.testimonial-container .blob-shape img {
    margin: 0 auto;
    text-align: center;
    transform: rotate(-12deg);
}

.testimonial-container h1 {
    margin: 1.6rem auto 6.4rem;
}

.slick-slide {
    outline: none;
}

.testimonial-slider .slick-slide>div,
.partners-slider .slick-slide>div {
    padding: 0 10rem;
}

.testimonial-cards {
    position: relative;
    height: 100%;
    background-color: #fff;
    margin-top: 5rem;
    margin-bottom: 2rem;
    transition: all 800ms ease-in-out;
    box-shadow: 0 0 8px 2px #DCEEEE;
    outline: none;
    transform: scale(0.95);
}

.slick-next,
.slick-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonial-center .slick-next:before,
.testimonial-center .slick-prev:before {
    color: #333333;
    ;
}

.testimonial-center .center .testimonial-cards {
    color: #333333;
    ;
    opacity: 1;
    transition: all 800ms ease-in-out;
    z-index: 1;
    margin-top: 5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 11px 3px #DCEEEE;
}

.testimonial-body {
    padding: 5rem 5.6rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-center .testimonial__author {
    text-align: center;
}

.testimonial-center .carousel-3d-slide {
    background-color: transparent !important;
    text-align: center !important;
    border: none !important;
    box-shadow: 0 5px 4px 0 #DCEEEE;
}

.testimonial__copy {
    text-align: center;
    font-size: 1.6rem;
    color: #333;
}

.testimonial__copy a {
    text-decoration: none;
    outline: none;
}

.center .testimonial__overly {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    pointer-events: none;
}

.testimonial__overly {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.quote {
    position: absolute;
    width: 6rem;
    height: 4rem;
    background: url(../images/quotes.svg) no-repeat top left/cover;
    display: block;
    left: 0;
    top: 0;
    transform: translate(50%, -50%);
    display: none;
}

.testimonial-center .quote {
    opacity: 0;
    z-index: 0;
    transition: all 800ms ease-in-out;
}

.center .quote {
    opacity: 1;
    transition: all 800ms ease-in-out;
}

.avatar-image {
    position: absolute;
    float: none;
    border-radius: 50%;
}

.avatar-image img {
    border-radius: 50%;
}

.testimonial-center .avatar-image {
    top: -5rem;
    margin: auto;
    left: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    opacity: 0;
    transition: all 800ms ease-in-out;
    background: #b2b4b6;
}

.testimonial-link {
    text-decoration: none !important;
    font-size: 1.6rem;
    color: #333333 !important;
    outline: none;
    font-weight: 100;
    display: inline-block;
}

.testimonial-center .center .avatar-image {
    opacity: 1;
    transition: all 800ms ease-in-out;
    z-index: 1;
}

.testimonial-center .avatar-image img {
    background: #d3d3d3;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial-center .testimonial__author>span {
    margin: 0.4rem auto 3rem;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #999;
}

.testimonial-center .testimonial__author h2 {
    font-size: 2.4rem;
    font-family: 'AvenirLTStdBlack', sans-serif;
    margin-bottom: 0;
}

.testimonial-center .testimonial__author>span img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: 2rem;
    margin: 0 auto;
}

.testimonial-center .slick-prev {
    background: url(../images/arrow.svg) no-repeat center;
    width: 60px;
    display: block;
    color: transparent;
    left: 0;
    z-index: 10;
}

.testimonial-center .slick-next {
    background: url(../images/arrow.svg) no-repeat center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 60px;
    display: block;
    color: transparent;
    right: 0;
    z-index: 10;
}

.testimonial-center .slick-prev:before,
.slick-next:before {
    content: "";
}


/* Owl Carousel */

.owl-item.center {
    z-index: 1;
}

.owl-dots button {
    outline: none;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot:not(.active) {
    transform: scale(0.8);
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0;
    background: #E0E0E0;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #E0E0E0;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #13afb3;
}


/* Section 3 End*/


/* Section 4 Start*/

.section--4 {
    position: relative;
    overflow: hidden;
}

.section--4-bg-blob-1,
.section--4-bg-blob-2 {
    position: absolute;
}

.section--4-bg-blob-1 {
    left: -50rem;
    bottom: 0;
}

.section--4-bg-blob-2 {
    right: -55rem;
    top: 0;
}

.partner-heading {
    margin-bottom: 4rem !important;
}

.partner-text {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}


/* Section 4 End*/


/* Section 5 Start*/

.faq-heading {
    margin-bottom: 4rem !important;
}

.accordion a {
    color: inherit;
}

.accordion .card {
    border: 1px solid #D1E4E4;
    border-bottom: 1px solid #D1E4E4 !important;
    border-radius: 5px;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 5px;
}

.accordion .card:not(:last-of-type) {
    margin-bottom: 2rem;
}

.accordion .card-header {
    padding: 2rem 6rem 2rem 2.5rem;
    background: #f5f6f8;
    border: none;
    position: relative;
    display: block;
    text-align: left;
    outline: none;
}

.accordion .card-header h2 {
    line-height: 2.4rem;
    font-size: 1.8rem;
}

.accordion .card-body {
    padding: 2rem 2.5rem;
}

.accordion .card-header:hover {
    cursor: pointer;
}

.accordion .card-body {
    font-size: 1.6rem
}

.faq-para {
    margin: 0;
}

li.faq-para {
    margin-left: 3rem;
}

.accordion ul {
    padding-left: 0;
    margin: 0;
}

.accordion .card-header::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    height: 2.4rem;
    width: 2.4rem;
    right: 2.5rem;
    background: url(../images/down-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 2.4rem 2.4rem;
}

.accordion .card-header:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}


/* Section 5 End*/


/* Footer Start */

.footer {
    background: #414143;
    color: #FFF;
}

.footer .inner-wrap {
    padding: 5rem 0;
}

.footer__logo {
    width: 10rem;
    margin-bottom: 2rem;
}

.footer__text {
    font-size: 1.2rem;
}

.footer__text a {
    color: #13afb3;
}

.footer__text a:hover {
    text-decoration: none;
}

.footer__heading {
    color: #13afb3;
    font-family: 'HighVoltage', sans-serif;
}

.footer__email a {
    color: #FFF;
    font-size: 1.6rem;
}

.footer__email a:hover {
    text-decoration: none;
}

.footer__column {
    text-align: center;
}

.footer__column--right {
    margin-bottom: 2rem;
}


/* Footer End */


/* Control Panel Login Start */

.cp-login {
    font-size: 1.6rem;
    color: #13afb3;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid #13afb3;
    transition: all 0.2s ease-out;
}

.cp-login:hover {
    background-color: #13afb3;
    color: #ffffff;
}


/* Control Panel Login End */

#hellobar.fp-viewing-search-section .navbar {
    top: 42px;
}

#hellobar:not(.fp-viewing-search-section) .navbar {
    top: 0;
}

.hellobar-wrap {
    font-size: 16px;
    line-height: 26px;
}