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

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*/

html{
/*background: url('https://www.jubileewebhost.com/bg.png') repeat;*/
background-color: #fff;
background-attachment: fixed;
}

body{
width:100%;
/*max-width:1225px;*/
min-height:100%;
margin:0 auto 0 auto;
background:#fff;
}

#main-body{
background:#fff;
margin-left:auto;
margin-right:auto;
/*max-width:1225px;*/
width:100%;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #c762cb;
    border: 0;
    min-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}



.navbar-main .navbar-nav li a {
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 20px 20px;
    box-shadow: 0 0px 0 rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: 0 0px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.25);
}

.navbar-main .navbar-nav li ul li a {
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 500 !important;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}
.navbar-main .navbar-nav li ul li a:hover, .navbar-main .navbar-nav li ul li a:focus {
    background-color: #f5f5f5;
    color: #c762cb;
}

.navbar-main .navbar-nav li a:hover,.navbar-main .navbar-nav li a:focus,.navbar-main .navbar-nav li a:active{
    background: #fff !important;
    color: #c762cb !important;
}



html input, select{
    padding: 7px;
    border-radius: 3px;
    border: #c762cb solid 1px;
}

.btn-success,a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #c762cb;
    border:#c762cb;
    color: #fff;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    //float: left;
    font-family: 'Roboto', sans-serif;
    padding: 8px;
    background-color: #c762cb;
    border: 0px;
  //font-size: 18px;
   font-weight: 300;
    color: #fff;
    //text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 3px;
    //margin-left: 10px;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,.btn-success:hover {
    background:#fff;
    border: #c762cb solid 1px;
    color: #c762cb
}

.badge {
    background-color: #c762cb;
}

.safe-order-msg {
    background-color:#5cb85c;
    color:#fff;
    text-align:center;
    padding:8px 12px;
}
.safe-order-msg p{
   font-weight:400;
   font-size: 16px;
}

.footer-msg{
margin:0 -15px;
}

