/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */
body{
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    color: #2a2e36;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea{
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1.75rem;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b {
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}

.badge {
    display: inline;
    padding: 0.20rem .5rem;
    line-height: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 77%;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.d-flex{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    padding-top: 165px;
}

.pb-100 {
    padding-bottom: 100px;
}
.ptb-60{
    padding: 60px 0;
}
.mb-0{
    margin-bottom: 0;
}
.mb-40{
    margin-bottom: 40px;
}
.mt--165 {
    margin-top: -165px !important;
}
.mt--100{
    margin-top: -100px !important;
}
.gray-light-bg {
    background: #fafafa;
}

.primary-bg {
    background: #0948b3 !important;
}

.secondary-bg {
    background: #7100b9;
}

.color-primary {
    color: #0948b3 !important;
}

.color-secondary {
    color: #7100b9
}

.gradient-bg {
    background: #0948b3 !important;
}

.white-bg {
    background: #ffffff;
}

a {
    color: #0948b3;
}

a:hover {
    color: #0948b3;
    text-decoration: none;
}

.color-1 {
    color: #ff164e;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-2 {
    color: #7100b9;
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-3 {
    color: #0948b3;
}

.color-3-bg {
    background: rgba(0, 115, 236, 0.15);
}

.color-4, .ratting-color {
    color: #ff7c3f;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color {
    color: #2ebf6d;
}

.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-6 {
    color: #f25c7f;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}
.animated-btn {
    transition: all .25s ease-in-out;
}

.animated-btn:hover {
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
}

.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn, .danger-btn, .success-btn {
    padding: 12px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    transition: all .25s ease-in-out;
}
.danger-btn{
    background: #ff6e63;
    border-color: #ff6e63;
    color: #ffffff;
}
.danger-btn:hover{
    background: #f75447;
    border-color: #f75447;
    color: #ffffff;
}
.success-btn{
    background: #1fc063;
    border-color: #1fc063;
    color: #ffffff;
}
.success-btn:hover{
    background: #398439;
    border-color: #398439;
    color: #ffffff;
}
.primary-solid-btn {
    border: 1px solid #0948b3;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background: #0948b3;
    color: #ffffff;

}

.primary-solid-btn:hover {
    background: transparent;
    color: #0948b3;
}
.btn.primary-solid-btn:focus, .btn.outline-btn:focus, .danger-btn:focus, .success-btn:focus{
    outline: none;
}
.btn.primary-solid-btn:focus{
    color: #ffffff;
    background: #0948b3;
}
.secondary-solid-btn {
    color: #fff;
    background: #7100b9;
    border: 1px solid #7100b9;
}

.secondary-solid-btn:hover {
    background: transparent;
    color: #7100b9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.secondary-outline-btn{
    color: #7100b9;
    display: inline-block;
    border: 1px solid #7100b9;
    background: transparent;
}
.secondary-outline-btn:hover{
    background: #7100b9;
    color: #ffffff;
}
.outline-btn {
    position: relative;
    display: inline-block;
    color: #0948b3;
    border: 1px solid #0948b3;
    background: transparent;
}
.outline-btn:after{
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 4px;
    opacity: 0;
    transition: 400ms;
    text-shadow: 0 0.5px 0.3px rgba(0,0,0,.1);
    background: #0948b3;
}

.outline-btn:hover:after{
    opacity: 1;
}
.outline-btn:hover{
    color: #ffffff;
    background: #0948b3;
}

.btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
}
.primary-bg h1, .primary-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #0948b3;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #0948b3;
}
.text-white{
    color: #ffffff;
}

/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}

.icon-md {
    font-size: 30px;
    line-height: 30px;
}

.icon-lg {
    font-size: 45px;
    line-height: 45px;
}
@media (min-width: 768px){
    .lead {
        font-size: 18px;
        line-height: 28px;
    }
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .75rem  15px;
    height: calc(2.56em + .75rem + 2px);
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1 !important;
    font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1;
    font-size: 13px;
}
select.form-control.has-value{
    height: 52px;
}
.section-heading h2 span {
    font-weight: 400;
    font-size: 2rem;
}

.z-index {
    z-index: 9;
}
.gradient-overlay {
    position: relative;
    width: 100%;
}

.gradient-overlay:before {
    position: absolute;
    content: '';
    background: rgba(9, 72, 179, .88);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.height-lg-100vh {
    min-height: 100vh;
}
@media (max-width: 576px){
    .height-lg-100vh {
        height: auto;
    }
}
.custom-badge {
    top: 5%;
    right: 8%;
}

section#home-banner{
    padding: 70px 0 !important;
}

.hero-equal-height {
    position: relative;
    min-height: 550px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #0948b3 !important;
}

.hero-content-wrap h2{
    font-size: 3.052em;
    color: #ffffff;
    padding: 0 !important;
}
/*main menu css*/


/*login css*/
.auth-wrap{
    position:relative;
    background-image: url(../img/auth-bg-2.jpg);
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    display: table;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.auth-wrap:before{
    position: absolute;
    content: '';
    background: rgba(9, 72, 179, .85) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.auth-wrap #main-body{
    background: transparent !important;
    display: flex;
    align-items: center;
    height: auto;
    flex: 1 0 auto;
}
.auth-content-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.auth-content-wrap .logo{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-lined.auth-header{
    margin-bottom: 35px;
}
.header-lined.auth-header p{
    color: #b7b2b2;
    font-size: 13px;
}
.header-lined.auth-header h1{
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.logincontainer{
    max-width: 400px !important;
}
.logincontainer, .signupcontainer{
    border: 1px solid #e6e8ec;
    border-radius: 6px;
    padding: 0;
    background: #ffffff;
    margin: 20px auto;
    width: 100%;

}
#registration{
    padding: 0;
}
.logincontainer .auth-body, .signupcontainer .auth-body{
    padding: 35px 35px 0!important;
}
.auth-footer{
    background: #f6f7f8;
    padding: 20px;
}
.logincontainer.signupcontainer{
    max-width: 718px !important;
}
.signupcontainer{
    margin: 20px auto !important;
}
@media (min-width: 768px){
    .logincontainer.with-social .login-form {
        padding: 0 !important;
        border-right: none;
    }
}


.btn-social.btn-google{
    padding: 10px 30px;
    text-align: center;
}
.logincontainer .custom-social-signup .social-signin-btns .btn{
    width: auto;
    margin: 10px auto;
    display: inline-block;
}
.custom-social-signup .btn-social.btn-google{
    margin: 0 auto;
}
.custom-social-signup .sub-heading{
    display: none;
}
.custom-social-signup .social-signin-btns{
    padding-top: 0;
}
.social-signin-btns button.fb-login-button{
    padding: 10px 24px;
}
.social-signin-btns button.fb-login-button:focus, .custom-social-signup .btn-social.btn-google:focus{
    outline: none;
}
.other-login-signup {
    text-align: center;
    overflow: hidden;
}
.other-login-signup .or-login-signup {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}
.other-login-signup .or-login-signup:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e9f2;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
.other-login-signup .or-login-signup:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e5e9f2;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}


@media (max-width: 776px){
    .topbar-text{
        display: none;
    }
}
.topbar-text p{
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    color: #757575;
}
.topbar-text p i{
    margin-right: 5px;
}
ul.top-nav{
    margin-top: 0;
}
ul.top-nav>li>a{
    padding: 12px 10px;
    font-size: 13px;
    font-weight: 500;
}
ul.top-nav>li.primary-action>a.btn{
    padding: initial;
    background-color: transparent;
    border-radius: 0;
    color: #0948b3;
}

.navbar-brand {
    height: auto;
    display: block;
    margin-right: 10px;
    padding: 21px 15px;
}
.header-main-menu.header-fixed .navbar-brand{
    padding: 16px 15px;
}

.navbar-main{
    font-family: 'Roboto', sans-serif;
}
.navbar-main .navbar-nav>li>a {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #2a2e36;
    font-weight: 400;
}
.navbar-main, section#main-menu, .navbar-main li.account{
    background-color: transparent;
}

.dropdown-menu>li>a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #757575;
    padding: 10px 18px;
}
.navbar-main .navbar-nav>.active>a,
.navbar-main .navbar-nav>.active>a:focus,
.navbar-main .navbar-nav>.active>a:hover,
.navbar-main .navbar-nav>.open>a,
.navbar-main .navbar-nav>.open>a:focus,
.navbar-main .navbar-nav>.open>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:hover, .navbar-main .navbar-nav .dropdown-menu>li>a:hover {
    background-color: transparent;
    opacity: 1;
    color: #0948b3 !important;
}

