/* default css */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:200,300,400,400i,500,600,700,800,900%7CSatisfy&display=swap");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
/*font-family: 'Barlow Condensed', sans-serif;
font-family: 'Satisfy', cursive;
font-family: 'Open Sans', sans-serif;
*/

:root {
	--thm-font: 'Barlow Condensed', sans-serif;
	--heading-font: 'Satisfy', cursive;
	--paragraph-font:'Open Sans', sans-serif;
	--thm-base: #65b22b;
	--thm-base-rgb: 255, 168, 1;
	--thm-primary: #65b22b;
	--thm-primary-rgb: 64, 185, 235;
	--thm-secondary: #f95c01;
	--thm-secondary-rgb: 255, 1, 67;
	--thm-black: #082740;
	--thm-black-rgb: 8, 39, 64;
	--thm-gray: #eceeef;
}
body {
  font-family: var(--thm-font);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #65b22b;
  text-decoration: none;
}
a, button {
  color: #65b22b;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.hwh-form input:focus:-moz-placeholder {
  opacity: 0;
}

.hwh-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--thm-font);
  color: var(--thm-black);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  
}
p {
  font-size:14px;
  line-height:24px;
  color:#3b3b3c;
  margin-bottom: 15px;
  font-family:var(--paragraph-font); 
  font-weight: 400;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.main-bg {
	background: url("../images/centerbg.png") repeat;
}
.bg-one {
	background:#f2f7fb;
}
.scrollToTop {
  width:50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background:#65b22b;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 99;
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ffa801;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:16px 55px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #004c85;
  border-radius: 0;
  font-family: "Heebo", sans-serif;
  border: none;	
}

.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  padding: 20px 56px;
}

.btn-border:hover {
  background: #fff;
  color: #000;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}
/*Topbar*/
.topbar-one {
	background-color: #004c85;
}
.topbar-one .container-fluid {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.topbar-one__left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding-left: 60px;
}

.topbar-one__left a {
	color: #fff;
	font-size:18px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__left a:hover {
	color: #fff;
}

.topbar-one__left a+a {
	margin-left: 40px;
}

.topbar-one__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}
.topbar-one__right p {
	font-family: var(--thm-font);
	color:#FFF;
	font-size: 18px;
	font-weight: 500;
	margin: 0 60px;
}

.topbar-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-right: 60px;
}

.topbar-one__social a {
	font-size: 14px;
	color: #a4cae5;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__social a:hover {
	color: var(--thm-base);
}

.topbar-one__social a+a {
	margin-left: 30px;
}

.topbar-one__guide-btn {
	background-color: var(--thm-base);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: var(--thm-black);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__guide-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 40px;
}

.topbar-one .bootstrap-select>.dropdown-toggle {
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #a4cae5;
	padding: 11px 0px;
	background-color: transparent;
}

.topbar-one .bootstrap-select+.bootstrap-select {
	margin-left: 10px;
}


.topbar-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

/* 2. header */
.header-area {
  padding-left: 85px;
  padding-right: 85px;
}
.header-right {
  display: flex;
  justify-content: center;
}

.header-right {
  padding-top: 9px;
}

.header-icon {
  margin-right: 16px;
  font-size: 20px;
  margin-top: 10px;
}

.header-hwh p {
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 1;
  color:#ed1216;
  font-weight:500;
}

.header-hwh h4 {
  color: #262626;
  font-size: 24px;
  margin-bottom: 0px;
}

.header-icon i {
  color: #ed1216;
  font-size: 30px;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 999;
}

.main-menu ul li a {
  color: #262626;
  font-weight: 700;
  font-size:18px;
  padding:25px 0px;
  display:list-item;
  line-height: 1;
  position: relative;
  text-transform: uppercase;	
}

.main-menu ul > li > a::before {
 /* background: #ff6136 none repeat scroll 0 0;*/
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
}

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu ul li:hover a,.main-menu ul li.active a {
  color: var(--thm-primary);
}

.header-top-btn a {
  padding: 16px 42px;
  font-size: 14px;
}

