/* *****************************************************

    ** 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: 'Open Sans', sans-serif;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
    
}
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;
}


h1, h2, h3, h4, h5 {
    margin: 0 0 1.75rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    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: 600 !important;
    font-family: 'Montserrat', sans-serif;
}

.badge {
    display: inline;
    padding: 0.20rem .5rem;
    line-height: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 77%;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    padding-top: 165px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt--165 {
    margin-top: -165px !important;
}
.mt--100{
    margin-top: -100px !important;
}
.gray-light-bg {
    background: #f5f5f5;
}

.primary-bg {
    background: #0073ec
}

.secondary-bg {
    background: #7100b9;
}

.color-primary {
    color: #0073ec
}

.color-secondary {
    color: #7100b9
}

.gradient-bg {
    background: linear-gradient(75deg, #7100b9 10%, #0073ec) !important;
}

.white-bg {
    background: #ffffff;
}

a {
    color: #0073ec;
}

a:hover {
    color: #0073ec;
    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: #0073ec;
}

.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 {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}

.primary-solid-btn {
    border: 1px solid #0073ec;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #0073ec, #214eec);
    color: #ffffff;

}

.primary-solid-btn:hover {
    background: transparent;
    color: #0073ec;
}

.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;
}
.secondary-outline-btn:hover{
    background: #7100b9;
    color: #ffffff;
}
.outline-btn {
    position: relative;
    display: inline-block;
    color: #0073ec;
    border: 1px solid #0073ec;
}
.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-image: linear-gradient(to bottom,#0073ec,#214eec);
}

.outline-btn:hover:after{
    opacity: 1;
}
.outline-btn:hover{
    color: #ffffff;
    background-image: linear-gradient(to bottom,#0073ec,#214eec);
}
.primary-bg h1, .primary-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #0073ec;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #0073ec;
}
.text-white{
    color: #ffffff;
}
/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}
@media (min-width: 768px){
    .lead {
    font-size: 18px;
    line-height: 28px;
}
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}

.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-image: linear-gradient(to left, rgba(0, 115, 236, 0.9), rgba(48, 97, 228, 0.88), rgba(75, 77, 217, 0.85), rgba(96, 52, 203, 0.88), rgba(113, 0, 185, 0.9));
    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: 130px 0 70px !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%;
}

/*main menu css*/

@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: 600;
}
ul.top-nav>li.primary-action>a.btn{
    padding: initial;
    background-color: transparent;
    border-radius: 0;
    color: #0073ec;
}

.navbar-brand {
    height: auto;
    display: block;
    margin-right: 60px;
    padding: 25px 15px;
}
.header-main-menu.header-fixed .navbar-brand{
    padding: 16px 15px;
}
.navbar-main .navbar-nav>li>a {
   padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.7;

}
.navbar-main, section#main-menu, .navbar-main li.account{
   background-color: transparent;
}

.dropdown-menu>li>a{
    font-family: 'Open Sans', 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;
}

.navbar-main .dropdown-menu{
  padding: 0;
}


.dropdown-menu{
    min-width: 220px;
    padding: 0;
    border: none;
}
.nav .nav-divider {
    margin: 0;
}