.navbar-main .dropdown-menu{
    padding: 0;
}


.dropdown-menu{
    min-width: 220px;
    padding: 0;
    border: none;
}
.nav .nav-divider {
    margin: 0;
    background: transparent;
}

.navbar-nav>li>.dropdown-menu, .navbar-nav .open .dropdown-menu{
    border-top: 2px solid #0948b3;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-box-shadow: 0 12px 20px 0 rgba(23, 28, 33, .16);
    box-shadow: 0 12px 20px 0 rgba(23, 28, 33, .16);

}


.white-bg.gradient-bg .navbar-main .navbar-nav>li>a{
    color: #ffffff !important;
}

@media (min-width: 991px){
    .navbar-main #primary-nav{
        display: flex !important;
        justify-content: flex-end;
    }
}


@media (max-width: 991px){
    .navbar-main .navbar-nav>li>a {
        padding: 6px 20px !important;
    }
}
@media (min-width: 320px) and (max-width: 991px){
    .header-main-menu {
        background: #ffffff !important;
    }
    .navbar-main .navbar-nav>li>a{
        padding: 8px 12px;
    }
    .navbar-right .dropdown-menu{
        position:relative;
    }
    .secondary-nav{
        align-items: baseline !important;
    }
}

@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu{
        background-color: #f5f5f5 !important;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #0948b3;
    }
    .navbar-main .navbar-nav .open .dropdown-menu>li>a {
        color: inherit;
        padding: 6px 30px;
    }

}

