
/* ---------------------------------------------
        top toolbar
--------------------------------------------- */
.header_top_toolbar {
	background: #282828;
	height: 49px;
}

.container-fluid.without-padding {
	overflow-x: visible !important;
	padding-right: 15px; 
	padding-left: 15px; 
}

#order-standard_cart .field, #order-standard_cart .form-control {
	width: 80% !important;
}
.form-horizontal .form-group {
	margin-bottom: 20px;
	text-align: left;
}
.form-horizontal {
	text-align: center;
}
.form-horizontal .control-label {
	margin-bottom: 15px !important;
}
#inputKnowledgebaseSearch {
	width: 89%;
}
section#header .row {
    display: flex;
}
.header_social, 
.header_login {
	display: inline-block;
	line-height: 49px;
}
.header_contact {
	line-height: 49px;
}
.top_toolbar_right {
	text-align: right;
}
.header_contact a {
	font-size: 14px;
	color: #dddddd;
	font-weight: 300;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.header_contact a:hover{
    color: #ffc000;
}
.header_contact a:hover span{
    color: #ddd;
}
.header_contact a:hover i{
    color: #ddd;
}
.header_contact a::after {
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	height: 100%;
	width: 1px;
	background: #ddd;
    line-height: 49px;
}
.header_contact a span{
    font-weight: 400;
    margin-right: 4px;
}
.header_contact a i{
    margin-right: 5px;
}
.header_contact a:first-child {
	padding-left: 0px;
}
.header_contact a:last-child:after {
	display: none;
}
.header_login a {
	font-size: 14px;
	font-weight: 400;
	color: #ddd;
    padding: 0px 14px;
    position: relative;
}
.header_login a:hover{
    color: #ffc000;
}
.header_login a:after{
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	height: 100%;
	width: 1px;
	background: #ddd;
    line-height: 49px;
}
.header_login a:last-child:after{
    display: none;
}
.header_social a i {
	font-size: 14px;
	color: #ddd;
}
.header_social a:hover i {
    color: #ffc000;
}
.header_social a{
    padding: 0px 5px;
}
.header_login {
	margin-right: 20px;
}
/* ---------------------------------------------
        top toolbar
--------------------------------------------- */

/* ---------------------------------------------
        mainmenu
--------------------------------------------- */
.header_logo a {
	display: inline-block;
    line-height: 100px;
}
.header_mainmenu ul li {
	display: inline-block;
}
.header_mainmenu {
	text-align: right;
    height: 100px;
}
.header_mainmenu ul li a {
	font-size: 18px;
	color: #0c112a;
	font-weight: 400;
	padding: 0px 20px;
	line-height: 100px;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.header_mainmenu ul li.current_page_item > a {
	color: #0e5077;
}
.header_mainmenu ul li:hover > a {
	color: #0e5077;
}
.header_mainmenu ul li:last-child a{
    padding-right: 0px;
}
.header_mainmenu > ul > li > a > i {
	font-size: 20px;
	color: #0e5077;
}
.header_mainmenu > ul > li a.current_page {
	color: #76e056;
}

/*dropdown*/
.header_mainmenu ul li ul.dropdown_menu li a::before {
    line-height: 40px;
    width: 120%;
}
.dropdown_menu li{
    display: block !important;
}
.dropdown_menu {
	position: absolute;
	left: auto;
	top: 100%;
	width: 235px;
	height: auto;
	background: #fff;
	z-index: 4;
	text-align: left;
	box-shadow: 1px 0px 3px rgba(118, 224, 86, 0.4);
	transform: scaleY(0);
	transform-origin: top left;
	padding: 15px 0px;
	transition: 0.5s;
}
.dropdown_menu li a {
	line-height: 35px !important;
	font-size: 16px !important;
}
.header_mainmenu ul li:hover .dropdown_menu{
    transform: scaleY(1);
}
/*dropdown*/

/*search area*/
.last_menu:hover .last_menu_form{
    transform: scaleY(1);
}
.last_menu_form {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
    transform: scaleY(0);
    transform-origin: top left;
    transition: 0.5s;
}
.last_menu_form input {
	width: 280px;
	height: 50px;
	padding-left: 15px;
	border: none;
	border-radius: 5px;
	background: #fff;
	color: #0c112a;
}
.last_menu_form input::placeholder{
    color: #0c112a;
}
.last_menu_form button {
	position: absolute;
	right: 0;
	height: 100%;
	background: #0e5077;
	width: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	top: 0;
	border: none;
	box-shadow: none;
}
.is-sticky #header_nav {
	background: #fff;
	z-index: 999 !important;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}
#header_nav{
	/*transition: 0.1s;*/
}
/*search area*/