.header-top-btn {
  padding-top: 6px;
}

.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 15px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	text-align: left;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  margin: 0;
  display: block;
  margin-bottom: 0px;
}

.main-menu ul li ul.submenu li>a::before {
  background: transparent;
}

.main-menu ul li ul.submenu li:hover>a {
  color: var(--thm-primary);
}

.main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 0;
	color: #262626;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 28px;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-btn a:hover {
  background: #ff63a3;
  color: #fff;
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index:999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}
.sticky-bar .header-hwh h4 {
	color: #262626;
}
/*Main banner Start*/
.main-banner {
	/*background: rgba(44, 126, 255, 0.6);
    background: linear-gradient(to right, rgba(39, 13, 148, 0.9) 0%, rgba(0, 77, 197, 0.9) 50%, rgba(146, 188, 255, 0.8) 100%);
	opacity: 0.99;*/
	background-color:#fff;
	background-image:url(../images/main-banner.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-size:cover;
	width: 100%;
	padding:60px 85px;
	color:#FFF;
}
.main-banner h1 {
	text-align: left;
	padding:0px 0px 5px;
	margin: 0px;
	font-size:60px;
	font-weight:700;
	color:#FFF;
	letter-spacing: 2px;
}
.main-banner .sub-title {
	font-size: 36px;
	text-align: left;
	letter-spacing: 2px;
	color:#fff;
	line-height: 54px;
	padding-bottom:25px;
}
.main-banner .sub-title strong {
    color:transparent;
    background-image: -webkit-linear-gradient(left, #65b22b, #71c432, #6cbd2f);
    background-image: -o-linear-gradient(left, #65b22b, #71c432, #6cbd2f);
    background-image:linear-gradient(to right, #65b22b, #71c432, #6cbd2f);
	-webkit-background-clip: text;
	background-clip: text;
}
.main-banner ul li {
    font-size: 16px;
	color:#fff;
	margin-bottom: 30px;
	list-style: none;
	float: left;
	width: 50%;
}
.main-banner ul li i {
    color:#65b22b;
    margin-right: 15px;
}
.main-banner-box {
	/*margin-top: 130px;*/
	position: relative;
}
.main-banner-box .main-banner-box-list {
	padding: 45px;
}
.main-banner-price-box {
    position: absolute;
    top: -95px;
    right: -95px;
    height: 190px;
    width: 190px;
    background:#368ee0;
    border-radius: 50%;
    text-align: center;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 1;
	padding:45px 0 0 0;
}
.main-banner-price-box p {
	font-size: 18px;
	color:#fff;
	font-weight:700;
	display:block;
	margin-bottom:5px;
}
.main-banner-price-box h3 {
	font-size: 48px;
	font-weight:700;
	color:#fff;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.main-banner-price-box h3 i {
	font-size: 34px;
	vertical-align: super
}
.main-banner-price-box small {
	font-size:14px;
}
.main-banner-box .main-banner-box-btn .btn {
	width:100%;
}
/* Main Banner End */
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 0px;
}
.sub-banner-height {
background:url("../images/main-banner.jpg");
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  background-position: center;
}
.sub-banner-pb {
	padding-bottom: 120px !important;
}

.sub-banner-area .block {
  text-align: center;
}
.sub-banner-area .block h1 {
  font-size: 2.5rem;
  color:var(--thm-base);
  font-weight: 600;
}
.sub-banner-area .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size:24px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
/*Search Domain Section*/
.search_domain_section {
	position:relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.search_domain_section h2 {
	font-size:42px;
	font-weight: 700;
	color:var(--thm-base);
	padding-bottom: 15px;
}
.search_domain_section p {
    color: var(--thm-secondary);
    font-size:24px;
    padding-bottom: 15px;
}
.search_domain_section form {
  position: relative;
}
.domain-search-form input {
  width: 100%;
  height:73px;
  border: none;
  background:#fff;
  padding: 0 33px;
  font-weight: 400;
  font-size:27px;
  color: #262626;
}
input:-moz-placeholder {
  color:#262626;
}
input:-webkit-placeholder {
  color:#262626;
}
input:placeholder {
  color:#262626;
}
.btn.btn-form i {
  margin-right: 5px;
}
.btn.btn-form {
  position: absolute;
  right:0px;
  padding: 27px 50px;
  background: var(--thm-base);
  color:#FFF;
  top: 0;	
}
.domain_tlds_list li {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
}
.domain_tlds_list li:last-child {
	padding-right: 0
}
.domain_tlds_list li:first-child {
	padding-left: 0
}
.domain_tlds_list li span {
	font-family:var(--paragraph-font);
	font-size:18px;
	line-height:20px;
	color: var(--thm-secondary);
	font-weight: 600;
}
.domain_tlds_list li span i {
	font-size: 12px;
vertical-align: super;
padding-right: 5px;
}
.domain_tlds_list {
	margin-top: 15px
}
.domain_tlds_list li figure {
	margin-bottom: 10px;
	color: var(--thm-base);
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2px;
}

/* Domain Promao Prices comes here  */
.domain-promo-prices {
	 text-align:center;
}
.domain-promo-prices  h4 {
	background: #40b9eb;
	padding: 12px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	margin: 0px;
	border-radius: 3px 3px 0 0;
}
.domain-promo-prices h4:after {
	content: '';
	position: absolute;
	left: 47%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #40b9eb;
	clear: both;
}
.domain-promo-prices p {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	margin: 0px;
	padding: 30px;
	border-radius: 0 0 3px 3px;
}
.domain-promo-prices p i {
	font-size: 18px;
	vertical-align: top;
	font-weight: 600;
}
.domain-promo-prices p small {
	font-size: 16px;
	font-weight: 300;
}
.domain-prices p span {
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.domain-p-container {
	border: 1px solid rgba(32, 44, 47, 0.1);
	margin-bottom: 30px;
	box-shadow: 0 2px 2px rgba(32, 44, 47, 0.1);
}
.domain-promo-prices .through-line {
font-size: 17px;
position: relative;
text-decoration: line-through;
color: #909090;
}

.xs-table {
 -webkit-box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.08);
 background-color:#FFFFFF;
 margin-bottom:0px
}
.xs-table .domain-pricing-header th {
 width:25%;
 background-color:transparent;
 border:0px;
 color:#FFFFFF;
 padding:17px 10px;
 font-size:1.17647rem
}
.xs-table .domain-pricing-header tr {
 background:#65b22b;
}
.xs-table td,
.xs-table th {
 text-align:center;
 padding:15px 10px
}
.xs-table td, .xs-table th span i {
	font-weight: 400;
}
.xs-table tbody tr td,
.xs-table tbody tr th {
 border-right:1px solid #eaeaea;
 border-top:1px solid #eaeaea
}
.xs-table tbody tr td:last-child {
 border-right:0px
}
.xs-table tbody tr:first-child td,
.xs-table tbody tr:first-child th {
 border-top:0px
}
.xs-table tbody tr td {
 letter-spacing:-.4px
}
.xs-table tbody tr td>del {
 color:#a4afdf;
 font-size:0.82353rem;
 padding-left:3px
}
.xs-table.fixed-column {
 position:absolute;
 left:15px;
 width:83px;
 display:inline-block;
 z-index:1;
 -webkit-box-shadow:none;
 box-shadow:none
}
@media (min-width:576px) {
 .xs-table.fixed-column {
  display:none
 }
}
@media (max-width:576px) {
 .xs-table:not(.fixed-column) tr th:first-child {
  display:none
 }
 .xs-table:not(.fixed-column) {
  position:relative;
  left:83px
 }
}
.domain-price-v2 .xs-table .domain-pricing-header tr {
 background:#0217af;
 background:-webkit-linear-gradient(top, #0217af 0%, #0055ce 100%);
 background:-webkit-gradient(linear, left top, left bottom, from(#0217af), to(#0055ce));
 background:-o-linear-gradient(top, #0217af 0%, #0055ce 100%);
 background:linear-gradient(to bottom, #0217af 0%, #0055ce 100%)
}

/*Search Domain End Section*/
/*Features*/
.features-one__title {
	background-color:#082740;
	padding-bottom:160px;
    padding-top:50px;
}
.features-one__title p {
	color: var(--thm-base);
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	display: inline-block;
}

.features-one__title .block-title {
	margin-bottom: 0;
}

.features-one__title .block-title h3 {
	color: #ffffff;
	font-size: 64px;
}

.features-one__single {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	text-align: center;
	padding-top: 65.5px;
	padding-bottom: 65.5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	z-index: 10;
	margin-top: -120px;
}

.features-one__single:hover {
	background-color: var(--thm-primary);
}

.features-one__single i {
	font-size:80px;
	color:var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-one__single:hover i {
	color: #ffffff;
}

.features-one__single h3 {
	color: var(--thm-black);
	font-size: 24px;
	margin: 0;
	font-family: var(--thm-font);
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 15px;
	letter-spacing: 1px;
}

.features-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-one__single h3 a:hover {
	color: #ffffff;
}

.features-one__single:hover h3,
.features-one__single:hover h3 a {
	color: #ffffff;
}

/* Price */
.pricing-area {
	padding-top: 114px;
  	padding-bottom: 120px;
  	background: #f2faff; 
}
.pricing-area .section-title {
    padding-bottom: 73px; 
}
.pricing-area .package-discount {
  display:flex;
  justify-content:center;
  align-items:center;
}
.pricing-area .package-discount .strik {
  display:flex;
  flex-flow:row wrap;
  align-items:center;
  color:#ff5d22;
  font-size:18px;
  font-weight:500;
  line-height:1;
  position:relative;
  margin-left:15px
}
.pricing-area .package-discount .strik:before {
  content:'';
  position:absolute;
  top:50%;
  left:-4px;
  width:calc(100% + 8px);
  height:1px;
  background:#ff5d22
}
.pricing-area .pricing-item {
	padding-bottom: 70px;
    padding-top: 65px;
    padding: 65px 60px 70px; 
}
.pricing-area .pricing-item.vps {padding:45px 20px 50px;}
.pricing-area .pricing-item > span {
	color:#004c85;
	font-weight: 700;
	padding-bottom: 25px;
	font-size: 54px; 
}
.pricing-area .pricing-item .save {
	display: inline-block;
  font-size:27px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  font-weight: 400;	
}
.pricing-area .pricing-item .save:before {
  background:#FFA6A6;
  background-position: 0;
  content: "";
  height: 13px;
  left: 15px;
  opacity: .7;
  position: absolute;
  top:14px;
  width: 100%;
  z-index: -1;
}
.pricing-area .pricing-item .title {
	font-size:64px;
	font-weight: 600;
  	align-items: baseline;
  	margin:20px 0 5px;
}
.pricing-area .pricing-item .title small{font-size: 27px;}
.pricing-area .pricing-item .title sup {
	font-size: 27px;
  	padding-right: 5px;
  	top: -36px;
}
.pricing-area .pricing-item .title span {
	font-size: 27px;
	vertical-align: super;
	padding-right: 15px;
}
.pricing-area .pricing-item p {
	font-size: 14px;
	font-weight: 700;
    color: #ff5d22;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: -13px;
    margin-bottom: 14px; 
}
.pricing-area .pricing-item ul li {
    line-height: 50px;
  	border-bottom: 1px solid #daecff;
  	font-weight: 500;
  	font-family: var(--paragraph-font);
  	font-size: 15px;
}
.pricing-area .pricing-item ul li strong {
	color:var(--thm-secondary);
	font-weight: 600;
}
.pricing-area .pricing-item ul li:last-child {
	border-bottom: 0; 
}
.pricing-area .pricing-item a {
	margin-top:24px; 
	padding:18px 55px;
}
.pricing-area .pricing-item.center {
	position: relative; 
}
.pricing-area .pricing-item.center::before {
	position: absolute;
	content:'*BEST SELLING*';
	left: 0;
	top: -40px;
	height: 40px;
	width: 100%;
	background: #ff5d22;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px; 
}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-area .pricing-item.item {
        margin-top: 75px; } }
    @media (max-width: 767px) {
      .pricing-area .pricing-item.item {
        margin-top: 75px; } }
  .pricing-area.pricing-page {
    padding-top: 128px;
    background-color: transparent; }
    .pricing-area.pricing-page .pricing-item {
      border: 2px solid #eef1f7; }
/*feature box css*/
.features-box {
    position: relative;
    display: block;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}
.features-box-content h5 {
	font-size: 24px;
	color:#ea6a21;
	font-weight: 500;
}
/*Our Guarantee*/
.our-guarantee {
	font-family: var(--paragraph-font);
	font-size: 14px;
	line-height: 27px;
}

.our-guarantee h3 {
	font-size: 22px;
	color: var(--thm-primary);
	font-weight: 500;
}
.our-guarantee .guarantee-icon {
    position: relative;
    text-align: center;
}
.left-guarantee {
	max-width: 750px;
	padding:80px 80px;
}
/*One-Click Install comes here*/
.one-click {
	position:relative;
	vertical-align: middle;
	display: inline-block;
	transition: 0.5s;
	padding: 2px 0px 20px 0px;
	-webkit-transition:0.5s;
	box-shadow: 0px 0px 5px #ddd;
	width:100%;
	background:#FFF;
}
 .one-click:before, .one-click:after {
	 width: 100%;
	 height:100%;
	 content:'';
	 position: absolute;
	 top:0;
	 left:0;
	 box-sizing: border-box;
	 -webkit-transform: scale(0);
	 transition: 0.5s;
}
.one-click:hover:after, .one-click:hover:before {
 	-webkit-transform: scale(1);
}
.one-click-effect:before {
 	-webkit-transform-origin: 0 100%;
	 border-bottom: 1px solid #65b22b;
 	border-left: 1px solid #65b22b;
}
.one-click-effect:after {
 	-webkit-transform-origin: 100% 0%;
	 border-top: 1px solid #65b22b;
 	border-right: 1px solid #65b22b;
}
.one-click a {
	color:#111;
	position:relative;
	z-index:999;
}
.one-click a:hover {
	color:#000 !important;
}

/*One-Click Install end here*/
.vps-os-area {
    position: relative;
}
.vps-os-area .os-icon {
    margin:0 10px 9px 0;
    padding-top: 44px;
	float:left;
}
.vps-os-area h3 {
    font-size: 24px;
    margin-bottom: 7px;
	color: var(--thm-base);
	text-align:left;
}
.vps-os-area .os-text {
    font-family: 'Roboto', sans-serif;
	margin:35px 0px 20px 0px
}
.vps-os-area .os-text p {
    font-size: 16px;
    margin-bottom: 0;
}
/*Content Start*/
.hwh-content {
	position: relative;
}
.hwh-content h3 {
	color: var(--thm-secondary);
	font-weight:500;
	font-size:24px;
	text-transform: capitalize;
	display: inline-block
}
.hwh-content p, .hwh-content ul li {
	color:#262626 !important;
}
 .hwh-content ul li {
     font-size: 14px;
     padding: 4px 0;
	 font-family: var(--paragraph-font);	
}
.hwh-content p i {
	font-size:14px;
}
.hwh-content p strong {
	color: #65b22b;
}
.hwh-content a {
	color:#65b22b;
	text-decoration:underline;
}
.hwh-content a:hover {
	color:#65b22b;
}
/* section title */
.section-title {
  position: relative;
}
.section-title span {
  color:var(--thm-secondary);
  font-weight: 700;
  font-size:18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: inline-block;
}
.section-title h2 {
  font-size:48px;
  line-height: 1;
}
/* Hosting Features */
.hwh-features {
  background:#f2f7fb;
}
.hwh-features-box {
  background: #fff;
  transition: 0.4s;
  padding:30px 10px;
  overflow: hidden;
  min-height:390px;
}
.hwh-features-content h3 {
  margin-bottom:20px;
  font-size:24px;
}
.hwh-features-icon{
  width:90px;
  height:90px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}
/*Contact Us*/
.contact-page-section {
	position:relative;
	padding:95px 0px 60px;
}


.contact-page-section ul {
	position:relative;
}

.contact-page-section ul li{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	padding-left: 80px;
}

.contact-page-section ul li strong{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:24px;
	display:block;
	margin-bottom:3px;
}

.contact-page-section ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	background:#65b22b;
}

.contact-page-section ul li strong{
	color:#000000;
}

.contact-page-section ul li{
	color:#666666;
}


.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
	position:relative;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
}
.contact-page-section .form-column .inner-column .contact-form input{
 background: #f3f3f3;
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 32px;
  border-radius: 5px;
  font-family: var(--paragraph-font);
}
.contact-page-section .form-column .inner-column .contact-form textarea {background:#f3f3f3;border:none;font-family: var(--paragraph-font) !important;}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}


/* footer */
.sign-up-section{
    background-color: var(--thm-black);
}
.sign-widget .sub-title{
    color: var(--thm-base);
    margin-bottom: 10px;
}
.sign-widget .title{
    color: #fff;
    font-size: 35px;
}
.sign-info .sub-title{
    margin-bottom: 10px;
    color: var(--thm-base);
}
.sign-info .title{
    color: #fff;
    font-size: 35px;
}
.sign-info .title i {
	font-size: 24px;
	vertical-align: text-top;
}

.sign-info .title span{
    font-size: 24px;
    text-transform: lowercase;
}

.sign-widget-btn .cmn-btn{
    margin-top: 20px;
    background-color: var(--main-color-one);
}

.sign-widget-btn .cmn-btn:hover{
    color: var(--main-color-two);
}
.footer-top {
	padding:50px 0 80px;
	background:#171717;
}
.footer-bottom {
  background:#292929;
}
.footer-top .footer-nav{
	position:relative;
	text-align:center;
}

.footer-top .footer-nav ul{
	position:relative;
}

.footer-top .footer-nav ul li{
	font-family: var(--paragraph-font);
	position:relative;
	margin:0px 18px 18px;
	display:inline-block;
}

.footer-top .footer-nav ul li a{
	position:relative;
	color:#ababab;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-top .footer-nav ul li a:hover{
	color:#fff;
}
.fot-logo {
	position:relative;
	text-align: center;
}
.footer-payment li {
  display: inline-block;
  width:75px;
  height:50px;
  line-height:44px;
  font-size:24px;	
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.fot-border {
	border-bottom:1px solid #403f3f;
}

.footer-text p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}
.footer-social-link li {
  display: inline-block;
}
.footer-social-link li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #403f3f;
  color: #ababab;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-social-link li a:hover {
  background: #ed1216;
  color: #fff;
	border: none;
}
/* WhatsChat Start Here*/
.live-chat{position:relative;z-index:99;}
.live-chat .wc-btn{display: flex;position: fixed;bottom:3em;right:3em;outline: 0;cursor: pointer;  }
.live-chat .wc-btn .wc-chat-icon img{position: relative;width: 50px;height: 50px;line-height: 0.8;font-size: 25px;text-align: center;border-radius: 50%;}
.live-chat .wc-btn:hover .wc-chat-icon img{box-shadow: 0 0px 10px #222;}
.live-chat .wc-btn p{padding:2px 36px 2px 36px;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: -24px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius:27px;}
.live-chat .wc-btn:hover .wc-chat-icon img,
.live-chat .wc-btn:hover p{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.live-chat .wc-btn .wc-chat-icon img,
.live-chat .wc-btn:hover p{box-shadow: 0 0px 2px #222;}

.live-chat .wc-btn .wc-chat-icon img{border: 2px solid #fff;}
.live-chat .wc-btn .wc-chat-icon img,.live-chat .wc-btn p{color: #fff;background:#004c85;}
/*WhatsChat Button*/
.modal-title {
  font-size: 27px;
  color: var(--thm-primary);
}