.secondary-nav{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px !important;
    margin-right: 0 !important;
}
@media (max-width: 991px){
    .secondary-nav{
        margin-left: 0 !important;
    }
}
a.sign-up-btn{
    border:1px solid #e6e8ec;
    padding: 8px 15px !important;
    border-radius: 3px;
}
a.sign-up-btn:hover{
    background-color: #f5f5f5 !important;
}
a.login-btn{
    color: #fff !important;
    background-color: #0948b3;
    border:1px solid #0948b3;
    padding: 8px 15px !important;
    border-radius: 3px;
    opacity: 1!important;
}
a.login-btn:hover{
    border-color: #0948b3;
    color: #0948b3 !important;
}
a.login-btn{
    margin-left: 6px;
}
.secondary-nav li a.notification i{
    position: relative;
}
.secondary-nav li a.notification span.dot-circle{
    position: relative;
    border-radius: 50%;
}

.secondary-nav li a.notification span.dot-circle:before{
    content: "";
    width: 6px;
    height: 6px;
    line-height: 6px;
    display: table;
    right: -6px;
    top: -4px;
    border-radius: 50%;
    position: absolute;
    background-color: #F64E60;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15);
        box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15)
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0);
        box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0)
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15);
        box-shadow: 0 0 0 0 rgba(246, 78, 96, .15), 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15)
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0);
        box-shadow: 0 0 0 5px rgba(246, 78, 96, .15), 0 0 0 10px rgba(246, 78, 96, .15), 0 0 0 20px rgba(246, 78, 96, 0)
    }
}

.language-chooser .dropdown-menu{
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    left: auto;
}
.user-name{
    border-bottom: 1px solid #e6e8ec;
}
.user-name span{
    display: block;
    font-size: 12px;
}




/*domain search css*/


section#home-banner .btn{
    font-size: 14px;
    font-weight: 600;
}
section#home-banner .btn.transfer{
    border-radius: 0 4px 4px 0 !important;
}
.domain-search-field.input-group-lg>.form-control{
    font-size: inherit;
}
section#home-banner .form-control{
    border-radius: 4px 0 0 4px !important;
}
section#home-banner .btn.search{
    background-color: #092e6d;
    border-radius: 0 4px 4px 0;
}
section#home-banner .btn.search:focus{
    outline: none;
}
section#home-banner .btn.transfer{
    background-color: rgba(113, 0, 185, 0.93);
}
section#home-banner .btn.search i, section#home-banner .btn.transfer i{
    padding: 5px !important;
}
section#home-banner #inputCaptcha.form-control, #default-captcha-domainchecker #inputCaptcha.form-control{
    border-radius: 2px !important;
    height: auto;
    padding: 2px 10px;
}
#inputCaptchaImage{
    margin-right: 10px;
    margin-left: auto;
}
#default-captcha-domainchecker{
    display: inline-block;
}
section#home-banner .captchaimage, .captchaimage{
    display: inline-block;
}