.domain-checker-container {
    background-color: #c762cb;
    background: -webkit-gradient(linear,0 0,0 100%,from(#c762cb),to(#f5f5f5));
    background: -webkit-linear-gradient(top,#f5f5f5,#c762cb);
    background: -moz-linear-gradient(top,#f5f5f5,#c762cb);
    background: -ms-linear-gradient(top,#f5f5f5,#c762cb);
    background: -o-linear-gradient(top,#f5f5f5,#c762cb);
}

.btn-primary {
    color: #fff;
    background-color: #c762cb;
    border-color: #c762cb;
}

.btn-primary:hover {
    color: #c762cb;
    background-color: #fff;
    border-color: #c762cb;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.icheckbox_square-blue, .iradio_square-blue{
background-image:none;
background-color: #c762cb;
}

#footer p {
    border-top-color:#c762cb;
}


element.style {
}
#registration .prepend-icon .field-icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 36px;
    color: inherit;
    line-height: 36px;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none;
}
#registration label {
    font-weight: 300;
    color: #666;
    font-size: 13px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
label {
    cursor: default;
}





/*.form-control {
    display: block !important;
    width: 100% !important;
    height: 34px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}*/
/*
.login-input{
margin-top:20px;
margin-bottom:10px;
}*/



/*===================================
   HEADER
=====================================*/
.header-top{
    width: 100%;
    min-height: 90px;
    background: #fff;
    font-family: 'Roboto',sans-serif;
	margin:0;
	padding:0;
}
.header-top-left{
	margin-top:10px;
	position:relative;
	display: block;
}
.header-top-right{
	margin-top:10px;
	text-align:center;
	color: #2a363f;
    font-weight: 300;
    letter-spacing: .25px;
    position:relative;
    display: block;
}
.header-top-right .but,.header-top-right .chat{
	margin: 15px 4px 8px;
	vertical-align:middle;
}

#logo img{
	height:55px;
	width:auto;
	display: block;
}
@media screen and (max-width: 768px){
	#logo img,.logo img,section#header .logo img{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		display: block
}
}
.chat a{
	background:#7ad03a;
	border-radius:5px;
	font-size: 13px;
	padding:8px 4px;
	color:#ffffff;
	transition: all .2s ease;
	position:relative;
    text-transform: uppercase;
	display:block;
}
.chat a:hover{
	padding: 9px;
	background:#555;
	color:#ffffff;
	text-decoration:none;
}
.call-us-phone{
    margin: 8px 4px 0;
  	position:relative;
	display:block;
	text-align:left; 
}
.call-us-phone a{
	font-size:18px;
	color: #2a363f;
	transition: all 0.3s ease;
}
.call-us-phone a:hover{
	color: #86c724;
	font-size:19px;
	text-decoration:none;
}
.fa-whatsapp-square,.fa-whatsapp{
	color: #86ff24;
}
.header-top .but a{
    font-size: 13px;
    font-weight: 500;
    padding: 8px 4px;
	background: #c762cb;
    color: #fff;
    border-radius: 20px;
    transition: all .2s ease;
	position:relative;
    text-transform: uppercase;
	display:block;
}
.header-top .but a:hover{
	padding-bottom: 9px;
	padding-top:9px;
	background: #555;
    color: #fff;
    text-decoration:none;
}

/*===============================
SECURE ORDER MESSAGE SECTION
===============================*/

.secure-order-section{
    background:#c762cb !important;
    border-radius:20px 20px 0 0 !important;
    -webkit-border-radius:20px 20px 0 0 !important;
    -moz-border-radius:20px 20px 0 0 !important;
}
.secure-order-left{
   padding:0;
   margin-left:auto;
   margin-right:auto;
   text-align:right;
}
.secure-order-img{
    float:left;
    height:30px;
    margin:5px 5px 0 0;
}
.secure-order-header{
    color:#fff; 
    padding: 5px 0 0; 
    text-align:left;
    font-size:22px;
    font-weight:900;
}
.secure-order-msg{
    color:#fff;
    padding: 5px 0 0;
    text-align:right;
    font-size:14px;
}
@media screen and (max-width: 768px){
	.secure-order-msg,.secure-order-header{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		display: block;
		padding:0;
    }
    .hide-mobile{
        display:none;
    }
    .center-mobile{
        text-align:center;
		margin-left:auto;
		margin-right:auto;
		
		display: block;
    }
}


















.footer {
    float: left;
    width: 100%;
}
rticle, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
.footer .ftop {
    float: left;
    width: 100%;
    height: 130px;
    background: #fff url(https://www.jubileewebhost.com/i/wp-content/themes/arkahost/assets/images/footer-img1.png) no-repeat center top;
    background-size: 1920px 130px;
}
.footer .ftop .left {
    float: left;
    width: 33.1%;
    margin-top: 32px;
    text-align: right;
}
.footer .ftop .left h4 {
    margin-bottom: 5px;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
    font-weight: 300;
}

.caps {
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-style: normal;
}
.footer .ftop .left h4 {
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2a363f;
    letter-spacing: 0.5px;
}
b, strong {
    font-weight: bold;
}

.footer .ftop .left h1 {
    color: #c762cb;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    color: #058;
    font-size: 28px;
    line-height: 30px;
}
.kb-article-content .h2, .kb-article-content h2 {
    font-size: 26px;
}



.footer .ftop .right {
    float: right;
    width: 50%;
    margin-top: 50px;
}
.container:after {
    clear: both;
}

.container:before, .container:after {
    display: table;
    content: "";
}
.footer .secarea {
    float: left;
    width: 100%;
    padding: 75px 0px 35px 0px;
    background: #2a363f url(https://www.jubileewebhost.com/assets/wp-content/themes/arkahost/assets/images/footer-bg-graph.png) no-repeat center bottom;
}
body .one_fourth {
    width: 22%;
}
body .one_half, body .one_third, body .one_fourth, body .two_third, body .three_fourth, body .one_fifth, body .onecol_forty, body .onecol_sixty, body .onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left;
}
.last {
    margin-right: 0 !important;
    clear: right;
}

.aliright {
    text-align: right;
}
.footer .secarea aside.widget {
    display: inline-block;
    margin-bottom: 25px;
}
.footer .secarea h3.widget-title {
    margin-bottom: 14px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
    text-transform: capitalize;
}

h3.widget-title {
    margin-bottom: 30px;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    clear: both;
    width: 100%;
    text-transform: uppercase;
}
a {
    color: #c762cb;
}
.footer  .secarea aside.widget ul li,.footer  .secarea aside.widget ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
.footer  .secarea aside.widget ol, .footer  .secarea aside.widget ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.footer .secarea .address {
    float: left;
    width: 100%;
    color: #aaa;
    text-align: right;
}
.footer .secarea .address a{
    color: #aaa;
}
.footer{
    line-height: 23px;
}
.copyrights {
    float: left;
    width: 100%;
    background: #1c2329;
    padding: 35px 0px 30px 0px;
    color: #8e9194;
    font-size: 13px;
}
.copyrights a{
    color: #8e9194;
}
body .one_half {
    width: 48%;
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(https://www.jubileewebhost.com/assets/wp-content/themes/arkahost/assets/images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}

.cartItemCount{
    background:#3333ff;
    padding:3px;
    border-radius:15px;
}

.panel>.list-group .list-group-item{
    text-transform:none;
}

.main-content {
    min-height: 500px !important;
}

#order-standard_cart .products .product div.product-desc p,#order-standard_cart .products .product div.product-desc li{
    font-size: 14px;
}
#main-body .main-content .kbarticles a,
#main-body .main-content .kbarticles p,
#main-body .main-content .kb-article-content {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}

.main-content li,.main-content p {
    margin-bottom:15px;
    margin-top:12px;
}

.kbcategorylist{
    margin-top:15px;margin-bottom:15px;
}

.kbcategorylist h3, .kbcategory-articles-list h3{
    font-size:19px;
    color: #c762cb;
    font-weight:600;
}

.kbcategorylist h3:hover,.kbcategorylist h3:focus, .kbcategory-articles-list h3:hover,.kbcategory-articles-list h3:focus{
    color: #333;
}

.kbcategory-articles-list{
    margin-top:20px;margin-bottom:15px;
}

.featured-tld .price.biz {
   background-color: rgb(0,0,102);
   color: #fff;
}
.featured-tld .price.org {
    background-color: #ffc00e;
    color: #fff;
}
.featured-tld .price.info {
 background-color: rgb(0,0,90);
    color: #fff;
}
#Primary_Navbar-Servers .caret,#Primary_Navbar-Hosting .caret,#Primary_Navbar-Security .caret,#Primary_Navbar-Extras .caret,#Primary_Navbar-Domains .caret  {
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom:none;
    margin-left:0;
}
.navbar-nav>li>a {
    text-shadow: 0 0px 0 rgba(255,255,255,0.25);
}
.nav>li>a {
    padding-left: 32px;
    padding-right: 34px;
    background: url('https://www.jubileewebhost.com/assets/wp-content/themes/arkahost/assets/images/menu-vline.png') repeat-y right top;
}
.navbar-nav>li>a {
    box-shadow: 0 0px 0 rgba(255,255,255,0.25);
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
}

#main-menu {
background-color: #c762cb !important;
}