/*mega menu area*/
.mega_menu {
	position: absolute;
	background: #fff;
	z-index: 9;
	left: 0;
	top: 100%;
	box-shadow: 1px 0px 3px rgba(118, 224, 86, 0.4);
	z-index: 2;
	transform: scaleY(0);
	transform-origin: top left;
	width: 100%;
	height: auto;
	padding: 30px;
	transition: 0.5s;
}
.m_service {
	width: 33%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.header_mainmenu ul li:hover .mega_menu {
	transform: scaleY(1);
}
.header_mainmenu ul li .mega_menu li > a {
	line-height: 30px;
	padding: 0px;
	font-size: 16px;
	display: block;
}
.header_mainmenu ul li .mega_menu .m_service_menu li {
	display: block;
	margin-bottom: 30px;
}
.header_mainmenu ul li .mega_menu .m_service_menu li:last-child {
	display: block;
	margin-bottom: 0px;
}
.header_mainmenu ul li .mega_menu .m_service_menu_two li {
	display: block;
}
.m_service_title h5 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	display: inline-block;
	color: #0c112a;
}
.m_service_menu li a strong {
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 10px;
	font-weight: 600;
	color: #0c112a;
	font-size: 18px;
}

.m_service_menu li:hover a strong{
	color: #76e056;
}
.m_service_menu li:hover a strong span{
	color: #76e056;
}
.m_service_menu li:hover a i{
	color: #76e056;
}
.m_service_menu li a strong span {
	font-weight: 400;
	display: block;
	font-size: 16px;
	color: #606060;
}
.m_service_menu li a i {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	color: #606060;
	vertical-align: top;
}
.advertise_rate {
	text-align: center;
	padding: 30px;
	background: #e1e1e1;
	border-radius: 10px;
}
.advertise_rate_currency p strong {
	display: block;
	font-size: 35px;
	font-weight: 700;
    color: #0c112a;
}
.m_service_menu li .advertise_rate_button a {
	height: 40px;
	background: #fff;
	line-height: 40px;
	width: 160px;
	display: inline-block;
	border-radius: 30px;
	padding-left: 0;
	color: #fff;
	border-radius: 5px;
	background: #363636;
    position: relative;
    z-index: 1;
}
.m_service_menu li .advertise_rate_button a::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	background: #fff;
	content: "";
	border-radius: 50%;
    z-index: -1;
}
.m_service_menu li .advertise_rate_button a:hover:after{
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: rgba(255,255,255,0.1);
	border-radius: 4px;
}
.advertise_rate_desc {
	margin-top: 10px;
	margin-bottom: 23px;
}
.advertise_rate_currency b {
	color: #606060;
}

/*mega menu area*/