/*Promo section css*/

.lead{
    font-weight: 400;
}

@media (min-width: 992px){
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important;
    }
}

@media (min-width: 768px){
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem!important;
    }
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}


.p-5 {
    padding: 3rem!important;
}

.single-promo-card {
    position:relative;
    border-radius: 16px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid rgba(93, 118, 174, 0.15);
}
a .single-promo-card p{
    color: #2a2e36;
}
.promo-body {
    padding: 35px;
}
.promo-icon span{
    font-size:30px;
    margin-bottom: 15px;
}
.single-promo-card.single-promo-hover:before {
    content: '';
    position: absolute;
    right: -20px;
    width: 50px;
    height: 50px;
    bottom: -20px;
    border-radius: 20px;
    background-color: #0948b3;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.single-promo-card.single-promo-hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.single-promo-card.single-promo-hover:hover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #0948b3;
}
.single-promo-card.single-promo-hover:hover span, .single-promo-card.single-promo-hover:hover h5, .single-promo-card.single-promo-hover:hover p {
    color: #fff !important;
}

.popular-categories-list li {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease-in;
}

.popular-categories-list li:last-child {
    margin-bottom: 0;
}

.help-center-box-link {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -50px;
    transition: all 0.3s ease-in;
}

.popular-categories-list li:hover {
    background: #f5f5f5;
}

.popular-categories-list li:hover .help-center-box-link {
    right: 20px;
}

.animation-image-wrap{
    position: relative;
}

.animation-icon-img {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate
}

.animation-icon-img.animation-icon-1 {
    left: 15%;
    top: 30%;
}

.animation-icon-img.animation-icon-2 {
    left: inherit;
    right: 45%;
    top: 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-icon-img.animation-icon-3{
    top: 30%;
    left: 75%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-icon-img.animation-icon-4 {
    left: inherit;
    right: 45%;
    top: 60%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
.animation-icon-img.animation-icon-5{
    left: 42%;
    top: 24%;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

.domain-search-list {
    position: relative;
    display: block;
    margin-top: 15px;
}
.domain-search-list li a img{
    margin-bottom: 6px;
}

.domain-search-list li:last-child:after {
    border: none;
}

.domain-search-list li:not(:last-child) {
    margin-right: 0 !important;
}

.domain-search-list li:last-child {
    border-right: none;
}

.domain-search-list li a {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: inherit;
}

.domain-search-list li a span {
    font-size: 15px;
    line-height: 15px;
    display: block;
    opacity: 0.7;
}
.domain-search-field{
    width: 75%;
}
@media (min-width: 320px) and (max-width: 575px){
    .domain-search-list li a{
        padding: 0;
    }
    .domain-search-list li:last-child{
        display: none;
    }
    .domain-search-list li:last-child:after {
        border: none;
    }
    .domain-search-field{
        width: 100% !important;
    }
}


.align-center-row{
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
@media (min-width: 320px) and (max-width: 991px){
    .align-center-row{
        display: block;
    }
}
/*Main body css*/
section#main-body{
    padding: 60px  0;
}
.main-content{
    margin-bottom: 0;
    min-height: auto;
}


/*no data found css*/

.message-no-data {
    text-align:center;
    padding: 32px;
    min-height: 320px;
    justify-content: center;
    border: 1px solid #e6e8ec;
}
.message-no-data .message-image{
    margin-bottom: 15px;
    color:#a2a1a1;
}
.message, .message-icon {
    display: flex;
}
.message {
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
}
.client-alerts .message p{
    text-align: left !important;
}
.message hr{
    margin: 0;
    margin-bottom: 10px;
}
.ticket-reply .message p:last-of-type{
    margin-bottom: 0;
}


/*foter css*/
#footer .back-to-top-btn{
    position: relative;
    display: block;
    width: 100%;
}
#footer .back-to-top {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
#footer .back-to-top i {
    padding: 10px;
    background-color: #096ad0;
    color: #fff;
    border-radius: 3px;
}

.footer-top {
    padding: 65px 0;
}

.security-icon-list li{
    margin: 0 10px 15px 0;
}

@media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
        padding: 50px 0;
    }
}

.footer-nav-wrap h4 {
    font-size: 13px;
    margin-bottom: 1.4rem;
    color: #ffffff;
}

.footer-nav-wrap ul li a {
    font-size: 13px;
    line-height: 24px;
    padding: 3px 0;
    color: #ffffff;
    opacity: 0.8;
}