.sidebar .list-group-item .badge {
    background:#c762cb;
    color:#fff;
}
.sidebar .list-group-item .badge:hover,.sidebar .list-group-item .badge:focus {
    background:#fff;
    color:#444;
    border:1px solid #c762cb;
}
div.header-lined h1 small{
    display:none;
}

/*************************
Footer blog section styling
**********************************************/

.rpwe-block
ul{list-style:none !important;margin-left:0 !important;padding-left:0 !important}.rpwe-block
li{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px;list-style-type:none}.rpwe-block
a{display:inline !important;text-decoration:none}.rpwe-block
h3{background:none !important;clear:none;margin-bottom:0 !important;margin-top:0 !important;font-weight:400;font-size:12px !important;line-height:1.5em;color:#c762cb !important}.rpwe-thumb{border:1px
solid #eee !important;box-shadow:none !important;margin:2px
10px 2px 0;padding:3px
!important}.rpwe-summary{font-size:12px}.rpwe-time{color:#bbb;font-size:11px}.rpwe-comment{color:#bbb;font-size:11px;padding-left:5px}.rpwe-alignleft{display:inline;float:left}.rpwe-alignright{display:inline;float:right}.rpwe-aligncenter{display:block;margin-left:auto;margin-right:auto}.rpwe-clearfix:before,.rpwe-clearfix:after{content:"";display:table !important}.rpwe-clearfix:after{clear:both}.rpwe-clearfix{zoom:1}