/*mobile menu area*/
#mobile-nav-wrap {
	display: none;
	background: #fff;
}
#mobile-nav-wrap #mobile-logo {
    line-height: 100px;
    float: left;
}
#mobile-nav-wrap.mnav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    animation: headerFixedTop .35s;
}
.mobile_toolbar {
	background: #282828;
}
.mobile_toolbar .header_login a {
	padding: 0px 6px;
}
.mobile_toolbar .header_login a:first-child {
	padding-left: 0px;
}
.mobile_toolbar .header_login {
	margin-right: 13px;
}
.mobile-menu-inner {
    display: block;
    width: 100%;
    text-align: center;
    background : #ffc000;
    padding-bottom: 50px;
    position: absolute;
    z-index: 9999;
    left: -100%;
    transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    height: 100vh;
}
.mobile-menu-inner.mnav-fixed {
    position: fixed;
}
.mobile-menu-inner #mobile-logo {
    margin-bottom: 30px;
}
.mobile-menu-inner .mob-nav {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
.mobile_accor_togo {
	height: 100px;
	background: #fff;
	padding: 0px 15px;
}
.mobile_accor_logo {
	text-align: left;
	line-height: 100px;
}
.accordion-menu {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 50px;
    text-align: left;
    border-radius: 4px;
}
.accordion-menu > li {
    position: relative;
}
.accordion-menu > li.single-link {
    margin: 3px 0;
}
.accordion-menu > li .dropdownlink:before {
    content: "\f105";
    position: absolute;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
.accordion-menu > li.open .dropdownlink:before {
    content: "\f107";
    position: absolute;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
.accordion-menu > li > a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 0;
    color: #fff;
}
.accordion-menu .accordion-menu li.open .dropdownlink {
    color: #3d0e03;
}
.accordion-menu .accordion-menu li.open .dropdownlink .fa-angle-down {    
    transform: rotate(180deg);
}
.accordion-menu .accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}
.accordion-menu .dropdownlink {
    cursor: pointer;
    display: block;
    padding: 3px 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all 0.4s ease-out;
}
.accordion-menu .dropdownlink i {
    position: absolute;
    top: 13px;
    left: 16px;
    font-size: 14px;
}
.accordion-menu .dropdownlink .fa-angle-down {
    right: 12px;
    left: auto;
}
.accordion-menu .dropdownlink:last-child {
    border-bottom: none;
}
.accordion-menu .submenuItems {
	display: none;
	background: transparent;
	padding-left: 30px;
	margin: 10px 0px;
}
.accordion-menu .submenuItems li:last-child {
    border-bottom: none;
}
.accordion-menu .submenuItems a {
    display: block;
    color: #FFF;
    transition: all 0.4s ease-out;
    text-decoration: none;
    font-size: 18px;
}
#moble-search input[type="text"] {
	background: #fff;
	height: 45px;
	color: #ffc000;
	border: 0;
	padding: 0 10px;
	width: 100%;
	outline: 0;
	border-radius: 30px;
}
#moble-search input[type="text"]::-webkit-input-placeholder {
    color: #ffc000;
}
#moble-search input[type="text"]:-ms-input-placeholder {
    color: #ffc000;
}
#moble-search input[type="text"]::placeholder {
    color: #ffc000;
}
#moble-search button[type="submit"] {
	background: transparent;
	border: 0;
	color: #ffc000;
	position: absolute;
	right: 15px;
	line-height: 45px;
}
@keyframes headerFixedTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mask-overlay {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.active .mobile-menu-inner {
    left: 0;
}

.close-menu {
	position: absolute;
	right: 20px;
	top: 0;
	width: 30px;
	line-height: 100px;
}

.mobile_toolbar .top_toolbar_right {
	text-align: left;
}
.mobile_toolbar .header_social,
.mobile_toolbar .header_login {
	display: inline-block;
	line-height: 49px;
	width: 48%;
}
.mobile_toolbar .header_social{
    text-align: right;
}
.close-menu .bar {
    display: block;
    position: relative;
    margin-bottom: 3px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}
.footer-social-link li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
    margin: 0px 5px;
}
.footer-social-link {
	margin-top: 30px;
	padding-bottom: 50px;
}
.footer-social-link li a {
	color: #fff;
}
.mobile-menu-inner .accordion-menu {
	padding: 20px;
}
#moble-search {
	margin: 0px 20px;
	position: relative;
}
.close-menu .bar:first-child {
    margin-bottom: 5px;  
    transform: rotate(-45deg) translate(-6px, 6px);
}

.close-menu .bar:last-child {  
 transform: rotate(45deg) translate(1px, 1px);
}
.whc_widget_brand a {
	display: inline-block;
}
.toggle-inner {
	width: 50px;
	height: 100px;
	background: transparent;
	text-align: right;
	float: right;
    cursor: pointer;
}
.toggle-inner::after {
	display: block;
	clear: both;
	content: "\f0c9";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
	line-height: 100px;
	font-size: 20px;
	color: #79ed56;
}
.close-menu i {
	color: #79ed56;
	line-height: 100px;
	top: 0;
	position: relative;
	font-size: 27px;
}
/*mobile menu area*/
section#main-menu {
	background-color: #0e5077;
	height: 80px;
}
#nav {
	height: 80px;
}
/* ---------------------------------------------
        mainmenu
--------------------------------------------- */
#header_nav .row {
	display: inline-block;
	width: 100%;
}
section#header {
	background-color: #282828;
	height: 49px;
	padding: 0;
}
.header_contact a,
ul.top-nav > li > a,
.navbar-nav > li > a {
	font-size: 14px;
	color: #dddddd;
	font-weight: 300;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.navbar-nav.navbar-right > li > a {
	padding-right: 30px;
}
.header_contact a {
	line-height: 50px;
}
.header_contact a:hover, 
.nav > li > a:focus,
.nav > li > a:hover,
ul.top-nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus, 
.nav .open > a:hover {
	color: #ffc000;
	text-decoration: none;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
	background-color: transparent;
	border-color: none;
	color: #ffc000;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}
ul.top-nav > li.primary-action {
	 border-left: solid 0px #ddd; 
}

ul.top-nav > li.primary-action > a.btn {
	height: 30px;
	color: #fff;
	text-transform: capitalize;
	background: #0e5077;
	padding: 0px 15px;
	display: inline-block;
	line-height: 30px;
	border-radius: 3px;
}
.logo {
	display: inline-block;
	line-height: 100px;
}
.navbar-main .navbar-nav > li > a {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding: 0px 20px;
	line-height: 80px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #ffc000;
}

.domain_register_area.whmcs_banner {
	position: relative;
	z-index: 1;
}

.dm_register_heading h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	line-height: 60px;
}
.dm_register_heading {
	margin-bottom: 50px;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
section#home-banner {
	padding: 155px 0 175px;
}
section#home-banner h2 {
	padding: 0;
	margin-bottom: 40px;
}
#default-captcha-domainchecker p {
	margin-bottom: 20px;
}
.captchaimage {
	margin-top: 6px;
}
.domain-search {
	padding: 22px 48px;
	background-color: #ffc000;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 7px;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.domain_name_list ul li {
	display: inline-block;
}
.input-group {
	display: block;
	text-align: left;
}
.input-group-btn, .form-group {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
section#home-banner .form-control {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	font-weight: 400;
	height: 60px;
	border-radius: 5px;
}
section#home-banner .btn.search ,
section#home-banner .btn.transfer {
	width: 136px;
	height: 60px;
	border: none;
	background: #0e5077;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: -5px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
