@import url('../../../../css2-1');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button,
input{
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--text-color);
    font-family: 'Open Sans', sans-serif;
}
:root{
    --primary--color: #000;
    --secondary--color: #fff;
    --text--color: #666;
    --accent--color:#004fac;
    --grey-color:#f1f6ff;
    --dark--black-color:#000c18;
    --dark--blue-color:#001031;
    --dark--pink-color:#bb0101;
    --pure--blue-color:#004fac;

}
h1{
    font-size: 28px;
    line-height: 20px;
    font-weight: 500;
}
h2{
    font-size: 28px;
    line-height: 20px;
    font-weight: 500;
}
h3{
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}
h4{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
h5{
    font-size: 16px;
    line-height: 18px;
}
.padding-top{
    padding-top: 60px;
}
.padding-bottom{
    padding-bottom: 40px;
}
.generic-title {
    z-index: 1;
    position: relative;
}
.generic-title span{
    font-size: 16px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 15px;
    color: #ffffff;
}
.generic-title h2{
    margin-bottom: 10px;
    color: var(--primary--color);
}
.generic-title2 span{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 28px;
    color: var(--accent--color);
}
.generic-title2 h2{
    margin-bottom: 14px;
    color: #252525;
}
.generic-title2 h1{
    margin-bottom: 14px;
    color: #252525;
}
.generic-title2 p{
    font-size: 16px;
    padding: 0 100px;
    line-height: 28px;
    margin-bottom: 30px;
	color: #252525;
}

/* BANNER SECTION */
.banner_outer_con {
    padding-top: 20px;
    position: relative;
    background-color: var(--dark--blue-color);
}
.banner_outer_con::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	opacity:45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-backgroundimage.webp);
}
.banner-con .banner-title {
    text-align: center;
}
.banner-con .banner-title *{
    color: var(--secondary--color);
}
.banner-con .banner-title span i{
    font-size: 20px;
    padding-right: 10px;
}
.banner-con .banner-title span{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 26px;
}
.banner-con .banner-title h1{
    margin-top: 30px;
	margin-bottom: 30px;
}
.banner-con .banner-title p{
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 25px;
}
.banner-con .banner-btn a {
    font-size: 16px;
    line-height: 16px;
    min-width: 180px;
    text-align: center;
    padding: 16px 22px;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
}
.banner-con .banner-btn{
    gap: 20px;
    display: flex;
    justify-content: center;
}
.banner-con .started-btn{
    color: var(--secondary--color);
    background: #bb0101;
    border: 0px solid #bb0101;
}
.banner-con .started-btn:hover{
    color: var(--secondary--color);
    background: #bb0101;
    border: 0px solid #bb0101;
}
.banner-con .read-more-btn{
    color: var(--secondary--color);
    background: #bb0101;
    border: 0px solid var(--secondary--color);
}
.banner-con .read-more-btn:hover{
    color: var(--secondary--color);
    background: #bb0101;
    border: 0px solid #bb0101;
}
/* BANNER SECTION */

/* SUB BANNER SECTION */

.subbanner_outer_contact::before {
    background-image: url(../images/subbanner-contactbackgroundimage.jpg);
}
.subbanner_outer_about::before {
    background-image: url(../images/subbanner-aboutbackgroundimage.jpg);
}
.subbanner_outer_domain::before {
    background-image: url(../images/subbanner-domainbackgroundimage.jpg);
}
.subbanner_outer_dedicated::before {
    background-image: url(../images/subbanner-dedicatedbackgroundimage.jpg);
}
.subbanner_outer_reseller::before {
    background-image: url(../images/subbanner-resellerbackgroundimage.jpg);
}
.subbanner_outer_hosting::before {
    background-image: url(../images/subbanner-hostingbackgroundimage.jpg);
}
.subbanner_outer_vps::before {
    background-image: url(../images/subbanner-vpsbackgroundimage.jpg);
}
.sub-banner-con {
    padding: 80px 0 95px;
}
.sub-banner-con .box {
    margin-bottom: 28px;
}
.sub-banner-con .box {
    padding: 6px 24px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background: var(--dark--pink-color);
    transition: all 0.3s ease-in-out;
}
.sub-banner-con .box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}
.sub-banner-con .box a {
    text-decoration: none;
}
.sub-banner-con .box a span:hover {
    color: var(--primary--color);
}
.sub-banner-con .box .angle {
    font-size: 14px;
    margin: 0 2px;
}
.sub-banner-con .sub-banner-title *{
    color: var(--secondary--color);
}
.sub-banner-con .sub-banner-title {
    width: 100%;
    text-align: center;
}
.sub-banner-con .sub-banner-title h1{
    margin-bottom: 20px;
}
.sub-banner-con .sub-banner-title p{
    font-size: 20px;
    line-height: 28px;
}
/* SUB BANNER SECTION */