.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}
.footer-nav-wrap .nav>li>a:focus, .footer-nav-wrap .nav>li>a:hover{
    background-color: transparent !important;
    opacity: 1;
}
@media (min-width: 320px) and (max-width: 991px){
    .footer-nav-wrap{
        margin-top: 20px;
    }
}
.footer-bottom{
    padding: 12px  0;
    background: #092e6d;
}
.payment-method{
    text-align: right;
}
.payment-method ul {
    align-items: center;
    margin-bottom: 0;
}
.payment-method ul li a{
    color: #ffffff;
    opacity: 0.8;
}
.payment-method ul li a:hover{
    opacity: 1;
}

.payment-method ul li img {
    max-width: 60px;
}

.payment-method ul li:last-child img {
    margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px){
    .payment-method{
        text-align: left;
        margin-top: 5px;
    }
}
.language-chooser .dropdown-menu li a{
    color: #2a2e36;
}
.language-chooser button.btn{
    padding: 2px 8PX;
    background: transparent;
    color: #ffffff;
    border-color: #43689e;
}
.language-chooser button.btn:focus{
    outline: none;
}
.login-languase-chooser span {
    color: #ffffff;
    opacity: 0.7;
}
.login-languase-chooser a{
    color: #ffffff;
}
.small-text {
    font-size: 13px;
}
.copyright-text {
    font-size: 13px;
    margin-bottom: 0;
}

.social-list-default li a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    border: 1px solid rgba(93, 118, 174, 0.9);
}


.social-list li a {
    padding: 6px 10px;
}

.footer-nav-list li a span {
    font-size: 12px;
    vertical-align: middle;
}

.bottom-sticky-footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 55px;
}
.social-nav ul li a{
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease-in;
}


.tooltip-hover{
    position: relative;
}

.tooltip-hover a{
    display: block;
}

.tooltip-item{
    position: absolute;
    background-color: rgb(255, 255, 255);
    pointer-events: none;
    color: rgb(51, 51, 51);
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.tooltip-item:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid rgb(255, 255, 255);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.tooltip-hover:hover .tooltip-item{
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}
.tooltip.show p {
    text-align:left;
}
/*new demo style start*/


.header-main-menu {
    position: relative;
    border-radius: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.2s ease-in-out;
    animation-duration: 1s;
    animation-name: slideInDown;
}
.header-main-menu.header-fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    background: #ffffff !important;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
    opacity: 1;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    animation-duration: 1s;
    animation-name: slideInDown;
}


.header-main-menu.header-fixed .navbar-main .navbar-nav>li>a{
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: all 0.2s ease-in-out;
    animation-duration: 1s;
    animation-name: slideInDown;
}
.navbar-main .navbar-toggle{
    padding: 21px 15px;
}
.navbar-main .navbar-toggle span{
    background-color: #0948b3 !important;
}
/*services section css*/
.rounded{
    border-radius: 4px;
}
.section-heading-center{
    width: 70%;
    margin: 0 auto;
    display: block;
}
.section-heading-center p.mb-0{
    margin-bottom: 0 !important;
}
.single-service-plane{
    padding: 45px;
    margin-top: 30px;
}
.single-service-plane img{
    margin-bottom: 1rem;
}
.service-plane-content h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.action-wrap{
    margin-top: 12px;
}

@media (min-width: 320px) and (max-width: 767px){
    .section-heading-center{
        width: 100%;
    }
}

/*new services style*/
.border {
    border: 1px solid rgba(93, 118, 174, 0.15) !important;
}
.single-service {
    margin-top: 30px;
    padding: 45px;
}
.single-service .service-header span.h5 {
    font-size: 14px;
    color: #7c9cc2;
}

.support-action a {
    color: #c0ccda;
    font-weight: 400;
    margin-right: 15px;
}
/*=========================================
          25. BREADCRUMB CSS
============================================*/
.page-header-section{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: #0948b3;
}



.custom-breadcrumb ol li.list-inline-item:not(:last-child){
    margin-right: 0;
}