section#home-banner .btn.transfer {
	background: #282828;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.input-group-btn {
	display: inline-block;
	width: auto;
}
.form-group {
	width: calc(100% - 292px);
	margin-right: 25px;
}
.domain_name_list ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 9px;
	margin-top: 15px;
}
.domain_name_list li.com {
	color: #666666;
}
.domain_name_list li.net {
	color: #666666;
}
.domain_name_list li.org {
	color: #ec2c22;
}
.domain_name_list li.me {
	color: #c0730e;
}
.domain_name_list li.edu {
	color: #4779fa;
}
.domain_name_list li.shop {
	color: #348c19;
}
.domain_name_list ul {
	padding-left: 0;
}
#default-captcha-domainchecker #inputCaptcha {
	width: 150px;
	height: 40px;
	border-radius: 3px;
	margin-left: 15px;
	padding-left: 15px;
}
.captcha_area a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}
.captcha_area {
	margin-top: 26px;
}
a, a:hover {
	text-decoration: none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 0 15px;
	clear: both;
	font-weight: 400;
	line-height: 3;
	color: #333;
	white-space: nowrap;
}
.navbar-main .navbar-nav .dropdown-menu > .active > a, .navbar-main .navbar-nav .dropdown-menu > .active > a:focus, .navbar-main .navbar-nav .dropdown-menu > .active > a:hover, .navbar-main .navbar-nav .dropdown-menu > .open > a, .navbar-main .navbar-nav .dropdown-menu > .open > a:focus, .navbar-main .navbar-nav .dropdown-menu > .open > a:hover, .navbar-main .navbar-nav .dropdown-menu > li > a:focus, .navbar-main .navbar-nav .dropdown-menu > li > a:hover {
	color: #0e5077;
	background-color: transparent;
}
.nav .nav-divider {
	margin: 0;
}
.btn_two:hover {
	color: #fff;
	background: #0e5077;
}
/* ---------------------------------------------
       Pricing CSS
--------------------------------------------- */
.pricing_title {
	text-align: center;
	height: 83px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pricing_title h3 {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 83px;
}
.sn_price_border {
	border: 1px solid #ddd;
	text-align: center;
    padding: 32px 0px 40px;
}
.pricing_currency h2 {
	font-size: 40px;
	color: #0e5077;
	font-weight: 800;
}
.pricing_currency h2 span,.pricing_currency h2 sup{
    font-size: 20px;
}
.pricing_currency span{
    font-size: 20px;
    color: #6a7483;
    font-weight: 600;
}
.pricing_currency {
	margin-bottom: 26px;
}
.pricing_list ul li a {
	font-size: 18px;
	color: #6a7483;
	font-weight: 600;
}
.pricing_list ul li a:hover {
	color: #0e5077;
}
.pricing_list ul li{
    margin-bottom: 7px;
}
.pricing_btn a i {
	margin-left: 2px;
}
.pricing_btn {
	margin-top: 31px;
}
.single_price {
	margin-top: -83px;
	position: relative;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1;
}
.price_feature {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 84px;
	z-index: -1;
}
.price_feature img {
	height: 100%;
}
.pricing_area {
	padding-bottom: 83px;
}
li,ul {
	list-style: none;
}
ul{
	padding-left: 0;
}
/* ---------------------------------------------
       Pricing CSS
--------------------------------------------- */
.domain_promo_area_two {
	padding: 70px 0px;
}
.hw_can_help h2 {
	font-size: 40px;
	color: #0c112a;
	font-weight: 400;
	line-height: 60px;
	margin-bottom: 15px;
}
.hw_can_help p {
	font-size: 16px;
	color: #0c112a;
	line-height: 30px;
	margin-bottom: 30px;
}
.hw_can_help_list ul li {
	font-size: 16px;
	color: #0c112a;
	line-height: 30px;
}
.hw_can_help_list ul li i {
	margin-right: 7px;
    color: #0e5077;
}
.hoster_module_area {
	position: relative;
	height: 652px;
}
.hstr_mdle_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%,-50%);
}
.hstr_mdle_bg a {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 99px);
	text-align: center;
	border-radius: 50%;
}
.hstr_mdle_bg a {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 99px);
	text-align: center;
	border-radius: 50%;
}
.hstr_mdle_bg a i {
	font-size: 100px;
	color: #fff;
}
.hstr_mdle_content h3 {
	font-size: 40px;
	font-weight: 800;
	color: #0c112a;
	line-height: 45px;
	margin: 0;
}
.hstr_mdle_content h4 {
	font-size: 30px;
	color: #0c112a;
	line-height: 45px;
	margin: 0;
	margin-top: -100px;
}
.hstr_mdle_list p {
	font-size: 16px;
	color: #6a7483;
	font-weight: 600;
	margin: 20px 0px;
}
.hstr_mdle_list ul li {
	font-size: 18px;
	color: #0c112a;
	line-height: 30px;
}
.hstr_mdle_list ul li i {
	font-size: 18px;
	color: #0e5077;
	margin-right: 6px;
}
.hstr_mdle_content {
}
.hoster_module_area .col-lg-6 {
	display: table;
	height: 100%;
}
.hstr_mdle_content {
	display: table-cell;
	vertical-align: middle;
}
.hoster_module_area .container {
	height: 100%;
}
.hoster_module_area .container .row {
	height: 100%;
}
.btn_two {
	height: 50px;
	text-align: center;
	line-height: 46px;
	background: transparent;
	border-radius: 5px;
	display: inline-block;
	font-size: 18px;
	color: #0e5077;
	font-weight: 700;
	padding: 0px 37px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	vertical-align: middle;
	border: 2px solid #0e5077;
}
blockquote {
	padding: 10px 0px;
	border-left: 0;
}
.single_asked {
	width: 46%;
	display: inline-block;
	margin-left: -4px;
	text-align: center;
	padding: 49px 0px;
	margin: 10px 10px;
	border-bottom: 6px solid transparent;
	border-radius: 6px;
	border: 1px solid #ddd;
	height: 193px;
	transition: 0.3s;
}
.single_asked i {
	font-size: 40px;
	color: #6a7483;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single_asked h3 {
	font-size: 25px;
	color: #6a7483;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 5px;
}
.single_asked a {
	opacity: 0;
	margin-top: 20px;
	transition: 0.3s;
}
.single_asked a, .single_asked a i {
	font-size: 16px;
	color: #0e5077;
}
.single_asked:hover {
	border: 1px solid transparent;
	border-bottom: 6px solid #0e5077;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.single_asked:hover > i {
	color: #0e5077;
}
.single_asked:hover a {
	opacity: 1;
}