.generic-btn a {
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 16px 39px 18px 40px;
    color: var(--secondary--color);
    background: var(--accent--color);
}
.generic-btn a:hover {
    color: var(--secondary--color);
    background: var(--primary--color);
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background: var(--grey-color);
}
.login-form .login-form-title {
    margin-bottom: 40px;
}
.login-form .login-page-logo {
    margin-bottom: 25px;
}
.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border: 1px solid rgb(0 123 255 / 20%);
    background: var(--secondary-color);
    border-radius: 4px;
}
.login-form .login-card label {
    font-size: 16px;
    line-height:20px;
    font-weight: 700;
    margin-bottom: 13px;
}
.login-form .login-card .input-field,
.sign-up-form .login-card select {
    font-size: 16px;
    font-weight: 500;
    height: 61px;
    width: 100%;
    line-height: 61px;
    padding: 0 21px;
    border-radius: 4px;
    background: transparent;
    color: var(--text--color);
    border: 2px solid rgb(0 123 255 / 20%);
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
}
.login-form .login-card .form-group{
    margin-bottom: 16px;
}
.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    color: var(--secondary--color);
    background: var(--accent--color);
}
.login-form .login-card .btn-primary:hover {
    background: var(--primary--color);
}
.login-form .login-card .checkbox-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-form .login-card .forgot-password {
    color: var(--e-global-color-white);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--accent--color);
}
.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 16px;
    color: var(--primary--color);
    text-decoration: none;
}
.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--accent--color);
}
.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}
.login-form .form_style::placeholder { 
    color: var(--createform-border-color);
    opacity: 1;
}
.login-form .form_style:-ms-input-placeholder { 
    color: var(--createform-border-color);
}
.login-form .form_style::-ms-input-placeholder {
    color: var(-);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}
.sign-up-form .login-form-box {
    width: 700px;
}
.sign-up-form .login-card label small {
    font-size: 14px;
}
.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}
.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* Privacy Policy */

.policy-banner .banner-icon ul {
    top: 290px;
}
.privacy-policy-con h4,
.privacy-policy-con h5{
    font-weight: 700;
    color: var(--primary--color);
}

/* 404 Page */

.error_page{
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--grey-color);
}
.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 40px;
    color: var(--primary--color);
}
.error_page .error_content .text {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--text--color);
}
.error_page .error_content .back_home {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 21px 30px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    color: var(--secondary--color);
    background: var(--accent--color);
    transition: all 0.8s ease-in-out;
}
.error_page .error_content .back_home:hover {
    color: var(--secondary--color);
    background: var(--primary--color);
    text-decoration: none;
}

/* Coming Soon */

.comingsoon_outer{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background: var(--grey-color);
}
.comingsoon_outer .logo_outer{
    margin-bottom: 70px;
}
.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.comingsoon_outer .sub_banner_content h1 {
    font-size: 90px;
    line-height: 92px;
    margin-bottom: 30px;
    color: var(--primary--color);
}
.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--text--color);
}
.comingsoon_outer .sub_banner_content form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.comingsoon_outer .sub_banner_content .form-group{
    margin-bottom: 30px;
}
.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 540px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: visible;
    outline: none;
}
.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 14px 30px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    color: var(--secondary--color);
    background: var(--accent--color);
    border: 1px solid var(--accent--color);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--accent--color);
}
.comingsoon_outer .sub_banner_content button:hover {
    color: var(--secondary--color);
    background: var(--primary--color);
    border: 1px solid var(--primary--color);
}
.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}
.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}
.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}
.comingsoon_outer .sub_banner_content .social-icon a{
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    color: var(--accent--color);
    background-color: transparent;
    border: 1px solid var(--accent--color);
    transition: all 0.3s ease-in-out;
}
.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--secondary--color);
    background: var(--accent--color);
    border: 1px solid var(--accent--color);
}

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 1000;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}
#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}
#search .close:hover {
    color: var(--accent--color);
    cursor: pointer;
    text-shadow: none;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--accent--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;    
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;  
    text-decoration: none; 
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    transform: translateY(-5px);
}
@-webkit-keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
}
to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
}
}

@keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
}
to {
    box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
}
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/