.custom-breadcrumb ol{
    margin-bottom: 0;
    margin-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
    opacity: 0.9;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;;
    color: #ffffff;
    font-weight: 300;
}
.custom-breadcrumb ol li.breadcrumb-item.active{
    color: #bababa;
}
.custom-breadcrumb ol li a:hover, .page-header-breadcrumb .custom-breadcrumb ol li a:hover{
    opacity: 1;
}
.custom-breadcrumb ol li.breadcrumb-item{
    padding-left: 0;
}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content: none;
}
.border-bottom {
    border-bottom: 1px solid #ebebeb !important;
}
.custom-breadcrumb ol li.breadcrumb-item i{
    margin-left: 6px;
    vertical-align: middle;
    color: #cde1f9;
}
/*======================================
       07. PRICING SECTION CSS
=======================================*/
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    border-radius: 1rem !important;
    border: 2px solid transparent;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}



.package-name h5 span:before, .package-name h5 span:after {
    content: "";
    position: absolute;
}


.package-name h5 span{
    width: 184px;
    height: 20px;
    line-height: 16px;
    position: absolute;
    top: 24px;
    right: 0;
    left: 230px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px #0948b3, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #0948b3;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
}
.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 40px 55px;
}
.single-pricing-pack .card-body.px-5{
    padding-left: 3.5rem!important;
    padding-right: 3.5rem!important;
}
.pricing-header {
    position: relative;
    background: transparent;
    padding: 10px 15px 20px;
}

.pricing-header .price {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
.pricing-header p {
    margin: 5px 0;
}
.pricing-header .price span {
    font-size: 14px;
    margin-left: 4px;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 15%;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 2px;
    background: #0948b3;
}

.pricing-feature-list br{
    display: none;
}
.pricing-feature-list li i{
    font-size: 14px;
}
.pricing-feature-list li {
    font-size: 15px;
    line-height: 24px;
    color: #7c8088;
    padding: 6px 0;
}
.pricing-feature-list li span {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-size: 14px;
}
.single-pricing-pack li.del{
    opacity: 0.7;
}


.package-name h5{
    margin-bottom: 0;
}

/*call to action */
.action-btns{
    margin-top: 15px;
}
.action-btns a:first-child{
    margin-right: 15px;
}
@media (max-width: 575px) and (min-width: 320px){
    .action-btns a.btn {
        margin: 8px 0;
    }
}

/*about css*/
.tech-feature-list li{
    padding: 5px 0;
}
.tech-feature-list li span{
    margin-right: 8px;
}

/*=======================================
        12. FEATURE SECTION CSS
=======================================*/
/*feature box css*/
.features-box {
    position: relative;
    display: block;
    padding: 21px;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

/*technical feature*/
.tech-feature-list li{
    font-size: 14px;
}


/*=========================================
      24. CLIENT RATTING OR REVIEW CSS
============================================*/
.single-testimonial{
    padding: 35px;
    margin-top: 20px;
}
.ratting-list{
    margin-left: 0;
}
.ratting-list li {
    background: #fbae00;
    padding: 0;
    margin: 0;
    line-height: initial
}

.ratting-list li:not(:last-child) {
    margin-right: -1px !important;
}

.ratting-list li span {
    font-size: 14px;
    color: #ffffff;
    padding: 0 4px;
    line-height: 21px;
}

.ratting-author h6 {
    font-weight: bold;
    display: inline-block;
    font-size: 13px;
}

.ratting-author{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*==============================
        10. FAQ CSS
===============================*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.accordion-faq .card {
    border-radius: 0;
    border: 0;
}

.accordion-faq .card-header {
    padding: 15px 0;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    margin-bottom: 0 !important;
    color: inherit;

}

.accordion-faq .card-header h6 {
    font-family: 'Roboto', sans-serif;;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.accordion-faq .card-body {
    padding: 25px 0;
    background: transparent;
}

.accordion-faq .card-header.collapsed:after {
    content: "\f067";
    transition: 0.5s;
}

.accordion-faq .card-header:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f068";
    float: right;
    transition: 0.5s;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.faq-wrap .card {
    border: 0;
}
.accordion > .card {
    overflow: hidden;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.faq-wrap .card .card-header.collapsed {
    background: transparent;
}
.faq-wrap .card .card-header {
    padding: 15px 20px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px 4px 0 0;
    background: #0948b3;
    margin-bottom: 0;
    border: 1px solid rgba(93, 118, 174, 0.15);
}
.faq-wrap .card .card-body {
    border-radius: 0 0 4px 4px;
    padding: 12px 20px;
}
.faq-wrap .card .card-header h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
}
.faq-wrap .card .card-header.collapsed h6 {
    color: initial;
}