a {
	text-decoration: none;
}
.whmch_whost_partner_slider {
	text-align: center;
	margin-bottom: 39px;
}
.whmch_whost_partner_slider {
	width: 60%;
	margin: 0 auto;
}
.single_whmch_partner {
	display: inline-block;
	margin: 0px 15px;
	text-align: center;
}
.single_whmch_partner a {
	display: inline-block;
}
.label.label-default {
	background: #0e5077;
}
.announcement-single h3 a {
	color: #0c112a;
}
.announcement-single h2 {
	margin-bottom: 20px;
	color: #3e414d;
	margin-top: 20px;
}

.announcement-single h3 {
	font-size: 40px;
	 color: #fff; 
	font-weight: 400;
	margin-bottom: 20px;
}
.announcement-single p {
	font-size: 16px;
	color: #0c112a;
	font-weight: 600;
	line-height: 28px;
	margin-top: 10px;
}
div.announcement-single .label.label-warning {
	margin-right: 10px;
	display: block !important;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: transparent;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px;
	color: #0e5077;
	font-weight: 700;
	padding: 0px 37px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	vertical-align: middle;
	width: 175px;
	margin-top: 30px;
	border: 2px solid #0e5077;
	transition: 0.5s;
}
div.announcement-single .label.label-warning:hover {
	color: #fff;
	background: #0e5077;
}
.login-form .form-group {
	width: 100%;
	margin-right: 25px;
}
/* ---------------------------------------------
       Footer CSS
--------------------------------------------- */
.footer_area .row.footer_top{
    padding: 83px 0px;
}
.footer_area .row.footer_bottom{
    padding-bottom: 44px;
}
.widget_title h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 40px;
}
.widget_desc{
	font-size: 16px;
	color: #9aa9bf;
	line-height: 28px;
    margin-bottom: 40px;
}
.widget_social a {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-right: 5px;
}
.widget_social a:hover {
	transform: rotate(-45deg);
}
.widget_social a:hover i{
	transform: rotate(45deg);
}
.widget_social a.facebook {
	background: #3b5999;
}
.widget_social a.twitter {
	background: #55acee;
}
.widget_social a.ggl_plus {
	background: #76e056;
}
.widget_social a.ggl_plus {
	background: #76e056;
}
.widget_social a.pin {
	background: #df2029;
}
.widget_social a.dribbble {
	background: #ea4c89;
}
.widget_social a.tumblr {
	background: #34465d;
}
.widget_footer_menu_list ul li a,
.widget_service_menu_list ul li a {
	font-size: 16px;
	color: #9aa9bf;
	font-weight: 400;
	line-height: 40px;
    display: block;
	border-bottom: 1px solid #33374a;
}
.widget_footer_menu_list ul li:last-child a,
.widget_service_menu_list ul li:last-child  a{
    border: none;
}
.footer_area.two .widget_footer_menu_list ul li a:hover, .footer_area.two .widget_service_menu_list ul li a:hover {
	color: #f7f7f7;
}
.widget_footer_menu_list ul li:last-child,
.widget_service_menu_list ul li:last-child{
	border-bottom: 0px solid #33374a;
}
.whc_widget_bottom .btn_two:hover {
	border: 2px solid transparent;
	background: #0e5077;
}
.widget_newsletter legend {
	font-size: 16px;
	color: #9aa9bf;
	line-height: 31px;
}
.btn_two:hover {
	color: #fff;
	background: #0e5077;
}
.form_nl_group {
	margin-bottom: 15px;
}
.form_nl_group input {
	width: 100%;
	height: 48px;
	background: transparent;
	border: 1px solid #33374a;
	padding-left: 20px;
	border-radius: 3px;
	font-size: 16px;
	color: #7284a0;
}
.form_nl_btn input {
	width: 100%;
	background: #76e056;
	border: none;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
}
.form_nl_btn input {
	width: 100%;
	background: #0e5077;
	border: none;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
    cursor: pointer;
}
.widget_payment_process p {
	font-size: 12px;
	color: #9dadc4;
	display: block;
}
.widget_payment_process p span{
    display: inline-block;
    border-bottom: 1px solid #9dadc4;
}
.widget_payment_process p {
	font-size: 12px;
	color: #9dadc4;
	display: block;
	margin-bottom: 25px;
	margin-top: 10px;
}
.widget_about_two .widget_desc {
	margin-bottom: 25px;
}
.widget_warenty a {
	margin-right: 20px;
}
.copyright p {
	font-size: 16px;
	color: #c8c8c8;
	font-weight: 300;
	line-height: 40px;
}
.copyright p a {
	color: #fff;
}
.copyright p a:hover{
    color:#0e5077;
}
.back_to_top p {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.back_to_top p:hover {
	color: #0e5077;
}
.back_to_top p i {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 31px;
	margin-left: 13px;
	border: 2px solid #0e5077;
    font-size: 16px;
    color: #0e5077;
}
#twitter_feed ul li {
	font-size: 16px;
	color: #9aa9bf;
	margin-bottom: 20px;
}
.interact a {
	margin: 0px 5px;
}
.footer_area {
	background: url(images/ftr-style-two-bg.png) no-repeat scroll 0 0/cover;
	background-color: #282828;
	padding-top: 0px;
}
.footer_bottom {
	background: url(images/ftr-bottom-style-two-bg.png) no-repeat scroll center center/cover;
	background-color: #393938;
	padding: 25px 0px;
}
.widget_desc {
	font-size: 16px;
	color: #c8c8c8;
	line-height: 28px;
}
.widget_footer_menu_list ul li a, .widget_service_menu_list ul li a {
	font-size: 16px;
	color: #9aa9bf;
	font-weight: 400;
	line-height: 40px;
	display: block;
	border-bottom: 1px solid #33374a;
}