.navbar-nav>li>.dropdown-menu{
   border-top: 2px solid #0073ec;
   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 (max-width: 991px){
    .navbar-main .navbar-nav>li>a {
        padding: 6px 20px !important;
    }
}


/*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: rgba(0, 115, 236, 0.90);
}
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: 4px !important;
   height: auto;
   padding: 5px 10px;
}



/*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-hover {
    transition: all .2s ease-out;
    will-change: transform;
    border-radius: 30px;
}
.single-promo-2{
  box-shadow: 0 5px 10px rgba(31,45,61,.125)!important;
}

.single-promo-hover:hover{
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}

a .single-promo-2 p {
    color: #707070;
}
.single-promo-hover h5{
    color: #5a5a5a;
}
.circle-icon {
    display: block;
 margin-bottom: 10px;
}

.single-promo-2 span {
    font-size: 25px;
    background-image: url('//hostlar.themetags.com/img/promo-icon-bg.svg');
    background-size: 120px;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: 40% 25%;
    color: #fff;
}

.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;
}
div.announcement-single{
    margin: 0 0 20px;
    padding: 25px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
.announcement-single .article-items{
    margin-bottom: 15px;
    font-size: inherit;
}

.announcement-single h3{
    margin-bottom: 8px;
    font-size: 16px;
    height: 42px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.announcement-single .title{
    font-size: 18px;
    line-height: 28px;
}
.announcement-single h3 a, .announcement-single a{
    color: #353535;
}
.announcement-single h3 a:hover, .announcement-single a:hover{
    color: #0073ec;
}
.announcement-single a.read-more-btn{
    margin-top: 15px;
    padding: 8px 15px;
    display: table;
    background: transparent;
    color: #0073ec;
}
.announcement-single a.read-more-btn:hover{
    border: 1px solid #0073ec;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #0073ec, #214eec);
    color: #ffffff;
}
.announcement-single.home-news p{
    margin: 0 0 12px;
    font-size: 14px;
    text-align: left;
    height: 110px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #0073ec;
}

a.detail-link:hover, .single-blog-card .card-body h3 a:hover {
    color: #0073ec;
}

a.detail-link:hover span {
    transform: translateX(3px);
    margin-left: 8px;
}

/*knowledgebase*/
.knowledge-categorie{
  padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}
.single-knowledge{
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb;
}
.single-knowledge:last-of-type{
    border-bottom: none;
}
.single-knowledge a{
    font-size: 15px;
    color: #353535;
}
.single-knowledge a:hover{
        color: #0073ec;
}
.single-knowledge p{
    font-size: 13px;
}


.kb-also-read h3{
    font-size: 20px;
}
/*breadcrumb  css*/
div.header-lined h1{
   font-size: 30px;
   font-weight: 600;
}
div.header-lined small{
    font-size: 50%;
}
.page-header-content h1{
  margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
}

/*sidebar css*/

.sidebar{
   padding-right: 25px;
}

.panel-sidebar a.list-group-item.active, 
.panel-sidebar a.list-group-item.active:focus, 
.panel-sidebar a.list-group-item.active:hover{
    background-color: #0073ec;
    border-color: #0073ec;
}

.panel-sidebar .panel-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

/*domain search css*/
.domain-checker-container{
    background-color: #0073ec;
    background: -webkit-gradient(linear,0 0,0 100%,from(#0073ec),to(#7100b9));
    background: -webkit-linear-gradient(top,#0073ec,#7100b9);
    background: -moz-linear-gradient(top,#0073ec,#7100b9);
    background: -ms-linear-gradient(top,#0073ec,#7100b9);
    background: -o-linear-gradient(top,#0073ec,#7100b9);
}

.domain-checker-container .input-group-box{
    background-color: transparent;
}
#order-standard_cart .default-captcha{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: initial !important;
    color: #ffffff !important;
}

h2.font-25{
   font-size: 20px;
   margin-top: 15px;
}
.kb-article-title h2{
    font-size: 20px;
}

.kb-article-content {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
}


/*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: #0073ec;
    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;
}

.footer-bottom{
    padding: 12px  0;
}
.payment-method ul {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

.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: 415px){
    .payment-method{
        display: none;
    }
}
.copyright-text {
   font-size: 13px;
    margin-bottom: 0;
    padding: 6px 0;
}

.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);
}

/*new demo style start*/


.header-main-menu {
    position: fixed;
    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: linear-gradient(75deg, #7100b9 10%, #0073ec) !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: 16px 15px;
}

/*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%;
    }
}
/*=========================================
          25. BREADCRUMB CSS
============================================*/
.page-header-section{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 70px;
}
.page-header-section:after{
    content: "";
    position: absolute;
    background-image: url("../img/clouds-right.png");
    right: 0;
    background-position: right bottom;
    z-index: 2;
    bottom: 0;
    width: 45%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-header-breadcrumb .custom-breadcrumb ol li a, .page-header-breadcrumb .custom-breadcrumb ol li.breadcrumb-item.active{
    color: inherit;
    opacity: 0.7;
}
.custom-breadcrumb ol li.list-inline-item:not(:last-child){
    margin-right: 0;
}

.custom-breadcrumb ol{
    margin-bottom: 0;
    padding: 15px;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
    opacity: 0.8;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.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;
}
/*======================================
       07. PRICING SECTION CSS
=======================================*/
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border-radius: 1rem !important;
    border: 2px solid transparent;
    margin-top: 30px;
}

.card.single-pricing-pack:hover {
    z-index: 2;
}

.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
    border-top: 2px solid #0073ec;
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 30px;
}
.single-pricing-pack .card-body.px-5{
    padding-left: 3.5rem!important;
    padding-right: 3.5rem!important;
}
.pricing-header {
    position: relative;
    background: transparent;
    padding: 20px;
}

.pricing-header .price {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #0073ec;
}

.pricing-header .price span {
    font-size: 14px;
    margin-left: 4px;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li {
    font-size: 14px;
    line-height: 30px;
}
.pricing-feature-list br{
    display: none;
}
.pricing-feature-list li i{
    font-size: 14px;
}
.single-pricing-pack li.del{
    opacity: 0.7;
}
.pricing-feature-list li span {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #5a5a5a;
    font-size: 13px;
}

.popular-price {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    border: 2px solid #0073ec !important;
}

.popular-price:hover {
    border-top: 4px solid #0073ec !important;
}
.package-name{
    padding-top: 40px;
}
.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 small {
    text-align: right;
    float: right;
}

/*==============================
        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: 'Montserrat', sans-serif;
    font-weight: 600;
    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;
}
/*after login css*/

.dataTables_wrapper .dataTables_filter label{
    padding: 8px 15px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 15px 30px !important;
}

.dataTables_wrapper .dataTables_info, #order-standard_cart .view-cart-items-header{
    background-color: #1371e1 !important;
}
.panel.panel-accent-emerald form input.form-control{
    height: calc(1.76em + .75rem + 2px)  !important;
}
.home-kb-search input.form-control{
    height: 46px !important;
}
.tile .icon{
    color: #c6defa !important;
    font-size: 35px !important;
}
.top-nav a span.label{
        border-radius: .25em !important;
}
.kb-search .input-group-btn .btn{
    font-size: 14px !important;
}
#order-standard_cart .product-info{
    padding: 15px !important;
}
#order-standard_cart .summary-container{
     border-radius: 0 0 4px 4px !important;
}
#order-standard_cart .order-summary{
    background-color: #1371e1 !important;
    border-bottom: 4px solid #1371e1 !important;
}

#order-standard_cart .order-summary h2{
    padding: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
#order-standard_cart .view-cart-items{
    border-bottom: 2px solid #1371e1 !important;
    border: 1px solid #ebebeb;
    border-top: none !important;
    border-radius: 0 0 4px 4px;
}

.client-dashboard-wrap{
       margin: 0 0 15px;
}
.client-dashboard-single{
    display: block;
    color: #7100b9;
    border-radius: 4px;
    border-top: 3px solid #7100b9;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in;
}
a.client-dashboard-single:hover{
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}
.client-dashboard-single h2, .icon-title-wrap h5{
    margin-bottom: 0;
}
.client-dashboard-single h2{
    padding: 15px;
    color: inherit;
}
.icon-title-wrap{
    position: relative;
    background: #7100b9;
    padding: 8px 15px;
    border-radius: 0 0 4px 4px;
}
.icon-title-wrap h5{
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    color: #ffffff;
}
.icon-title-wrap i{
    float: right;
    font-size: 16px;
    margin-top: 4px;
    color: #ffffff;
}

.tab-content.margin-bottom .col-sm-offset-1{
    margin-left: 0!important;
}
.tab-content.margin-bottom .row h3{
    font-size: 22px;
}
.tab-content.margin-bottom .row h4{
    font-size: 16px;
    margin-bottom: 0;
}
.tab-content.margin-bottom .row span{
    margin: 0 auto 24px;
    display: block;
}
.tab-content.margin-bottom .row .ssl-inactive{
    margin-top: 12px;   
}
/*alert customize*/
.alert-warning{
    color: #8c5300;
    background-color: #f9d8a8;
    border-color: #ffdeae;
}
















