#top-content {
    text-align: center;
    padding-top: 112px;
    padding-bottom: 131px;
}

#top-content .big-title {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 98px;
}
#top-content .big-title.icons4{font-size: 18px;}
#top-content .big-title span {
    font-size: 48px;
    color: #84ebad;
    font-weight: 700;
}

#top-content .domain-search-holder {
    margin-bottom: 120px;
}

#top-content .domain-search-holder input[type="text"] {
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #f1f4f5;
    font-size: 18px;
    color: #87838e;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 420px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .domain-search-holder input[type="text"]:hover, #top-content .domain-search-holder input[type="text"]:focus {
    background-color: #f4f7f8;
}

#top-content .domain-search-holder input[type="submit"] {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #65d692;
    font-size: 18px;
    color: #ffffff;
    border: 0;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
}

#top-content .domain-search-holder input[type="submit"]:hover, #top-content .domain-search-holder input[type="submit"]:focus {
    background-color: #55d287;
}

#top-content .domain-search-holder ::-webkit-input-placeholder {
    color: #87838e;
}

#top-content .domain-search-holder :-moz-placeholder {
    color: #87838e;
}

#top-content .domain-search-holder ::-moz-placeholder {
    color: #87838e;
}

#top-content .domain-search-holder :-ms-input-placeholder {
    color: #87838e;
}

#top-content .arrow-button-holder {
    text-align: center;
    display: inline-block;
   margin-top: 180px;
}

#top-content .arrow-button-holder a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .arrow-button-holder a .arrow-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #65d692;
    border-radius: 100px;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 22px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .arrow-button-holder a .arrow-icon [class*="fa"] {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 17px;
}
#top-content .arrow-button-holder a .arrow-icon img {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 17px;display: inline-block;
}
#top-content .arrow-button-holder a .arrow-icon .htfy {
    color: #ffffff;
    font-size: 26px;
    margin-top: 20px;
}

#top-content .arrow-button-holder a .button-text {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#top-content .arrow-button-holder a:hover .arrow-icon, #top-content .arrow-button-holder a:focus .arrow-icon {
    -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.12);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#top-content .arrow-button-holder a:hover .button-text, #top-content .arrow-button-holder a:focus .button-text {
    opacity: 0.7;
}

.animated {
    -webkit-animation: animation 2s ease forwards;
    -moz-animation: animation 2s ease forwards;
    -ms-animation: animation 2s ease forwards;
    animation: animation 2s ease forwards;
}

.animation-delay1 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animation-delay2 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes animation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animation {
    0% {
        -webkit-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        -moz-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        -ms-transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        transform: scale(0.95) rotateX(-20deg) translateY(-30px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) rotateX(0deg) translateY(0px);
        -moz-transform: scale(1) rotateX(0deg) translateY(0px);
        -ms-transform: scale(1) rotateX(0deg) translateY(0px);
        transform: scale(1) rotateX(0deg) translateY(0px);
        opacity: 1;
    }
}
#main-slider .slide {
    perspective: 1000px;
}

/*#main-slider .slide > div:nth-child(1), #main-slider .slide > div:nth-child(2) {
    opacity: 0;
}*/

#main-slider .slide .icon-holder {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;text-align: center
}

#main-slider .slide .icon-holder .icon-bg {
    position: absolute;
    display: inline-block;
    width: 85px;
    height: 85px;
    left: 50%;
    margin-left: -43px;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);top: 42px;
}

#main-slider .slide .icon-holder .icon-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.7s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.7s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#main-slider .slide .icon-holder .icon-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    transform: scale(2.3);
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#main-slider .slide .icon-holder .icon-bg:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#main-slider .slide .icon-holder .icon-bg:hover:before {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

#main-slider .slide .icon-holder .icon-bg:hover:after {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    transform: scale(2.1);
}

#main-slider .slide .icon-holder .htfy, #main-slider .slide .icon-holder [class*="fa"] {
    position: relative;
    z-index: 10;
    color: #ffffff;
    font-size: 68px;
    margin-top: 5px;
    pointer-events: none;
}

#main-slider .slide .icon-holder .htfy-trophy {
    margin-top: 7px;
}

#main-slider .slide .icon-holder img {
    width: 53px;display: inline-block;text-align: center;
}

#main-slider .domainsearch-slide {
    position: relative;
}

#main-slider .domainsearch-slide .image-holder {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    z-index: -1;
}

#main-slider .domainsearch-slide .image-holder img {
    width: 100%;
    max-width: 827px;
}

#main-slider .slick-dots li {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}


.icon-bg img{width: 65px;display: inline-block;text-align: center;}
.theme-switcher{display: none !important;}
/*.arrow-click{position: relative;z-index: 99999;}*/
@media (max-width: 1400px){
     #top-content {
    
    padding-top: 30px;
    
}
#top-content .arrow-button-holder {
    text-align: center;
    display: inline-block;
   margin-top: 130px;
}
}
@media (max-width: 1200px){
    #top-content .big-title{line-height: 26px;}
   
}
@media (max-width: 991px){
    #main-slider .slide .icon-holder .icon-bg {width: 0px;}
}
@media (max-width: 647px){
    #top-content .big-title.icons4 {

    font-size: 14px;
    

}
.slick-dots{margin-top:30px;}
#top-content .big-title{font-family: 24px;line-height: 32px;margin-bottom: 0px;}
#main-slider .slide .icon-holder .icon-bg {width: 0px;}
#top-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
}