.whc_widget_bottom input {
	width: 100%;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 5px;
	background: transparent;
	color: #fff;
	padding: 0px 20px;
	margin: 35px 0px 40px;
}
.whc_widget_bottom .btn_two {
	border: 2px solid #fff;
	color: #fff;
}
.btn_two {
	height: 50px;
	text-align: center;
	line-height: 46px;
	background: transparent;
	border-radius: 5px;
	display: inline-block;
	font-size: 18px;
	color: #0e5077;
	font-weight: 700;
	padding: 0px 37px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	vertical-align: middle;
	border: 2px solid #0e5077;
}
.whc_widget_add a, .whc_widget_bottom p {
	font-size: 16px;
	color: #c8c8c8;
	line-height: 28px;
	display: block;
}
.widget_desc {
	font-size: 16px;
	color: #c8c8c8;
	line-height: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.footer_area.two .widget_footer_menu_list ul li a, .footer_area.two .widget_service_menu_list ul li a {
	border-bottom: 0px solid #33374a;
	line-height: 36px;
	color: #c8c8c8;
}
.whc_widget_brand p {
	line-height: 28px;
	color: #c8c8c8;
	margin: 10px 0px;
	font-size: 14px;
}
.widget_title {
	margin-bottom: 15px;
}
.whc_top {
	margin-bottom: 15px;
}
section#footer .back-to-top i {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 9px;
	margin-left: 0;
	border: 2px solid #0e5077;
	font-size: 13px;
	color: #0e5077;
	opacity: 1;
}
section#footer {
	margin: 0;
	padding: 20px 10px;
	background-color: #393938;
	border-top: 0;
	color: #666;
	font-size: .9em;
}
section#footer p {
	font-size: 16px;
	color: #c8c8c8;
	font-weight: 300;
	line-height: 40px;
}
/* ---------------------------------------------
       Footer CSS
--------------------------------------------- */
@media (min-width: 992px) and (max-width: 1200px){
	.header_contact {
		display: none;
	}
	.navbar-main .navbar-nav > li > a {
	    padding: 0px 8px;
	}
	.top_toolbar_right {
		text-align: center;
	}
	.header_mainmenu span {
		display: none;
	}
	.header_mainmenu ul li a {
		padding: 0px 9px;
	}

	/*.hstr_mdle_bg {
		position: static;
		transform: translate(0,0);
	}*/
	/*.hoster_module_area .col-sm-12 {
		display: block;
		height: auto;
	}*/
	.single_asked {
		width: 45%;
	}
	img {
		width: 100%;
	}
	.single_price {
		margin-top: 80px;
	}
	.col-xs-6.captchaimage img {
		width: auto;
	}
}
@media (max-width: 991px) {
	.container {
		position: relative;
	}
	.header_account {
		margin-right: 0;
	}
	.header_btn {
		padding-bottom: 13px;
	}
	.header_login a {
		padding: 0px 10px;
	}
	.header_contact {
		display: none;
	}
	.top_toolbar_right {
		text-align: center;
	}
	.header_top_toolbar {
		height: auto;
	}
	.header_mainmenu span {
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		width: auto;
		height: auto;
		z-index: 1;
		line-height: 100px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		display: block;
	}
	.header_mainmenu {
		text-align: right;
		height: 100px;
		position: relative;
	}
	.header_mainmenu > ul {
		transform: scaleY(0);
		position: absolute;
		top: 100%;
		background: #fff;
		width: 138%;
		right: 0;
		transform-origin: top left;
		z-index: 9;
	}

	.header_mainmenu > ul.hello {
		transform: scaleY(1);
		transition: 0.5s;
	}
	.header_mainmenu ul li {
		display: block;
		text-align: left;
		position: relative;
	}
	.header_mainmenu ul li a {
		line-height: 47px;
	}
	.dropdown_menu {
		position: static;
		width: 100%;
		box-shadow: none; 
		transform: scaleY(1);
		padding: 0px 0px;
		padding-left: 30px;
		display: none;
	}
	.dropdown-menu {
		left: -126%;
	}
	.btn_one {
		width: 115px;
	}
	.single_price {
		margin-top: 60px;
	}
	.hstr_mdle_bg {
		position: static;
		transform: translate(0,0);
	}
	.hoster_module_area .col-sm-12 {
		display: block;
		height: auto;
	}
	.hoster_module_area {
		height: auto;
		padding-bottom: 50px;
	}
	.whmch_whost_content h3 {
		font-size: 31px;
	}
	.navbar-nav {
		float: right;
		display: none !important;
	}
	#Secondary_Navbar-Account {
		display: none;
	}

    .navbar-nav {
		float: right;
		display: none !important;
	}
	.navbar-toggle {
		margin-top: 32px;
		position: absolute;
		right: 0;
	}
	.logo img {
		width: 100%;
	}
	.navbar-header {
		height: 100px;
	}
	.collapse .nav.navbar-nav {
		display: block !important;
		transform: scaleY(0);
		transition: 0.5s;
	}
	.collapse.in .nav.navbar-nav {
		position: absolute;
		z-index: 99;
		background: #fff;
		margin: 0 auto;
		width: 300px;
		margin: 0;
		right: 10px;
		transform: scaleY(1);
	}
	.navbar-main .navbar-nav > li > a {
		line-height: 50px;
	}
	img {
		width: 100%;
	}
	.hstr_mdle_content h4 {
		margin-top: 0;
	}
	.single_price {
		margin-top: 80px;
	}
	.col-xs-6.captchaimage img {
		width: auto;
	}
	.header_nav {
		display: none;
	}
	.header_top_toolbar {
		display: none;
	}

	#mobile-nav-wrap {
		display: block;
	}
	.mobile_toolbar {
		display: none;
	}
	.navbar-main .navbar-nav > li > a {
		color: #343434;
	}
}
@media (max-width: 767px) {
    /*whmcs*/
    .container {
    	position: relative;
    }

	.mobile_toolbar {
		display: none;
	}
	.header_nav {
		display: none;
	}
	.header_top_toolbar {
		display: none;
	}

	#mobile-nav-wrap {
		display: block;
	}
    .domain_search {
        padding: 10px;
        max-width: 100%;
    }
    .btn_one {
        width: 121px;
    }
    .domain_name_list ul li {
        width: 49%;
    }
    .domain_name_list {
        width: 100%;
    }
    .form_group {
		width: 100%;
	}
    .single_asked {
        width: 100%;
        margin: 10px 0px;
    }
    .select_n_btn {
		width: 100%;
		padding-left: 0;
		margin-top: 17px;
	}
	#default-captcha-domainchecker #inputCaptcha {
		width: 100%;
	}
	.single_price {
		margin-top: 30px;
	}
	.hstr_mdle_bg {
		position: static;
		top: 0;
		left: 0;
		transform: translate(0%,0%);
		width: auto;
		height: auto;
	}
	.hstr_mdle_content {
		display: block;
	}
	.back_to_top {
		text-align: center;
	}
	.hstr_mdle_bg a {
		left: calc(50% - 22px);
		top: calc(50% - 54px);
	}
	.hstr_mdle_bg a i {
		font-size: 65px;
	}
	.announcement-single h3 a {
		display: block;
		font-size: 30px;
		margin-top: 30px;
	}
	.hstr_mdle_content h3 {
		font-size: 24px;
	}
	.hstr_mdle_content h4 {
		font-size: 25px;
	}
	section#home-banner {
		padding: 50px 0px;
	}
	.single_whmch_partner a {		
		margin-bottom: 30px;
	}
	.copyright {
		text-align: center;
	}
	.header_login {
		display: none;
	}

    .navbar-nav {
		float: right;
		display: none !important;
	}
	#Secondary_Navbar-Account {
		display: none;
	}

    .navbar-nav {
		float: right;
		display: none !important;
	}
	.navbar-toggle {
		margin-top: 32px;
		position: absolute;
		right: 0;
	}
	.logo img {
		width: 100%;
	}
	.navbar-header {
		height: 80px;
	}
	.collapse .nav.navbar-nav {
		display: block !important;
		transform: scaleY(0);
		transition: 0.5s;
	}
	.collapse.in .nav.navbar-nav {
		position: absolute;
		z-index: 99;
		background: #fff;
		margin: 0 auto;
		width: 300px;
		margin: 0;
		right: 35px;
		transform: scaleY(1);
	}
	.navbar-main .navbar-nav > li > a {
		line-height: 50px;
	}
	.domain-search {
		padding: 20px 10px;
	}
	.form-group {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.input-group-btn {
		margin-left: 8px;
	}
	.hstr_mdle_content h4 {
		margin-top: 0;
	}
	img {
		width: 100%;
	}
	.navbar-main .navbar-toggle .icon-bar {
		background-color: #343434;
	}
	.navbar-main .navbar-toggle:focus .icon-bar, .navbar-main .navbar-toggle:hover .icon-bar {
		background-color: #343434;
	}

	.single_price {
		margin-top: 80px;
	}

	.col-xs-6.captchaimage img {
		width: auto;
	}
	#languageChooser {
		display: none;
	}
	.navbar-main .navbar-nav > li > a {
		color: #343434;
	}
	#header .col-lg-5 {
	    display: none;
	}
    /*whmcs*/
}
@media (min-width: 480px) and (max-width: 767px){
	.container{
		width: 450px;
		position: relative;
	}
}